diff --git a/README.md b/README.md index 8598eefe89..5dfaa1b9b3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@
View Mainnet Bridge
- View Testnet Bridge (Connext Amarok) + View Testnet Bridge (Connext Bacco)

Report Bug diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index b2f054be01..c3ee0f606c 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,130 +18,134 @@ 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 { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; -import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; -import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; -import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; +import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; +import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; -import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; -import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; -import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; +import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; +import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; +import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; +import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; -import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; -import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; +import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; +import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; -import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types'; +import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; -import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types'; -import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; -import type { ConnextBaseGoerliTypes } from './sources/Connext_BaseGoerli/types'; -import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; -import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; -import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; -import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; -import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; +import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; +import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types'; -import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; -import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; -import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; -import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; +import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; +import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; +import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { ConnextBaseTypes } from './sources/Connext_Base/types'; +import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; -import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; -import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; -import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types'; +import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types'; -import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; -import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; -import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; -import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; -import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types'; -import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; -import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; import type { ConnextStagingPolygonTypes } from './sources/Connext_Staging_Polygon/types'; +import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types'; import type { ConnextStagingAvalancheTypes } from './sources/Connext_Staging_Avalanche/types'; -import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; -import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; -import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; +import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; +import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; import type { ConnextStagingLineaTypes } from './sources/Connext_Staging_Linea/types'; -import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; -import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types'; +import type { ConnextBaseGoerliTypes } from './sources/Connext_BaseGoerli/types'; +import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; +import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; +import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; +import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; import type { ConnextStagingOptimismTypes } from './sources/Connext_Staging_Optimism/types'; import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types'; +import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types'; +import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; +import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types'; +import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types'; import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types'; -import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types'; -import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; -import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; -import type { ConnextX1TestnetTypes } from './sources/Connext_X1Testnet/types'; import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types'; import type { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types'; -import type { ConnextBaseTypes } from './sources/Connext_Base/types'; +import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; +import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; +import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; +import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; +import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; +import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types'; +import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; +import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; +import type { ConnextX1TestnetTypes } from './sources/Connext_X1Testnet/types'; +import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; +import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; +import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; +import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; +import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; import * as importedModule$0 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; -import * as importedModule$1 from "./sources/StableSwap_Mumbai/introspectionSchema"; -import * as importedModule$2 from "./sources/StableSwap_Goerli/introspectionSchema"; -import * as importedModule$3 from "./sources/Hub_Staging_Goerli/introspectionSchema"; -import * as importedModule$4 from "./sources/Connext_Test_Goerli/introspectionSchema"; -import * as importedModule$5 from "./sources/Hub_Goerli/introspectionSchema"; -import * as importedModule$6 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; +import * as importedModule$1 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; +import * as importedModule$2 from "./sources/Hub_Staging_Goerli/introspectionSchema"; +import * as importedModule$3 from "./sources/Connext_Test_Goerli/introspectionSchema"; +import * as importedModule$4 from "./sources/StableSwap_Base/introspectionSchema"; +import * as importedModule$5 from "./sources/StableSwap_Mumbai/introspectionSchema"; +import * as importedModule$6 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; import * as importedModule$7 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; -import * as importedModule$8 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$9 from "./sources/Connext_LineaGoerli/introspectionSchema"; -import * as importedModule$10 from "./sources/Hub_LocalMainnet/introspectionSchema"; -import * as importedModule$11 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$12 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; -import * as importedModule$13 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; -import * as importedModule$14 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$15 from "./sources/StableSwap_Base/introspectionSchema"; -import * as importedModule$16 from "./sources/Connext_OptimismGoerli/introspectionSchema"; -import * as importedModule$17 from "./sources/Connext_BaseGoerli/introspectionSchema"; -import * as importedModule$18 from "./sources/StableSwap_Bnb/introspectionSchema"; -import * as importedModule$19 from "./sources/Connext_Staging_Mode/introspectionSchema"; -import * as importedModule$20 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$21 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; -import * as importedModule$22 from "./sources/StableSwap_Mantle/introspectionSchema"; -import * as importedModule$23 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$24 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$25 from "./sources/StableSwap_Optimism/introspectionSchema"; -import * as importedModule$26 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; -import * as importedModule$27 from "./sources/Connext_Goerli/introspectionSchema"; -import * as importedModule$28 from "./sources/StableSwap_Metis/introspectionSchema"; -import * as importedModule$29 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_Staging_Goerli/introspectionSchema"; -import * as importedModule$31 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Mumbai/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_LocalMainnet/introspectionSchema"; -import * as importedModule$35 from "./sources/Connext_Polygon/introspectionSchema"; -import * as importedModule$36 from "./sources/Connext_Staging_Xdai/introspectionSchema"; -import * as importedModule$37 from "./sources/Connext_Mantle/introspectionSchema"; -import * as importedModule$38 from "./sources/Connext_LocalOptimism/introspectionSchema"; -import * as importedModule$39 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; -import * as importedModule$40 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$41 from "./sources/Connext_LocalArbitrumOne/introspectionSchema"; -import * as importedModule$42 from "./sources/Connext_Staging_Bnb/introspectionSchema"; -import * as importedModule$43 from "./sources/Connext_Metis/introspectionSchema"; -import * as importedModule$44 from "./sources/Connext_Staging_Polygon/introspectionSchema"; -import * as importedModule$45 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; -import * as importedModule$46 from "./sources/Connext_ArbitrumOne/introspectionSchema"; -import * as importedModule$47 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; -import * as importedModule$48 from "./sources/Connext_Staging_Optimism/introspectionSchema"; -import * as importedModule$49 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$50 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$51 from "./sources/Connext_Staging_Linea/introspectionSchema"; -import * as importedModule$52 from "./sources/Connext_Staging_Mantle/introspectionSchema"; -import * as importedModule$53 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$54 from "./sources/Connext_Staging_Metis/introspectionSchema"; -import * as importedModule$55 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; -import * as importedModule$56 from "./sources/Connext_ZkSync/introspectionSchema"; -import * as importedModule$57 from "./sources/Connext_Staging_Base/introspectionSchema"; -import * as importedModule$58 from "./sources/Connext_Base/introspectionSchema"; -import * as importedModule$59 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; -import * as importedModule$60 from "./sources/Connext_Staging_zkSync/introspectionSchema"; -import * as importedModule$61 from "./sources/Connext_X1Testnet/introspectionSchema"; +import * as importedModule$8 from "./sources/StableSwap_Goerli/introspectionSchema"; +import * as importedModule$9 from "./sources/StableSwap_Xdai/introspectionSchema"; +import * as importedModule$10 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$11 from "./sources/Connext_Goerli/introspectionSchema"; +import * as importedModule$12 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; +import * as importedModule$13 from "./sources/Connext_OptimismGoerli/introspectionSchema"; +import * as importedModule$14 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$16 from "./sources/Hub_Goerli/introspectionSchema"; +import * as importedModule$17 from "./sources/Hub_LocalMainnet/introspectionSchema"; +import * as importedModule$18 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; +import * as importedModule$19 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; +import * as importedModule$20 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$21 from "./sources/Connext_LineaGoerli/introspectionSchema"; +import * as importedModule$22 from "./sources/StableSwap_Avalanche/introspectionSchema"; +import * as importedModule$23 from "./sources/StableSwap_Linea/introspectionSchema"; +import * as importedModule$24 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; +import * as importedModule$25 from "./sources/Connext_Avalanche/introspectionSchema"; +import * as importedModule$26 from "./sources/Connext_Staging_Goerli/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Base/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_LocalMainnet/introspectionSchema"; +import * as importedModule$29 from "./sources/Connext_ZkSync/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_Staging_Polygon/introspectionSchema"; +import * as importedModule$31 from "./sources/Connext_Staging_Xdai/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; +import * as importedModule$33 from "./sources/Connext_Staging_Linea/introspectionSchema"; +import * as importedModule$34 from "./sources/StableSwap_Polygon/introspectionSchema"; +import * as importedModule$35 from "./sources/StableSwap_Optimism/introspectionSchema"; +import * as importedModule$36 from "./sources/Connext_BaseGoerli/introspectionSchema"; +import * as importedModule$37 from "./sources/Connext_Staging_Bnb/introspectionSchema"; +import * as importedModule$38 from "./sources/Hub_Mainnet/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_Staging_Mainnet/introspectionSchema"; +import * as importedModule$42 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; +import * as importedModule$43 from "./sources/Connext_Staging_Optimism/introspectionSchema"; +import * as importedModule$44 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; +import * as importedModule$45 from "./sources/Connext_LocalArbitrumOne/introspectionSchema"; +import * as importedModule$46 from "./sources/Connext_Mumbai/introspectionSchema"; +import * as importedModule$47 from "./sources/Connext_Staging_Mode/introspectionSchema"; +import * as importedModule$48 from "./sources/Connext_Staging_zkSync/introspectionSchema"; +import * as importedModule$49 from "./sources/Connext_Staging_Base/introspectionSchema"; +import * as importedModule$50 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; +import * as importedModule$51 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$52 from "./sources/Connext_Xdai/introspectionSchema"; +import * as importedModule$53 from "./sources/Connext_Mainnet/introspectionSchema"; +import * as importedModule$54 from "./sources/Connext_ArbitrumOne/introspectionSchema"; +import * as importedModule$55 from "./sources/Connext_Polygon/introspectionSchema"; +import * as importedModule$56 from "./sources/StableSwap_Metis/introspectionSchema"; +import * as importedModule$57 from "./sources/Connext_Staging_Metis/introspectionSchema"; +import * as importedModule$58 from "./sources/StableSwap_Mantle/introspectionSchema"; +import * as importedModule$59 from "./sources/Connext_Mantle/introspectionSchema"; +import * as importedModule$60 from "./sources/Connext_Staging_Mantle/introspectionSchema"; +import * as importedModule$61 from "./sources/Connext_Metis/introspectionSchema"; +import * as importedModule$62 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$63 from "./sources/Connext_X1Testnet/introspectionSchema"; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -162,167 +166,173 @@ export type Scalars = { BigInt: any; testoptimismgoerli_Bytes: any; testoptimismgoerli_Int8: any; - mumbai_swap_BigDecimal: any; - mumbai_swap_Bytes: any; - mumbai_swap_Int8: any; - goerli_swap_BigDecimal: any; - goerli_swap_Bytes: any; - goerli_swap_Int8: any; + stagingmumbai_swap_BigDecimal: any; + stagingmumbai_swap_Bytes: any; + stagingmumbai_swap_Int8: any; staginggoerli_BigDecimal: any; staginggoerli_Bytes: any; staginggoerli_Int8: any; testgoerli_BigDecimal: any; testgoerli_Bytes: any; testgoerli_Int8: any; - goerli_BigDecimal: any; - goerli_Bytes: any; - goerli_Int8: any; - stagingmumbai_swap_BigDecimal: any; - stagingmumbai_swap_Bytes: any; - stagingmumbai_swap_Int8: any; - optimismgoerli_swap_BigDecimal: any; - optimismgoerli_swap_Bytes: any; - optimismgoerli_swap_Int8: any; - mainnet_BigDecimal: any; - mainnet_Bytes: any; - mainnet_Int8: any; - lineagoerli_BigDecimal: any; - lineagoerli_Bytes: any; - localmainnet_BigDecimal: any; - localmainnet_Bytes: any; - localmainnet_Int8: any; - linea_swap_BigDecimal: any; - linea_swap_Bytes: any; - staginggoerli_swap_BigDecimal: any; - staginggoerli_swap_Bytes: any; - staginggoerli_swap_Int8: any; - polygonzkevm_swap_BigDecimal: any; - polygonzkevm_swap_Bytes: any; - polygonzkevm_swap_Int8: any; - stagingoptimismgoerli_swap_BigDecimal: any; - stagingoptimismgoerli_swap_Bytes: any; - stagingoptimismgoerli_swap_Int8: any; base_swap_BigDecimal: any; base_swap_Bytes: any; base_swap_Int8: any; - optimismgoerli_BigDecimal: any; - optimismgoerli_Bytes: any; - optimismgoerli_Int8: any; - basegoerli_BigDecimal: any; - basegoerli_Bytes: any; - basegoerli_Int8: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; - stagingmode_BigDecimal: any; - stagingmode_Bytes: any; - stagingmode_Int8: any; + mumbai_swap_BigDecimal: any; + mumbai_swap_Bytes: any; + mumbai_swap_Int8: any; + staginggoerli_swap_BigDecimal: any; + staginggoerli_swap_Bytes: any; + staginggoerli_swap_Int8: any; + optimismgoerli_swap_BigDecimal: any; + optimismgoerli_swap_Bytes: any; + optimismgoerli_swap_Int8: any; + goerli_swap_BigDecimal: any; + goerli_swap_Bytes: any; + goerli_swap_Int8: any; + xdai_swap_BigDecimal: any; + xdai_swap_Bytes: any; + xdai_swap_Int8: any; stagingoptimismgoerli_BigDecimal: any; stagingoptimismgoerli_Bytes: any; stagingoptimismgoerli_Int8: any; + goerli_BigDecimal: any; + goerli_Bytes: any; + goerli_Int8: any; + zksync_swap_BigDecimal: any; + zksync_swap_Bytes: any; + zksync_swap_Int8: any; + optimismgoerli_BigDecimal: any; + optimismgoerli_Bytes: any; + optimismgoerli_Int8: any; stagingmumbai_BigDecimal: any; stagingmumbai_Bytes: any; stagingmumbai_Int8: any; - mantle_swap_BigDecimal: any; - mantle_swap_Bytes: any; - mantle_swap_Int8: any; - xdai_swap_BigDecimal: any; - xdai_swap_Bytes: any; - xdai_swap_Int8: any; - polygon_swap_BigDecimal: any; - polygon_swap_Bytes: any; - polygon_swap_Int8: any; - optimism_swap_BigDecimal: any; - optimism_swap_Bytes: any; - optimism_swap_Int8: any; + stagingoptimismgoerli_swap_BigDecimal: any; + stagingoptimismgoerli_swap_Bytes: any; + stagingoptimismgoerli_swap_Int8: any; + localmainnet_BigDecimal: any; + localmainnet_Bytes: any; + localmainnet_Int8: any; stagingmainnet_BigDecimal: any; stagingmainnet_Bytes: any; stagingmainnet_Int8: any; - metis_swap_BigDecimal: any; - metis_swap_Bytes: any; - metis_swap_Int8: any; - zksync_swap_BigDecimal: any; - zksync_swap_Bytes: any; - zksync_swap_Int8: any; arbitrumone_swap_BigDecimal: any; arbitrumone_swap_Bytes: any; arbitrumone_swap_Int8: any; - mumbai_BigDecimal: any; - mumbai_Bytes: any; - mumbai_Int8: any; - xdai_BigDecimal: any; - xdai_Bytes: any; - xdai_Int8: any; - polygon_BigDecimal: any; - polygon_Bytes: any; - polygon_Int8: any; - stagingxdai_BigDecimal: any; - stagingxdai_Bytes: any; - stagingxdai_Int8: any; - mantle_BigDecimal: any; - mantle_Bytes: any; - mantle_Int8: any; - localoptimism_BigDecimal: any; - localoptimism_Bytes: any; - localoptimism_Int8: any; - localarbitrumone_BigDecimal: any; - localarbitrumone_Bytes: any; - localarbitrumone_Int8: any; - stagingbnb_BigDecimal: any; - stagingbnb_Bytes: any; - stagingbnb_Int8: any; - metis_BigDecimal: any; - metis_Bytes: any; - metis_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; + lineagoerli_BigDecimal: any; + lineagoerli_Bytes: any; + avalanche_swap_BigDecimal: any; + avalanche_swap_Bytes: any; + avalanche_swap_Int8: any; + linea_swap_BigDecimal: any; + linea_swap_Bytes: any; + polygonzkevm_swap_BigDecimal: any; + polygonzkevm_swap_Bytes: any; + polygonzkevm_swap_Int8: any; + avalanche_BigDecimal: any; + avalanche_Bytes: any; + avalanche_Int8: any; + base_BigDecimal: any; + base_Bytes: any; + base_Int8: any; + zksync_BigDecimal: any; + zksync_Bytes: any; + zksync_Int8: any; stagingpolygon_BigDecimal: any; stagingpolygon_Bytes: any; stagingpolygon_Int8: any; + stagingxdai_BigDecimal: any; + stagingxdai_Bytes: any; + stagingxdai_Int8: any; stagingavalanche_BigDecimal: any; stagingavalanche_Bytes: any; stagingavalanche_Int8: any; - arbitrumone_BigDecimal: any; - arbitrumone_Bytes: any; - arbitrumone_Int8: any; + staginglinea_BigDecimal: any; + staginglinea_Bytes: any; + polygon_swap_BigDecimal: any; + polygon_swap_Bytes: any; + polygon_swap_Int8: any; + optimism_swap_BigDecimal: any; + optimism_swap_Bytes: any; + optimism_swap_Int8: any; + basegoerli_BigDecimal: any; + basegoerli_Bytes: any; + basegoerli_Int8: any; + stagingbnb_BigDecimal: any; + stagingbnb_Bytes: any; + stagingbnb_Int8: any; + mainnet_BigDecimal: any; + mainnet_Bytes: any; + mainnet_Int8: any; + localoptimism_BigDecimal: any; + localoptimism_Bytes: any; + localoptimism_Int8: any; + linea_BigDecimal: any; + linea_Bytes: any; polygonzkevm_BigDecimal: any; polygonzkevm_Bytes: any; polygonzkevm_Int8: any; stagingoptimism_BigDecimal: any; stagingoptimism_Bytes: any; stagingoptimism_Int8: any; - optimism_BigDecimal: any; - optimism_Bytes: any; - optimism_Int8: any; - bnb_BigDecimal: any; - bnb_Bytes: any; - bnb_Int8: any; - staginglinea_BigDecimal: any; - staginglinea_Bytes: any; - stagingmantle_BigDecimal: any; - stagingmantle_Bytes: any; - stagingmantle_Int8: any; - linea_BigDecimal: any; - linea_Bytes: any; - stagingmetis_BigDecimal: any; - stagingmetis_Bytes: any; - stagingmetis_Int8: any; stagingarbitrumone_BigDecimal: any; stagingarbitrumone_Bytes: any; stagingarbitrumone_Int8: any; - zksync_BigDecimal: any; - zksync_Bytes: any; - zksync_Int8: any; + localarbitrumone_BigDecimal: any; + localarbitrumone_Bytes: any; + localarbitrumone_Int8: any; + mumbai_BigDecimal: any; + mumbai_Bytes: any; + mumbai_Int8: any; + stagingmode_BigDecimal: any; + stagingmode_Bytes: any; + stagingmode_Int8: any; + stagingzksync_BigDecimal: any; + stagingzksync_Bytes: any; + stagingzksync_Int8: any; stagingbase_BigDecimal: any; stagingbase_Bytes: any; stagingbase_Int8: any; - base_BigDecimal: any; - base_Bytes: any; - base_Int8: any; stagingpolygonzkevm_BigDecimal: any; stagingpolygonzkevm_Bytes: any; stagingpolygonzkevm_Int8: any; - stagingzksync_BigDecimal: any; - stagingzksync_Bytes: any; - stagingzksync_Int8: any; + bnb_BigDecimal: any; + bnb_Bytes: any; + bnb_Int8: any; + xdai_BigDecimal: any; + xdai_Bytes: any; + xdai_Int8: any; + arbitrumone_BigDecimal: any; + arbitrumone_Bytes: any; + arbitrumone_Int8: any; + polygon_BigDecimal: any; + polygon_Bytes: any; + polygon_Int8: any; + metis_swap_BigDecimal: any; + metis_swap_Bytes: any; + metis_swap_Int8: any; + stagingmetis_BigDecimal: any; + stagingmetis_Bytes: any; + stagingmetis_Int8: any; + mantle_swap_BigDecimal: any; + mantle_swap_Bytes: any; + mantle_swap_Int8: any; + mantle_BigDecimal: any; + mantle_Bytes: any; + mantle_Int8: any; + stagingmantle_BigDecimal: any; + stagingmantle_Bytes: any; + stagingmantle_Int8: any; + metis_BigDecimal: any; + metis_Bytes: any; + metis_Int8: any; + optimism_BigDecimal: any; + optimism_Bytes: any; + optimism_Int8: any; x1testnet_BigDecimal: any; x1testnet_Bytes: any; x1testnet_Int8: any; @@ -349,6 +359,130 @@ export type Query = { testoptimismgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ testoptimismgoerli__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; + staginggoerli_rootAggregated?: Maybe; + staginggoerli_rootAggregateds: Array; + staginggoerli_rootPropagated?: Maybe; + staginggoerli_rootPropagateds: Array; + staginggoerli_aggregatedMessageRoot?: Maybe; + staginggoerli_aggregatedMessageRoots: Array; + staginggoerli_rootManagerMeta?: Maybe; + staginggoerli_rootManagerMetas: Array; + staginggoerli_rootManagerMode?: Maybe; + staginggoerli_rootManagerModes: Array; + staginggoerli_optimisticRootProposed?: Maybe; + staginggoerli_optimisticRootProposeds: Array; + staginggoerli_hubOptimisticRootFinalized?: Maybe; + staginggoerli_hubOptimisticRootFinalizeds: Array; + staginggoerli_optimisticRootPropagated?: Maybe; + staginggoerli_optimisticRootPropagateds: Array; + staginggoerli_polygonConnectorMeta?: Maybe; + staginggoerli_polygonConnectorMetas: Array; + staginggoerli_optimismConnectorMeta?: Maybe; + staginggoerli_optimismConnectorMetas: Array; + staginggoerli_bnbConnectorMeta?: Maybe; + staginggoerli_bnbConnectorMetas: Array; + staginggoerli_arbitrumConnectorMeta?: Maybe; + staginggoerli_arbitrumConnectorMetas: Array; + staginggoerli_gnosisConnectorMeta?: Maybe; + staginggoerli_gnosisConnectorMetas: Array; + staginggoerli_zkSyncConnectorMeta?: Maybe; + staginggoerli_zkSyncConnectorMetas: Array; + staginggoerli_rootMessageProcessed?: Maybe; + staginggoerli_rootMessageProcesseds: Array; + staginggoerli_aggregateRootSavedSlow?: Maybe; + staginggoerli_aggregateRootSavedSlows: Array; + staginggoerli_hubDomain?: Maybe; + staginggoerli_hubDomains: Array; + /** Access to subgraph metadata */ + staginggoerli__meta?: Maybe; + 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; + 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; mumbai_swap_systemInfo?: Maybe; mumbai_swap_systemInfos: Array; mumbai_swap_pooledToken?: Maybe; @@ -383,6 +517,74 @@ export type Query = { mumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ mumbai_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; + optimismgoerli_swap_systemInfo?: Maybe; + optimismgoerli_swap_systemInfos: Array; + optimismgoerli_swap_pooledToken?: Maybe; + optimismgoerli_swap_pooledTokens: Array; + optimismgoerli_swap_stableSwap?: Maybe; + optimismgoerli_swap_stableSwaps: Array; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + optimismgoerli_swap_stableSwapExchange?: Maybe; + optimismgoerli_swap_stableSwapExchanges: Array; + optimismgoerli_swap_swapDailyVolume?: Maybe; + optimismgoerli_swap_swapDailyVolumes: Array; + optimismgoerli_swap_swapHourlyVolume?: Maybe; + optimismgoerli_swap_swapHourlyVolumes: Array; + optimismgoerli_swap_swapWeeklyVolume?: Maybe; + optimismgoerli_swap_swapWeeklyVolumes: Array; + optimismgoerli_swap_lpAccount?: Maybe; + optimismgoerli_swap_lpAccounts: Array; + optimismgoerli_swap_lpAccountBalance?: Maybe; + optimismgoerli_swap_lpAccountBalances: Array; + optimismgoerli_swap_lpToken?: Maybe; + optimismgoerli_swap_lpTokens: Array; + optimismgoerli_swap_lpTransferEvent?: Maybe; + optimismgoerli_swap_lpTransferEvents: Array; + optimismgoerli_swap_stableSwapEvent?: Maybe; + optimismgoerli_swap_stableSwapEvents: Array; + optimismgoerli_swap_swapTradeVolume?: Maybe; + optimismgoerli_swap_swapTradeVolumes: Array; + optimismgoerli_swap_lpTokenEvent?: Maybe; + optimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismgoerli_swap__meta?: Maybe; goerli_swap_systemInfo?: Maybe; goerli_swap_systemInfos: Array; goerli_swap_pooledToken?: Maybe; @@ -417,62 +619,300 @@ export type Query = { goerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ goerli_swap__meta?: Maybe; - staginggoerli_rootAggregated?: Maybe; - staginggoerli_rootAggregateds: Array; - staginggoerli_rootPropagated?: Maybe; - staginggoerli_rootPropagateds: Array; - staginggoerli_aggregatedMessageRoot?: Maybe; - staginggoerli_aggregatedMessageRoots: Array; - staginggoerli_rootManagerMeta?: Maybe; - staginggoerli_rootManagerMetas: Array; - staginggoerli_rootManagerMode?: Maybe; - staginggoerli_rootManagerModes: Array; - staginggoerli_optimisticRootProposed?: Maybe; - staginggoerli_optimisticRootProposeds: Array; - staginggoerli_hubOptimisticRootFinalized?: Maybe; - staginggoerli_hubOptimisticRootFinalizeds: Array; - staginggoerli_optimisticRootPropagated?: Maybe; - staginggoerli_optimisticRootPropagateds: Array; - staginggoerli_polygonConnectorMeta?: Maybe; - staginggoerli_polygonConnectorMetas: Array; - staginggoerli_optimismConnectorMeta?: Maybe; - staginggoerli_optimismConnectorMetas: Array; - staginggoerli_bnbConnectorMeta?: Maybe; - staginggoerli_bnbConnectorMetas: Array; - staginggoerli_arbitrumConnectorMeta?: Maybe; - staginggoerli_arbitrumConnectorMetas: Array; - staginggoerli_gnosisConnectorMeta?: Maybe; - staginggoerli_gnosisConnectorMetas: Array; - staginggoerli_zkSyncConnectorMeta?: Maybe; - staginggoerli_zkSyncConnectorMetas: Array; - staginggoerli_rootMessageProcessed?: Maybe; - staginggoerli_rootMessageProcesseds: Array; - staginggoerli_aggregateRootSavedSlow?: Maybe; - staginggoerli_aggregateRootSavedSlows: Array; - staginggoerli_hubDomain?: Maybe; - staginggoerli_hubDomains: Array; + 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 */ - 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; + xdai_swap__meta?: Maybe; + stagingoptimismgoerli_asset?: Maybe; + stagingoptimismgoerli_assets: Array; + stagingoptimismgoerli_assetStatus?: Maybe; + stagingoptimismgoerli_assetStatuses: Array; + stagingoptimismgoerli_assetBalance?: Maybe; + stagingoptimismgoerli_assetBalances: Array; + stagingoptimismgoerli_router?: Maybe; + stagingoptimismgoerli_routers: Array; + stagingoptimismgoerli_routerDailyTVL?: Maybe; + stagingoptimismgoerli_routerDailyTVLs: Array; + stagingoptimismgoerli_routerLiquidityEvent?: Maybe; + stagingoptimismgoerli_routerLiquidityEvents: Array; + stagingoptimismgoerli_setting?: Maybe; + stagingoptimismgoerli_settings: Array; + stagingoptimismgoerli_relayer?: Maybe; + stagingoptimismgoerli_relayers: Array; + stagingoptimismgoerli_sequencer?: Maybe; + stagingoptimismgoerli_sequencers: Array; + stagingoptimismgoerli_relayerFee?: Maybe; + stagingoptimismgoerli_relayerFees: Array; + stagingoptimismgoerli_originTransfer?: Maybe; + stagingoptimismgoerli_originTransfers: Array; + stagingoptimismgoerli_destinationTransfer?: Maybe; + stagingoptimismgoerli_destinationTransfers: Array; + stagingoptimismgoerli_originMessage?: Maybe; + stagingoptimismgoerli_originMessages: Array; + stagingoptimismgoerli_aggregateRoot?: Maybe; + stagingoptimismgoerli_aggregateRoots: Array; + stagingoptimismgoerli_connectorMeta?: Maybe; + stagingoptimismgoerli_connectorMetas: Array; + stagingoptimismgoerli_rootCount?: Maybe; + stagingoptimismgoerli_rootCounts: Array; + stagingoptimismgoerli_rootMessageSent?: Maybe; + stagingoptimismgoerli_rootMessageSents: Array; + stagingoptimismgoerli_relayerFeesIncrease?: Maybe; + stagingoptimismgoerli_relayerFeesIncreases: Array; + stagingoptimismgoerli_slippageUpdate?: Maybe; + stagingoptimismgoerli_slippageUpdates: Array; + stagingoptimismgoerli_snapshotRoot?: Maybe; + stagingoptimismgoerli_snapshotRoots: Array; + stagingoptimismgoerli_spokeConnectorMode?: Maybe; + stagingoptimismgoerli_spokeConnectorModes: Array; + stagingoptimismgoerli_aggregateRootProposed?: Maybe; + stagingoptimismgoerli_aggregateRootProposeds: Array; + stagingoptimismgoerli_optimisticRootFinalized?: Maybe; + stagingoptimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - testgoerli__meta?: Maybe; + stagingoptimismgoerli__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; + /** Access to subgraph metadata */ + goerli__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; + 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 */ + optimismgoerli__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; + stagingoptimismgoerli_swap_systemInfo?: Maybe; + stagingoptimismgoerli_swap_systemInfos: Array; + stagingoptimismgoerli_swap_pooledToken?: Maybe; + stagingoptimismgoerli_swap_pooledTokens: Array; + stagingoptimismgoerli_swap_stableSwap?: Maybe; + stagingoptimismgoerli_swap_stableSwaps: Array; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; + stagingoptimismgoerli_swap_stableSwapExchanges: Array; + stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; + stagingoptimismgoerli_swap_swapDailyVolumes: Array; + stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; + stagingoptimismgoerli_swap_swapHourlyVolumes: Array; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; + stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; + stagingoptimismgoerli_swap_lpAccount?: Maybe; + stagingoptimismgoerli_swap_lpAccounts: Array; + stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; + stagingoptimismgoerli_swap_lpAccountBalances: Array; + stagingoptimismgoerli_swap_lpToken?: Maybe; + stagingoptimismgoerli_swap_lpTokens: Array; + stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; + stagingoptimismgoerli_swap_lpTransferEvents: Array; + stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapEvents: Array; + stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; + stagingoptimismgoerli_swap_swapTradeVolumes: Array; + stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; + stagingoptimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli_swap__meta?: Maybe; goerli_rootAggregated?: Maybe; goerli_rootAggregateds: Array; goerli_rootPropagated?: Maybe; @@ -513,162 +953,6 @@ export type Query = { goerli_aggregateRootSavedSlows: Array; goerli_hubDomain?: Maybe; goerli_hubDomains: Array; - /** Access to subgraph metadata */ - goerli__meta?: Maybe; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - optimismgoerli_swap_systemInfo?: Maybe; - optimismgoerli_swap_systemInfos: Array; - optimismgoerli_swap_pooledToken?: Maybe; - optimismgoerli_swap_pooledTokens: Array; - optimismgoerli_swap_stableSwap?: Maybe; - optimismgoerli_swap_stableSwaps: Array; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - optimismgoerli_swap_stableSwapExchange?: Maybe; - optimismgoerli_swap_stableSwapExchanges: Array; - optimismgoerli_swap_swapDailyVolume?: Maybe; - optimismgoerli_swap_swapDailyVolumes: Array; - optimismgoerli_swap_swapHourlyVolume?: Maybe; - optimismgoerli_swap_swapHourlyVolumes: Array; - optimismgoerli_swap_swapWeeklyVolume?: Maybe; - optimismgoerli_swap_swapWeeklyVolumes: Array; - optimismgoerli_swap_lpAccount?: Maybe; - optimismgoerli_swap_lpAccounts: Array; - optimismgoerli_swap_lpAccountBalance?: Maybe; - optimismgoerli_swap_lpAccountBalances: Array; - optimismgoerli_swap_lpToken?: Maybe; - optimismgoerli_swap_lpTokens: Array; - optimismgoerli_swap_lpTransferEvent?: Maybe; - optimismgoerli_swap_lpTransferEvents: Array; - optimismgoerli_swap_stableSwapEvent?: Maybe; - optimismgoerli_swap_stableSwapEvents: Array; - optimismgoerli_swap_swapTradeVolume?: Maybe; - optimismgoerli_swap_swapTradeVolumes: Array; - optimismgoerli_swap_lpTokenEvent?: Maybe; - optimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimismgoerli_swap__meta?: Maybe; - 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_rootMessageProcessed?: Maybe; - mainnet_rootMessageProcesseds: Array; - mainnet_aggregateRootSavedSlow?: Maybe; - mainnet_aggregateRootSavedSlows: Array; - mainnet_hubDomain?: Maybe; - mainnet_hubDomains: Array; - /** Access to subgraph metadata */ - mainnet__meta?: Maybe; - lineagoerli_asset?: Maybe; - lineagoerli_assets: Array; - lineagoerli_assetStatus?: Maybe; - lineagoerli_assetStatuses: Array; - lineagoerli_assetBalance?: Maybe; - lineagoerli_assetBalances: Array; - lineagoerli_router?: Maybe; - lineagoerli_routers: Array; - lineagoerli_routerDailyTVL?: Maybe; - lineagoerli_routerDailyTVLs: Array; - lineagoerli_setting?: Maybe; - lineagoerli_settings: Array; - lineagoerli_relayer?: Maybe; - lineagoerli_relayers: Array; - lineagoerli_sequencer?: Maybe; - lineagoerli_sequencers: Array; - lineagoerli_relayerFee?: Maybe; - lineagoerli_relayerFees: Array; - lineagoerli_originTransfer?: Maybe; - lineagoerli_originTransfers: Array; - lineagoerli_destinationTransfer?: Maybe; - lineagoerli_destinationTransfers: Array; - lineagoerli_originMessage?: Maybe; - lineagoerli_originMessages: Array; - lineagoerli_aggregateRoot?: Maybe; - lineagoerli_aggregateRoots: Array; - lineagoerli_connectorMeta?: Maybe; - lineagoerli_connectorMetas: Array; - lineagoerli_rootCount?: Maybe; - lineagoerli_rootCounts: Array; - lineagoerli_rootMessageSent?: Maybe; - lineagoerli_rootMessageSents: Array; - lineagoerli_relayerFeesIncrease?: Maybe; - lineagoerli_relayerFeesIncreases: Array; - lineagoerli_slippageUpdate?: Maybe; - lineagoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - lineagoerli__meta?: Maybe; localmainnet_rootAggregated?: Maybe; localmainnet_rootAggregateds: Array; localmainnet_rootPropagated?: Maybe; @@ -695,6 +979,18 @@ export type Query = { localmainnet_arbitrumConnectorMetas: Array; localmainnet_gnosisConnectorMeta?: Maybe; localmainnet_gnosisConnectorMetas: Array; + localmainnet_lineaConnectorMeta?: Maybe; + localmainnet_lineaConnectorMetas: Array; + localmainnet_metisConnectorMeta?: Maybe; + localmainnet_metisConnectorMetas: Array; + localmainnet_mantleConnectorMeta?: Maybe; + localmainnet_mantleConnectorMetas: Array; + localmainnet_avalancheConnectorMeta?: Maybe; + localmainnet_avalancheConnectorMetas: Array; + localmainnet_baseConnectorMeta?: Maybe; + localmainnet_baseConnectorMetas: Array; + localmainnet_polygonZkConnectorMeta?: Maybe; + localmainnet_polygonZkConnectorMetas: Array; localmainnet_zkSyncConnectorMeta?: Maybe; localmainnet_zkSyncConnectorMetas: Array; localmainnet_rootMessageProcessed?: Maybe; @@ -705,586 +1001,6 @@ export type Query = { localmainnet_hubDomains: Array; /** Access to subgraph metadata */ localmainnet__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - 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; - polygonzkevm_swap_systemInfo?: Maybe; - polygonzkevm_swap_systemInfos: Array; - polygonzkevm_swap_pooledToken?: Maybe; - polygonzkevm_swap_pooledTokens: Array; - polygonzkevm_swap_stableSwap?: Maybe; - polygonzkevm_swap_stableSwaps: Array; - polygonzkevm_swap_stableSwapAddLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapAddLiquidityEvents: Array; - polygonzkevm_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapRemoveLiquidityEvents: Array; - polygonzkevm_swap_stableSwapExchange?: Maybe; - polygonzkevm_swap_stableSwapExchanges: Array; - polygonzkevm_swap_swapDailyVolume?: Maybe; - polygonzkevm_swap_swapDailyVolumes: Array; - polygonzkevm_swap_swapHourlyVolume?: Maybe; - polygonzkevm_swap_swapHourlyVolumes: Array; - polygonzkevm_swap_swapWeeklyVolume?: Maybe; - polygonzkevm_swap_swapWeeklyVolumes: Array; - polygonzkevm_swap_lpAccount?: Maybe; - polygonzkevm_swap_lpAccounts: Array; - polygonzkevm_swap_lpAccountBalance?: Maybe; - polygonzkevm_swap_lpAccountBalances: Array; - polygonzkevm_swap_lpToken?: Maybe; - polygonzkevm_swap_lpTokens: Array; - polygonzkevm_swap_lpTransferEvent?: Maybe; - polygonzkevm_swap_lpTransferEvents: Array; - polygonzkevm_swap_stableSwapEvent?: Maybe; - polygonzkevm_swap_stableSwapEvents: Array; - polygonzkevm_swap_swapTradeVolume?: Maybe; - polygonzkevm_swap_swapTradeVolumes: Array; - polygonzkevm_swap_lpTokenEvent?: Maybe; - polygonzkevm_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - polygonzkevm_swap__meta?: Maybe; - stagingoptimismgoerli_swap_systemInfo?: Maybe; - stagingoptimismgoerli_swap_systemInfos: Array; - stagingoptimismgoerli_swap_pooledToken?: Maybe; - stagingoptimismgoerli_swap_pooledTokens: Array; - stagingoptimismgoerli_swap_stableSwap?: Maybe; - stagingoptimismgoerli_swap_stableSwaps: Array; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; - stagingoptimismgoerli_swap_stableSwapExchanges: Array; - stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; - stagingoptimismgoerli_swap_swapDailyVolumes: Array; - stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; - stagingoptimismgoerli_swap_swapHourlyVolumes: Array; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; - stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; - stagingoptimismgoerli_swap_lpAccount?: Maybe; - stagingoptimismgoerli_swap_lpAccounts: Array; - stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; - stagingoptimismgoerli_swap_lpAccountBalances: Array; - stagingoptimismgoerli_swap_lpToken?: Maybe; - stagingoptimismgoerli_swap_lpTokens: Array; - stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; - stagingoptimismgoerli_swap_lpTransferEvents: Array; - stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapEvents: Array; - stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; - stagingoptimismgoerli_swap_swapTradeVolumes: Array; - stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; - stagingoptimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli_swap__meta?: Maybe; - 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; - 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 */ - optimismgoerli__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 */ - basegoerli__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; - 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_asset?: Maybe; - stagingoptimismgoerli_assets: Array; - stagingoptimismgoerli_assetStatus?: Maybe; - stagingoptimismgoerli_assetStatuses: Array; - stagingoptimismgoerli_assetBalance?: Maybe; - stagingoptimismgoerli_assetBalances: Array; - stagingoptimismgoerli_router?: Maybe; - stagingoptimismgoerli_routers: Array; - stagingoptimismgoerli_routerDailyTVL?: Maybe; - stagingoptimismgoerli_routerDailyTVLs: Array; - stagingoptimismgoerli_routerLiquidityEvent?: Maybe; - stagingoptimismgoerli_routerLiquidityEvents: Array; - stagingoptimismgoerli_setting?: Maybe; - stagingoptimismgoerli_settings: Array; - stagingoptimismgoerli_relayer?: Maybe; - stagingoptimismgoerli_relayers: Array; - stagingoptimismgoerli_sequencer?: Maybe; - stagingoptimismgoerli_sequencers: Array; - stagingoptimismgoerli_relayerFee?: Maybe; - stagingoptimismgoerli_relayerFees: Array; - stagingoptimismgoerli_originTransfer?: Maybe; - stagingoptimismgoerli_originTransfers: Array; - stagingoptimismgoerli_destinationTransfer?: Maybe; - stagingoptimismgoerli_destinationTransfers: Array; - stagingoptimismgoerli_originMessage?: Maybe; - stagingoptimismgoerli_originMessages: Array; - stagingoptimismgoerli_aggregateRoot?: Maybe; - stagingoptimismgoerli_aggregateRoots: Array; - stagingoptimismgoerli_connectorMeta?: Maybe; - stagingoptimismgoerli_connectorMetas: Array; - stagingoptimismgoerli_rootCount?: Maybe; - stagingoptimismgoerli_rootCounts: Array; - stagingoptimismgoerli_rootMessageSent?: Maybe; - stagingoptimismgoerli_rootMessageSents: Array; - stagingoptimismgoerli_relayerFeesIncrease?: Maybe; - stagingoptimismgoerli_relayerFeesIncreases: Array; - stagingoptimismgoerli_slippageUpdate?: Maybe; - stagingoptimismgoerli_slippageUpdates: Array; - stagingoptimismgoerli_snapshotRoot?: Maybe; - stagingoptimismgoerli_snapshotRoots: Array; - stagingoptimismgoerli_spokeConnectorMode?: Maybe; - stagingoptimismgoerli_spokeConnectorModes: Array; - stagingoptimismgoerli_aggregateRootProposed?: Maybe; - stagingoptimismgoerli_aggregateRootProposeds: Array; - stagingoptimismgoerli_optimisticRootFinalized?: Maybe; - stagingoptimismgoerli_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli__meta?: Maybe; - 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; - mantle_swap_systemInfo?: Maybe; - mantle_swap_systemInfos: Array; - mantle_swap_pooledToken?: Maybe; - mantle_swap_pooledTokens: Array; - mantle_swap_stableSwap?: Maybe; - mantle_swap_stableSwaps: Array; - mantle_swap_stableSwapAddLiquidityEvent?: Maybe; - mantle_swap_stableSwapAddLiquidityEvents: Array; - mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mantle_swap_stableSwapRemoveLiquidityEvents: Array; - mantle_swap_stableSwapExchange?: Maybe; - mantle_swap_stableSwapExchanges: Array; - mantle_swap_swapDailyVolume?: Maybe; - mantle_swap_swapDailyVolumes: Array; - mantle_swap_swapHourlyVolume?: Maybe; - mantle_swap_swapHourlyVolumes: Array; - mantle_swap_swapWeeklyVolume?: Maybe; - mantle_swap_swapWeeklyVolumes: Array; - mantle_swap_lpAccount?: Maybe; - mantle_swap_lpAccounts: Array; - mantle_swap_lpAccountBalance?: Maybe; - mantle_swap_lpAccountBalances: Array; - mantle_swap_lpToken?: Maybe; - mantle_swap_lpTokens: Array; - mantle_swap_lpTransferEvent?: Maybe; - mantle_swap_lpTransferEvents: Array; - mantle_swap_stableSwapEvent?: Maybe; - mantle_swap_stableSwapEvents: Array; - mantle_swap_swapTradeVolume?: Maybe; - mantle_swap_swapTradeVolumes: Array; - mantle_swap_lpTokenEvent?: Maybe; - mantle_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mantle_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - polygon_swap_systemInfo?: Maybe; - polygon_swap_systemInfos: Array; - polygon_swap_pooledToken?: Maybe; - polygon_swap_pooledTokens: Array; - polygon_swap_stableSwap?: Maybe; - polygon_swap_stableSwaps: Array; - polygon_swap_stableSwapAddLiquidityEvent?: Maybe; - polygon_swap_stableSwapAddLiquidityEvents: Array; - polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygon_swap_stableSwapRemoveLiquidityEvents: Array; - polygon_swap_stableSwapExchange?: Maybe; - polygon_swap_stableSwapExchanges: Array; - polygon_swap_swapDailyVolume?: Maybe; - polygon_swap_swapDailyVolumes: Array; - polygon_swap_swapHourlyVolume?: Maybe; - polygon_swap_swapHourlyVolumes: Array; - polygon_swap_swapWeeklyVolume?: Maybe; - polygon_swap_swapWeeklyVolumes: Array; - polygon_swap_lpAccount?: Maybe; - polygon_swap_lpAccounts: Array; - polygon_swap_lpAccountBalance?: Maybe; - polygon_swap_lpAccountBalances: Array; - polygon_swap_lpToken?: Maybe; - polygon_swap_lpTokens: Array; - polygon_swap_lpTransferEvent?: Maybe; - polygon_swap_lpTransferEvents: Array; - polygon_swap_stableSwapEvent?: Maybe; - polygon_swap_stableSwapEvents: Array; - polygon_swap_swapTradeVolume?: Maybe; - polygon_swap_swapTradeVolumes: Array; - polygon_swap_lpTokenEvent?: Maybe; - polygon_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - polygon_swap__meta?: Maybe; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; stagingmainnet_rootAggregated?: Maybe; stagingmainnet_rootAggregateds: Array; stagingmainnet_rootPropagated?: Maybe; @@ -1335,120 +1051,276 @@ export type Query = { stagingmainnet_hubDomains: Array; /** Access to subgraph metadata */ stagingmainnet__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; - 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; + 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 */ - 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; + arbitrumone_swap__meta?: Maybe; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - zksync_swap__meta?: Maybe; + bnb_swap__meta?: Maybe; + lineagoerli_asset?: Maybe; + lineagoerli_assets: Array; + lineagoerli_assetStatus?: Maybe; + lineagoerli_assetStatuses: Array; + lineagoerli_assetBalance?: Maybe; + lineagoerli_assetBalances: Array; + lineagoerli_router?: Maybe; + lineagoerli_routers: Array; + lineagoerli_routerDailyTVL?: Maybe; + lineagoerli_routerDailyTVLs: Array; + lineagoerli_setting?: Maybe; + lineagoerli_settings: Array; + lineagoerli_relayer?: Maybe; + lineagoerli_relayers: Array; + lineagoerli_sequencer?: Maybe; + lineagoerli_sequencers: Array; + lineagoerli_relayerFee?: Maybe; + lineagoerli_relayerFees: Array; + lineagoerli_originTransfer?: Maybe; + lineagoerli_originTransfers: Array; + lineagoerli_destinationTransfer?: Maybe; + lineagoerli_destinationTransfers: Array; + lineagoerli_originMessage?: Maybe; + lineagoerli_originMessages: Array; + lineagoerli_aggregateRoot?: Maybe; + lineagoerli_aggregateRoots: Array; + lineagoerli_connectorMeta?: Maybe; + lineagoerli_connectorMetas: Array; + lineagoerli_rootCount?: Maybe; + lineagoerli_rootCounts: Array; + lineagoerli_rootMessageSent?: Maybe; + lineagoerli_rootMessageSents: Array; + lineagoerli_relayerFeesIncrease?: Maybe; + lineagoerli_relayerFeesIncreases: Array; + lineagoerli_slippageUpdate?: Maybe; + lineagoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + lineagoerli__meta?: Maybe; + 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; + 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; + polygonzkevm_swap_asset?: Maybe; + polygonzkevm_swap_assets: Array; + polygonzkevm_swap_assetStatus?: Maybe; + polygonzkevm_swap_assetStatuses: Array; + polygonzkevm_swap_assetBalance?: Maybe; + polygonzkevm_swap_assetBalances: Array; + polygonzkevm_swap_router?: Maybe; + polygonzkevm_swap_routers: Array; + polygonzkevm_swap_routerDailyTVL?: Maybe; + polygonzkevm_swap_routerDailyTVLs: Array; + polygonzkevm_swap_routerLiquidityEvent?: Maybe; + polygonzkevm_swap_routerLiquidityEvents: Array; + polygonzkevm_swap_setting?: Maybe; + polygonzkevm_swap_settings: Array; + polygonzkevm_swap_relayer?: Maybe; + polygonzkevm_swap_relayers: Array; + polygonzkevm_swap_sequencer?: Maybe; + polygonzkevm_swap_sequencers: Array; + polygonzkevm_swap_relayerFee?: Maybe; + polygonzkevm_swap_relayerFees: Array; + polygonzkevm_swap_originTransfer?: Maybe; + polygonzkevm_swap_originTransfers: Array; + polygonzkevm_swap_destinationTransfer?: Maybe; + polygonzkevm_swap_destinationTransfers: Array; + polygonzkevm_swap_originMessage?: Maybe; + polygonzkevm_swap_originMessages: Array; + polygonzkevm_swap_aggregateRoot?: Maybe; + polygonzkevm_swap_aggregateRoots: Array; + polygonzkevm_swap_connectorMeta?: Maybe; + polygonzkevm_swap_connectorMetas: Array; + polygonzkevm_swap_rootCount?: Maybe; + polygonzkevm_swap_rootCounts: Array; + polygonzkevm_swap_rootMessageSent?: Maybe; + polygonzkevm_swap_rootMessageSents: Array; + polygonzkevm_swap_relayerFeesIncrease?: Maybe; + polygonzkevm_swap_relayerFeesIncreases: Array; + polygonzkevm_swap_slippageUpdate?: Maybe; + polygonzkevm_swap_slippageUpdates: Array; + polygonzkevm_swap_snapshotRoot?: Maybe; + polygonzkevm_swap_snapshotRoots: Array; + polygonzkevm_swap_spokeConnectorMode?: Maybe; + polygonzkevm_swap_spokeConnectorModes: Array; + polygonzkevm_swap_aggregateRootProposed?: Maybe; + polygonzkevm_swap_aggregateRootProposeds: Array; + polygonzkevm_swap_optimisticRootFinalized?: Maybe; + polygonzkevm_swap_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + polygonzkevm_swap__meta?: Maybe; + 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; staginggoerli_asset?: Maybe; staginggoerli_assets: Array; staginggoerli_assetStatus?: Maybe; @@ -1495,136 +1367,54 @@ export type Query = { staginggoerli_aggregateRootProposeds: Array; staginggoerli_optimisticRootFinalized?: Maybe; staginggoerli_optimisticRootFinalizeds: Array; - 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; - 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; - 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; + 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 */ - xdai__meta?: Maybe; + base__meta?: Maybe; localmainnet_asset?: Maybe; localmainnet_assets: Array; localmainnet_assetStatus?: Maybe; @@ -1671,54 +1461,102 @@ export type Query = { localmainnet_aggregateRootProposeds: Array; localmainnet_optimisticRootFinalized?: Maybe; localmainnet_optimisticRootFinalizeds: Array; - polygon_asset?: Maybe; - polygon_assets: Array; - polygon_assetStatus?: Maybe; - polygon_assetStatuses: Array; - polygon_assetBalance?: Maybe; - polygon_assetBalances: Array; - polygon_router?: Maybe; - polygon_routers: Array; - polygon_routerDailyTVL?: Maybe; - polygon_routerDailyTVLs: Array; - polygon_routerLiquidityEvent?: Maybe; - polygon_routerLiquidityEvents: Array; - polygon_setting?: Maybe; - polygon_settings: Array; - polygon_relayer?: Maybe; - polygon_relayers: Array; - polygon_sequencer?: Maybe; - polygon_sequencers: Array; - polygon_relayerFee?: Maybe; - polygon_relayerFees: Array; - polygon_originTransfer?: Maybe; - polygon_originTransfers: Array; - polygon_destinationTransfer?: Maybe; - polygon_destinationTransfers: Array; - polygon_originMessage?: Maybe; - polygon_originMessages: Array; - polygon_aggregateRoot?: Maybe; - polygon_aggregateRoots: Array; - polygon_connectorMeta?: Maybe; - polygon_connectorMetas: Array; - polygon_rootCount?: Maybe; - polygon_rootCounts: Array; - polygon_rootMessageSent?: Maybe; - polygon_rootMessageSents: Array; - polygon_relayerFeesIncrease?: Maybe; - polygon_relayerFeesIncreases: Array; - polygon_slippageUpdate?: Maybe; - polygon_slippageUpdates: Array; - polygon_snapshotRoot?: Maybe; - polygon_snapshotRoots: Array; - polygon_spokeConnectorMode?: Maybe; - polygon_spokeConnectorModes: Array; - polygon_aggregateRootProposed?: Maybe; - polygon_aggregateRootProposeds: Array; - polygon_optimisticRootFinalized?: Maybe; - polygon_optimisticRootFinalizeds: Array; + zksync_asset?: Maybe; + zksync_assets: Array; + zksync_assetStatus?: Maybe; + zksync_assetStatuses: Array; + zksync_assetBalance?: Maybe; + zksync_assetBalances: Array; + zksync_router?: Maybe; + zksync_routers: Array; + zksync_routerDailyTVL?: Maybe; + zksync_routerDailyTVLs: Array; + zksync_routerLiquidityEvent?: Maybe; + zksync_routerLiquidityEvents: Array; + zksync_setting?: Maybe; + zksync_settings: Array; + zksync_relayer?: Maybe; + zksync_relayers: Array; + zksync_sequencer?: Maybe; + zksync_sequencers: Array; + zksync_relayerFee?: Maybe; + zksync_relayerFees: Array; + zksync_originTransfer?: Maybe; + zksync_originTransfers: Array; + zksync_destinationTransfer?: Maybe; + zksync_destinationTransfers: Array; + zksync_originMessage?: Maybe; + zksync_originMessages: Array; + zksync_aggregateRoot?: Maybe; + zksync_aggregateRoots: Array; + zksync_connectorMeta?: Maybe; + zksync_connectorMetas: Array; + zksync_rootCount?: Maybe; + zksync_rootCounts: Array; + zksync_rootMessageSent?: Maybe; + zksync_rootMessageSents: Array; + zksync_relayerFeesIncrease?: Maybe; + zksync_relayerFeesIncreases: Array; + zksync_slippageUpdate?: Maybe; + zksync_slippageUpdates: Array; + zksync_snapshotRoot?: Maybe; + zksync_snapshotRoots: Array; + zksync_spokeConnectorMode?: Maybe; + zksync_spokeConnectorModes: Array; + zksync_aggregateRootProposed?: Maybe; + zksync_aggregateRootProposeds: Array; + zksync_optimisticRootFinalized?: Maybe; + zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygon__meta?: Maybe; + zksync__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; @@ -1767,54 +1605,316 @@ export type Query = { stagingxdai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingxdai__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; + 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 */ - mantle__meta?: Maybe; + stagingavalanche__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; + 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; + optimism_swap_systemInfo?: Maybe; + optimism_swap_systemInfos: Array; + optimism_swap_pooledToken?: Maybe; + optimism_swap_pooledTokens: Array; + optimism_swap_stableSwap?: Maybe; + optimism_swap_stableSwaps: Array; + optimism_swap_stableSwapAddLiquidityEvent?: Maybe; + optimism_swap_stableSwapAddLiquidityEvents: Array; + optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimism_swap_stableSwapRemoveLiquidityEvents: Array; + optimism_swap_stableSwapExchange?: Maybe; + optimism_swap_stableSwapExchanges: Array; + optimism_swap_swapDailyVolume?: Maybe; + optimism_swap_swapDailyVolumes: Array; + optimism_swap_swapHourlyVolume?: Maybe; + optimism_swap_swapHourlyVolumes: Array; + optimism_swap_swapWeeklyVolume?: Maybe; + optimism_swap_swapWeeklyVolumes: Array; + optimism_swap_lpAccount?: Maybe; + optimism_swap_lpAccounts: Array; + optimism_swap_lpAccountBalance?: Maybe; + optimism_swap_lpAccountBalances: Array; + optimism_swap_lpToken?: Maybe; + optimism_swap_lpTokens: Array; + optimism_swap_lpTransferEvent?: Maybe; + optimism_swap_lpTransferEvents: Array; + optimism_swap_stableSwapEvent?: Maybe; + optimism_swap_stableSwapEvents: Array; + optimism_swap_swapTradeVolume?: Maybe; + optimism_swap_swapTradeVolumes: Array; + optimism_swap_lpTokenEvent?: Maybe; + optimism_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimism_swap__meta?: Maybe; + 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 */ + basegoerli__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; + 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; localoptimism_asset?: Maybe; localoptimism_assets: Array; localoptimism_assetStatus?: Maybe; @@ -1863,6 +1963,54 @@ export type Query = { 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; stagingmainnet_asset?: Maybe; stagingmainnet_assets: Array; stagingmainnet_assetStatus?: Maybe; @@ -1909,340 +2057,6 @@ export type Query = { stagingmainnet_aggregateRootProposeds: Array; stagingmainnet_optimisticRootFinalized?: Maybe; stagingmainnet_optimisticRootFinalizeds: 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; - 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; - 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; - 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; - 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; - 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; - 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; polygonzkevm_asset?: Maybe; polygonzkevm_assets: Array; polygonzkevm_assetStatus?: Maybe; @@ -2339,390 +2153,246 @@ export type Query = { stagingoptimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimism__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; + 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 */ - optimism__meta?: Maybe; - bnb_asset?: Maybe; - bnb_assets: Array; - bnb_assetStatus?: Maybe; - bnb_assetStatuses: Array; - bnb_assetBalance?: Maybe; - bnb_assetBalances: Array; - bnb_router?: Maybe; - bnb_routers: Array; - bnb_routerDailyTVL?: Maybe; - bnb_routerDailyTVLs: Array; - bnb_routerLiquidityEvent?: Maybe; - bnb_routerLiquidityEvents: Array; - bnb_setting?: Maybe; - bnb_settings: Array; - bnb_relayer?: Maybe; - bnb_relayers: Array; - bnb_sequencer?: Maybe; - bnb_sequencers: Array; - bnb_relayerFee?: Maybe; - bnb_relayerFees: Array; - bnb_originTransfer?: Maybe; - bnb_originTransfers: Array; - bnb_destinationTransfer?: Maybe; - bnb_destinationTransfers: Array; - bnb_originMessage?: Maybe; - bnb_originMessages: Array; - bnb_aggregateRoot?: Maybe; - bnb_aggregateRoots: Array; - bnb_connectorMeta?: Maybe; - bnb_connectorMetas: Array; - bnb_rootCount?: Maybe; - bnb_rootCounts: Array; - bnb_rootMessageSent?: Maybe; - bnb_rootMessageSents: Array; - bnb_relayerFeesIncrease?: Maybe; - bnb_relayerFeesIncreases: Array; - bnb_slippageUpdate?: Maybe; - bnb_slippageUpdates: Array; - bnb_snapshotRoot?: Maybe; - bnb_snapshotRoots: Array; - bnb_spokeConnectorMode?: Maybe; - bnb_spokeConnectorModes: Array; - bnb_aggregateRootProposed?: Maybe; - bnb_aggregateRootProposeds: Array; - bnb_optimisticRootFinalized?: Maybe; - bnb_optimisticRootFinalizeds: Array; + stagingarbitrumone__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 */ - bnb__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; - 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; - 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; + localarbitrumone__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 */ - stagingmetis__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; + mumbai__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 */ - stagingarbitrumone__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; + stagingmode__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 */ - zksync__meta?: Maybe; + stagingzksync__meta?: Maybe; stagingbase_asset?: Maybe; stagingbase_assets: Array; stagingbase_assetStatus?: Maybe; @@ -2771,54 +2441,6 @@ export type Query = { stagingbase_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingbase__meta?: Maybe; - base_asset?: Maybe; - base_assets: Array; - base_assetStatus?: Maybe; - base_assetStatuses: Array; - base_assetBalance?: Maybe; - base_assetBalances: Array; - base_router?: Maybe; - base_routers: Array; - base_routerDailyTVL?: Maybe; - base_routerDailyTVLs: Array; - base_routerLiquidityEvent?: Maybe; - base_routerLiquidityEvents: Array; - base_setting?: Maybe; - base_settings: Array; - base_relayer?: Maybe; - base_relayers: Array; - base_sequencer?: Maybe; - base_sequencers: Array; - base_relayerFee?: Maybe; - base_relayerFees: Array; - base_originTransfer?: Maybe; - base_originTransfers: Array; - base_destinationTransfer?: Maybe; - base_destinationTransfers: Array; - base_originMessage?: Maybe; - base_originMessages: Array; - base_aggregateRoot?: Maybe; - base_aggregateRoots: Array; - base_connectorMeta?: Maybe; - base_connectorMetas: Array; - base_rootCount?: Maybe; - base_rootCounts: Array; - base_rootMessageSent?: Maybe; - base_rootMessageSents: Array; - base_relayerFeesIncrease?: Maybe; - base_relayerFeesIncreases: Array; - base_slippageUpdate?: Maybe; - base_slippageUpdates: Array; - base_snapshotRoot?: Maybe; - base_snapshotRoots: Array; - base_spokeConnectorMode?: Maybe; - base_spokeConnectorModes: Array; - base_aggregateRootProposed?: Maybe; - base_aggregateRootProposeds: Array; - base_optimisticRootFinalized?: Maybe; - base_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - base__meta?: Maybe; stagingpolygonzkevm_asset?: Maybe; stagingpolygonzkevm_assets: Array; stagingpolygonzkevm_assetStatus?: Maybe; @@ -2867,855 +2489,1060 @@ export type Query = { stagingpolygonzkevm_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygonzkevm__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; + 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 */ - stagingzksync__meta?: Maybe; - x1testnet_asset?: Maybe; - x1testnet_assets: Array; - x1testnet_assetStatus?: Maybe; - x1testnet_assetStatuses: Array; - x1testnet_assetBalance?: Maybe; - x1testnet_assetBalances: Array; - x1testnet_router?: Maybe; - x1testnet_routers: Array; - x1testnet_routerDailyTVL?: Maybe; - x1testnet_routerDailyTVLs: Array; - x1testnet_routerLiquidityEvent?: Maybe; - x1testnet_routerLiquidityEvents: Array; - x1testnet_setting?: Maybe; - x1testnet_settings: Array; - x1testnet_relayer?: Maybe; - x1testnet_relayers: Array; - x1testnet_sequencer?: Maybe; - x1testnet_sequencers: Array; - x1testnet_relayerFee?: Maybe; - x1testnet_relayerFees: Array; - x1testnet_originTransfer?: Maybe; - x1testnet_originTransfers: Array; - x1testnet_destinationTransfer?: Maybe; - x1testnet_destinationTransfers: Array; - x1testnet_originMessage?: Maybe; - x1testnet_originMessages: Array; - x1testnet_aggregateRoot?: Maybe; - x1testnet_aggregateRoots: Array; - x1testnet_connectorMeta?: Maybe; - x1testnet_connectorMetas: Array; - x1testnet_rootCount?: Maybe; - x1testnet_rootCounts: Array; - x1testnet_rootMessageSent?: Maybe; - x1testnet_rootMessageSents: Array; - x1testnet_relayerFeesIncrease?: Maybe; - x1testnet_relayerFeesIncreases: Array; - x1testnet_slippageUpdate?: Maybe; - x1testnet_slippageUpdates: Array; - x1testnet_snapshotRoot?: Maybe; - x1testnet_snapshotRoots: Array; - x1testnet_spokeConnectorMode?: Maybe; - x1testnet_spokeConnectorModes: Array; - x1testnet_aggregateRootProposed?: Maybe; - x1testnet_aggregateRootProposeds: Array; - x1testnet_optimisticRootFinalized?: Maybe; - x1testnet_optimisticRootFinalizeds: Array; + bnb__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 */ - x1testnet__meta?: Maybe; -}; - - -export type Querytestoptimismgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_sponsorVaultArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_sponsorVaultsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querytestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + xdai__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; + 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; + 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; + 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; + 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; + mantle_swap_systemInfo?: Maybe; + mantle_swap_systemInfos: Array; + mantle_swap_pooledToken?: Maybe; + mantle_swap_pooledTokens: Array; + mantle_swap_stableSwap?: Maybe; + mantle_swap_stableSwaps: Array; + mantle_swap_stableSwapAddLiquidityEvent?: Maybe; + mantle_swap_stableSwapAddLiquidityEvents: Array; + mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mantle_swap_stableSwapRemoveLiquidityEvents: Array; + mantle_swap_stableSwapExchange?: Maybe; + mantle_swap_stableSwapExchanges: Array; + mantle_swap_swapDailyVolume?: Maybe; + mantle_swap_swapDailyVolumes: Array; + mantle_swap_swapHourlyVolume?: Maybe; + mantle_swap_swapHourlyVolumes: Array; + mantle_swap_swapWeeklyVolume?: Maybe; + mantle_swap_swapWeeklyVolumes: Array; + mantle_swap_lpAccount?: Maybe; + mantle_swap_lpAccounts: Array; + mantle_swap_lpAccountBalance?: Maybe; + mantle_swap_lpAccountBalances: Array; + mantle_swap_lpToken?: Maybe; + mantle_swap_lpTokens: Array; + mantle_swap_lpTransferEvent?: Maybe; + mantle_swap_lpTransferEvents: Array; + mantle_swap_stableSwapEvent?: Maybe; + mantle_swap_stableSwapEvents: Array; + mantle_swap_swapTradeVolume?: Maybe; + mantle_swap_swapTradeVolumes: Array; + mantle_swap_lpTokenEvent?: Maybe; + mantle_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mantle_swap__meta?: Maybe; + 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; + 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; + 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; + 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; + x1testnet_asset?: Maybe; + x1testnet_assets: Array; + x1testnet_assetStatus?: Maybe; + x1testnet_assetStatuses: Array; + x1testnet_assetBalance?: Maybe; + x1testnet_assetBalances: Array; + x1testnet_router?: Maybe; + x1testnet_routers: Array; + x1testnet_routerDailyTVL?: Maybe; + x1testnet_routerDailyTVLs: Array; + x1testnet_routerLiquidityEvent?: Maybe; + x1testnet_routerLiquidityEvents: Array; + x1testnet_setting?: Maybe; + x1testnet_settings: Array; + x1testnet_relayer?: Maybe; + x1testnet_relayers: Array; + x1testnet_sequencer?: Maybe; + x1testnet_sequencers: Array; + x1testnet_relayerFee?: Maybe; + x1testnet_relayerFees: Array; + x1testnet_originTransfer?: Maybe; + x1testnet_originTransfers: Array; + x1testnet_destinationTransfer?: Maybe; + x1testnet_destinationTransfers: Array; + x1testnet_originMessage?: Maybe; + x1testnet_originMessages: Array; + x1testnet_aggregateRoot?: Maybe; + x1testnet_aggregateRoots: Array; + x1testnet_connectorMeta?: Maybe; + x1testnet_connectorMetas: Array; + x1testnet_rootCount?: Maybe; + x1testnet_rootCounts: Array; + x1testnet_rootMessageSent?: Maybe; + x1testnet_rootMessageSents: Array; + x1testnet_relayerFeesIncrease?: Maybe; + x1testnet_relayerFeesIncreases: Array; + x1testnet_slippageUpdate?: Maybe; + x1testnet_slippageUpdates: Array; + x1testnet_snapshotRoot?: Maybe; + x1testnet_snapshotRoots: Array; + x1testnet_spokeConnectorMode?: Maybe; + x1testnet_spokeConnectorModes: Array; + x1testnet_aggregateRootProposed?: Maybe; + x1testnet_aggregateRootProposeds: Array; + x1testnet_optimisticRootFinalized?: Maybe; + x1testnet_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + x1testnet__meta?: Maybe; +}; -export type Querymumbai_swap_lpTokenArgs = { + +export type Querytestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokensArgs = { +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 Querymumbai_swap_lpTransferEventArgs = { +export type Querytestoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventsArgs = { +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 Querymumbai_swap_stableSwapEventArgs = { +export type Querytestoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventsArgs = { +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 Querymumbai_swap_swapTradeVolumeArgs = { +export type Querytestoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumesArgs = { +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 Querymumbai_swap_lpTokenEventArgs = { +export type Querytestoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventsArgs = { +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 Querymumbai_swap__metaArgs = { - block?: InputMaybe; +export type Querytestoptimismgoerli_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_systemInfoArgs = { +export type Querytestoptimismgoerli_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_systemInfosArgs = { +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 Querygoerli_swap_pooledTokenArgs = { +export type Querytestoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokensArgs = { +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 Querygoerli_swap_stableSwapArgs = { +export type Querytestoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapsArgs = { +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 Querygoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querytestoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querygoerli_swap_stableSwapExchangeArgs = { +export type Querystagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangesArgs = { +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 Querygoerli_swap_swapDailyVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumesArgs = { +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 Querygoerli_swap_swapHourlyVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumesArgs = { +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 Querygoerli_swap_swapWeeklyVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumesArgs = { +export type Querystagingmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountArgs = { +export type Querystagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountsArgs = { +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 Querygoerli_swap_lpAccountBalanceArgs = { +export type Querystagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalancesArgs = { +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 Querygoerli_swap_lpTokenArgs = { +export type Querystagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokensArgs = { +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 Querygoerli_swap_lpTransferEventArgs = { +export type Querystagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventsArgs = { +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 Querygoerli_swap_stableSwapEventArgs = { +export type Querystagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventsArgs = { +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 Querygoerli_swap_swapTradeVolumeArgs = { +export type Querystagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumesArgs = { +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 Querygoerli_swap_lpTokenEventArgs = { +export type Querystagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventsArgs = { +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 Querygoerli_swap__metaArgs = { - block?: InputMaybe; +export type Querystagingmumbai_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap__metaArgs = { + block?: InputMaybe; }; @@ -4197,661 +4024,882 @@ export type Querytestgoerli__metaArgs = { }; -export type Querygoerli_rootAggregatedArgs = { +export type Querybase_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootAggregatedsArgs = { +export type Querybase_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootPropagatedArgs = { +export type Querybase_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootPropagatedsArgs = { +export type Querybase_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregatedMessageRootArgs = { +export type Querybase_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregatedMessageRootsArgs = { +export type Querybase_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerMetaArgs = { +export type Querybase_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerMetasArgs = { +export type Querybase_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerModeArgs = { +export type Querybase_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerModesArgs = { +export type Querybase_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootProposedArgs = { +export type Querybase_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootProposedsArgs = { +export type Querybase_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_hubOptimisticRootFinalizedArgs = { +export type Querybase_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_hubOptimisticRootFinalizedsArgs = { +export type Querybase_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootPropagatedArgs = { +export type Querybase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootPropagatedsArgs = { +export type Querybase_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_polygonConnectorMetaArgs = { +export type Querybase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_polygonConnectorMetasArgs = { +export type Querybase_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimismConnectorMetaArgs = { +export type Querybase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimismConnectorMetasArgs = { +export type Querybase_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_bnbConnectorMetaArgs = { +export type Querybase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_bnbConnectorMetasArgs = { +export type Querybase_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_arbitrumConnectorMetaArgs = { +export type Querybase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_arbitrumConnectorMetasArgs = { +export type Querybase_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_gnosisConnectorMetaArgs = { +export type Querybase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_gnosisConnectorMetasArgs = { +export type Querybase_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_zkSyncConnectorMetaArgs = { +export type Querybase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_zkSyncConnectorMetasArgs = { +export type Querybase_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_lineaConnectorMetaArgs = { +export type Querybase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_lineaConnectorMetasArgs = { +export type Querybase_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_baseConnectorMetaArgs = { +export type Querybase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_baseConnectorMetasArgs = { +export type Querybase_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_x1ConnectorMetaArgs = { +export type Querybase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_x1ConnectorMetasArgs = { +export type Querymumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageProcessedArgs = { +export type Querymumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageProcessedsArgs = { +export type Querymumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootSavedSlowArgs = { +export type Querymumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootSavedSlowsArgs = { +export type Querymumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_hubDomainArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_hubDomainsArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli__metaArgs = { - block?: InputMaybe; +export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_systemInfoArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_systemInfosArgs = { +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 Querystagingmumbai_swap_pooledTokenArgs = { +export type Querymumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_pooledTokensArgs = { +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 Querystagingmumbai_swap_stableSwapArgs = { +export type Querymumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapsArgs = { +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 Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Querymumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { +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 Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystagingmumbai_swap_stableSwapExchangeArgs = { +export type Querymumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapExchangesArgs = { +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 Querystagingmumbai_swap_swapDailyVolumeArgs = { +export type Querymumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapDailyVolumesArgs = { +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 Querystagingmumbai_swap_swapHourlyVolumeArgs = { +export type Querymumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapHourlyVolumesArgs = { +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 Querystagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Querymumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapWeeklyVolumesArgs = { +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 Querystagingmumbai_swap_lpAccountArgs = { +export type Querymumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountsArgs = { +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 Querystagingmumbai_swap_lpAccountBalanceArgs = { +export type Querymumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountBalancesArgs = { +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 Querystagingmumbai_swap_lpTokenArgs = { +export type Querymumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokensArgs = { +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 Querystagingmumbai_swap_lpTransferEventArgs = { +export type Querystaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTransferEventsArgs = { +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 Querystagingmumbai_swap_stableSwapEventArgs = { +export type Querystaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapEventsArgs = { +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 Querystagingmumbai_swap_swapTradeVolumeArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapTradeVolumesArgs = { +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 Querystagingmumbai_swap_lpTokenEventArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokenEventsArgs = { +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 Querystagingmumbai_swap__metaArgs = { - block?: InputMaybe; +export type Querystaginggoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_swap__metaArgs = { + block?: InputMaybe; }; @@ -5148,20625 +5196,21661 @@ export type Queryoptimismgoerli_swap__metaArgs = { }; -export type Querymainnet_rootAggregatedArgs = { +export type Querygoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +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 Querymainnet_rootPropagatedArgs = { +export type Querygoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedsArgs = { +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 Querymainnet_aggregatedMessageRootArgs = { +export type Querygoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootsArgs = { +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 Querymainnet_rootManagerMetaArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetasArgs = { +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 Querymainnet_rootManagerModeArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModesArgs = { +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 Querymainnet_optimisticRootProposedArgs = { +export type Querygoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootProposedsArgs = { +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 Querymainnet_hubOptimisticRootFinalizedArgs = { +export type Querygoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedsArgs = { +export type Querygoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedArgs = { +export type Querygoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedsArgs = { +export type Querygoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetaArgs = { +export type Querygoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetasArgs = { +export type Querygoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetaArgs = { +export type Querygoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetasArgs = { +export type Querygoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_bnbConnectorMetaArgs = { +export type Querygoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_bnbConnectorMetasArgs = { +export type Querygoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetaArgs = { +export type Querygoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetasArgs = { +export type Querygoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetaArgs = { +export type Querygoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetasArgs = { +export type Querygoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetaArgs = { +export type Querygoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetasArgs = { +export type Querygoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_metisConnectorMetaArgs = { +export type Querygoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_metisConnectorMetasArgs = { +export type Querygoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_mantleConnectorMetaArgs = { +export type Querygoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_mantleConnectorMetasArgs = { +export type Querygoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_avalancheConnectorMetaArgs = { +export type Querygoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_avalancheConnectorMetasArgs = { +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 Querymainnet_baseConnectorMetaArgs = { +export type Queryxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_baseConnectorMetasArgs = { +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 Querymainnet_polygonZkConnectorMetaArgs = { +export type Queryxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonZkConnectorMetasArgs = { +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 Querymainnet_zkSyncConnectorMetaArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetasArgs = { +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 Querymainnet_rootMessageProcessedArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedsArgs = { +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 Querymainnet_aggregateRootSavedSlowArgs = { +export type Queryxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootSavedSlowsArgs = { +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 Querymainnet_hubDomainArgs = { +export type Queryxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubDomainsArgs = { +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 Querymainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylineagoerli_assetArgs = { +export type Queryxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetsArgs = { +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 Querylineagoerli_assetStatusArgs = { +export type Queryxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetStatusesArgs = { +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 Querylineagoerli_assetBalanceArgs = { +export type Queryxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalancesArgs = { +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 Querylineagoerli_routerArgs = { +export type Queryxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routersArgs = { +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 Querylineagoerli_routerDailyTVLArgs = { +export type Queryxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLsArgs = { +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 Querylineagoerli_settingArgs = { +export type Queryxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingsArgs = { +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 Querylineagoerli_relayerArgs = { +export type Queryxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayersArgs = { +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 Querylineagoerli_sequencerArgs = { +export type Queryxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_sequencersArgs = { +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 Querylineagoerli_relayerFeeArgs = { +export type Queryxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesArgs = { +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 Querylineagoerli_originTransferArgs = { +export type Queryxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originTransfersArgs = { +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 Querylineagoerli_destinationTransferArgs = { +export type Querystagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_destinationTransfersArgs = { +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 Querylineagoerli_originMessageArgs = { +export type Querystagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originMessagesArgs = { +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 Querylineagoerli_aggregateRootArgs = { +export type Querystagingoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_aggregateRootsArgs = { +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 Querylineagoerli_connectorMetaArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_connectorMetasArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountArgs = { +export type Querystagingoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountsArgs = { +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 Querylineagoerli_rootMessageSentArgs = { +export type Querystagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootMessageSentsArgs = { +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 Querylineagoerli_relayerFeesIncreaseArgs = { +export type Querystagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesIncreasesArgs = { +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 Querylineagoerli_slippageUpdateArgs = { +export type Querystagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_slippageUpdatesArgs = { +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 Querylineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalmainnet_rootAggregatedArgs = { +export type Querystagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootAggregatedsArgs = { +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 Querylocalmainnet_rootPropagatedArgs = { +export type Querystagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedsArgs = { +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 Querylocalmainnet_aggregatedMessageRootArgs = { +export type Querystagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootsArgs = { +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 Querylocalmainnet_rootManagerMetaArgs = { +export type Querystagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetasArgs = { +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 Querylocalmainnet_rootManagerModeArgs = { +export type Querystagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModesArgs = { +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 Querylocalmainnet_optimisticRootProposedArgs = { +export type Querystagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedsArgs = { +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 Querylocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Querystagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { +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 Querylocalmainnet_optimisticRootPropagatedArgs = { +export type Querystagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedsArgs = { +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 Querylocalmainnet_polygonConnectorMetaArgs = { +export type Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetasArgs = { +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 Querylocalmainnet_optimismConnectorMetaArgs = { +export type Querystagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetasArgs = { +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 Querylocalmainnet_bnbConnectorMetaArgs = { +export type Querystagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetasArgs = { +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 Querylocalmainnet_arbitrumConnectorMetaArgs = { +export type Querystagingoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetasArgs = { +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 Querylocalmainnet_gnosisConnectorMetaArgs = { +export type Querystagingoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetasArgs = { +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 Querylocalmainnet_zkSyncConnectorMetaArgs = { +export type Querystagingoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetasArgs = { +export type Querystagingoptimismgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedArgs = { +export type Querystagingoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedsArgs = { +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 Querylocalmainnet_aggregateRootSavedSlowArgs = { +export type Querygoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { +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 Querylocalmainnet_hubDomainArgs = { +export type Querygoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainsArgs = { +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 Querylocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_swap_systemInfoArgs = { +export type Querygoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +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 Querylinea_swap_pooledTokenArgs = { +export type Querygoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +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 Querylinea_swap_stableSwapArgs = { +export type Querygoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +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 Querylinea_swap_stableSwapAddLiquidityEventArgs = { +export type Querygoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +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 Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querygoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querylinea_swap_stableSwapExchangeArgs = { +export type Querygoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +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 Querylinea_swap_swapDailyVolumeArgs = { +export type Querygoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +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 Querylinea_swap_swapHourlyVolumeArgs = { +export type Querygoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +export type Querygoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumeArgs = { +export type Querygoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +export type Querygoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountArgs = { +export type Querygoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +export type Querygoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalanceArgs = { +export type Querygoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +export type Querygoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenArgs = { +export type Querygoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +export type Querygoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventArgs = { +export type Querygoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +export type Querygoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventArgs = { +export type Querygoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +export type Querygoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumeArgs = { +export type Querygoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +export type Querygoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventArgs = { +export type Querygoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +export type Querygoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginggoerli_swap_systemInfoArgs = { +export type Querygoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_systemInfosArgs = { +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 Querystaginggoerli_swap_pooledTokenArgs = { +export type Querygoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokensArgs = { +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 Querystaginggoerli_swap_stableSwapArgs = { +export type Querygoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapsArgs = { +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 Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querygoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querygoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystaginggoerli_swap_stableSwapExchangeArgs = { +export type Queryzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangesArgs = { +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 Querystaginggoerli_swap_swapDailyVolumeArgs = { +export type Queryzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumesArgs = { +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 Querystaginggoerli_swap_swapHourlyVolumeArgs = { +export type Queryzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { +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 Querystaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { +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 Querystaginggoerli_swap_lpAccountArgs = { +export type Queryzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountsArgs = { +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 Querystaginggoerli_swap_lpAccountBalanceArgs = { +export type Queryzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalancesArgs = { +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 Querystaginggoerli_swap_lpTokenArgs = { +export type Queryzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokensArgs = { +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 Querystaginggoerli_swap_lpTransferEventArgs = { +export type Queryzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventsArgs = { +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 Querystaginggoerli_swap_stableSwapEventArgs = { +export type Queryzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapEventsArgs = { +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 Querystaginggoerli_swap_swapTradeVolumeArgs = { +export type Queryzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapTradeVolumesArgs = { +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 Querystaginggoerli_swap_lpTokenEventArgs = { +export type Queryzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenEventsArgs = { +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 Querystaginggoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_swap_systemInfoArgs = { +export type Queryzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_systemInfosArgs = { +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 Querypolygonzkevm_swap_pooledTokenArgs = { +export type Queryzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_pooledTokensArgs = { +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 Querypolygonzkevm_swap_stableSwapArgs = { +export type Queryzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapsArgs = { +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 Querypolygonzkevm_swap_stableSwapAddLiquidityEventArgs = { +export type Queryzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapAddLiquidityEventsArgs = { +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 Querypolygonzkevm_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryzksync_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querypolygonzkevm_swap_stableSwapExchangeArgs = { +export type Queryoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapExchangesArgs = { +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 Querypolygonzkevm_swap_swapDailyVolumeArgs = { +export type Queryoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapDailyVolumesArgs = { +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 Querypolygonzkevm_swap_swapHourlyVolumeArgs = { +export type Queryoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapHourlyVolumesArgs = { +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 Querypolygonzkevm_swap_swapWeeklyVolumeArgs = { +export type Queryoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapWeeklyVolumesArgs = { +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 Querypolygonzkevm_swap_lpAccountArgs = { +export type Queryoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpAccountsArgs = { +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 Querypolygonzkevm_swap_lpAccountBalanceArgs = { +export type Queryoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpAccountBalancesArgs = { +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 Querypolygonzkevm_swap_lpTokenArgs = { +export type Queryoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTokensArgs = { +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 Querypolygonzkevm_swap_lpTransferEventArgs = { +export type Queryoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTransferEventsArgs = { +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 Querypolygonzkevm_swap_stableSwapEventArgs = { +export type Queryoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapEventsArgs = { +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 Querypolygonzkevm_swap_swapTradeVolumeArgs = { +export type Queryoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapTradeVolumesArgs = { +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 Querypolygonzkevm_swap_lpTokenEventArgs = { +export type Queryoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTokenEventsArgs = { +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 Querypolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingoptimismgoerli_swap_systemInfoArgs = { +export type Queryoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_systemInfosArgs = { +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 Querystagingoptimismgoerli_swap_pooledTokenArgs = { +export type Queryoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { +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 Querystagingoptimismgoerli_swap_stableSwapArgs = { +export type Queryoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { +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 Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Queryoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { +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 Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Queryoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { +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 Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Queryoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +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 Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Queryoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +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 Querystagingoptimismgoerli_swap_lpAccountArgs = { +export type Queryoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { +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 Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Queryoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { +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 Querystagingoptimismgoerli_swap_lpTokenArgs = { +export type Queryoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokensArgs = { +export type Querystagingmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Querystagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { +export type Querystagingmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Querystagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { +export type Querystagingmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Querystagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Querystagingmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Querystagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { +export type Querystagingmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_swap_systemInfoArgs = { +export type Querystagingmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_systemInfosArgs = { +export type Querystagingmumbai_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_swap_pooledTokenArgs = { +export type Querystagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_pooledTokensArgs = { +export type Querystagingmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapArgs = { +export type Querystagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapsArgs = { +export type Querystagingmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapExchangeArgs = { +export type Querystagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapExchangesArgs = { +export type Querystagingmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapDailyVolumeArgs = { +export type Querystagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapDailyVolumesArgs = { +export type Querystagingmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapHourlyVolumeArgs = { +export type Querystagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapHourlyVolumesArgs = { +export type Querystagingmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapWeeklyVolumeArgs = { +export type Querystagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapWeeklyVolumesArgs = { +export type Querystagingmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountArgs = { +export type Querystagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountsArgs = { +export type Querystagingmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountBalanceArgs = { +export type Querystagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountBalancesArgs = { +export type Querystagingmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokenArgs = { +export type Querystagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokensArgs = { +export type Querystagingmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTransferEventArgs = { +export type Querystagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTransferEventsArgs = { +export type Querystagingmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapEventArgs = { +export type Querystagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapEventsArgs = { +export type Querystagingmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapTradeVolumeArgs = { +export type Querystagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapTradeVolumesArgs = { +export type Querystagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokenEventArgs = { +export type Querystagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokenEventsArgs = { +export type Querystagingmumbai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimismgoerli_assetArgs = { +export type Querystagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetsArgs = { +export type Querystagingmumbai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetStatusArgs = { +export type Querystagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetStatusesArgs = { +export type Querystagingmumbai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetBalanceArgs = { +export type Querystagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetBalancesArgs = { +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_routerArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routersArgs = { +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_routerDailyTVLArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_settingsArgs = { +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_relayerArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayersArgs = { +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_sequencerArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_sequencersArgs = { +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_relayerFeeArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesArgs = { +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 Queryoptimismgoerli_originTransferArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originTransfersArgs = { +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 Queryoptimismgoerli_destinationTransferArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_destinationTransfersArgs = { +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 Queryoptimismgoerli_originMessageArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originMessagesArgs = { +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 Queryoptimismgoerli_aggregateRootArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootsArgs = { +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 Queryoptimismgoerli_connectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_connectorMetasArgs = { +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 Queryoptimismgoerli_rootCountArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootCountsArgs = { +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 Queryoptimismgoerli_rootMessageSentArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootMessageSentsArgs = { +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 Queryoptimismgoerli_relayerFeesIncreaseArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesIncreasesArgs = { +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 Queryoptimismgoerli_slippageUpdateArgs = { +export type Querystagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_slippageUpdatesArgs = { +export type Querygoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_snapshotRootArgs = { +export type Querygoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_snapshotRootsArgs = { +export type Querygoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_spokeConnectorModeArgs = { +export type Querygoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_spokeConnectorModesArgs = { +export type Querygoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootProposedArgs = { +export type Querygoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootProposedsArgs = { +export type Querygoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_optimisticRootFinalizedArgs = { +export type Querygoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_optimisticRootFinalizedsArgs = { +export type Querygoerli_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybasegoerli_assetArgs = { +export type Querygoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetsArgs = { +export type Querygoerli_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 Querybasegoerli_assetStatusArgs = { +export type Querygoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetStatusesArgs = { +export type Querygoerli_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 Querybasegoerli_assetBalanceArgs = { +export type Querygoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetBalancesArgs = { +export type Querygoerli_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 Querybasegoerli_routerArgs = { +export type Querygoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routersArgs = { +export type Querygoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerDailyTVLArgs = { +export type Querygoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerDailyTVLsArgs = { +export type Querygoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerLiquidityEventArgs = { +export type Querygoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerLiquidityEventsArgs = { +export type Querygoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_settingArgs = { +export type Querygoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_settingsArgs = { +export type Querygoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayerArgs = { +export type Querygoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayersArgs = { +export type Querygoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_sequencerArgs = { +export type Querygoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_sequencersArgs = { +export type Querygoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayerFeeArgs = { +export type Querygoerli_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayerFeesArgs = { +export type Querygoerli_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_originTransferArgs = { +export type Querygoerli_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_originTransfersArgs = { +export type Querygoerli_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 Querybasegoerli_destinationTransferArgs = { +export type Querygoerli_x1ConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_destinationTransfersArgs = { +export type Querygoerli_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 Querybasegoerli_originMessageArgs = { +export type Querygoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_originMessagesArgs = { +export type Querygoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_aggregateRootArgs = { +export type Querygoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_aggregateRootsArgs = { +export type Querygoerli_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 Querybasegoerli_connectorMetaArgs = { +export type Querygoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_connectorMetasArgs = { +export type Querygoerli_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 Querybasegoerli_rootCountArgs = { +export type Querylocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_rootCountsArgs = { +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 Querybasegoerli_rootMessageSentArgs = { +export type Querylocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_rootMessageSentsArgs = { +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 Querybasegoerli_relayerFeesIncreaseArgs = { +export type Querylocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayerFeesIncreasesArgs = { +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 Querybasegoerli_slippageUpdateArgs = { +export type Querylocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_slippageUpdatesArgs = { +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 Querybasegoerli_snapshotRootArgs = { +export type Querylocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_snapshotRootsArgs = { +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 Querybasegoerli_spokeConnectorModeArgs = { +export type Querylocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_spokeConnectorModesArgs = { +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 Querybasegoerli_aggregateRootProposedArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_aggregateRootProposedsArgs = { +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 Querybasegoerli_optimisticRootFinalizedArgs = { +export type Querylocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_optimisticRootFinalizedsArgs = { +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 Querybasegoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_swap_systemInfoArgs = { +export type Querylocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +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 Querybnb_swap_pooledTokenArgs = { +export type Querylocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +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 Querybnb_swap_stableSwapArgs = { +export type Querylocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +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 Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Querylocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +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 Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querybnb_swap_stableSwapExchangeArgs = { +export type Querylocalmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +export type Querylocalmainnet_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 Querybnb_swap_swapDailyVolumeArgs = { +export type Querylocalmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Querylocalmainnet_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 Querybnb_swap_swapHourlyVolumeArgs = { +export type Querylocalmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Querylocalmainnet_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 Querybnb_swap_swapWeeklyVolumeArgs = { +export type Querylocalmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Querylocalmainnet_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 Querybnb_swap_lpAccountArgs = { +export type Querylocalmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +export type Querylocalmainnet_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 Querybnb_swap_lpAccountBalanceArgs = { +export type Querylocalmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +export type Querylocalmainnet_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 Querybnb_swap_lpTokenArgs = { +export type Querylocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +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 Querybnb_swap_lpTransferEventArgs = { +export type Querylocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +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 Querybnb_swap_stableSwapEventArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +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 Querybnb_swap_swapTradeVolumeArgs = { +export type Querylocalmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +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 Querybnb_swap_lpTokenEventArgs = { +export type Querylocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventsArgs = { +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 Querybnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmode_assetArgs = { +export type Querystagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetsArgs = { +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 Querystagingmode_assetStatusArgs = { +export type Querystagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetStatusesArgs = { +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 Querystagingmode_assetBalanceArgs = { +export type Querystagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetBalancesArgs = { +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 Querystagingmode_routerArgs = { +export type Querystagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routersArgs = { +export type Querystagingmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerDailyTVLArgs = { +export type Querystagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerDailyTVLsArgs = { +export type Querystagingmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerLiquidityEventArgs = { +export type Querystagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerLiquidityEventsArgs = { +export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_settingArgs = { +export type Querystagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_settingsArgs = { +export type Querystagingmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerArgs = { +export type Querystagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayersArgs = { +export type Querystagingmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_sequencerArgs = { +export type Querystagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_sequencersArgs = { +export type Querystagingmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeeArgs = { +export type Querystagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesArgs = { +export type Querystagingmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originTransferArgs = { +export type Querystagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originTransfersArgs = { +export type Querystagingmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_destinationTransferArgs = { +export type Querystagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_destinationTransfersArgs = { +export type Querystagingmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originMessageArgs = { +export type Querystagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originMessagesArgs = { +export type Querystagingmainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootArgs = { +export type Querystagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootsArgs = { +export type Querystagingmainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_connectorMetaArgs = { +export type Querystagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_connectorMetasArgs = { +export type Querystagingmainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootCountArgs = { +export type Querystagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootCountsArgs = { +export type Querystagingmainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootMessageSentArgs = { +export type Querystagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootMessageSentsArgs = { +export type Querystagingmainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesIncreaseArgs = { +export type Querystagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesIncreasesArgs = { +export type Querystagingmainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_slippageUpdateArgs = { +export type Querystagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_slippageUpdatesArgs = { +export type Querystagingmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_snapshotRootArgs = { +export type Querystagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_snapshotRootsArgs = { +export type Querystagingmainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_spokeConnectorModeArgs = { +export type Querystagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_spokeConnectorModesArgs = { +export type Querystagingmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootProposedArgs = { +export type Querystagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootProposedsArgs = { +export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_optimisticRootFinalizedArgs = { +export type Querystagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_optimisticRootFinalizedsArgs = { +export type Querystagingmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode__metaArgs = { - block?: InputMaybe; +export type Querystagingmainnet__metaArgs = { + block?: InputMaybe; }; -export type Querystagingoptimismgoerli_assetArgs = { +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_assetStatusArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_assetBalanceArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_routerArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_routerDailyTVLArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_routerLiquidityEventArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_settingArgs = { +export type Queryarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_settingsArgs = { +export type Queryarbitrumone_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_sequencerArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_relayerFeeArgs = { +export type Queryarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_originTransferArgs = { +export type Queryarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_destinationTransferArgs = { +export type Queryarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_originMessageArgs = { +export type Queryarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_aggregateRootArgs = { +export type Queryarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_connectorMetaArgs = { +export type Queryarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_rootCountArgs = { +export type Queryarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_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 Querystagingoptimismgoerli_rootMessageSentArgs = { +export type Queryarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootMessageSentsArgs = { +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 Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesIncreasesArgs = { +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 Querystagingoptimismgoerli_slippageUpdateArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_slippageUpdatesArgs = { +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 Querystagingoptimismgoerli_snapshotRootArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_snapshotRootsArgs = { +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 Querystagingoptimismgoerli_spokeConnectorModeArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_spokeConnectorModesArgs = { +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 Querystagingoptimismgoerli_aggregateRootProposedArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootProposedsArgs = { +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 Querystagingoptimismgoerli_optimisticRootFinalizedArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_optimisticRootFinalizedsArgs = { +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 Querystagingoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmumbai_assetArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetsArgs = { +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 Querystagingmumbai_assetStatusArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetStatusesArgs = { +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 Querystagingmumbai_assetBalanceArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetBalancesArgs = { +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 Querystagingmumbai_routerArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routersArgs = { +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 Querystagingmumbai_routerDailyTVLArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerDailyTVLsArgs = { +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 Querystagingmumbai_routerLiquidityEventArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerLiquidityEventsArgs = { +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 Querystagingmumbai_settingArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_settingsArgs = { +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 Querystagingmumbai_relayerArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayersArgs = { +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 Querystagingmumbai_sequencerArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_sequencersArgs = { +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 Querystagingmumbai_relayerFeeArgs = { +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesArgs = { +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 Querystagingmumbai_originTransferArgs = { +export type Querylineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originTransfersArgs = { +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 Querystagingmumbai_destinationTransferArgs = { +export type Querylineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_destinationTransfersArgs = { +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 Querystagingmumbai_originMessageArgs = { +export type Querylineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originMessagesArgs = { +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 Querystagingmumbai_aggregateRootArgs = { +export type Querylineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootsArgs = { +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 Querystagingmumbai_connectorMetaArgs = { +export type Querylineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_connectorMetasArgs = { +export type Querylineagoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountArgs = { +export type Querylineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountsArgs = { +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 Querystagingmumbai_rootMessageSentArgs = { +export type Querylineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootMessageSentsArgs = { +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 Querystagingmumbai_relayerFeesIncreaseArgs = { +export type Querylineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesIncreasesArgs = { +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 Querystagingmumbai_slippageUpdateArgs = { +export type Querylineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_slippageUpdatesArgs = { +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 Querystagingmumbai_snapshotRootArgs = { +export type Querylineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_snapshotRootsArgs = { +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 Querystagingmumbai_spokeConnectorModeArgs = { +export type Querylineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_spokeConnectorModesArgs = { +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 Querystagingmumbai_aggregateRootProposedArgs = { +export type Querylineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootProposedsArgs = { +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 Querystagingmumbai_optimisticRootFinalizedArgs = { +export type Querylineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_optimisticRootFinalizedsArgs = { +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 Querystagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_swap_systemInfoArgs = { +export type Querylineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_systemInfosArgs = { +export type Querylineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_pooledTokenArgs = { +export type Querylineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_pooledTokensArgs = { +export type Querylineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapArgs = { +export type Querylineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapsArgs = { +export type Querylineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { +export type Querylineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylineagoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryavalanche_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryavalanche_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapExchangeArgs = { +export type Queryavalanche_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapExchangesArgs = { +export type Queryavalanche_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapDailyVolumeArgs = { +export type Queryavalanche_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapDailyVolumesArgs = { +export type Queryavalanche_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapHourlyVolumeArgs = { +export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapHourlyVolumesArgs = { +export type Queryavalanche_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapWeeklyVolumeArgs = { +export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapWeeklyVolumesArgs = { +export type Queryavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountArgs = { +export type Queryavalanche_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountsArgs = { +export type Queryavalanche_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountBalanceArgs = { +export type Queryavalanche_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountBalancesArgs = { +export type Queryavalanche_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenArgs = { +export type Queryavalanche_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokensArgs = { +export type Queryavalanche_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTransferEventArgs = { +export type Queryavalanche_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTransferEventsArgs = { +export type Queryavalanche_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapEventArgs = { +export type Queryavalanche_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapEventsArgs = { +export type Queryavalanche_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapTradeVolumeArgs = { +export type Queryavalanche_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapTradeVolumesArgs = { +export type Queryavalanche_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenEventArgs = { +export type Queryavalanche_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenEventsArgs = { +export type Queryavalanche_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_swap_systemInfoArgs = { +export type Queryavalanche_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_systemInfosArgs = { +export type Queryavalanche_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokenArgs = { +export type Queryavalanche_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokensArgs = { +export type Queryavalanche_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapArgs = { +export type Queryavalanche_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapsArgs = { +export type Queryavalanche_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Queryavalanche_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryavalanche_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryavalanche_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryxdai_swap_stableSwapExchangeArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapExchangesArgs = { +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 Queryxdai_swap_swapDailyVolumeArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapDailyVolumesArgs = { +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 Queryxdai_swap_swapHourlyVolumeArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapHourlyVolumesArgs = { +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 Queryxdai_swap_swapWeeklyVolumeArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapWeeklyVolumesArgs = { +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 Queryxdai_swap_lpAccountArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountsArgs = { +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 Queryxdai_swap_lpAccountBalanceArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountBalancesArgs = { +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 Queryxdai_swap_lpTokenArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokensArgs = { +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 Queryxdai_swap_lpTransferEventArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventsArgs = { +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 Queryxdai_swap_stableSwapEventArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventsArgs = { +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 Queryxdai_swap_swapTradeVolumeArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumesArgs = { +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 Queryxdai_swap_lpTokenEventArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventsArgs = { +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 Queryxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygon_swap_systemInfoArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_systemInfosArgs = { +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 Querypolygon_swap_pooledTokenArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokensArgs = { +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 Querypolygon_swap_stableSwapArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapsArgs = { +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 Querypolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { +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 Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querypolygon_swap_stableSwapExchangeArgs = { +export type Querypolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangesArgs = { +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 Querypolygon_swap_swapDailyVolumeArgs = { +export type Querypolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumesArgs = { +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 Querypolygon_swap_swapHourlyVolumeArgs = { +export type Querypolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumesArgs = { +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 Querypolygon_swap_swapWeeklyVolumeArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumesArgs = { +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 Querypolygon_swap_lpAccountArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountsArgs = { +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 Querypolygon_swap_lpAccountBalanceArgs = { +export type Querypolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalancesArgs = { +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 Querypolygon_swap_lpTokenArgs = { +export type Querypolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokensArgs = { +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 Querypolygon_swap_lpTransferEventArgs = { +export type Querypolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTransferEventsArgs = { +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 Querypolygon_swap_stableSwapEventArgs = { +export type Querypolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapEventsArgs = { +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 Querypolygon_swap_swapTradeVolumeArgs = { +export type Querypolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapTradeVolumesArgs = { +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 Querypolygon_swap_lpTokenEventArgs = { +export type Querypolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenEventsArgs = { +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 Querypolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_swap_systemInfoArgs = { +export type Querypolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_systemInfosArgs = { +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 Queryoptimism_swap_pooledTokenArgs = { +export type Querypolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_pooledTokensArgs = { +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 Queryoptimism_swap_stableSwapArgs = { +export type Querypolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapsArgs = { +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 Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { +export type Querypolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querypolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryoptimism_swap_stableSwapExchangeArgs = { +export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapExchangesArgs = { +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 Queryoptimism_swap_swapDailyVolumeArgs = { +export type Querypolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapDailyVolumesArgs = { +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 Queryoptimism_swap_swapHourlyVolumeArgs = { +export type Querypolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapHourlyVolumesArgs = { +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 Queryoptimism_swap_swapWeeklyVolumeArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapWeeklyVolumesArgs = { +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 Queryoptimism_swap_lpAccountArgs = { +export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountsArgs = { +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 Queryoptimism_swap_lpAccountBalanceArgs = { +export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountBalancesArgs = { +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 Queryoptimism_swap_lpTokenArgs = { +export type Querypolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokensArgs = { +export type Queryavalanche_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventArgs = { +export type Queryavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventsArgs = { +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 Queryoptimism_swap_stableSwapEventArgs = { +export type Queryavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapEventsArgs = { +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 Queryoptimism_swap_swapTradeVolumeArgs = { +export type Queryavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapTradeVolumesArgs = { +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 Queryoptimism_swap_lpTokenEventArgs = { +export type Queryavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenEventsArgs = { +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 Queryoptimism_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmainnet_rootAggregatedArgs = { +export type Queryavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootAggregatedsArgs = { +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 Querystagingmainnet_rootPropagatedArgs = { +export type Queryavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootPropagatedsArgs = { +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 Querystagingmainnet_aggregatedMessageRootArgs = { +export type Queryavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregatedMessageRootsArgs = { +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 Querystagingmainnet_rootManagerMetaArgs = { +export type Queryavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerMetasArgs = { +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 Querystagingmainnet_rootManagerModeArgs = { +export type Queryavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerModesArgs = { +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 Querystagingmainnet_optimisticRootProposedArgs = { +export type Queryavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootProposedsArgs = { +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 Querystagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Queryavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { +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 Querystagingmainnet_optimisticRootPropagatedArgs = { +export type Queryavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootPropagatedsArgs = { +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 Querystagingmainnet_polygonConnectorMetaArgs = { +export type Queryavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonConnectorMetasArgs = { +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 Querystagingmainnet_optimismConnectorMetaArgs = { +export type Queryavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimismConnectorMetasArgs = { +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 Querystagingmainnet_bnbConnectorMetaArgs = { +export type Queryavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_bnbConnectorMetasArgs = { +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 Querystagingmainnet_arbitrumConnectorMetaArgs = { +export type Queryavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_arbitrumConnectorMetasArgs = { +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 Querystagingmainnet_gnosisConnectorMetaArgs = { +export type Queryavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_gnosisConnectorMetasArgs = { +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 Querystagingmainnet_lineaConnectorMetaArgs = { +export type Queryavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_lineaConnectorMetasArgs = { +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 Querystagingmainnet_metisConnectorMetaArgs = { +export type Queryavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_metisConnectorMetasArgs = { +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 Querystagingmainnet_mantleConnectorMetaArgs = { +export type Queryavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_mantleConnectorMetasArgs = { +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 Querystagingmainnet_avalancheConnectorMetaArgs = { +export type Queryavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_avalancheConnectorMetasArgs = { +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 Querystagingmainnet_baseConnectorMetaArgs = { +export type Queryavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_baseConnectorMetasArgs = { +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 Querystagingmainnet_polygonZkConnectorMetaArgs = { +export type Queryavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonZkConnectorMetasArgs = { +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 Querystagingmainnet_zkSyncConnectorMetaArgs = { +export type Querystaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_zkSyncConnectorMetasArgs = { +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 Querystagingmainnet_modeConnectorMetaArgs = { +export type Querystaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_modeConnectorMetasArgs = { +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 Querystagingmainnet_rootMessageProcessedArgs = { +export type Querystaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageProcessedsArgs = { +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 Querystagingmainnet_aggregateRootSavedSlowArgs = { +export type Querystaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { +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 Querystagingmainnet_hubDomainArgs = { +export type Querystaginggoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubDomainsArgs = { +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 Querystagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querygoerli_assetArgs = { +export type Querystaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetsArgs = { +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 Querygoerli_assetStatusArgs = { +export type Querystaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusesArgs = { +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 Querygoerli_assetBalanceArgs = { +export type Querystaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalancesArgs = { +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 Querygoerli_routerArgs = { +export type Querystaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routersArgs = { +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 Querygoerli_routerDailyTVLArgs = { +export type Querystaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLsArgs = { +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 Querygoerli_routerLiquidityEventArgs = { +export type Querystaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerLiquidityEventsArgs = { +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 Querygoerli_settingArgs = { +export type Querystaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingsArgs = { +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 Querygoerli_relayerArgs = { +export type Querystaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayersArgs = { +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 Querygoerli_sequencerArgs = { +export type Querystaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencersArgs = { +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 Querygoerli_relayerFeeArgs = { +export type Querystaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesArgs = { +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 Querygoerli_originTransferArgs = { +export type Querystaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransfersArgs = { +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 Querygoerli_destinationTransferArgs = { +export type Querystaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransfersArgs = { +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 Querygoerli_originMessageArgs = { +export type Querystaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessagesArgs = { +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 Querygoerli_aggregateRootArgs = { +export type Querystaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootsArgs = { +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 Querygoerli_connectorMetaArgs = { +export type Querystaginggoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetasArgs = { +export type Querystaginggoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountArgs = { +export type Querystaginggoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountsArgs = { +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 Querygoerli_rootMessageSentArgs = { +export type Querystaginggoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageSentsArgs = { +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 Querygoerli_relayerFeesIncreaseArgs = { +export type Querybase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesIncreasesArgs = { +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 Querygoerli_slippageUpdateArgs = { +export type Querybase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdatesArgs = { +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 Querygoerli_snapshotRootArgs = { +export type Querybase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_snapshotRootsArgs = { +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 Querygoerli_spokeConnectorModeArgs = { +export type Querybase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_spokeConnectorModesArgs = { +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 Querygoerli_aggregateRootProposedArgs = { +export type Querybase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootProposedsArgs = { +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 Querygoerli_optimisticRootFinalizedArgs = { +export type Querybase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootFinalizedsArgs = { +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 Querymetis_swap_systemInfoArgs = { +export type Querybase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_systemInfosArgs = { +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 Querymetis_swap_pooledTokenArgs = { +export type Querybase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_pooledTokensArgs = { +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 Querymetis_swap_stableSwapArgs = { +export type Querybase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapsArgs = { +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 Querymetis_swap_stableSwapAddLiquidityEventArgs = { +export type Querybase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapAddLiquidityEventsArgs = { +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 Querymetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querymetis_swap_stableSwapExchangeArgs = { +export type Querybase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapExchangesArgs = { +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 Querymetis_swap_swapDailyVolumeArgs = { +export type Querybase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapDailyVolumesArgs = { +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 Querymetis_swap_swapHourlyVolumeArgs = { +export type Querybase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapHourlyVolumesArgs = { +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 Querymetis_swap_swapWeeklyVolumeArgs = { +export type Querybase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapWeeklyVolumesArgs = { +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 Querymetis_swap_lpAccountArgs = { +export type Querybase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpAccountsArgs = { +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 Querymetis_swap_lpAccountBalanceArgs = { +export type Querybase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpAccountBalancesArgs = { +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 Querymetis_swap_lpTokenArgs = { +export type Querybase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTokensArgs = { +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 Querymetis_swap_lpTransferEventArgs = { +export type Querybase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTransferEventsArgs = { +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 Querymetis_swap_stableSwapEventArgs = { +export type Querybase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapEventsArgs = { +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 Querymetis_swap_swapTradeVolumeArgs = { +export type Querybase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapTradeVolumesArgs = { +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 Querymetis_swap_lpTokenEventArgs = { +export type Querybase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTokenEventsArgs = { +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 Querymetis_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryzksync_swap_systemInfoArgs = { +export type Querybase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_systemInfosArgs = { +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 Queryzksync_swap_pooledTokenArgs = { +export type Querybase__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_pooledTokensArgs = { +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 Queryzksync_swap_stableSwapArgs = { +export type Querylocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapsArgs = { +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 Queryzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Querylocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryzksync_swap_stableSwapExchangeArgs = { +export type Querylocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapExchangesArgs = { +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 Queryzksync_swap_swapDailyVolumeArgs = { +export type Querylocalmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumesArgs = { +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 Queryzksync_swap_swapHourlyVolumeArgs = { +export type Querylocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapHourlyVolumesArgs = { +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 Queryzksync_swap_swapWeeklyVolumeArgs = { +export type Querylocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapWeeklyVolumesArgs = { +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 Queryzksync_swap_lpAccountArgs = { +export type Querylocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountsArgs = { +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 Queryzksync_swap_lpAccountBalanceArgs = { +export type Querylocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountBalancesArgs = { +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 Queryzksync_swap_lpTokenArgs = { +export type Querylocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokensArgs = { +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 Queryzksync_swap_lpTransferEventArgs = { +export type Querylocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTransferEventsArgs = { +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 Queryzksync_swap_stableSwapEventArgs = { +export type Querylocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapEventsArgs = { +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 Queryzksync_swap_swapTradeVolumeArgs = { +export type Querylocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapTradeVolumesArgs = { +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 Queryzksync_swap_lpTokenEventArgs = { +export type Querylocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenEventsArgs = { +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 Queryzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginggoerli_assetArgs = { +export type Querylocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetsArgs = { +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 Querystaginggoerli_assetStatusArgs = { +export type Querylocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusesArgs = { +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 Querystaginggoerli_assetBalanceArgs = { +export type Querylocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalancesArgs = { +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 Querystaginggoerli_routerArgs = { +export type Querylocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routersArgs = { +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 Querystaginggoerli_routerDailyTVLArgs = { +export type Querylocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLsArgs = { +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 Querystaginggoerli_routerLiquidityEventArgs = { +export type Querylocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerLiquidityEventsArgs = { +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 Querystaginggoerli_settingArgs = { +export type Querylocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingsArgs = { +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 Querystaginggoerli_relayerArgs = { +export type Querylocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayersArgs = { +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 Querystaginggoerli_sequencerArgs = { +export type Queryzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencersArgs = { +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 Querystaginggoerli_relayerFeeArgs = { +export type Queryzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesArgs = { +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 Querystaginggoerli_originTransferArgs = { +export type Queryzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransfersArgs = { +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 Querystaginggoerli_destinationTransferArgs = { +export type Queryzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransfersArgs = { +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 Querystaginggoerli_originMessageArgs = { +export type Queryzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessagesArgs = { +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 Querystaginggoerli_aggregateRootArgs = { +export type Queryzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootsArgs = { +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 Querystaginggoerli_connectorMetaArgs = { +export type Queryzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetasArgs = { +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 Querystaginggoerli_rootCountArgs = { +export type Queryzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountsArgs = { +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 Querystaginggoerli_rootMessageSentArgs = { +export type Queryzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentsArgs = { +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 Querystaginggoerli_relayerFeesIncreaseArgs = { +export type Queryzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreasesArgs = { +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 Querystaginggoerli_slippageUpdateArgs = { +export type Queryzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdatesArgs = { +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 Querystaginggoerli_snapshotRootArgs = { +export type Queryzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootsArgs = { +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 Querystaginggoerli_spokeConnectorModeArgs = { +export type Queryzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModesArgs = { +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 Querystaginggoerli_aggregateRootProposedArgs = { +export type Queryzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedsArgs = { +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 Querystaginggoerli_optimisticRootFinalizedArgs = { +export type Queryzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedsArgs = { +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 Queryarbitrumone_swap_systemInfoArgs = { +export type Queryzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfosArgs = { +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 Queryarbitrumone_swap_pooledTokenArgs = { +export type Queryzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokensArgs = { +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 Queryarbitrumone_swap_stableSwapArgs = { +export type Queryzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapsArgs = { +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 Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Queryzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryarbitrumone_swap_stableSwapExchangeArgs = { +export type Queryzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { +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 Queryarbitrumone_swap_swapDailyVolumeArgs = { +export type Queryzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumesArgs = { +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 Queryarbitrumone_swap_swapHourlyVolumeArgs = { +export type Queryzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { +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 Queryarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Queryzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { +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 Queryarbitrumone_swap_lpAccountArgs = { +export type Querystagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountsArgs = { +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 Queryarbitrumone_swap_lpAccountBalanceArgs = { +export type Querystagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalancesArgs = { +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 Queryarbitrumone_swap_lpTokenArgs = { +export type Querystagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokensArgs = { +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 Queryarbitrumone_swap_lpTransferEventArgs = { +export type Querystagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventsArgs = { +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 Queryarbitrumone_swap_stableSwapEventArgs = { +export type Querystagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventsArgs = { +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 Queryarbitrumone_swap_swapTradeVolumeArgs = { +export type Querystagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumesArgs = { +export type Querystagingpolygon_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventArgs = { +export type Querystagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventsArgs = { +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 Queryarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_assetArgs = { +export type Querystagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetsArgs = { +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 Querymumbai_assetStatusArgs = { +export type Querystagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusesArgs = { +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 Querymumbai_assetBalanceArgs = { +export type Querystagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalancesArgs = { +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 Querymumbai_routerArgs = { +export type Querystagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routersArgs = { +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 Querymumbai_routerDailyTVLArgs = { +export type Querystagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLsArgs = { +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 Querymumbai_routerLiquidityEventArgs = { +export type Querystagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventsArgs = { +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 Querymumbai_settingArgs = { +export type Querystagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingsArgs = { +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 Querymumbai_relayerArgs = { +export type Querystagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayersArgs = { +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 Querymumbai_sequencerArgs = { +export type Querystagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencersArgs = { +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 Querymumbai_relayerFeeArgs = { +export type Querystagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesArgs = { +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 Querymumbai_originTransferArgs = { +export type Querystagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originTransfersArgs = { +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 Querymumbai_destinationTransferArgs = { +export type Querystagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransfersArgs = { +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 Querymumbai_originMessageArgs = { +export type Querystagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessagesArgs = { +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 Querymumbai_aggregateRootArgs = { +export type Querystagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootsArgs = { +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 Querymumbai_connectorMetaArgs = { +export type Querystagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetasArgs = { +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 Querymumbai_rootCountArgs = { +export type Querystagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountsArgs = { +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 Querymumbai_rootMessageSentArgs = { +export type Querystagingxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentsArgs = { +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 Querymumbai_relayerFeesIncreaseArgs = { +export type Querystagingxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreasesArgs = { +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 Querymumbai_slippageUpdateArgs = { +export type Querystagingxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdatesArgs = { +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 Querymumbai_snapshotRootArgs = { +export type Querystagingxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_snapshotRootsArgs = { +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 Querymumbai_spokeConnectorModeArgs = { +export type Querystagingxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_spokeConnectorModesArgs = { +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 Querymumbai_aggregateRootProposedArgs = { +export type Querystagingxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootProposedsArgs = { +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 Querymumbai_optimisticRootFinalizedArgs = { +export type Querystagingxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_optimisticRootFinalizedsArgs = { +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 Querymumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_assetArgs = { +export type Querystagingxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetsArgs = { +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 Queryxdai_assetStatusArgs = { +export type Querystagingxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusesArgs = { +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 Queryxdai_assetBalanceArgs = { +export type Querystagingxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalancesArgs = { +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 Queryxdai_routerArgs = { +export type Querystagingxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routersArgs = { +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 Queryxdai_routerDailyTVLArgs = { +export type Querystagingxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLsArgs = { +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 Queryxdai_routerLiquidityEventArgs = { +export type Querystagingxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerLiquidityEventsArgs = { +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 Queryxdai_settingArgs = { +export type Querystagingxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingsArgs = { +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 Queryxdai_relayerArgs = { +export type Querystagingxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayersArgs = { +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 Queryxdai_sequencerArgs = { +export type Querystagingxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencersArgs = { +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 Queryxdai_relayerFeeArgs = { +export type Querystagingxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesArgs = { +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 Queryxdai_originTransferArgs = { +export type Querystagingxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransfersArgs = { +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 Queryxdai_destinationTransferArgs = { +export type Querystagingxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransfersArgs = { +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 Queryxdai_originMessageArgs = { +export type Querystagingxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessagesArgs = { +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 Queryxdai_aggregateRootArgs = { +export type Querystagingxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootsArgs = { +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 Queryxdai_connectorMetaArgs = { +export type Querystagingxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetasArgs = { +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 Queryxdai_rootCountArgs = { +export type Querystagingxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountsArgs = { +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 Queryxdai_rootMessageSentArgs = { +export type Querystagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentsArgs = { +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 Queryxdai_relayerFeesIncreaseArgs = { +export type Querystagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreasesArgs = { +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 Queryxdai_slippageUpdateArgs = { +export type Querystagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_slippageUpdatesArgs = { +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 Queryxdai_snapshotRootArgs = { +export type Querystagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_snapshotRootsArgs = { +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 Queryxdai_spokeConnectorModeArgs = { +export type Querystagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_spokeConnectorModesArgs = { +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 Queryxdai_aggregateRootProposedArgs = { +export type Querystagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootProposedsArgs = { +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 Queryxdai_optimisticRootFinalizedArgs = { +export type Querystagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_optimisticRootFinalizedsArgs = { +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 Queryxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalmainnet_assetArgs = { +export type Querystagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetsArgs = { +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 Querylocalmainnet_assetStatusArgs = { +export type Querystagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetStatusesArgs = { +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 Querylocalmainnet_assetBalanceArgs = { +export type Querystagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetBalancesArgs = { +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 Querylocalmainnet_routerArgs = { +export type Querystagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routersArgs = { +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 Querylocalmainnet_routerDailyTVLArgs = { +export type Querystagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerDailyTVLsArgs = { +export type Querystagingavalanche_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerLiquidityEventArgs = { +export type Querystagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerLiquidityEventsArgs = { +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 Querylocalmainnet_settingArgs = { +export type Querystagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_settingsArgs = { +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 Querylocalmainnet_relayerArgs = { +export type Querystagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayersArgs = { +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 Querylocalmainnet_sequencerArgs = { +export type Querystagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_sequencersArgs = { +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 Querylocalmainnet_relayerFeeArgs = { +export type Querystagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesArgs = { +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 Querylocalmainnet_originTransferArgs = { +export type Querystagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originTransfersArgs = { +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 Querylocalmainnet_destinationTransferArgs = { +export type Querystagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_destinationTransfersArgs = { +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 Querylocalmainnet_originMessageArgs = { +export type Querystagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originMessagesArgs = { +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 Querylocalmainnet_aggregateRootArgs = { +export type Querystagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootsArgs = { +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 Querylocalmainnet_connectorMetaArgs = { +export type Querystagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_connectorMetasArgs = { +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 Querylocalmainnet_rootCountArgs = { +export type Querystagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootCountsArgs = { +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 Querylocalmainnet_rootMessageSentArgs = { +export type Querystaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageSentsArgs = { +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 Querylocalmainnet_relayerFeesIncreaseArgs = { +export type Querystaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesIncreasesArgs = { +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 Querylocalmainnet_slippageUpdateArgs = { +export type Querystaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_slippageUpdatesArgs = { +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 Querylocalmainnet_snapshotRootArgs = { +export type Querystaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_snapshotRootsArgs = { +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 Querylocalmainnet_spokeConnectorModeArgs = { +export type Querystaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_spokeConnectorModesArgs = { +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 Querylocalmainnet_aggregateRootProposedArgs = { +export type Querystaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootProposedsArgs = { +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 Querylocalmainnet_optimisticRootFinalizedArgs = { +export type Querystaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootFinalizedsArgs = { +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 Querypolygon_assetArgs = { +export type Querystaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetsArgs = { +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 Querypolygon_assetStatusArgs = { +export type Querystaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusesArgs = { +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 Querypolygon_assetBalanceArgs = { +export type Querystaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalancesArgs = { +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 Querypolygon_routerArgs = { +export type Querystaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routersArgs = { +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 Querypolygon_routerDailyTVLArgs = { +export type Querystaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLsArgs = { +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 Querypolygon_routerLiquidityEventArgs = { +export type Querystaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventsArgs = { +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 Querypolygon_settingArgs = { +export type Querystaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingsArgs = { +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 Querypolygon_relayerArgs = { +export type Querystaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayersArgs = { +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 Querypolygon_sequencerArgs = { +export type Querystaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencersArgs = { +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 Querypolygon_relayerFeeArgs = { +export type Querystaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesArgs = { +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 Querypolygon_originTransferArgs = { +export type Querystaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransfersArgs = { +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 Querypolygon_destinationTransferArgs = { +export type Querystaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransfersArgs = { +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 Querypolygon_originMessageArgs = { +export type Querystaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessagesArgs = { +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 Querypolygon_aggregateRootArgs = { +export type Querystaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootsArgs = { +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 Querypolygon_connectorMetaArgs = { +export type Querystaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetasArgs = { +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 Querypolygon_rootCountArgs = { +export type Querystaginglinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountsArgs = { +export type Querypolygon_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentArgs = { +export type Querypolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentsArgs = { +export type Querypolygon_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreaseArgs = { +export type Querypolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreasesArgs = { +export type Querypolygon_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdateArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdatesArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootsArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModeArgs = { +export type Querypolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModesArgs = { +export type Querypolygon_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedArgs = { +export type Querypolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedsArgs = { +export type Querypolygon_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedArgs = { +export type Querypolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedsArgs = { +export type Querypolygon_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingxdai_assetArgs = { +export type Querypolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetsArgs = { +export type Querypolygon_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetStatusArgs = { +export type Querypolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetStatusesArgs = { +export type Querypolygon_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetBalanceArgs = { +export type Querypolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetBalancesArgs = { +export type Querypolygon_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerArgs = { +export type Querypolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routersArgs = { +export type Querypolygon_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerDailyTVLArgs = { +export type Querypolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerDailyTVLsArgs = { +export type Querypolygon_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerLiquidityEventArgs = { +export type Querypolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerLiquidityEventsArgs = { +export type Querypolygon_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_settingArgs = { +export type Querypolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_settingsArgs = { +export type Querypolygon_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerArgs = { +export type Querypolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayersArgs = { +export type Querypolygon_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_sequencerArgs = { +export type Querypolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_sequencersArgs = { +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 Querystagingxdai_relayerFeeArgs = { +export type Queryoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesArgs = { +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 Querystagingxdai_originTransferArgs = { +export type Queryoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originTransfersArgs = { +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 Querystagingxdai_destinationTransferArgs = { +export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_destinationTransfersArgs = { +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 Querystagingxdai_originMessageArgs = { +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originMessagesArgs = { +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootArgs = { +export type Queryoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootsArgs = { +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 Querystagingxdai_connectorMetaArgs = { +export type Queryoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_connectorMetasArgs = { +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 Querystagingxdai_rootCountArgs = { +export type Queryoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootCountsArgs = { +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 Querystagingxdai_rootMessageSentArgs = { +export type Queryoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootMessageSentsArgs = { +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 Querystagingxdai_relayerFeesIncreaseArgs = { +export type Queryoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesIncreasesArgs = { +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 Querystagingxdai_slippageUpdateArgs = { +export type Queryoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_slippageUpdatesArgs = { +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 Querystagingxdai_snapshotRootArgs = { +export type Queryoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_snapshotRootsArgs = { +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 Querystagingxdai_spokeConnectorModeArgs = { +export type Queryoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_spokeConnectorModesArgs = { +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 Querystagingxdai_aggregateRootProposedArgs = { +export type Queryoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootProposedsArgs = { +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 Querystagingxdai_optimisticRootFinalizedArgs = { +export type Queryoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_optimisticRootFinalizedsArgs = { +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 Querystagingxdai__metaArgs = { - block?: InputMaybe; +export type Queryoptimism_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetArgs = { +export type Queryoptimism_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybasegoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_assetStatusArgs = { +export type Querybasegoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_assetBalanceArgs = { +export type Querybasegoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_routerArgs = { +export type Querybasegoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_routerDailyTVLArgs = { +export type Querybasegoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_routerLiquidityEventArgs = { +export type Querybasegoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_settingArgs = { +export type Querybasegoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_relayerArgs = { +export type Querybasegoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_sequencerArgs = { +export type Querybasegoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_relayerFeeArgs = { +export type Querybasegoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_originTransferArgs = { +export type Querybasegoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_destinationTransferArgs = { +export type Querybasegoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_originMessageArgs = { +export type Querybasegoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_aggregateRootArgs = { +export type Querybasegoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_connectorMetaArgs = { +export type Querybasegoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_rootCountArgs = { +export type Querybasegoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_rootMessageSentArgs = { +export type Querybasegoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_relayerFeesIncreaseArgs = { +export type Querybasegoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_slippageUpdateArgs = { +export type Querybasegoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_snapshotRootArgs = { +export type Querybasegoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_spokeConnectorModeArgs = { +export type Querybasegoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_aggregateRootProposedArgs = { +export type Querybasegoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_optimisticRootFinalizedArgs = { +export type Querybasegoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle__metaArgs = { - block?: InputMaybe; +export type Querybasegoerli__metaArgs = { + block?: InputMaybe; }; -export type Querylocaloptimism_assetArgs = { +export type Querystagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetsArgs = { +export type Querystagingbnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetStatusArgs = { +export type Querystagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetStatusesArgs = { +export type Querystagingbnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetBalanceArgs = { +export type Querystagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetBalancesArgs = { +export type Querystagingbnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerArgs = { +export type Querystagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routersArgs = { +export type Querystagingbnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerDailyTVLArgs = { +export type Querystagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerDailyTVLsArgs = { +export type Querystagingbnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerLiquidityEventArgs = { +export type Querystagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerLiquidityEventsArgs = { +export type Querystagingbnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_settingArgs = { +export type Querystagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_settingsArgs = { +export type Querystagingbnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerArgs = { +export type Querystagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayersArgs = { +export type Querystagingbnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_sequencerArgs = { +export type Querystagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_sequencersArgs = { +export type Querystagingbnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeeArgs = { +export type Querystagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesArgs = { +export type Querystagingbnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_originTransferArgs = { +export type Querystagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_originTransfersArgs = { +export type Querystagingbnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_destinationTransferArgs = { +export type Querystagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_destinationTransfersArgs = { +export type Querystagingbnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_originMessageArgs = { +export type Querystagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_originMessagesArgs = { +export type Querystagingbnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootArgs = { +export type Querystagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootsArgs = { +export type Querystagingbnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_connectorMetaArgs = { +export type Querystagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_connectorMetasArgs = { +export type Querystagingbnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_rootCountArgs = { +export type Querystagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_rootCountsArgs = { +export type Querystagingbnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_rootMessageSentArgs = { +export type Querystagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_rootMessageSentsArgs = { +export type Querystagingbnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesIncreaseArgs = { +export type Querystagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesIncreasesArgs = { +export type Querystagingbnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_slippageUpdateArgs = { +export type Querystagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_slippageUpdatesArgs = { +export type Querystagingbnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_snapshotRootArgs = { +export type Querystagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_snapshotRootsArgs = { +export type Querystagingbnb_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_spokeConnectorModeArgs = { +export type Querystagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_spokeConnectorModesArgs = { +export type Querystagingbnb_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootProposedArgs = { +export type Querystagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootProposedsArgs = { +export type Querystagingbnb_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_optimisticRootFinalizedArgs = { +export type Querystagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_optimisticRootFinalizedsArgs = { +export type Querystagingbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism__metaArgs = { - block?: InputMaybe; +export type Querystagingbnb__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmainnet_assetArgs = { +export type Querymainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetsArgs = { +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 Querystagingmainnet_assetStatusArgs = { +export type Querymainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetStatusesArgs = { +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 Querystagingmainnet_assetBalanceArgs = { +export type Querymainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetBalancesArgs = { +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 Querystagingmainnet_routerArgs = { +export type Querymainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routersArgs = { +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 Querystagingmainnet_routerDailyTVLArgs = { +export type Querymainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerDailyTVLsArgs = { +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 Querystagingmainnet_routerLiquidityEventArgs = { +export type Querymainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerLiquidityEventsArgs = { +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 Querystagingmainnet_settingArgs = { +export type Querymainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_settingsArgs = { +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 Querystagingmainnet_relayerArgs = { +export type Querymainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayersArgs = { +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 Querystagingmainnet_sequencerArgs = { +export type Querymainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_sequencersArgs = { +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 Querystagingmainnet_relayerFeeArgs = { +export type Querymainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesArgs = { +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 Querystagingmainnet_originTransferArgs = { +export type Querymainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originTransfersArgs = { +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 Querystagingmainnet_destinationTransferArgs = { +export type Querymainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_destinationTransfersArgs = { +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 Querystagingmainnet_originMessageArgs = { +export type Querymainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originMessagesArgs = { +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 Querystagingmainnet_aggregateRootArgs = { +export type Querymainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootsArgs = { +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 Querystagingmainnet_connectorMetaArgs = { +export type Querymainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_connectorMetasArgs = { +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 Querystagingmainnet_rootCountArgs = { +export type Querymainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootCountsArgs = { +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 Querystagingmainnet_rootMessageSentArgs = { +export type Querymainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageSentsArgs = { +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 Querystagingmainnet_relayerFeesIncreaseArgs = { +export type Querymainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesIncreasesArgs = { +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 Querystagingmainnet_slippageUpdateArgs = { +export type Querymainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_slippageUpdatesArgs = { +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 Querystagingmainnet_snapshotRootArgs = { +export type Querymainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_snapshotRootsArgs = { +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 Querystagingmainnet_spokeConnectorModeArgs = { +export type Querymainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_spokeConnectorModesArgs = { +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 Querystagingmainnet_aggregateRootProposedArgs = { +export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootProposedsArgs = { +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 Querystagingmainnet_optimisticRootFinalizedArgs = { +export type Querymainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootFinalizedsArgs = { +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 Querymainnet_assetArgs = { +export type Querymainnet_hubDomainArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { +export type Querymainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusArgs = { - id: Scalars['ID']; +export type Querymainnet__metaArgs = { block?: InputMaybe; +}; + + +export type Querylocaloptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusesArgs = { +export type Querylocaloptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalanceArgs = { +export type Querylocaloptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalancesArgs = { +export type Querylocaloptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerArgs = { +export type Querylocaloptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +export type Querylocaloptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLArgs = { +export type Querylocaloptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +export type Querylocaloptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventArgs = { +export type Querylocaloptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventsArgs = { +export type Querylocaloptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingArgs = { +export type Querylocaloptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +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 Querymainnet_relayerArgs = { +export type Querylocaloptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +export type Querylocaloptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencerArgs = { +export type Querylocaloptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +export type Querylocaloptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeeArgs = { +export type Querylocaloptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +export type Querylocaloptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransferArgs = { +export type Querylocaloptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +export type Querylocaloptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransferArgs = { +export type Querylocaloptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +export type Querylocaloptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessageArgs = { +export type Querylocaloptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +export type Querylocaloptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootArgs = { +export type Querylocaloptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +export type Querylocaloptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetaArgs = { +export type Querylocaloptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +export type Querylocaloptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountArgs = { +export type Querylocaloptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +export type Querylocaloptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentArgs = { +export type Querylocaloptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +export type Querylocaloptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreaseArgs = { +export type Querylocaloptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +export type Querylocaloptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdateArgs = { +export type Querylocaloptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { +export type Querylocaloptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootArgs = { +export type Querylocaloptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootsArgs = { +export type Querylocaloptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModeArgs = { +export type Querylocaloptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModesArgs = { +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 Querymainnet_aggregateRootProposedArgs = { +export type Querylocaloptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootProposedsArgs = { +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 Querymainnet_optimisticRootFinalizedArgs = { +export type Querylocaloptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootFinalizedsArgs = { +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 Querylocalarbitrumone_assetArgs = { +export type Querylocaloptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_assetsArgs = { +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 Querylocalarbitrumone_assetStatusArgs = { +export type Querylocaloptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_assetStatusesArgs = { +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 Querylocalarbitrumone_assetBalanceArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_assetBalancesArgs = { +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 Querylocalarbitrumone_routerArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_routersArgs = { +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 Querylocalarbitrumone_routerDailyTVLArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_routerDailyTVLsArgs = { +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 Querylocalarbitrumone_routerLiquidityEventArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_routerLiquidityEventsArgs = { +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 Querylocalarbitrumone_settingArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_settingsArgs = { +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 Querylocalarbitrumone_relayerArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_relayersArgs = { +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 Querylocalarbitrumone_sequencerArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_sequencersArgs = { +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 Querylocalarbitrumone_relayerFeeArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_relayerFeesArgs = { +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 Querylocalarbitrumone_originTransferArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_originTransfersArgs = { +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 Querylocalarbitrumone_destinationTransferArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_destinationTransfersArgs = { +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 Querylocalarbitrumone_originMessageArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_originMessagesArgs = { +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 Querylocalarbitrumone_aggregateRootArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_aggregateRootsArgs = { +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 Querylocalarbitrumone_connectorMetaArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_connectorMetasArgs = { +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 Querylocalarbitrumone_rootCountArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_rootCountsArgs = { +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 Querylocalarbitrumone_rootMessageSentArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_rootMessageSentsArgs = { +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 Querylocalarbitrumone_relayerFeesIncreaseArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_relayerFeesIncreasesArgs = { +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 Querylocalarbitrumone_slippageUpdateArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_slippageUpdatesArgs = { +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 Querylocalarbitrumone_snapshotRootArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_snapshotRootsArgs = { +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 Querylocalarbitrumone_spokeConnectorModeArgs = { +export type Querylinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_spokeConnectorModesArgs = { +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 Querylocalarbitrumone_aggregateRootProposedArgs = { +export type Querylinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_aggregateRootProposedsArgs = { +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 Querylocalarbitrumone_optimisticRootFinalizedArgs = { +export type Querylinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_optimisticRootFinalizedsArgs = { +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 Querylocalarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingbnb_assetArgs = { +export type Querylinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetsArgs = { +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 Querystagingbnb_assetStatusArgs = { +export type Querylinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetStatusesArgs = { +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 Querystagingbnb_assetBalanceArgs = { +export type Querystagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetBalancesArgs = { +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 Querystagingbnb_routerArgs = { +export type Querystagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routersArgs = { +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 Querystagingbnb_routerDailyTVLArgs = { +export type Querystagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerDailyTVLsArgs = { +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 Querystagingbnb_routerLiquidityEventArgs = { +export type Querystagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerLiquidityEventsArgs = { +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 Querystagingbnb_settingArgs = { +export type Querystagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_settingsArgs = { +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 Querystagingbnb_relayerArgs = { +export type Querystagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayersArgs = { +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 Querystagingbnb_sequencerArgs = { +export type Querystagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_sequencersArgs = { +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 Querystagingbnb_relayerFeeArgs = { +export type Querystagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesArgs = { +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 Querystagingbnb_originTransferArgs = { +export type Querystagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originTransfersArgs = { +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 Querystagingbnb_destinationTransferArgs = { +export type Querystagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_destinationTransfersArgs = { +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 Querystagingbnb_originMessageArgs = { +export type Querystagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originMessagesArgs = { +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 Querystagingbnb_aggregateRootArgs = { +export type Querystagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootsArgs = { +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 Querystagingbnb_connectorMetaArgs = { +export type Querystagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_connectorMetasArgs = { +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 Querystagingbnb_rootCountArgs = { +export type Querystagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootCountsArgs = { +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 Querystagingbnb_rootMessageSentArgs = { +export type Querystagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootMessageSentsArgs = { +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 Querystagingbnb_relayerFeesIncreaseArgs = { +export type Querystagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesIncreasesArgs = { +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 Querystagingbnb_slippageUpdateArgs = { +export type Querystagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_slippageUpdatesArgs = { +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 Querystagingbnb_snapshotRootArgs = { +export type Querystagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_snapshotRootsArgs = { +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 Querystagingbnb_spokeConnectorModeArgs = { +export type Querystagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_spokeConnectorModesArgs = { +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 Querystagingbnb_aggregateRootProposedArgs = { +export type Querystagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootProposedsArgs = { +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 Querystagingbnb_optimisticRootFinalizedArgs = { +export type Querystagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_optimisticRootFinalizedsArgs = { +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 Querystagingbnb__metaArgs = { - block?: InputMaybe; +export type Querystagingmainnet_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetArgs = { +export type Querystagingmainnet_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetsArgs = { +export type Querypolygonzkevm_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusArgs = { +export type Querypolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusesArgs = { +export type Querypolygonzkevm_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalanceArgs = { +export type Querypolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalancesArgs = { +export type Querypolygonzkevm_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerArgs = { +export type Querypolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routersArgs = { +export type Querypolygonzkevm_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLArgs = { +export type Querypolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLsArgs = { +export type Querypolygonzkevm_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventArgs = { +export type Querypolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventsArgs = { +export type Querypolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingArgs = { +export type Querypolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingsArgs = { +export type Querypolygonzkevm_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerArgs = { +export type Querypolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayersArgs = { +export type Querypolygonzkevm_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencerArgs = { +export type Querypolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencersArgs = { +export type Querypolygonzkevm_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeeArgs = { +export type Querypolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesArgs = { +export type Querypolygonzkevm_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransferArgs = { +export type Querypolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransfersArgs = { +export type Querypolygonzkevm_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransferArgs = { +export type Querypolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransfersArgs = { +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 Querymetis_originMessageArgs = { +export type Querypolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originMessagesArgs = { +export type Querypolygonzkevm_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootArgs = { +export type Querypolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootsArgs = { +export type Querypolygonzkevm_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetaArgs = { +export type Querypolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetasArgs = { +export type Querypolygonzkevm_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountArgs = { +export type Querypolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountsArgs = { +export type Querypolygonzkevm_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentArgs = { +export type Querypolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentsArgs = { +export type Querypolygonzkevm_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreasesArgs = { +export type Querypolygonzkevm_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdateArgs = { +export type Querypolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdatesArgs = { +export type Querypolygonzkevm_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootArgs = { +export type Querypolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootsArgs = { +export type Querypolygonzkevm_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModeArgs = { +export type Querypolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModesArgs = { +export type Querypolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootProposedArgs = { +export type Querypolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootProposedsArgs = { +export type Querypolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_optimisticRootFinalizedsArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis__metaArgs = { - block?: InputMaybe; +export type Querypolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Querystagingpolygon_assetArgs = { +export type Querystagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetsArgs = { +export type Querystagingoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetStatusArgs = { +export type Querystagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetStatusesArgs = { +export type Querystagingoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetBalanceArgs = { +export type Querystagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetBalancesArgs = { +export type Querystagingoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerArgs = { +export type Querystagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routersArgs = { +export type Querystagingoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerDailyTVLArgs = { +export type Querystagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerDailyTVLsArgs = { +export type Querystagingoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerLiquidityEventArgs = { +export type Querystagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerLiquidityEventsArgs = { +export type Querystagingoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_settingArgs = { +export type Querystagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_settingsArgs = { +export type Querystagingoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerArgs = { +export type Querystagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayersArgs = { +export type Querystagingoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_sequencerArgs = { +export type Querystagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_sequencersArgs = { +export type Querystagingoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeeArgs = { +export type Querystagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesArgs = { +export type Querystagingoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originTransferArgs = { +export type Querystagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originTransfersArgs = { +export type Querystagingoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_destinationTransferArgs = { +export type Querystagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_destinationTransfersArgs = { +export type Querystagingoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originMessageArgs = { +export type Querystagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originMessagesArgs = { +export type Querystagingoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootArgs = { +export type Querystagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootsArgs = { +export type Querystagingoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_connectorMetaArgs = { +export type Querystagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_connectorMetasArgs = { +export type Querystagingoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootCountArgs = { +export type Querystagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootCountsArgs = { +export type Querystagingoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootMessageSentArgs = { +export type Querystagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootMessageSentsArgs = { +export type Querystagingoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesIncreaseArgs = { +export type Querystagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesIncreasesArgs = { +export type Querystagingoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_slippageUpdateArgs = { +export type Querystagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_slippageUpdatesArgs = { +export type Querystagingoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_snapshotRootArgs = { +export type Querystagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_snapshotRootsArgs = { +export type Querystagingoptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_spokeConnectorModeArgs = { +export type Querystagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_spokeConnectorModesArgs = { +export type Querystagingoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootProposedArgs = { +export type Querystagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootProposedsArgs = { +export type Querystagingoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_optimisticRootFinalizedArgs = { +export type Querystagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_optimisticRootFinalizedsArgs = { +export type Querystagingoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon__metaArgs = { - block?: InputMaybe; +export type Querystagingoptimism__metaArgs = { + block?: InputMaybe; }; -export type Querystagingavalanche_assetArgs = { +export type Querystagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetsArgs = { +export type Querystagingarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetStatusArgs = { +export type Querystagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetStatusesArgs = { +export type Querystagingarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetBalanceArgs = { +export type Querystagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetBalancesArgs = { +export type Querystagingarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerArgs = { +export type Querystagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routersArgs = { +export type Querystagingarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerDailyTVLArgs = { +export type Querystagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerDailyTVLsArgs = { +export type Querystagingarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerLiquidityEventArgs = { +export type Querystagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerLiquidityEventsArgs = { +export type Querystagingarbitrumone_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_settingArgs = { +export type Querystagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_settingsArgs = { +export type Querystagingarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerArgs = { +export type Querystagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayersArgs = { +export type Querystagingarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_sequencerArgs = { +export type Querystagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_sequencersArgs = { +export type Querystagingarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeeArgs = { +export type Querystagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesArgs = { +export type Querystagingarbitrumone_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originTransferArgs = { +export type Querystagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originTransfersArgs = { +export type Querystagingarbitrumone_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_destinationTransferArgs = { +export type Querystagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_destinationTransfersArgs = { +export type Querystagingarbitrumone_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originMessageArgs = { +export type Querystagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originMessagesArgs = { +export type Querystagingarbitrumone_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootArgs = { +export type Querystagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootsArgs = { +export type Querystagingarbitrumone_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_connectorMetaArgs = { +export type Querystagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_connectorMetasArgs = { +export type Querystagingarbitrumone_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootCountArgs = { +export type Querystagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootCountsArgs = { +export type Querystagingarbitrumone_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootMessageSentArgs = { +export type Querystagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootMessageSentsArgs = { +export type Querystagingarbitrumone_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesIncreaseArgs = { +export type Querystagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesIncreasesArgs = { +export type Querystagingarbitrumone_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_slippageUpdateArgs = { +export type Querystagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_slippageUpdatesArgs = { +export type Querystagingarbitrumone_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_snapshotRootArgs = { +export type Querystagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_snapshotRootsArgs = { +export type Querystagingarbitrumone_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_spokeConnectorModeArgs = { +export type Querystagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_spokeConnectorModesArgs = { +export type Querystagingarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootProposedArgs = { +export type Querystagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootProposedsArgs = { +export type Querystagingarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_optimisticRootFinalizedArgs = { +export type Querystagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_optimisticRootFinalizedsArgs = { +export type Querystagingarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche__metaArgs = { - block?: InputMaybe; +export type Querystagingarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumone_assetArgs = { +export type Querylocalarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetsArgs = { +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 Queryarbitrumone_assetStatusArgs = { +export type Querylocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetStatusesArgs = { +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 Queryarbitrumone_assetBalanceArgs = { +export type Querylocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetBalancesArgs = { +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 Queryarbitrumone_routerArgs = { +export type Querylocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routersArgs = { +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 Queryarbitrumone_routerDailyTVLArgs = { +export type Querylocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerDailyTVLsArgs = { +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 Queryarbitrumone_routerLiquidityEventArgs = { +export type Querylocalarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerLiquidityEventsArgs = { +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 Queryarbitrumone_settingArgs = { +export type Querylocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_settingsArgs = { +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 Queryarbitrumone_relayerArgs = { +export type Querylocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayersArgs = { +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 Queryarbitrumone_sequencerArgs = { +export type Querylocalarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_sequencersArgs = { +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 Queryarbitrumone_relayerFeeArgs = { +export type Querylocalarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayerFeesArgs = { +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 Queryarbitrumone_originTransferArgs = { +export type Querylocalarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_originTransfersArgs = { +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 Queryarbitrumone_destinationTransferArgs = { +export type Querylocalarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_destinationTransfersArgs = { +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 Queryarbitrumone_originMessageArgs = { +export type Querylocalarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_originMessagesArgs = { +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 Queryarbitrumone_aggregateRootArgs = { +export type Querylocalarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootsArgs = { +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 Queryarbitrumone_connectorMetaArgs = { +export type Querylocalarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_connectorMetasArgs = { +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 Queryarbitrumone_rootCountArgs = { +export type Querylocalarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_rootCountsArgs = { +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 Queryarbitrumone_rootMessageSentArgs = { +export type Querylocalarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_rootMessageSentsArgs = { +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 Queryarbitrumone_relayerFeesIncreaseArgs = { +export type Querylocalarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayerFeesIncreasesArgs = { +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 Queryarbitrumone_slippageUpdateArgs = { +export type Querylocalarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_slippageUpdatesArgs = { +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 Queryarbitrumone_snapshotRootArgs = { +export type Querylocalarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_snapshotRootsArgs = { +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 Queryarbitrumone_spokeConnectorModeArgs = { +export type Querylocalarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_spokeConnectorModesArgs = { +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 Queryarbitrumone_aggregateRootProposedArgs = { +export type Querylocalarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootProposedsArgs = { +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 Queryarbitrumone_optimisticRootFinalizedArgs = { +export type Querylocalarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_optimisticRootFinalizedsArgs = { +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 Queryarbitrumone__metaArgs = { - block?: InputMaybe; +export type Querylocalarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Querypolygonzkevm_assetArgs = { +export type Querymumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetsArgs = { +export type Querymumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetStatusArgs = { +export type Querymumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetStatusesArgs = { +export type Querymumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetBalanceArgs = { +export type Querymumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetBalancesArgs = { +export type Querymumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerArgs = { +export type Querymumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routersArgs = { +export type Querymumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerDailyTVLArgs = { +export type Querymumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerDailyTVLsArgs = { +export type Querymumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerLiquidityEventArgs = { +export type Querymumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerLiquidityEventsArgs = { +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 Querypolygonzkevm_settingArgs = { +export type Querymumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_settingsArgs = { +export type Querymumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerArgs = { +export type Querymumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayersArgs = { +export type Querymumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_sequencerArgs = { +export type Querymumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_sequencersArgs = { +export type Querymumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeeArgs = { +export type Querymumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesArgs = { +export type Querymumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransferArgs = { +export type Querymumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransfersArgs = { +export type Querymumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransferArgs = { +export type Querymumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransfersArgs = { +export type Querymumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessageArgs = { +export type Querymumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessagesArgs = { +export type Querymumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootArgs = { +export type Querymumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootsArgs = { +export type Querymumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetaArgs = { +export type Querymumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetasArgs = { +export type Querymumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountArgs = { +export type Querymumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountsArgs = { +export type Querymumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentArgs = { +export type Querymumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentsArgs = { +export type Querymumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreaseArgs = { +export type Querymumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreasesArgs = { +export type Querymumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdateArgs = { +export type Querymumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdatesArgs = { +export type Querymumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootArgs = { +export type Querymumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootsArgs = { +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 Querypolygonzkevm_spokeConnectorModeArgs = { +export type Querymumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_spokeConnectorModesArgs = { +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 Querypolygonzkevm_aggregateRootProposedArgs = { +export type Querymumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootProposedsArgs = { +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 Querypolygonzkevm_optimisticRootFinalizedArgs = { +export type Querymumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { +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 Querypolygonzkevm__metaArgs = { - block?: InputMaybe; +export type Querymumbai__metaArgs = { + block?: InputMaybe; }; -export type Querystagingoptimism_assetArgs = { +export type Querystagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetsArgs = { +export type Querystagingmode_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetStatusArgs = { +export type Querystagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetStatusesArgs = { +export type Querystagingmode_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetBalanceArgs = { +export type Querystagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetBalancesArgs = { +export type Querystagingmode_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerArgs = { +export type Querystagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routersArgs = { +export type Querystagingmode_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerDailyTVLArgs = { +export type Querystagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerDailyTVLsArgs = { +export type Querystagingmode_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerLiquidityEventArgs = { +export type Querystagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerLiquidityEventsArgs = { +export type Querystagingmode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_settingArgs = { +export type Querystagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_settingsArgs = { +export type Querystagingmode_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerArgs = { +export type Querystagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayersArgs = { +export type Querystagingmode_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_sequencerArgs = { +export type Querystagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_sequencersArgs = { +export type Querystagingmode_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeeArgs = { +export type Querystagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesArgs = { +export type Querystagingmode_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originTransferArgs = { +export type Querystagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originTransfersArgs = { +export type Querystagingmode_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_destinationTransferArgs = { +export type Querystagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_destinationTransfersArgs = { +export type Querystagingmode_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originMessageArgs = { +export type Querystagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originMessagesArgs = { +export type Querystagingmode_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootArgs = { +export type Querystagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootsArgs = { +export type Querystagingmode_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetaArgs = { +export type Querystagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetasArgs = { +export type Querystagingmode_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountArgs = { +export type Querystagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountsArgs = { +export type Querystagingmode_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentArgs = { +export type Querystagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentsArgs = { +export type Querystagingmode_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesIncreaseArgs = { +export type Querystagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesIncreasesArgs = { +export type Querystagingmode_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_slippageUpdateArgs = { +export type Querystagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_slippageUpdatesArgs = { +export type Querystagingmode_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_snapshotRootArgs = { +export type Querystagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_snapshotRootsArgs = { +export type Querystagingmode_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_spokeConnectorModeArgs = { +export type Querystagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_spokeConnectorModesArgs = { +export type Querystagingmode_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootProposedArgs = { +export type Querystagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootProposedsArgs = { +export type Querystagingmode_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedArgs = { +export type Querystagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedsArgs = { +export type Querystagingmode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism__metaArgs = { - block?: InputMaybe; +export type Querystagingmode__metaArgs = { + block?: InputMaybe; }; -export type Queryoptimism_assetArgs = { +export type Querystagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +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 Queryoptimism_assetStatusArgs = { +export type Querystagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +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 Queryoptimism_assetBalanceArgs = { +export type Querystagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +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 Queryoptimism_routerArgs = { +export type Querystagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +export type Querystagingzksync_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLArgs = { +export type Querystagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +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 Queryoptimism_routerLiquidityEventArgs = { +export type Querystagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventsArgs = { +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 Queryoptimism_settingArgs = { +export type Querystagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +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 Queryoptimism_relayerArgs = { +export type Querystagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +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 Queryoptimism_sequencerArgs = { +export type Querystagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +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 Queryoptimism_relayerFeeArgs = { +export type Querystagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +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 Queryoptimism_originTransferArgs = { +export type Querystagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +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 Queryoptimism_destinationTransferArgs = { +export type Querystagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +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 Queryoptimism_originMessageArgs = { +export type Querystagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +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 Queryoptimism_aggregateRootArgs = { +export type Querystagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +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 Queryoptimism_connectorMetaArgs = { +export type Querystagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +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 Queryoptimism_rootCountArgs = { +export type Querystagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +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 Queryoptimism_rootMessageSentArgs = { +export type Querystagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +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 Queryoptimism_relayerFeesIncreaseArgs = { +export type Querystagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +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 Queryoptimism_slippageUpdateArgs = { +export type Querystagingzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +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 Queryoptimism_snapshotRootArgs = { +export type Querystagingzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_snapshotRootsArgs = { +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 Queryoptimism_spokeConnectorModeArgs = { +export type Querystagingzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_spokeConnectorModesArgs = { +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 Queryoptimism_aggregateRootProposedArgs = { +export type Querystagingzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootProposedsArgs = { +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 Queryoptimism_optimisticRootFinalizedArgs = { +export type Querystagingzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_optimisticRootFinalizedsArgs = { +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 Queryoptimism__metaArgs = { - block?: InputMaybe; +export type Querystagingzksync__metaArgs = { + block?: InputMaybe; }; -export type Querybnb_assetArgs = { +export type Querystagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +export type Querystagingbase_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusArgs = { +export type Querystagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +export type Querystagingbase_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalanceArgs = { +export type Querystagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +export type Querystagingbase_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerArgs = { +export type Querystagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +export type Querystagingbase_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLArgs = { +export type Querystagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +export type Querystagingbase_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventArgs = { +export type Querystagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventsArgs = { +export type Querystagingbase_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingArgs = { +export type Querystagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +export type Querystagingbase_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerArgs = { +export type Querystagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +export type Querystagingbase_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencerArgs = { +export type Querystagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +export type Querystagingbase_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeeArgs = { +export type Querystagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +export type Querystagingbase_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransferArgs = { +export type Querystagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +export type Querystagingbase_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransferArgs = { +export type Querystagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +export type Querystagingbase_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessageArgs = { +export type Querystagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +export type Querystagingbase_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootArgs = { +export type Querystagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +export type Querystagingbase_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetaArgs = { +export type Querystagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +export type Querystagingbase_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountArgs = { +export type Querystagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +export type Querystagingbase_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentArgs = { +export type Querystagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +export type Querystagingbase_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreaseArgs = { +export type Querystagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +export type Querystagingbase_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdateArgs = { +export type Querystagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +export type Querystagingbase_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_snapshotRootArgs = { +export type Querystagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_snapshotRootsArgs = { +export type Querystagingbase_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_spokeConnectorModeArgs = { +export type Querystagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_spokeConnectorModesArgs = { +export type Querystagingbase_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootProposedArgs = { +export type Querystagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootProposedsArgs = { +export type Querystagingbase_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedArgs = { +export type Querystagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedsArgs = { +export type Querystagingbase_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb__metaArgs = { - block?: InputMaybe; +export type Querystagingbase__metaArgs = { + block?: InputMaybe; }; -export type Querystaginglinea_assetArgs = { +export type Querystagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetsArgs = { +export type Querystagingpolygonzkevm_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetStatusArgs = { +export type Querystagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetStatusesArgs = { +export type Querystagingpolygonzkevm_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetBalanceArgs = { +export type Querystagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetBalancesArgs = { +export type Querystagingpolygonzkevm_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerArgs = { +export type Querystagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routersArgs = { +export type Querystagingpolygonzkevm_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerDailyTVLArgs = { +export type Querystagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerDailyTVLsArgs = { +export type Querystagingpolygonzkevm_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerLiquidityEventArgs = { +export type Querystagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerLiquidityEventsArgs = { +export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_settingArgs = { +export type Querystagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_settingsArgs = { +export type Querystagingpolygonzkevm_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerArgs = { +export type Querystagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayersArgs = { +export type Querystagingpolygonzkevm_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_sequencerArgs = { +export type Querystagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_sequencersArgs = { +export type Querystagingpolygonzkevm_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeeArgs = { +export type Querystagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesArgs = { +export type Querystagingpolygonzkevm_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originTransferArgs = { +export type Querystagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originTransfersArgs = { +export type Querystagingpolygonzkevm_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_destinationTransferArgs = { +export type Querystagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_destinationTransfersArgs = { +export type Querystagingpolygonzkevm_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originMessageArgs = { +export type Querystagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originMessagesArgs = { +export type Querystagingpolygonzkevm_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootArgs = { +export type Querystagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootsArgs = { +export type Querystagingpolygonzkevm_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetaArgs = { +export type Querystagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetasArgs = { +export type Querystagingpolygonzkevm_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountArgs = { +export type Querystagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountsArgs = { +export type Querystagingpolygonzkevm_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentArgs = { +export type Querystagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentsArgs = { +export type Querystagingpolygonzkevm_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesIncreaseArgs = { +export type Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesIncreasesArgs = { +export type Querystagingpolygonzkevm_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_slippageUpdateArgs = { +export type Querystagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_slippageUpdatesArgs = { +export type Querystagingpolygonzkevm_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_snapshotRootArgs = { +export type Querystagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_snapshotRootsArgs = { +export type Querystagingpolygonzkevm_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_spokeConnectorModeArgs = { +export type Querystagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_spokeConnectorModesArgs = { +export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootProposedArgs = { +export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootProposedsArgs = { +export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_optimisticRootFinalizedArgs = { +export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_optimisticRootFinalizedsArgs = { +export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea__metaArgs = { - block?: InputMaybe; +export type Querystagingpolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmantle_assetArgs = { +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetsArgs = { +export type Querybnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetStatusArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetStatusesArgs = { +export type Querybnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetBalanceArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetBalancesArgs = { +export type Querybnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routersArgs = { +export type Querybnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerDailyTVLArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerDailyTVLsArgs = { +export type Querybnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerLiquidityEventArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerLiquidityEventsArgs = { +export type Querybnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_settingArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_settingsArgs = { +export type Querybnb_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_relayerArgs = { + +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayersArgs = { +export type Querybnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_sequencerArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_sequencersArgs = { +export type Querybnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeeArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesArgs = { +export type Querybnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originTransferArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originTransfersArgs = { +export type Querybnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_destinationTransferArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_destinationTransfersArgs = { +export type Querybnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originMessageArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originMessagesArgs = { +export type Querybnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootsArgs = { +export type Querybnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_connectorMetaArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_connectorMetasArgs = { +export type Querybnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootCountArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootCountsArgs = { +export type Querybnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootMessageSentArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootMessageSentsArgs = { +export type Querybnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesIncreaseArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesIncreasesArgs = { +export type Querybnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_slippageUpdateArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_slippageUpdatesArgs = { +export type Querybnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_snapshotRootArgs = { +export type Querybnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_snapshotRootsArgs = { +export type Querybnb_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_spokeConnectorModeArgs = { +export type Querybnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_spokeConnectorModesArgs = { +export type Querybnb_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootProposedArgs = { +export type Querybnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootProposedsArgs = { +export type Querybnb_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_optimisticRootFinalizedArgs = { +export type Querybnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_optimisticRootFinalizedsArgs = { +export type Querybnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle__metaArgs = { - block?: InputMaybe; +export type Querybnb__metaArgs = { + block?: InputMaybe; }; -export type Querylinea_assetArgs = { +export type Queryxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +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 Querylinea_assetStatusArgs = { +export type Queryxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +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 Querylinea_assetBalanceArgs = { +export type Queryxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +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 Querylinea_routerArgs = { +export type Queryxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +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 Querylinea_routerDailyTVLArgs = { +export type Queryxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +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 Querylinea_routerLiquidityEventArgs = { +export type Queryxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { +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 Querylinea_settingArgs = { +export type Queryxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingsArgs = { +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 Querylinea_relayerArgs = { +export type Queryxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayersArgs = { +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 Querylinea_sequencerArgs = { +export type Queryxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencersArgs = { +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 Querylinea_relayerFeeArgs = { +export type Queryxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesArgs = { +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 Querylinea_originTransferArgs = { +export type Queryxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +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 Querylinea_destinationTransferArgs = { +export type Queryxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +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 Querylinea_originMessageArgs = { +export type Queryxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +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 Querylinea_aggregateRootArgs = { +export type Queryxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +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 Querylinea_connectorMetaArgs = { +export type Queryxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +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 Querylinea_rootCountArgs = { +export type Queryxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +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 Querylinea_rootMessageSentArgs = { +export type Queryxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +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 Querylinea_relayerFeesIncreaseArgs = { +export type Queryxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +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 Querylinea_slippageUpdateArgs = { +export type Queryxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +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 Querylinea_snapshotRootArgs = { +export type Queryxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootsArgs = { +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 Querylinea_spokeConnectorModeArgs = { +export type Queryxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModesArgs = { +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 Querylinea_aggregateRootProposedArgs = { +export type Queryxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedsArgs = { +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 Querylinea_optimisticRootFinalizedArgs = { +export type Queryxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedsArgs = { +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 Querylinea__metaArgs = { - block?: InputMaybe; +export type Queryxdai__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmetis_assetArgs = { +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetsArgs = { +export type Querymainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetStatusArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetStatusesArgs = { +export type Querymainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetBalanceArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetBalancesArgs = { +export type Querymainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routersArgs = { +export type Querymainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerDailyTVLArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerDailyTVLsArgs = { +export type Querymainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerLiquidityEventArgs = { +export type Querymainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerLiquidityEventsArgs = { +export type Querymainnet_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_settingArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_settingsArgs = { +export type Querymainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayersArgs = { +export type Querymainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_sequencerArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_sequencersArgs = { +export type Querymainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeeArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesArgs = { +export type Querymainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originTransferArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originTransfersArgs = { +export type Querymainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_destinationTransferArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_destinationTransfersArgs = { +export type Querymainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originMessageArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originMessagesArgs = { +export type Querymainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootsArgs = { +export type Querymainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetaArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetasArgs = { +export type Querymainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountsArgs = { +export type Querymainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentArgs = { +export type Querymainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentsArgs = { +export type Querymainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesIncreaseArgs = { +export type Querymainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesIncreasesArgs = { +export type Querymainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_slippageUpdateArgs = { +export type Querymainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_slippageUpdatesArgs = { +export type Querymainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_snapshotRootArgs = { +export type Querymainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_snapshotRootsArgs = { +export type Querymainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_spokeConnectorModeArgs = { +export type Querymainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_spokeConnectorModesArgs = { +export type Querymainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootProposedArgs = { +export type Querymainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootProposedsArgs = { +export type Querymainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_optimisticRootFinalizedArgs = { +export type Querymainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_optimisticRootFinalizedsArgs = { +export type Querymainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingarbitrumone_assetArgs = { +export type Queryarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_assetStatusArgs = { +export type Queryarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_assetBalanceArgs = { +export type Queryarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_routerArgs = { +export type Queryarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_routerDailyTVLArgs = { +export type Queryarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_routerLiquidityEventArgs = { +export type Queryarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_settingArgs = { +export type Queryarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_relayerArgs = { +export type Queryarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_sequencerArgs = { +export type Queryarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_relayerFeeArgs = { +export type Queryarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_originTransferArgs = { +export type Queryarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_destinationTransferArgs = { +export type Queryarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_originMessageArgs = { +export type Queryarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_aggregateRootArgs = { +export type Queryarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_connectorMetaArgs = { +export type Queryarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_rootCountArgs = { +export type Queryarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_rootMessageSentArgs = { +export type Queryarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_relayerFeesIncreaseArgs = { +export type Queryarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_slippageUpdateArgs = { +export type Queryarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_snapshotRootArgs = { +export type Queryarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_spokeConnectorModeArgs = { +export type Queryarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_aggregateRootProposedArgs = { +export type Queryarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone_optimisticRootFinalizedArgs = { +export type Queryarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_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 Querystagingarbitrumone__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Queryzksync_assetArgs = { +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetsArgs = { +export type Querypolygon_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusesArgs = { +export type Querypolygon_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalanceArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalancesArgs = { +export type Querypolygon_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routersArgs = { +export type Querypolygon_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLsArgs = { +export type Querypolygon_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventArgs = { +export type Querypolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventsArgs = { +export type Querypolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingsArgs = { +export type Querypolygon_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayersArgs = { +export type Querypolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencerArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencersArgs = { +export type Querypolygon_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeeArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesArgs = { +export type Querypolygon_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransferArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransfersArgs = { +export type Querypolygon_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransferArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransfersArgs = { +export type Querypolygon_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessageArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessagesArgs = { +export type Querypolygon_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootsArgs = { +export type Querypolygon_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetaArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetasArgs = { +export type Querypolygon_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountsArgs = { +export type Querypolygon_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentsArgs = { +export type Querypolygon_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreaseArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreasesArgs = { +export type Querypolygon_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdateArgs = { +export type Querypolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdatesArgs = { +export type Querypolygon_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootArgs = { +export type Querypolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootsArgs = { +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 Queryzksync_spokeConnectorModeArgs = { +export type Querypolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_spokeConnectorModesArgs = { +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 Queryzksync_aggregateRootProposedArgs = { +export type Querypolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootProposedsArgs = { +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 Queryzksync_optimisticRootFinalizedArgs = { +export type Querypolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_optimisticRootFinalizedsArgs = { +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 Queryzksync__metaArgs = { - block?: InputMaybe; +export type Querypolygon__metaArgs = { + block?: InputMaybe; }; -export type Querystagingbase_assetArgs = { +export type Querymetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetsArgs = { +export type Querymetis_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusArgs = { +export type Querymetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusesArgs = { +export type Querymetis_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalanceArgs = { +export type Querymetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalancesArgs = { +export type Querymetis_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerArgs = { +export type Querymetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routersArgs = { +export type Querymetis_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLArgs = { +export type Querymetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLsArgs = { +export type Querymetis_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventArgs = { +export type Querymetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventsArgs = { +export type Querymetis_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_settingArgs = { +export type Querymetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_settingsArgs = { +export type Querymetis_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerArgs = { +export type Querymetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayersArgs = { +export type Querymetis_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_sequencerArgs = { +export type Querymetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_sequencersArgs = { +export type Querymetis_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeeArgs = { +export type Querymetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesArgs = { +export type Querymetis_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originTransferArgs = { +export type Querymetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originTransfersArgs = { +export type Querymetis_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_destinationTransferArgs = { +export type Querymetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_destinationTransfersArgs = { +export type Querymetis_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originMessageArgs = { +export type Querymetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originMessagesArgs = { +export type Querymetis_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootArgs = { +export type Querymetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootsArgs = { +export type Querymetis_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetaArgs = { +export type Querymetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetasArgs = { +export type Querymetis_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountArgs = { +export type Querymetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountsArgs = { +export type Querymetis_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentArgs = { +export type Querymetis_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentsArgs = { +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 Querystagingbase_relayerFeesIncreaseArgs = { +export type Querystagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesIncreasesArgs = { +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 Querystagingbase_slippageUpdateArgs = { +export type Querystagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_slippageUpdatesArgs = { +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 Querystagingbase_snapshotRootArgs = { +export type Querystagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_snapshotRootsArgs = { +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 Querystagingbase_spokeConnectorModeArgs = { +export type Querystagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_spokeConnectorModesArgs = { +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 Querystagingbase_aggregateRootProposedArgs = { +export type Querystagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootProposedsArgs = { +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 Querystagingbase_optimisticRootFinalizedArgs = { +export type Querystagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_optimisticRootFinalizedsArgs = { +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 Querystagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_assetArgs = { +export type Querystagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetsArgs = { +export type Querystagingmetis_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetStatusArgs = { +export type Querystagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetStatusesArgs = { +export type Querystagingmetis_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetBalanceArgs = { +export type Querystagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetBalancesArgs = { +export type Querystagingmetis_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerArgs = { +export type Querystagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routersArgs = { +export type Querystagingmetis_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerDailyTVLArgs = { +export type Querystagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerDailyTVLsArgs = { +export type Querystagingmetis_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerLiquidityEventArgs = { +export type Querystagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerLiquidityEventsArgs = { +export type Querystagingmetis_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_settingArgs = { +export type Querystagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_settingsArgs = { +export type Querystagingmetis_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerArgs = { +export type Querystagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayersArgs = { +export type Querystagingmetis_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_sequencerArgs = { +export type Querystagingmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_sequencersArgs = { +export type Querystagingmetis_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeeArgs = { +export type Querystagingmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesArgs = { +export type Querystagingmetis_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originTransferArgs = { +export type Querystagingmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originTransfersArgs = { +export type Querystagingmetis_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_destinationTransferArgs = { +export type Querystagingmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_destinationTransfersArgs = { +export type Querystagingmetis_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originMessageArgs = { +export type Querystagingmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originMessagesArgs = { +export type Querystagingmetis_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootArgs = { +export type Querystagingmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootsArgs = { +export type Querystagingmetis_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetaArgs = { +export type Querystagingmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetasArgs = { +export type Querystagingmetis_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountArgs = { +export type Querystagingmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountsArgs = { +export type Querystagingmetis_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentArgs = { +export type Querystagingmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentsArgs = { +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 Querybase_relayerFeesIncreaseArgs = { +export type Querymantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesIncreasesArgs = { +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 Querybase_slippageUpdateArgs = { +export type Querymantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_slippageUpdatesArgs = { +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 Querybase_snapshotRootArgs = { +export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_snapshotRootsArgs = { +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 Querybase_spokeConnectorModeArgs = { +export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_spokeConnectorModesArgs = { +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 Querybase_aggregateRootProposedArgs = { +export type Querymantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootProposedsArgs = { +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 Querybase_optimisticRootFinalizedArgs = { +export type Querymantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_optimisticRootFinalizedsArgs = { +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 Querybase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingpolygonzkevm_assetArgs = { +export type Querymantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetsArgs = { +export type Querymantle_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetStatusArgs = { +export type Querymantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetStatusesArgs = { +export type Querymantle_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetBalanceArgs = { +export type Querymantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetBalancesArgs = { +export type Querymantle_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerArgs = { +export type Querymantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routersArgs = { +export type Querymantle_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerDailyTVLArgs = { +export type Querymantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerDailyTVLsArgs = { +export type Querymantle_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerLiquidityEventArgs = { +export type Querymantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { +export type Querymantle_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_settingArgs = { +export type Querymantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_settingsArgs = { +export type Querymantle_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerArgs = { +export type Querymantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayersArgs = { +export type Querymantle_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_sequencerArgs = { +export type Querymantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_sequencersArgs = { +export type Querymantle_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeeArgs = { +export type Querymantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesArgs = { +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 Querystagingpolygonzkevm_originTransferArgs = { +export type Querymantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originTransfersArgs = { +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 Querystagingpolygonzkevm_destinationTransferArgs = { +export type Querymantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_destinationTransfersArgs = { +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 Querystagingpolygonzkevm_originMessageArgs = { +export type Querymantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originMessagesArgs = { +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_aggregateRootArgs = { +export type Querymantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Querymantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_connectorMetasArgs = { +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_rootCountArgs = { +export type Querymantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Querymantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Querymantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Querymantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Querymantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_snapshotRootsArgs = { +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_spokeConnectorModeArgs = { +export type Querymantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { +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_aggregateRootProposedArgs = { +export type Querymantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { +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_optimisticRootFinalizedArgs = { +export type Querymantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { +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__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingzksync_assetArgs = { +export type Querymantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetsArgs = { +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 Querystagingzksync_assetStatusArgs = { +export type Querymantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetStatusesArgs = { +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 Querystagingzksync_assetBalanceArgs = { +export type Querymantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetBalancesArgs = { +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 Querystagingzksync_routerArgs = { +export type Querymantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routersArgs = { +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 Querystagingzksync_routerDailyTVLArgs = { +export type Querymantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerDailyTVLsArgs = { +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 Querystagingzksync_routerLiquidityEventArgs = { +export type Querymantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerLiquidityEventsArgs = { +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 Querystagingzksync_settingArgs = { +export type Querymantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_settingsArgs = { +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 Querystagingzksync_relayerArgs = { +export type Querymantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayersArgs = { +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 Querystagingzksync_sequencerArgs = { +export type Querymantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_sequencersArgs = { +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 Querystagingzksync_relayerFeeArgs = { +export type Querymantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesArgs = { +export type Querystagingmantle_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originTransferArgs = { +export type Querystagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originTransfersArgs = { +export type Querystagingmantle_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_destinationTransferArgs = { +export type Querystagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_destinationTransfersArgs = { +export type Querystagingmantle_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originMessageArgs = { +export type Querystagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originMessagesArgs = { +export type Querystagingmantle_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootArgs = { +export type Querystagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootsArgs = { +export type Querystagingmantle_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_connectorMetaArgs = { +export type Querystagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_connectorMetasArgs = { +export type Querystagingmantle_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootCountArgs = { +export type Querystagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootCountsArgs = { +export type Querystagingmantle_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootMessageSentArgs = { +export type Querystagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootMessageSentsArgs = { +export type Querystagingmantle_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesIncreaseArgs = { +export type Querystagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesIncreasesArgs = { +export type Querystagingmantle_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_slippageUpdateArgs = { +export type Querystagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_slippageUpdatesArgs = { +export type Querystagingmantle_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_snapshotRootArgs = { +export type Querystagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_snapshotRootsArgs = { +export type Querystagingmantle_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_spokeConnectorModeArgs = { +export type Querystagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_spokeConnectorModesArgs = { +export type Querystagingmantle_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootProposedArgs = { +export type Querystagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootProposedsArgs = { +export type Querystagingmantle_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_optimisticRootFinalizedArgs = { +export type Querystagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_optimisticRootFinalizedsArgs = { +export type Querystagingmantle_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryx1testnet_assetArgs = { +export type Querystagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetsArgs = { +export type Querystagingmantle_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetStatusArgs = { +export type Querystagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetStatusesArgs = { +export type Querystagingmantle_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetBalanceArgs = { +export type Querystagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetBalancesArgs = { +export type Querystagingmantle_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerArgs = { +export type Querystagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routersArgs = { +export type Querystagingmantle_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerDailyTVLArgs = { +export type Querystagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerDailyTVLsArgs = { +export type Querystagingmantle_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerLiquidityEventArgs = { +export type Querystagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerLiquidityEventsArgs = { +export type Querystagingmantle_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_settingArgs = { +export type Querystagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_settingsArgs = { +export type Querystagingmantle_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_relayerArgs = { +export type Querystagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_relayersArgs = { +export type Querystagingmantle_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_sequencerArgs = { +export type Querystagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_sequencersArgs = { +export type Querystagingmantle_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_relayerFeeArgs = { +export type Querystagingmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_relayerFeesArgs = { +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 Queryx1testnet_originTransferArgs = { +export type Querymetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_originTransfersArgs = { +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 Queryx1testnet_destinationTransferArgs = { +export type Querymetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_destinationTransfersArgs = { +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 Queryx1testnet_originMessageArgs = { +export type Querymetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_originMessagesArgs = { +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 Queryx1testnet_aggregateRootArgs = { +export type Querymetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_aggregateRootsArgs = { +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 Queryx1testnet_connectorMetaArgs = { +export type Querymetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryx1testnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryx1testnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: 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_; }; @@ -25951,74 +27035,40 @@ export type Subscription = { testoptimismgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ testoptimismgoerli__meta?: Maybe; - mumbai_swap_systemInfo?: Maybe; - mumbai_swap_systemInfos: Array; - mumbai_swap_pooledToken?: Maybe; - mumbai_swap_pooledTokens: Array; - mumbai_swap_stableSwap?: Maybe; - mumbai_swap_stableSwaps: Array; - mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - mumbai_swap_stableSwapAddLiquidityEvents: Array; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mumbai_swap_stableSwapRemoveLiquidityEvents: Array; - mumbai_swap_stableSwapExchange?: Maybe; - mumbai_swap_stableSwapExchanges: Array; - mumbai_swap_swapDailyVolume?: Maybe; - mumbai_swap_swapDailyVolumes: Array; - mumbai_swap_swapHourlyVolume?: Maybe; - mumbai_swap_swapHourlyVolumes: Array; - mumbai_swap_swapWeeklyVolume?: Maybe; - mumbai_swap_swapWeeklyVolumes: Array; - mumbai_swap_lpAccount?: Maybe; - mumbai_swap_lpAccounts: Array; - mumbai_swap_lpAccountBalance?: Maybe; - mumbai_swap_lpAccountBalances: Array; - mumbai_swap_lpToken?: Maybe; - mumbai_swap_lpTokens: Array; - mumbai_swap_lpTransferEvent?: Maybe; - mumbai_swap_lpTransferEvents: Array; - mumbai_swap_stableSwapEvent?: Maybe; - mumbai_swap_stableSwapEvents: Array; - mumbai_swap_swapTradeVolume?: Maybe; - mumbai_swap_swapTradeVolumes: Array; - mumbai_swap_lpTokenEvent?: Maybe; - mumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mumbai_swap__meta?: Maybe; - 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; + 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 */ - goerli_swap__meta?: Maybe; + stagingmumbai_swap__meta?: Maybe; staginggoerli_rootAggregated?: Maybe; staginggoerli_rootAggregateds: Array; staginggoerli_rootPropagated?: Maybe; @@ -26075,272 +27125,74 @@ export type Subscription = { testgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ testgoerli__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; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - optimismgoerli_swap_systemInfo?: Maybe; - optimismgoerli_swap_systemInfos: Array; - optimismgoerli_swap_pooledToken?: Maybe; - optimismgoerli_swap_pooledTokens: Array; - optimismgoerli_swap_stableSwap?: Maybe; - optimismgoerli_swap_stableSwaps: Array; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - optimismgoerli_swap_stableSwapExchange?: Maybe; - optimismgoerli_swap_stableSwapExchanges: Array; - optimismgoerli_swap_swapDailyVolume?: Maybe; - optimismgoerli_swap_swapDailyVolumes: Array; - optimismgoerli_swap_swapHourlyVolume?: Maybe; - optimismgoerli_swap_swapHourlyVolumes: Array; - optimismgoerli_swap_swapWeeklyVolume?: Maybe; - optimismgoerli_swap_swapWeeklyVolumes: Array; - optimismgoerli_swap_lpAccount?: Maybe; - optimismgoerli_swap_lpAccounts: Array; - optimismgoerli_swap_lpAccountBalance?: Maybe; - optimismgoerli_swap_lpAccountBalances: Array; - optimismgoerli_swap_lpToken?: Maybe; - optimismgoerli_swap_lpTokens: Array; - optimismgoerli_swap_lpTransferEvent?: Maybe; - optimismgoerli_swap_lpTransferEvents: Array; - optimismgoerli_swap_stableSwapEvent?: Maybe; - optimismgoerli_swap_stableSwapEvents: Array; - optimismgoerli_swap_swapTradeVolume?: Maybe; - optimismgoerli_swap_swapTradeVolumes: Array; - optimismgoerli_swap_lpTokenEvent?: Maybe; - optimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimismgoerli_swap__meta?: Maybe; - 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_rootMessageProcessed?: Maybe; - mainnet_rootMessageProcesseds: Array; - mainnet_aggregateRootSavedSlow?: Maybe; - mainnet_aggregateRootSavedSlows: Array; - mainnet_hubDomain?: Maybe; - mainnet_hubDomains: Array; - /** Access to subgraph metadata */ - mainnet__meta?: Maybe; - lineagoerli_asset?: Maybe; - lineagoerli_assets: Array; - lineagoerli_assetStatus?: Maybe; - lineagoerli_assetStatuses: Array; - lineagoerli_assetBalance?: Maybe; - lineagoerli_assetBalances: Array; - lineagoerli_router?: Maybe; - lineagoerli_routers: Array; - lineagoerli_routerDailyTVL?: Maybe; - lineagoerli_routerDailyTVLs: Array; - lineagoerli_setting?: Maybe; - lineagoerli_settings: Array; - lineagoerli_relayer?: Maybe; - lineagoerli_relayers: Array; - lineagoerli_sequencer?: Maybe; - lineagoerli_sequencers: Array; - lineagoerli_relayerFee?: Maybe; - lineagoerli_relayerFees: Array; - lineagoerli_originTransfer?: Maybe; - lineagoerli_originTransfers: Array; - lineagoerli_destinationTransfer?: Maybe; - lineagoerli_destinationTransfers: Array; - lineagoerli_originMessage?: Maybe; - lineagoerli_originMessages: Array; - lineagoerli_aggregateRoot?: Maybe; - lineagoerli_aggregateRoots: Array; - lineagoerli_connectorMeta?: Maybe; - lineagoerli_connectorMetas: Array; - lineagoerli_rootCount?: Maybe; - lineagoerli_rootCounts: Array; - lineagoerli_rootMessageSent?: Maybe; - lineagoerli_rootMessageSents: Array; - lineagoerli_relayerFeesIncrease?: Maybe; - lineagoerli_relayerFeesIncreases: Array; - lineagoerli_slippageUpdate?: Maybe; - lineagoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - lineagoerli__meta?: Maybe; - 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; + 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 */ - localmainnet__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; + base_swap__meta?: Maybe; + mumbai_swap_systemInfo?: Maybe; + mumbai_swap_systemInfos: Array; + mumbai_swap_pooledToken?: Maybe; + mumbai_swap_pooledTokens: Array; + mumbai_swap_stableSwap?: Maybe; + mumbai_swap_stableSwaps: Array; + mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + mumbai_swap_stableSwapAddLiquidityEvents: Array; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mumbai_swap_stableSwapRemoveLiquidityEvents: Array; + mumbai_swap_stableSwapExchange?: Maybe; + mumbai_swap_stableSwapExchanges: Array; + mumbai_swap_swapDailyVolume?: Maybe; + mumbai_swap_swapDailyVolumes: Array; + mumbai_swap_swapHourlyVolume?: Maybe; + mumbai_swap_swapHourlyVolumes: Array; + mumbai_swap_swapWeeklyVolume?: Maybe; + mumbai_swap_swapWeeklyVolumes: Array; + mumbai_swap_lpAccount?: Maybe; + mumbai_swap_lpAccounts: Array; + mumbai_swap_lpAccountBalance?: Maybe; + mumbai_swap_lpAccountBalances: Array; + mumbai_swap_lpToken?: Maybe; + mumbai_swap_lpTokens: Array; + mumbai_swap_lpTransferEvent?: Maybe; + mumbai_swap_lpTransferEvents: Array; + mumbai_swap_stableSwapEvent?: Maybe; + mumbai_swap_stableSwapEvents: Array; + mumbai_swap_swapTradeVolume?: Maybe; + mumbai_swap_swapTradeVolumes: Array; + mumbai_swap_lpTokenEvent?: Maybe; + mumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; + mumbai_swap__meta?: Maybe; staginggoerli_swap_systemInfo?: Maybe; staginggoerli_swap_systemInfos: Array; staginggoerli_swap_pooledToken?: Maybe; @@ -26375,286 +27227,108 @@ export type Subscription = { staginggoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ staginggoerli_swap__meta?: Maybe; - polygonzkevm_swap_systemInfo?: Maybe; - polygonzkevm_swap_systemInfos: Array; - polygonzkevm_swap_pooledToken?: Maybe; - polygonzkevm_swap_pooledTokens: Array; - polygonzkevm_swap_stableSwap?: Maybe; - polygonzkevm_swap_stableSwaps: Array; - polygonzkevm_swap_stableSwapAddLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapAddLiquidityEvents: Array; - polygonzkevm_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapRemoveLiquidityEvents: Array; - polygonzkevm_swap_stableSwapExchange?: Maybe; - polygonzkevm_swap_stableSwapExchanges: Array; - polygonzkevm_swap_swapDailyVolume?: Maybe; - polygonzkevm_swap_swapDailyVolumes: Array; - polygonzkevm_swap_swapHourlyVolume?: Maybe; - polygonzkevm_swap_swapHourlyVolumes: Array; - polygonzkevm_swap_swapWeeklyVolume?: Maybe; - polygonzkevm_swap_swapWeeklyVolumes: Array; - polygonzkevm_swap_lpAccount?: Maybe; - polygonzkevm_swap_lpAccounts: Array; - polygonzkevm_swap_lpAccountBalance?: Maybe; - polygonzkevm_swap_lpAccountBalances: Array; - polygonzkevm_swap_lpToken?: Maybe; - polygonzkevm_swap_lpTokens: Array; - polygonzkevm_swap_lpTransferEvent?: Maybe; - polygonzkevm_swap_lpTransferEvents: Array; - polygonzkevm_swap_stableSwapEvent?: Maybe; - polygonzkevm_swap_stableSwapEvents: Array; - polygonzkevm_swap_swapTradeVolume?: Maybe; - polygonzkevm_swap_swapTradeVolumes: Array; - polygonzkevm_swap_lpTokenEvent?: Maybe; - polygonzkevm_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - polygonzkevm_swap__meta?: Maybe; - stagingoptimismgoerli_swap_systemInfo?: Maybe; - stagingoptimismgoerli_swap_systemInfos: Array; - stagingoptimismgoerli_swap_pooledToken?: Maybe; - stagingoptimismgoerli_swap_pooledTokens: Array; - stagingoptimismgoerli_swap_stableSwap?: Maybe; - stagingoptimismgoerli_swap_stableSwaps: Array; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; - stagingoptimismgoerli_swap_stableSwapExchanges: Array; - stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; - stagingoptimismgoerli_swap_swapDailyVolumes: Array; - stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; - stagingoptimismgoerli_swap_swapHourlyVolumes: Array; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; - stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; - stagingoptimismgoerli_swap_lpAccount?: Maybe; - stagingoptimismgoerli_swap_lpAccounts: Array; - stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; - stagingoptimismgoerli_swap_lpAccountBalances: Array; - stagingoptimismgoerli_swap_lpToken?: Maybe; - stagingoptimismgoerli_swap_lpTokens: Array; - stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; - stagingoptimismgoerli_swap_lpTransferEvents: Array; - stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapEvents: Array; - stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; - stagingoptimismgoerli_swap_swapTradeVolumes: Array; - stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; - stagingoptimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli_swap__meta?: Maybe; - 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; - 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 */ - optimismgoerli__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; + optimismgoerli_swap_systemInfo?: Maybe; + optimismgoerli_swap_systemInfos: Array; + optimismgoerli_swap_pooledToken?: Maybe; + optimismgoerli_swap_pooledTokens: Array; + optimismgoerli_swap_stableSwap?: Maybe; + optimismgoerli_swap_stableSwaps: Array; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + optimismgoerli_swap_stableSwapExchange?: Maybe; + optimismgoerli_swap_stableSwapExchanges: Array; + optimismgoerli_swap_swapDailyVolume?: Maybe; + optimismgoerli_swap_swapDailyVolumes: Array; + optimismgoerli_swap_swapHourlyVolume?: Maybe; + optimismgoerli_swap_swapHourlyVolumes: Array; + optimismgoerli_swap_swapWeeklyVolume?: Maybe; + optimismgoerli_swap_swapWeeklyVolumes: Array; + optimismgoerli_swap_lpAccount?: Maybe; + optimismgoerli_swap_lpAccounts: Array; + optimismgoerli_swap_lpAccountBalance?: Maybe; + optimismgoerli_swap_lpAccountBalances: Array; + optimismgoerli_swap_lpToken?: Maybe; + optimismgoerli_swap_lpTokens: Array; + optimismgoerli_swap_lpTransferEvent?: Maybe; + optimismgoerli_swap_lpTransferEvents: Array; + optimismgoerli_swap_stableSwapEvent?: Maybe; + optimismgoerli_swap_stableSwapEvents: Array; + optimismgoerli_swap_swapTradeVolume?: Maybe; + optimismgoerli_swap_swapTradeVolumes: Array; + optimismgoerli_swap_lpTokenEvent?: Maybe; + optimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - basegoerli__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; + optimismgoerli_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 */ - bnb_swap__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; + goerli_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 */ - stagingmode__meta?: Maybe; + xdai_swap__meta?: Maybe; stagingoptimismgoerli_asset?: Maybe; stagingoptimismgoerli_assets: Array; stagingoptimismgoerli_assetStatus?: Maybe; @@ -26703,240 +27377,6 @@ export type Subscription = { stagingoptimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimismgoerli__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; - mantle_swap_systemInfo?: Maybe; - mantle_swap_systemInfos: Array; - mantle_swap_pooledToken?: Maybe; - mantle_swap_pooledTokens: Array; - mantle_swap_stableSwap?: Maybe; - mantle_swap_stableSwaps: Array; - mantle_swap_stableSwapAddLiquidityEvent?: Maybe; - mantle_swap_stableSwapAddLiquidityEvents: Array; - mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mantle_swap_stableSwapRemoveLiquidityEvents: Array; - mantle_swap_stableSwapExchange?: Maybe; - mantle_swap_stableSwapExchanges: Array; - mantle_swap_swapDailyVolume?: Maybe; - mantle_swap_swapDailyVolumes: Array; - mantle_swap_swapHourlyVolume?: Maybe; - mantle_swap_swapHourlyVolumes: Array; - mantle_swap_swapWeeklyVolume?: Maybe; - mantle_swap_swapWeeklyVolumes: Array; - mantle_swap_lpAccount?: Maybe; - mantle_swap_lpAccounts: Array; - mantle_swap_lpAccountBalance?: Maybe; - mantle_swap_lpAccountBalances: Array; - mantle_swap_lpToken?: Maybe; - mantle_swap_lpTokens: Array; - mantle_swap_lpTransferEvent?: Maybe; - mantle_swap_lpTransferEvents: Array; - mantle_swap_stableSwapEvent?: Maybe; - mantle_swap_stableSwapEvents: Array; - mantle_swap_swapTradeVolume?: Maybe; - mantle_swap_swapTradeVolumes: Array; - mantle_swap_lpTokenEvent?: Maybe; - mantle_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mantle_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - polygon_swap_systemInfo?: Maybe; - polygon_swap_systemInfos: Array; - polygon_swap_pooledToken?: Maybe; - polygon_swap_pooledTokens: Array; - polygon_swap_stableSwap?: Maybe; - polygon_swap_stableSwaps: Array; - polygon_swap_stableSwapAddLiquidityEvent?: Maybe; - polygon_swap_stableSwapAddLiquidityEvents: Array; - polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygon_swap_stableSwapRemoveLiquidityEvents: Array; - polygon_swap_stableSwapExchange?: Maybe; - polygon_swap_stableSwapExchanges: Array; - polygon_swap_swapDailyVolume?: Maybe; - polygon_swap_swapDailyVolumes: Array; - polygon_swap_swapHourlyVolume?: Maybe; - polygon_swap_swapHourlyVolumes: Array; - polygon_swap_swapWeeklyVolume?: Maybe; - polygon_swap_swapWeeklyVolumes: Array; - polygon_swap_lpAccount?: Maybe; - polygon_swap_lpAccounts: Array; - polygon_swap_lpAccountBalance?: Maybe; - polygon_swap_lpAccountBalances: Array; - polygon_swap_lpToken?: Maybe; - polygon_swap_lpTokens: Array; - polygon_swap_lpTransferEvent?: Maybe; - polygon_swap_lpTransferEvents: Array; - polygon_swap_stableSwapEvent?: Maybe; - polygon_swap_stableSwapEvents: Array; - polygon_swap_swapTradeVolume?: Maybe; - polygon_swap_swapTradeVolumes: Array; - polygon_swap_lpTokenEvent?: Maybe; - polygon_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - polygon_swap__meta?: Maybe; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; - 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_rootMessageProcessed?: Maybe; - stagingmainnet_rootMessageProcesseds: Array; - stagingmainnet_aggregateRootSavedSlow?: Maybe; - stagingmainnet_aggregateRootSavedSlows: Array; - stagingmainnet_hubDomain?: Maybe; - stagingmainnet_hubDomains: Array; - /** Access to subgraph metadata */ - stagingmainnet__meta?: Maybe; goerli_asset?: Maybe; goerli_assets: Array; goerli_assetStatus?: Maybe; @@ -26983,40 +27423,8 @@ export type Subscription = { goerli_aggregateRootProposeds: Array; goerli_optimisticRootFinalized?: Maybe; goerli_optimisticRootFinalizeds: Array; - metis_swap_systemInfo?: Maybe; - metis_swap_systemInfos: Array; - metis_swap_pooledToken?: Maybe; - metis_swap_pooledTokens: Array; - metis_swap_stableSwap?: Maybe; - metis_swap_stableSwaps: Array; - metis_swap_stableSwapAddLiquidityEvent?: Maybe; - metis_swap_stableSwapAddLiquidityEvents: Array; - metis_swap_stableSwapRemoveLiquidityEvent?: Maybe; - metis_swap_stableSwapRemoveLiquidityEvents: Array; - metis_swap_stableSwapExchange?: Maybe; - metis_swap_stableSwapExchanges: Array; - metis_swap_swapDailyVolume?: Maybe; - metis_swap_swapDailyVolumes: Array; - metis_swap_swapHourlyVolume?: Maybe; - metis_swap_swapHourlyVolumes: Array; - metis_swap_swapWeeklyVolume?: Maybe; - metis_swap_swapWeeklyVolumes: Array; - metis_swap_lpAccount?: Maybe; - metis_swap_lpAccounts: Array; - metis_swap_lpAccountBalance?: Maybe; - metis_swap_lpAccountBalances: Array; - metis_swap_lpToken?: Maybe; - metis_swap_lpTokens: Array; - metis_swap_lpTransferEvent?: Maybe; - metis_swap_lpTransferEvents: Array; - metis_swap_stableSwapEvent?: Maybe; - metis_swap_stableSwapEvents: Array; - metis_swap_swapTradeVolume?: Maybe; - metis_swap_swapTradeVolumes: Array; - metis_swap_lpTokenEvent?: Maybe; - metis_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - metis_swap__meta?: Maybe; + goerli__meta?: Maybe; zksync_swap_systemInfo?: Maybe; zksync_swap_systemInfos: Array; zksync_swap_pooledToken?: Maybe; @@ -27051,11 +27459,549 @@ export type Subscription = { zksync_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ zksync_swap__meta?: Maybe; - staginggoerli_asset?: Maybe; - staginggoerli_assets: Array; - staginggoerli_assetStatus?: Maybe; - staginggoerli_assetStatuses: Array; - staginggoerli_assetBalance?: 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 */ + optimismgoerli__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; + stagingoptimismgoerli_swap_systemInfo?: Maybe; + stagingoptimismgoerli_swap_systemInfos: Array; + stagingoptimismgoerli_swap_pooledToken?: Maybe; + stagingoptimismgoerli_swap_pooledTokens: Array; + stagingoptimismgoerli_swap_stableSwap?: Maybe; + stagingoptimismgoerli_swap_stableSwaps: Array; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; + stagingoptimismgoerli_swap_stableSwapExchanges: Array; + stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; + stagingoptimismgoerli_swap_swapDailyVolumes: Array; + stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; + stagingoptimismgoerli_swap_swapHourlyVolumes: Array; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; + stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; + stagingoptimismgoerli_swap_lpAccount?: Maybe; + stagingoptimismgoerli_swap_lpAccounts: Array; + stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; + stagingoptimismgoerli_swap_lpAccountBalances: Array; + stagingoptimismgoerli_swap_lpToken?: Maybe; + stagingoptimismgoerli_swap_lpTokens: Array; + stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; + stagingoptimismgoerli_swap_lpTransferEvents: Array; + stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapEvents: Array; + stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; + stagingoptimismgoerli_swap_swapTradeVolumes: Array; + stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; + stagingoptimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli_swap__meta?: Maybe; + goerli_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; + 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_lineaConnectorMeta?: Maybe; + localmainnet_lineaConnectorMetas: Array; + localmainnet_metisConnectorMeta?: Maybe; + localmainnet_metisConnectorMetas: Array; + localmainnet_mantleConnectorMeta?: Maybe; + localmainnet_mantleConnectorMetas: Array; + localmainnet_avalancheConnectorMeta?: Maybe; + localmainnet_avalancheConnectorMetas: Array; + localmainnet_baseConnectorMeta?: Maybe; + localmainnet_baseConnectorMetas: Array; + localmainnet_polygonZkConnectorMeta?: Maybe; + localmainnet_polygonZkConnectorMetas: 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; + 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_rootMessageProcessed?: Maybe; + stagingmainnet_rootMessageProcesseds: Array; + stagingmainnet_aggregateRootSavedSlow?: Maybe; + stagingmainnet_aggregateRootSavedSlows: Array; + stagingmainnet_hubDomain?: Maybe; + stagingmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + stagingmainnet__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; + 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; + lineagoerli_asset?: Maybe; + lineagoerli_assets: Array; + lineagoerli_assetStatus?: Maybe; + lineagoerli_assetStatuses: Array; + lineagoerli_assetBalance?: Maybe; + lineagoerli_assetBalances: Array; + lineagoerli_router?: Maybe; + lineagoerli_routers: Array; + lineagoerli_routerDailyTVL?: Maybe; + lineagoerli_routerDailyTVLs: Array; + lineagoerli_setting?: Maybe; + lineagoerli_settings: Array; + lineagoerli_relayer?: Maybe; + lineagoerli_relayers: Array; + lineagoerli_sequencer?: Maybe; + lineagoerli_sequencers: Array; + lineagoerli_relayerFee?: Maybe; + lineagoerli_relayerFees: Array; + lineagoerli_originTransfer?: Maybe; + lineagoerli_originTransfers: Array; + lineagoerli_destinationTransfer?: Maybe; + lineagoerli_destinationTransfers: Array; + lineagoerli_originMessage?: Maybe; + lineagoerli_originMessages: Array; + lineagoerli_aggregateRoot?: Maybe; + lineagoerli_aggregateRoots: Array; + lineagoerli_connectorMeta?: Maybe; + lineagoerli_connectorMetas: Array; + lineagoerli_rootCount?: Maybe; + lineagoerli_rootCounts: Array; + lineagoerli_rootMessageSent?: Maybe; + lineagoerli_rootMessageSents: Array; + lineagoerli_relayerFeesIncrease?: Maybe; + lineagoerli_relayerFeesIncreases: Array; + lineagoerli_slippageUpdate?: Maybe; + lineagoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + lineagoerli__meta?: Maybe; + 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; + 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; + polygonzkevm_swap_asset?: Maybe; + polygonzkevm_swap_assets: Array; + polygonzkevm_swap_assetStatus?: Maybe; + polygonzkevm_swap_assetStatuses: Array; + polygonzkevm_swap_assetBalance?: Maybe; + polygonzkevm_swap_assetBalances: Array; + polygonzkevm_swap_router?: Maybe; + polygonzkevm_swap_routers: Array; + polygonzkevm_swap_routerDailyTVL?: Maybe; + polygonzkevm_swap_routerDailyTVLs: Array; + polygonzkevm_swap_routerLiquidityEvent?: Maybe; + polygonzkevm_swap_routerLiquidityEvents: Array; + polygonzkevm_swap_setting?: Maybe; + polygonzkevm_swap_settings: Array; + polygonzkevm_swap_relayer?: Maybe; + polygonzkevm_swap_relayers: Array; + polygonzkevm_swap_sequencer?: Maybe; + polygonzkevm_swap_sequencers: Array; + polygonzkevm_swap_relayerFee?: Maybe; + polygonzkevm_swap_relayerFees: Array; + polygonzkevm_swap_originTransfer?: Maybe; + polygonzkevm_swap_originTransfers: Array; + polygonzkevm_swap_destinationTransfer?: Maybe; + polygonzkevm_swap_destinationTransfers: Array; + polygonzkevm_swap_originMessage?: Maybe; + polygonzkevm_swap_originMessages: Array; + polygonzkevm_swap_aggregateRoot?: Maybe; + polygonzkevm_swap_aggregateRoots: Array; + polygonzkevm_swap_connectorMeta?: Maybe; + polygonzkevm_swap_connectorMetas: Array; + polygonzkevm_swap_rootCount?: Maybe; + polygonzkevm_swap_rootCounts: Array; + polygonzkevm_swap_rootMessageSent?: Maybe; + polygonzkevm_swap_rootMessageSents: Array; + polygonzkevm_swap_relayerFeesIncrease?: Maybe; + polygonzkevm_swap_relayerFeesIncreases: Array; + polygonzkevm_swap_slippageUpdate?: Maybe; + polygonzkevm_swap_slippageUpdates: Array; + polygonzkevm_swap_snapshotRoot?: Maybe; + polygonzkevm_swap_snapshotRoots: Array; + polygonzkevm_swap_spokeConnectorMode?: Maybe; + polygonzkevm_swap_spokeConnectorModes: Array; + polygonzkevm_swap_aggregateRootProposed?: Maybe; + polygonzkevm_swap_aggregateRootProposeds: Array; + polygonzkevm_swap_optimisticRootFinalized?: Maybe; + polygonzkevm_swap_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + polygonzkevm_swap__meta?: Maybe; + 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; + staginggoerli_asset?: Maybe; + staginggoerli_assets: Array; + staginggoerli_assetStatus?: Maybe; + staginggoerli_assetStatuses: Array; + staginggoerli_assetBalance?: Maybe; staginggoerli_assetBalances: Array; staginggoerli_router?: Maybe; staginggoerli_routers: Array; @@ -27097,136 +28043,54 @@ export type Subscription = { staginggoerli_aggregateRootProposeds: Array; staginggoerli_optimisticRootFinalized?: Maybe; staginggoerli_optimisticRootFinalizeds: Array; - 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; - 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; - 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; + 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 */ - xdai__meta?: Maybe; + base__meta?: Maybe; localmainnet_asset?: Maybe; localmainnet_assets: Array; localmainnet_assetStatus?: Maybe; @@ -27273,54 +28137,102 @@ export type Subscription = { localmainnet_aggregateRootProposeds: Array; localmainnet_optimisticRootFinalized?: Maybe; localmainnet_optimisticRootFinalizeds: Array; - polygon_asset?: Maybe; - polygon_assets: Array; - polygon_assetStatus?: Maybe; - polygon_assetStatuses: Array; - polygon_assetBalance?: Maybe; - polygon_assetBalances: Array; - polygon_router?: Maybe; - polygon_routers: Array; - polygon_routerDailyTVL?: Maybe; - polygon_routerDailyTVLs: Array; - polygon_routerLiquidityEvent?: Maybe; - polygon_routerLiquidityEvents: Array; - polygon_setting?: Maybe; - polygon_settings: Array; - polygon_relayer?: Maybe; - polygon_relayers: Array; - polygon_sequencer?: Maybe; - polygon_sequencers: Array; - polygon_relayerFee?: Maybe; - polygon_relayerFees: Array; - polygon_originTransfer?: Maybe; - polygon_originTransfers: Array; - polygon_destinationTransfer?: Maybe; - polygon_destinationTransfers: Array; - polygon_originMessage?: Maybe; - polygon_originMessages: Array; - polygon_aggregateRoot?: Maybe; - polygon_aggregateRoots: Array; - polygon_connectorMeta?: Maybe; - polygon_connectorMetas: Array; - polygon_rootCount?: Maybe; - polygon_rootCounts: Array; - polygon_rootMessageSent?: Maybe; - polygon_rootMessageSents: Array; - polygon_relayerFeesIncrease?: Maybe; - polygon_relayerFeesIncreases: Array; - polygon_slippageUpdate?: Maybe; - polygon_slippageUpdates: Array; - polygon_snapshotRoot?: Maybe; - polygon_snapshotRoots: Array; - polygon_spokeConnectorMode?: Maybe; - polygon_spokeConnectorModes: Array; - polygon_aggregateRootProposed?: Maybe; - polygon_aggregateRootProposeds: Array; - polygon_optimisticRootFinalized?: Maybe; - polygon_optimisticRootFinalizeds: Array; + zksync_asset?: Maybe; + zksync_assets: Array; + zksync_assetStatus?: Maybe; + zksync_assetStatuses: Array; + zksync_assetBalance?: Maybe; + zksync_assetBalances: Array; + zksync_router?: Maybe; + zksync_routers: Array; + zksync_routerDailyTVL?: Maybe; + zksync_routerDailyTVLs: Array; + zksync_routerLiquidityEvent?: Maybe; + zksync_routerLiquidityEvents: Array; + zksync_setting?: Maybe; + zksync_settings: Array; + zksync_relayer?: Maybe; + zksync_relayers: Array; + zksync_sequencer?: Maybe; + zksync_sequencers: Array; + zksync_relayerFee?: Maybe; + zksync_relayerFees: Array; + zksync_originTransfer?: Maybe; + zksync_originTransfers: Array; + zksync_destinationTransfer?: Maybe; + zksync_destinationTransfers: Array; + zksync_originMessage?: Maybe; + zksync_originMessages: Array; + zksync_aggregateRoot?: Maybe; + zksync_aggregateRoots: Array; + zksync_connectorMeta?: Maybe; + zksync_connectorMetas: Array; + zksync_rootCount?: Maybe; + zksync_rootCounts: Array; + zksync_rootMessageSent?: Maybe; + zksync_rootMessageSents: Array; + zksync_relayerFeesIncrease?: Maybe; + zksync_relayerFeesIncreases: Array; + zksync_slippageUpdate?: Maybe; + zksync_slippageUpdates: Array; + zksync_snapshotRoot?: Maybe; + zksync_snapshotRoots: Array; + zksync_spokeConnectorMode?: Maybe; + zksync_spokeConnectorModes: Array; + zksync_aggregateRootProposed?: Maybe; + zksync_aggregateRootProposeds: Array; + zksync_optimisticRootFinalized?: Maybe; + zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygon__meta?: Maybe; + zksync__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; @@ -27369,242 +28281,218 @@ export type Subscription = { stagingxdai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingxdai__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; + 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 */ - mantle__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; + stagingavalanche__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 */ - localoptimism__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; - 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; - 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; + staginglinea__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 */ - localarbitrumone__meta?: Maybe; + polygon_swap__meta?: Maybe; + optimism_swap_systemInfo?: Maybe; + optimism_swap_systemInfos: Array; + optimism_swap_pooledToken?: Maybe; + optimism_swap_pooledTokens: Array; + optimism_swap_stableSwap?: Maybe; + optimism_swap_stableSwaps: Array; + optimism_swap_stableSwapAddLiquidityEvent?: Maybe; + optimism_swap_stableSwapAddLiquidityEvents: Array; + optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimism_swap_stableSwapRemoveLiquidityEvents: Array; + optimism_swap_stableSwapExchange?: Maybe; + optimism_swap_stableSwapExchanges: Array; + optimism_swap_swapDailyVolume?: Maybe; + optimism_swap_swapDailyVolumes: Array; + optimism_swap_swapHourlyVolume?: Maybe; + optimism_swap_swapHourlyVolumes: Array; + optimism_swap_swapWeeklyVolume?: Maybe; + optimism_swap_swapWeeklyVolumes: Array; + optimism_swap_lpAccount?: Maybe; + optimism_swap_lpAccounts: Array; + optimism_swap_lpAccountBalance?: Maybe; + optimism_swap_lpAccountBalances: Array; + optimism_swap_lpToken?: Maybe; + optimism_swap_lpTokens: Array; + optimism_swap_lpTransferEvent?: Maybe; + optimism_swap_lpTransferEvents: Array; + optimism_swap_stableSwapEvent?: Maybe; + optimism_swap_stableSwapEvents: Array; + optimism_swap_swapTradeVolume?: Maybe; + optimism_swap_swapTradeVolumes: Array; + optimism_swap_lpTokenEvent?: Maybe; + optimism_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimism_swap__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 */ + basegoerli__meta?: Maybe; stagingbnb_asset?: Maybe; stagingbnb_assets: Array; stagingbnb_assetStatus?: Maybe; @@ -27653,198 +28541,198 @@ export type Subscription = { stagingbnb_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingbnb__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; - 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; + 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 */ - stagingpolygon__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; + mainnet__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 */ - stagingavalanche__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; + 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 */ - arbitrumone__meta?: Maybe; + linea__meta?: Maybe; + stagingmainnet_asset?: Maybe; + stagingmainnet_assets: Array; + stagingmainnet_assetStatus?: Maybe; + stagingmainnet_assetStatuses: Array; + stagingmainnet_assetBalance?: Maybe; + stagingmainnet_assetBalances: Array; + stagingmainnet_router?: Maybe; + stagingmainnet_routers: Array; + stagingmainnet_routerDailyTVL?: Maybe; + stagingmainnet_routerDailyTVLs: Array; + stagingmainnet_routerLiquidityEvent?: Maybe; + stagingmainnet_routerLiquidityEvents: Array; + stagingmainnet_setting?: Maybe; + stagingmainnet_settings: Array; + stagingmainnet_relayer?: Maybe; + stagingmainnet_relayers: Array; + stagingmainnet_sequencer?: Maybe; + stagingmainnet_sequencers: Array; + stagingmainnet_relayerFee?: Maybe; + stagingmainnet_relayerFees: Array; + stagingmainnet_originTransfer?: Maybe; + stagingmainnet_originTransfers: Array; + stagingmainnet_destinationTransfer?: Maybe; + stagingmainnet_destinationTransfers: Array; + stagingmainnet_originMessage?: Maybe; + stagingmainnet_originMessages: Array; + stagingmainnet_aggregateRoot?: Maybe; + stagingmainnet_aggregateRoots: Array; + stagingmainnet_connectorMeta?: Maybe; + stagingmainnet_connectorMetas: Array; + stagingmainnet_rootCount?: Maybe; + stagingmainnet_rootCounts: Array; + stagingmainnet_rootMessageSent?: Maybe; + stagingmainnet_rootMessageSents: Array; + stagingmainnet_relayerFeesIncrease?: Maybe; + stagingmainnet_relayerFeesIncreases: Array; + stagingmainnet_slippageUpdate?: Maybe; + stagingmainnet_slippageUpdates: Array; + stagingmainnet_snapshotRoot?: Maybe; + stagingmainnet_snapshotRoots: Array; + stagingmainnet_spokeConnectorMode?: Maybe; + stagingmainnet_spokeConnectorModes: Array; + stagingmainnet_aggregateRootProposed?: Maybe; + stagingmainnet_aggregateRootProposeds: Array; + stagingmainnet_optimisticRootFinalized?: Maybe; + stagingmainnet_optimisticRootFinalizeds: Array; polygonzkevm_asset?: Maybe; polygonzkevm_assets: Array; polygonzkevm_assetStatus?: Maybe; @@ -27941,294 +28829,6 @@ export type Subscription = { stagingoptimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimism__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; - 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; - 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; - 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; - 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; stagingarbitrumone_asset?: Maybe; stagingarbitrumone_assets: Array; stagingarbitrumone_assetStatus?: Maybe; @@ -28277,150 +28877,246 @@ export type Subscription = { stagingarbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingarbitrumone__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; + 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 */ - zksync__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; + localarbitrumone__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 */ - stagingbase__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; + mumbai__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 */ - base__meta?: Maybe; + stagingmode__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; + 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; stagingpolygonzkevm_asset?: Maybe; stagingpolygonzkevm_assets: Array; stagingpolygonzkevm_assetStatus?: Maybe; @@ -28469,54 +29165,552 @@ export type Subscription = { stagingpolygonzkevm_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygonzkevm__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; + 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 */ - stagingzksync__meta?: Maybe; + bnb__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; + 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; + 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; + 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; + 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; + 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; + mantle_swap_systemInfo?: Maybe; + mantle_swap_systemInfos: Array; + mantle_swap_pooledToken?: Maybe; + mantle_swap_pooledTokens: Array; + mantle_swap_stableSwap?: Maybe; + mantle_swap_stableSwaps: Array; + mantle_swap_stableSwapAddLiquidityEvent?: Maybe; + mantle_swap_stableSwapAddLiquidityEvents: Array; + mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mantle_swap_stableSwapRemoveLiquidityEvents: Array; + mantle_swap_stableSwapExchange?: Maybe; + mantle_swap_stableSwapExchanges: Array; + mantle_swap_swapDailyVolume?: Maybe; + mantle_swap_swapDailyVolumes: Array; + mantle_swap_swapHourlyVolume?: Maybe; + mantle_swap_swapHourlyVolumes: Array; + mantle_swap_swapWeeklyVolume?: Maybe; + mantle_swap_swapWeeklyVolumes: Array; + mantle_swap_lpAccount?: Maybe; + mantle_swap_lpAccounts: Array; + mantle_swap_lpAccountBalance?: Maybe; + mantle_swap_lpAccountBalances: Array; + mantle_swap_lpToken?: Maybe; + mantle_swap_lpTokens: Array; + mantle_swap_lpTransferEvent?: Maybe; + mantle_swap_lpTransferEvents: Array; + mantle_swap_stableSwapEvent?: Maybe; + mantle_swap_stableSwapEvents: Array; + mantle_swap_swapTradeVolume?: Maybe; + mantle_swap_swapTradeVolumes: Array; + mantle_swap_lpTokenEvent?: Maybe; + mantle_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mantle_swap__meta?: Maybe; + 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; + 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; + 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; + 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; x1testnet_asset?: Maybe; x1testnet_assets: Array; x1testnet_assetStatus?: Maybe; @@ -28735,647 +29929,354 @@ export type Subscriptiontestoptimismgoerli__metaArgs = { }; -export type Subscriptionmumbai_swap_systemInfoArgs = { +export type Subscriptionstagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_pooledTokenArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_stableSwapArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_lpAccountArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_lpTokenArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_lpTransferEventArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_stableSwapEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap_lpTokenEventArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_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 Subscriptionmumbai_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmumbai_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptiongoerli_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_systemInfosArgs = { +export type Subscriptionstaginggoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokensArgs = { +export type Subscriptionstaginggoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapsArgs = { +export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootManagerMetaArgs = { +export type Subscriptionstaginggoerli_rootManagerMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; @@ -29799,27913 +30700,23018 @@ export type Subscriptiontestgoerli__metaArgs = { }; -export type Subscriptiongoerli_rootAggregatedArgs = { +export type Subscriptionbase_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootAggregatedsArgs = { +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_rootPropagatedArgs = { +export type Subscriptionbase_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootPropagatedsArgs = { +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_aggregatedMessageRootArgs = { +export type Subscriptionbase_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregatedMessageRootsArgs = { +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_rootManagerMetaArgs = { +export type Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerMetasArgs = { +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_rootManagerModeArgs = { +export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerModesArgs = { +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 Subscriptiongoerli_optimisticRootProposedArgs = { +export type Subscriptionbase_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootProposedsArgs = { +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 Subscriptiongoerli_hubOptimisticRootFinalizedArgs = { +export type Subscriptionbase_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_hubOptimisticRootFinalizedsArgs = { +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 Subscriptiongoerli_optimisticRootPropagatedArgs = { +export type Subscriptionbase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootPropagatedsArgs = { +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 Subscriptiongoerli_polygonConnectorMetaArgs = { +export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_polygonConnectorMetasArgs = { +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 Subscriptiongoerli_optimismConnectorMetaArgs = { +export type Subscriptionbase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimismConnectorMetasArgs = { +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 Subscriptiongoerli_bnbConnectorMetaArgs = { +export type Subscriptionbase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_bnbConnectorMetasArgs = { +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 Subscriptiongoerli_arbitrumConnectorMetaArgs = { +export type Subscriptionbase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_arbitrumConnectorMetasArgs = { +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 Subscriptiongoerli_gnosisConnectorMetaArgs = { +export type Subscriptionbase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_gnosisConnectorMetasArgs = { +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 Subscriptiongoerli_zkSyncConnectorMetaArgs = { +export type Subscriptionbase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_zkSyncConnectorMetasArgs = { +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 Subscriptiongoerli_lineaConnectorMetaArgs = { +export type Subscriptionbase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_lineaConnectorMetasArgs = { +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 Subscriptiongoerli_baseConnectorMetaArgs = { +export type Subscriptionbase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_baseConnectorMetasArgs = { +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 Subscriptiongoerli_x1ConnectorMetaArgs = { +export type Subscriptionbase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_x1ConnectorMetasArgs = { +export type Subscriptionmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageProcessedArgs = { +export type Subscriptionmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageProcessedsArgs = { +export type Subscriptionmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootSavedSlowArgs = { +export type Subscriptionmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootSavedSlowsArgs = { +export type Subscriptionmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_hubDomainArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_hubDomainsArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_swap_systemInfoArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_systemInfosArgs = { +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 Subscriptionstagingmumbai_swap_pooledTokenArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptionmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { +export type Subscriptionmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { +export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { +export type Subscriptionmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountArgs = { +export type Subscriptionmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { +export type Subscriptionmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenArgs = { +export type Subscriptionmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokensArgs = { +export type Subscriptionmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { +export type Subscriptionmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapEventArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { +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 Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { +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 Subscriptionstagingmumbai_swap_lpTokenEventArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { +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 Subscriptionstagingmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { +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 Subscriptionoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { +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 Subscriptionoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { +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 Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { +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 Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { +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 Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { +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 Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { +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 Subscriptionoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { +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 Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { +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 Subscriptionoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptionstaginggoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap__metaArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; block?: InputMaybe; -}; - - -export type Subscriptionmainnet_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootAggregatedsArgs = { +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 Subscriptionmainnet_rootPropagatedArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootPropagatedsArgs = { +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 Subscriptionmainnet_aggregatedMessageRootArgs = { +export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregatedMessageRootsArgs = { +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 Subscriptionmainnet_rootManagerMetaArgs = { +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerMetasArgs = { +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 Subscriptionmainnet_rootManagerModeArgs = { +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerModesArgs = { +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 Subscriptionmainnet_optimisticRootProposedArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootProposedsArgs = { +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 Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { +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 Subscriptionmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { +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 Subscriptionmainnet_polygonConnectorMetaArgs = { +export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonConnectorMetasArgs = { +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 Subscriptionmainnet_optimismConnectorMetaArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimismConnectorMetasArgs = { +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 Subscriptionmainnet_bnbConnectorMetaArgs = { +export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_bnbConnectorMetasArgs = { +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 Subscriptionmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetasArgs = { +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 Subscriptionmainnet_lineaConnectorMetaArgs = { +export type Subscriptiongoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_lineaConnectorMetasArgs = { +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 Subscriptionmainnet_metisConnectorMetaArgs = { +export type Subscriptiongoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_metisConnectorMetasArgs = { +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 Subscriptionmainnet_mantleConnectorMetaArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_mantleConnectorMetasArgs = { +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 Subscriptionmainnet_avalancheConnectorMetaArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_avalancheConnectorMetasArgs = { +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 Subscriptionmainnet_baseConnectorMetaArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_baseConnectorMetasArgs = { +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 Subscriptionmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { +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 Subscriptionmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { +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 Subscriptionmainnet_rootMessageProcessedArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageProcessedsArgs = { +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 Subscriptionmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptiongoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { +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 Subscriptionmainnet_hubDomainArgs = { +export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubDomainsArgs = { +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 Subscriptionmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlineagoerli_assetArgs = { +export type Subscriptiongoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetsArgs = { +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 Subscriptionlineagoerli_assetStatusArgs = { +export type Subscriptiongoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusesArgs = { +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 Subscriptionlineagoerli_assetBalanceArgs = { +export type Subscriptiongoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalancesArgs = { +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 Subscriptionlineagoerli_routerArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routersArgs = { +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 Subscriptionlineagoerli_routerDailyTVLArgs = { +export type Subscriptiongoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerDailyTVLsArgs = { +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 Subscriptionlineagoerli_settingArgs = { +export type Subscriptiongoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_settingsArgs = { +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 Subscriptionlineagoerli_relayerArgs = { +export type Subscriptionxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayersArgs = { +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 Subscriptionlineagoerli_sequencerArgs = { +export type Subscriptionxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_sequencersArgs = { +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 Subscriptionlineagoerli_relayerFeeArgs = { +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesArgs = { +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 Subscriptionlineagoerli_originTransferArgs = { +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originTransfersArgs = { +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 Subscriptionlineagoerli_destinationTransferArgs = { +export type Subscriptionxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_destinationTransfersArgs = { +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 Subscriptionlineagoerli_originMessageArgs = { +export type Subscriptionxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessagesArgs = { +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 Subscriptionlineagoerli_aggregateRootArgs = { +export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootsArgs = { +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 Subscriptionlineagoerli_connectorMetaArgs = { +export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetasArgs = { +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 Subscriptionlineagoerli_rootCountArgs = { +export type Subscriptionxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountsArgs = { +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 Subscriptionlineagoerli_rootMessageSentArgs = { +export type Subscriptionxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentsArgs = { +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 Subscriptionlineagoerli_relayerFeesIncreaseArgs = { +export type Subscriptionxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { +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 Subscriptionlineagoerli_slippageUpdateArgs = { +export type Subscriptionxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdatesArgs = { +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 Subscriptionlineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalmainnet_rootAggregatedArgs = { +export type Subscriptionxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootAggregatedsArgs = { +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 Subscriptionlocalmainnet_rootPropagatedArgs = { +export type Subscriptionxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedsArgs = { +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 Subscriptionlocalmainnet_aggregatedMessageRootArgs = { +export type Subscriptionxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { +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 Subscriptionlocalmainnet_rootManagerMetaArgs = { +export type Subscriptionxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetasArgs = { +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 Subscriptionlocalmainnet_rootManagerModeArgs = { +export type Subscriptionstagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModesArgs = { +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 Subscriptionlocalmainnet_optimisticRootProposedArgs = { +export type Subscriptionstagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedsArgs = { +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 Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { +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 Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { +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 Subscriptionlocalmainnet_polygonConnectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { +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 Subscriptionlocalmainnet_optimismConnectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { +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 Subscriptionlocalmainnet_bnbConnectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { +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 Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { +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 Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { +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 Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { +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 Subscriptionlocalmainnet_rootMessageProcessedArgs = { +export type Subscriptionstagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { +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 Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionstagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { +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 Subscriptionlocalmainnet_hubDomainArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainsArgs = { +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 Subscriptionlocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_swap_systemInfoArgs = { +export type Subscriptionstagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_systemInfosArgs = { +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 Subscriptionlinea_swap_pooledTokenArgs = { +export type Subscriptionstagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokensArgs = { +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 Subscriptionlinea_swap_stableSwapArgs = { +export type Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapsArgs = { +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 Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionlinea_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { +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 Subscriptionlinea_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { +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 Subscriptionlinea_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { +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 Subscriptionlinea_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { +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 Subscriptionlinea_swap_lpAccountArgs = { +export type Subscriptionstagingoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountsArgs = { +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_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { +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_swap_lpTokenArgs = { +export type Subscriptiongoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokensArgs = { +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_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventsArgs = { +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_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventsArgs = { +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_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { +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_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventsArgs = { +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_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_swap_systemInfoArgs = { +export type Subscriptiongoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_systemInfosArgs = { +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 Subscriptionstaginggoerli_swap_pooledTokenArgs = { +export type Subscriptiongoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapArgs = { +export type Subscriptiongoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiongoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { +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 Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { +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 Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { +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 Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { +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 Subscriptionstaginggoerli_swap_lpAccountArgs = { +export type Subscriptiongoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { +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 Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { +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 Subscriptionstaginggoerli_swap_lpTokenArgs = { +export type Subscriptiongoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokensArgs = { +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 Subscriptionstaginggoerli_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { +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 Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { +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 Subscriptionstaginggoerli_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { +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 Subscriptionstaginggoerli_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptiongoerli__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionpolygonzkevm_swap_systemInfoArgs = { +export type Subscriptionzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_systemInfosArgs = { +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 Subscriptionpolygonzkevm_swap_pooledTokenArgs = { +export type Subscriptionzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_pooledTokensArgs = { +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 Subscriptionpolygonzkevm_swap_stableSwapArgs = { +export type Subscriptionzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapsArgs = { +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 Subscriptionpolygonzkevm_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionpolygonzkevm_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionpolygonzkevm_swap_stableSwapExchangeArgs = { +export type Subscriptionzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapExchangesArgs = { +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 Subscriptionpolygonzkevm_swap_swapDailyVolumeArgs = { +export type Subscriptionzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapDailyVolumesArgs = { +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 Subscriptionpolygonzkevm_swap_swapHourlyVolumeArgs = { +export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapHourlyVolumesArgs = { +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 Subscriptionpolygonzkevm_swap_swapWeeklyVolumeArgs = { +export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapWeeklyVolumesArgs = { +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 Subscriptionpolygonzkevm_swap_lpAccountArgs = { +export type Subscriptionzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpAccountsArgs = { +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 Subscriptionpolygonzkevm_swap_lpAccountBalanceArgs = { +export type Subscriptionzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpAccountBalancesArgs = { +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 Subscriptionpolygonzkevm_swap_lpTokenArgs = { +export type Subscriptionzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTokensArgs = { +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 Subscriptionpolygonzkevm_swap_lpTransferEventArgs = { +export type Subscriptionzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTransferEventsArgs = { +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 Subscriptionpolygonzkevm_swap_stableSwapEventArgs = { +export type Subscriptionzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapEventsArgs = { +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 Subscriptionpolygonzkevm_swap_swapTradeVolumeArgs = { +export type Subscriptionzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapTradeVolumesArgs = { +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 Subscriptionpolygonzkevm_swap_lpTokenEventArgs = { +export type Subscriptionzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTokenEventsArgs = { +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 Subscriptionpolygonzkevm_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionzksync_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptionoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { +export type Subscriptionoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptionoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { +export type Subscriptionoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptionoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { +export type Subscriptionoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptionoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { +export type Subscriptionoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptionoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { +export type Subscriptionoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptionoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptionoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptionoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_swap_systemInfoArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_systemInfosArgs = { +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 Subscriptionbase_swap_pooledTokenArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_pooledTokensArgs = { +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 Subscriptionbase_swap_stableSwapArgs = { +export type Subscriptionoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapsArgs = { +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 Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionbase_swap_stableSwapExchangeArgs = { +export type Subscriptionoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapExchangesArgs = { +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 Subscriptionbase_swap_swapDailyVolumeArgs = { +export type Subscriptionoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapDailyVolumesArgs = { +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 Subscriptionbase_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapHourlyVolumesArgs = { +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 Subscriptionbase_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapWeeklyVolumesArgs = { +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 Subscriptionbase_swap_lpAccountArgs = { +export type Subscriptionstagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountsArgs = { +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 Subscriptionbase_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountBalancesArgs = { +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 Subscriptionbase_swap_lpTokenArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokensArgs = { +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 Subscriptionbase_swap_lpTransferEventArgs = { +export type Subscriptionstagingmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTransferEventsArgs = { +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 Subscriptionbase_swap_stableSwapEventArgs = { +export type Subscriptionstagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapEventsArgs = { +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 Subscriptionbase_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapTradeVolumesArgs = { +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 Subscriptionbase_swap_lpTokenEventArgs = { +export type Subscriptionstagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokenEventsArgs = { +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 Subscriptionbase_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismgoerli_assetArgs = { +export type Subscriptionstagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetsArgs = { +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 Subscriptionoptimismgoerli_assetStatusArgs = { +export type Subscriptionstagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetStatusesArgs = { +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 Subscriptionoptimismgoerli_assetBalanceArgs = { +export type Subscriptionstagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetBalancesArgs = { +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 Subscriptionoptimismgoerli_routerArgs = { +export type Subscriptionstagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routersArgs = { +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 Subscriptionoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionstagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { +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 Subscriptionoptimismgoerli_routerLiquidityEventArgs = { +export type Subscriptionstagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { +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 Subscriptionoptimismgoerli_settingArgs = { +export type Subscriptionstagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_settingsArgs = { +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 Subscriptionoptimismgoerli_relayerArgs = { +export type Subscriptionstagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayersArgs = { +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 Subscriptionoptimismgoerli_sequencerArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_sequencersArgs = { +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 Subscriptionoptimismgoerli_relayerFeeArgs = { +export type Subscriptionstagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesArgs = { +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 Subscriptionoptimismgoerli_originTransferArgs = { +export type Subscriptionstagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originTransfersArgs = { +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 Subscriptionoptimismgoerli_destinationTransferArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_destinationTransfersArgs = { +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 Subscriptionoptimismgoerli_originMessageArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originMessagesArgs = { +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 Subscriptionoptimismgoerli_aggregateRootArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootsArgs = { +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 Subscriptionoptimismgoerli_connectorMetaArgs = { +export type Subscriptionstagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_connectorMetasArgs = { +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 Subscriptionoptimismgoerli_rootCountArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootCountsArgs = { +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 Subscriptionoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { +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 Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { +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 Subscriptionoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { +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 Subscriptionoptimismgoerli_snapshotRootArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_snapshotRootsArgs = { +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 Subscriptionoptimismgoerli_spokeConnectorModeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_spokeConnectorModesArgs = { +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 Subscriptionoptimismgoerli_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootProposedsArgs = { +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 Subscriptionoptimismgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbasegoerli_assetArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_assetsArgs = { +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 Subscriptionbasegoerli_assetStatusArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_assetStatusesArgs = { +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 Subscriptionbasegoerli_assetBalanceArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_assetBalancesArgs = { +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 Subscriptionbasegoerli_routerArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routersArgs = { +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 Subscriptionbasegoerli_routerDailyTVLArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routerDailyTVLsArgs = { +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 Subscriptionbasegoerli_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routerLiquidityEventsArgs = { +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 Subscriptionbasegoerli_settingArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_settingsArgs = { +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 Subscriptionbasegoerli_relayerArgs = { +export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_relayersArgs = { +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 Subscriptionbasegoerli_sequencerArgs = { +export type Subscriptiongoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_sequencersArgs = { +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 Subscriptionbasegoerli_relayerFeeArgs = { +export type Subscriptiongoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_relayerFeesArgs = { +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 Subscriptionbasegoerli_originTransferArgs = { +export type Subscriptiongoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_originTransfersArgs = { +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 Subscriptionbasegoerli_destinationTransferArgs = { +export type Subscriptiongoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_destinationTransfersArgs = { +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 Subscriptionbasegoerli_originMessageArgs = { +export type Subscriptiongoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_originMessagesArgs = { +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 Subscriptionbasegoerli_aggregateRootArgs = { +export type Subscriptiongoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_aggregateRootsArgs = { +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 Subscriptionbasegoerli_connectorMetaArgs = { +export type Subscriptiongoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_connectorMetasArgs = { +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 Subscriptionbasegoerli_rootCountArgs = { +export type Subscriptiongoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_rootCountsArgs = { +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 Subscriptionbasegoerli_rootMessageSentArgs = { +export type Subscriptiongoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_rootMessageSentsArgs = { +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 Subscriptionbasegoerli_relayerFeesIncreaseArgs = { +export type Subscriptiongoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_relayerFeesIncreasesArgs = { +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 Subscriptionbasegoerli_slippageUpdateArgs = { +export type Subscriptiongoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_slippageUpdatesArgs = { +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 Subscriptionbasegoerli_snapshotRootArgs = { +export type Subscriptiongoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_snapshotRootsArgs = { +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 Subscriptionbasegoerli_spokeConnectorModeArgs = { +export type Subscriptiongoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_spokeConnectorModesArgs = { +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 Subscriptionbasegoerli_aggregateRootProposedArgs = { +export type Subscriptiongoerli_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_aggregateRootProposedsArgs = { +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 Subscriptionbasegoerli_optimisticRootFinalizedArgs = { +export type Subscriptiongoerli_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionbasegoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { +export type Subscriptiongoerli_x1ConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_systemInfosArgs = { +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 Subscriptionbnb_swap_pooledTokenArgs = { +export type Subscriptiongoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokensArgs = { +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 Subscriptionbnb_swap_stableSwapArgs = { +export type Subscriptiongoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapsArgs = { +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 Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionbnb_swap_stableSwapExchangeArgs = { +export type Subscriptionlocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { +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 Subscriptionbnb_swap_swapDailyVolumeArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { +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 Subscriptionbnb_swap_swapHourlyVolumeArgs = { +export type Subscriptionlocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { +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 Subscriptionbnb_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { +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 Subscriptionbnb_swap_lpAccountArgs = { +export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountsArgs = { +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 Subscriptionbnb_swap_lpAccountBalanceArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { +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 Subscriptionbnb_swap_lpTokenArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokensArgs = { +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 Subscriptionbnb_swap_lpTransferEventArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventsArgs = { +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 Subscriptionbnb_swap_stableSwapEventArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventsArgs = { +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 Subscriptionbnb_swap_swapTradeVolumeArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { +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 Subscriptionbnb_swap_lpTokenEventArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventsArgs = { +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 Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmode_assetArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetsArgs = { +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 Subscriptionstagingmode_assetStatusArgs = { +export type Subscriptionlocalmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetStatusesArgs = { +export type Subscriptionlocalmainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetBalanceArgs = { +export type Subscriptionlocalmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetBalancesArgs = { +export type Subscriptionlocalmainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerArgs = { +export type Subscriptionlocalmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routersArgs = { +export type Subscriptionlocalmainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerDailyTVLsArgs = { +export type Subscriptionlocalmainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerLiquidityEventArgs = { +export type Subscriptionlocalmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerLiquidityEventsArgs = { +export type Subscriptionlocalmainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_settingArgs = { +export type Subscriptionlocalmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_settingsArgs = { +export type Subscriptionlocalmainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayersArgs = { +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 Subscriptionstagingmode_sequencerArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_sequencersArgs = { +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 Subscriptionstagingmode_relayerFeeArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesArgs = { +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 Subscriptionstagingmode_originTransferArgs = { +export type Subscriptionlocalmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originTransfersArgs = { +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 Subscriptionstagingmode_destinationTransferArgs = { +export type Subscriptionlocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_destinationTransfersArgs = { +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 Subscriptionstagingmode_originMessageArgs = { +export type Subscriptionstagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originMessagesArgs = { +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 Subscriptionstagingmode_aggregateRootArgs = { +export type Subscriptionstagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootsArgs = { +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 Subscriptionstagingmode_connectorMetaArgs = { +export type Subscriptionstagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_connectorMetasArgs = { +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 Subscriptionstagingmode_rootCountArgs = { +export type Subscriptionstagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootCountsArgs = { +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 Subscriptionstagingmode_rootMessageSentArgs = { +export type Subscriptionstagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootMessageSentsArgs = { +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 Subscriptionstagingmode_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmode_slippageUpdateArgs = { +export type Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_slippageUpdatesArgs = { +export type Subscriptionstagingmainnet_optimisticRootPropagatedsArgs = { 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 Subscriptionstagingmode_snapshotRootArgs = { + +export type Subscriptionstagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_snapshotRootsArgs = { +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 Subscriptionstagingmode_spokeConnectorModeArgs = { +export type Subscriptionstagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_spokeConnectorModesArgs = { +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 Subscriptionstagingmode_aggregateRootProposedArgs = { +export type Subscriptionstagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootProposedsArgs = { +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 Subscriptionstagingmode_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingmode__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingoptimismgoerli_assetArgs = { +export type Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetsArgs = { +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 Subscriptionstagingoptimismgoerli_assetStatusArgs = { +export type Subscriptionstagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { +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 Subscriptionstagingoptimismgoerli_assetBalanceArgs = { +export type Subscriptionstagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { +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 Subscriptionstagingoptimismgoerli_routerArgs = { +export type Subscriptionstagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routersArgs = { +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 Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { +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 Subscriptionstagingoptimismgoerli_routerLiquidityEventArgs = { +export type Subscriptionstagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerLiquidityEventsArgs = { +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 Subscriptionstagingoptimismgoerli_settingArgs = { +export type Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_settingsArgs = { +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 Subscriptionstagingoptimismgoerli_relayerArgs = { +export type Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayersArgs = { +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 Subscriptionstagingoptimismgoerli_sequencerArgs = { +export type Subscriptionstagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_sequencersArgs = { +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 Subscriptionstagingoptimismgoerli_relayerFeeArgs = { +export type Subscriptionstagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { +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 Subscriptionstagingoptimismgoerli_originTransferArgs = { +export type Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { +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 Subscriptionstagingoptimismgoerli_destinationTransferArgs = { +export type Subscriptionstagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { +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 Subscriptionstagingoptimismgoerli_originMessageArgs = { +export type Subscriptionstagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { +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 Subscriptionstagingoptimismgoerli_aggregateRootArgs = { +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { +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 Subscriptionstagingoptimismgoerli_connectorMetaArgs = { +export type Subscriptionarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { +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 Subscriptionstagingoptimismgoerli_rootCountArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { +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 Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { +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 Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { +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 Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { +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 Subscriptionstagingoptimismgoerli_snapshotRootArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { +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 Subscriptionstagingoptimismgoerli_spokeConnectorModeArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_spokeConnectorModesArgs = { +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 Subscriptionstagingoptimismgoerli_aggregateRootProposedArgs = { +export type Subscriptionarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootProposedsArgs = { +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 Subscriptionstagingoptimismgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_assetArgs = { +export type Subscriptionarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetsArgs = { +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 Subscriptionstagingmumbai_assetStatusArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetStatusesArgs = { +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 Subscriptionstagingmumbai_assetBalanceArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetBalancesArgs = { +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 Subscriptionstagingmumbai_routerArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routersArgs = { +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 Subscriptionstagingmumbai_routerDailyTVLArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { +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 Subscriptionstagingmumbai_routerLiquidityEventArgs = { +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerLiquidityEventsArgs = { +export type Subscriptionbnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingArgs = { +export type Subscriptionbnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingsArgs = { +export type Subscriptionbnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerArgs = { +export type Subscriptionbnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayersArgs = { +export type Subscriptionbnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencerArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencersArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeeArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransferArgs = { +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransfersArgs = { +export type Subscriptionbnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransferArgs = { +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransfersArgs = { +export type Subscriptionbnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessageArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessagesArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootsArgs = { +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 Subscriptionstagingmumbai_connectorMetaArgs = { +export type Subscriptionbnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_connectorMetasArgs = { +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 Subscriptionstagingmumbai_rootCountArgs = { +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountsArgs = { +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 Subscriptionstagingmumbai_rootMessageSentArgs = { +export type Subscriptionbnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentsArgs = { +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 Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmumbai_slippageUpdateArgs = { +export type Subscriptionbnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdatesArgs = { +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 Subscriptionstagingmumbai_snapshotRootArgs = { +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootsArgs = { +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 Subscriptionstagingmumbai_spokeConnectorModeArgs = { +export type Subscriptionbnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { +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 Subscriptionstagingmumbai_aggregateRootProposedArgs = { +export type Subscriptionbnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { +export type Subscriptionlineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { +export type Subscriptionlineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { +export type Subscriptionlineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_swap_systemInfoArgs = { +export type Subscriptionlineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_pooledTokenArgs = { +export type Subscriptionlineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_stableSwapArgs = { +export type Subscriptionlineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_stableSwapExchangeArgs = { +export type Subscriptionlineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_swapDailyVolumeArgs = { +export type Subscriptionlineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_swapHourlyVolumeArgs = { +export type Subscriptionlineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_lpAccountArgs = { +export type Subscriptionlineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_lpAccountBalanceArgs = { +export type Subscriptionlineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_lpTokenArgs = { +export type Subscriptionlineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_lpTransferEventArgs = { +export type Subscriptionlineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_stableSwapEventArgs = { +export type Subscriptionlineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_swapTradeVolumeArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap_lpTokenEventArgs = { +export type Subscriptionlineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionlineagoerli__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionxdai_swap_systemInfoArgs = { +export type Subscriptionavalanche_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_systemInfosArgs = { +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 Subscriptionxdai_swap_pooledTokenArgs = { +export type Subscriptionavalanche_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokensArgs = { +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 Subscriptionxdai_swap_stableSwapArgs = { +export type Subscriptionavalanche_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapsArgs = { +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 Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionxdai_swap_stableSwapExchangeArgs = { +export type Subscriptionavalanche_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapExchangesArgs = { +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 Subscriptionxdai_swap_swapDailyVolumeArgs = { +export type Subscriptionavalanche_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapDailyVolumesArgs = { +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 Subscriptionxdai_swap_swapHourlyVolumeArgs = { +export type Subscriptionavalanche_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { +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 Subscriptionxdai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { +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 Subscriptionxdai_swap_lpAccountArgs = { +export type Subscriptionavalanche_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountsArgs = { +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 Subscriptionxdai_swap_lpAccountBalanceArgs = { +export type Subscriptionavalanche_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountBalancesArgs = { +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 Subscriptionxdai_swap_lpTokenArgs = { +export type Subscriptionavalanche_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokensArgs = { +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 Subscriptionxdai_swap_lpTransferEventArgs = { +export type Subscriptionavalanche_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTransferEventsArgs = { +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 Subscriptionxdai_swap_stableSwapEventArgs = { +export type Subscriptionavalanche_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapEventsArgs = { +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 Subscriptionxdai_swap_swapTradeVolumeArgs = { +export type Subscriptionavalanche_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapTradeVolumesArgs = { +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 Subscriptionxdai_swap_lpTokenEventArgs = { +export type Subscriptionavalanche_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenEventsArgs = { +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 Subscriptionxdai_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionavalanche_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionpolygon_swap_systemInfoArgs = { +export type Subscriptionlinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_systemInfosArgs = { +export type Subscriptionlinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokenArgs = { +export type Subscriptionlinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokensArgs = { +export type Subscriptionlinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapArgs = { +export type Subscriptionlinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapsArgs = { +export type Subscriptionlinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { +export type Subscriptionlinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { +export type Subscriptionlinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountArgs = { +export type Subscriptionlinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountsArgs = { +export type Subscriptionlinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { +export type Subscriptionlinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenArgs = { +export type Subscriptionlinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokensArgs = { +export type Subscriptionlinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventArgs = { +export type Subscriptionlinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { +export type Subscriptionlinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventArgs = { +export type Subscriptionlinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { +export type Subscriptionlinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { +export type Subscriptionlinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventArgs = { +export type Subscriptionlinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { +export type Subscriptionlinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionoptimism_swap_systemInfoArgs = { +export type Subscriptionpolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_systemInfosArgs = { +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 Subscriptionoptimism_swap_pooledTokenArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_pooledTokensArgs = { +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 Subscriptionoptimism_swap_stableSwapArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapsArgs = { +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 Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionoptimism_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { +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 Subscriptionoptimism_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { +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 Subscriptionoptimism_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { +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 Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { +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 Subscriptionoptimism_swap_lpAccountArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountsArgs = { +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 Subscriptionoptimism_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { +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 Subscriptionoptimism_swap_lpTokenArgs = { +export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokensArgs = { +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 Subscriptionoptimism_swap_lpTransferEventArgs = { +export type Subscriptionpolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTransferEventsArgs = { +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 Subscriptionoptimism_swap_stableSwapEventArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapEventsArgs = { +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 Subscriptionoptimism_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { +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 Subscriptionoptimism_swap_lpTokenEventArgs = { +export type Subscriptionpolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenEventsArgs = { +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 Subscriptionoptimism_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmainnet_rootAggregatedArgs = { +export type Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootAggregatedsArgs = { +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 Subscriptionstagingmainnet_rootPropagatedArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootPropagatedsArgs = { +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 Subscriptionstagingmainnet_aggregatedMessageRootArgs = { +export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregatedMessageRootsArgs = { +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 Subscriptionstagingmainnet_rootManagerMetaArgs = { +export type Subscriptionpolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootManagerMetasArgs = { +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 Subscriptionstagingmainnet_rootManagerModeArgs = { +export type Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootManagerModesArgs = { +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 Subscriptionstagingmainnet_optimisticRootProposedArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootProposedsArgs = { +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 Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedsArgs = { +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 Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionpolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootPropagatedsArgs = { +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 Subscriptionstagingmainnet_polygonConnectorMetaArgs = { +export type Subscriptionavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_polygonConnectorMetasArgs = { +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 Subscriptionstagingmainnet_optimismConnectorMetaArgs = { +export type Subscriptionavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimismConnectorMetasArgs = { +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 Subscriptionstagingmainnet_bnbConnectorMetaArgs = { +export type Subscriptionavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_bnbConnectorMetasArgs = { +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 Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_arbitrumConnectorMetasArgs = { +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 Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_gnosisConnectorMetasArgs = { +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 Subscriptionstagingmainnet_lineaConnectorMetaArgs = { +export type Subscriptionavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_lineaConnectorMetasArgs = { +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 Subscriptionstagingmainnet_metisConnectorMetaArgs = { +export type Subscriptionavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_metisConnectorMetasArgs = { +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 Subscriptionstagingmainnet_mantleConnectorMetaArgs = { +export type Subscriptionavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_mantleConnectorMetasArgs = { +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 Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_avalancheConnectorMetasArgs = { +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 Subscriptionstagingmainnet_baseConnectorMetaArgs = { +export type Subscriptionavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_baseConnectorMetasArgs = { +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 Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptionavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_polygonZkConnectorMetasArgs = { +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 Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_zkSyncConnectorMetasArgs = { +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 Subscriptionstagingmainnet_modeConnectorMetaArgs = { +export type Subscriptionavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_modeConnectorMetasArgs = { +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 Subscriptionstagingmainnet_rootMessageProcessedArgs = { +export type Subscriptionavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageProcessedsArgs = { +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 Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootSavedSlowsArgs = { +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 Subscriptionstagingmainnet_hubDomainArgs = { +export type Subscriptionavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubDomainsArgs = { +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 Subscriptionstagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_assetArgs = { +export type Subscriptionavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetsArgs = { +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 Subscriptiongoerli_assetStatusArgs = { +export type Subscriptionavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetStatusesArgs = { +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 Subscriptiongoerli_assetBalanceArgs = { +export type Subscriptionavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetBalancesArgs = { +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 Subscriptiongoerli_routerArgs = { +export type Subscriptionavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routersArgs = { +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 Subscriptiongoerli_routerDailyTVLArgs = { +export type Subscriptionavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLsArgs = { +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 Subscriptiongoerli_routerLiquidityEventArgs = { +export type Subscriptionavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventsArgs = { +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 Subscriptiongoerli_settingArgs = { +export type Subscriptionavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingsArgs = { +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 Subscriptiongoerli_relayerArgs = { +export type Subscriptionstaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayersArgs = { +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 Subscriptiongoerli_sequencerArgs = { +export type Subscriptionstaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencersArgs = { +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 Subscriptiongoerli_relayerFeeArgs = { +export type Subscriptionstaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesArgs = { +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 Subscriptiongoerli_originTransferArgs = { +export type Subscriptionstaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransfersArgs = { +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 Subscriptiongoerli_destinationTransferArgs = { +export type Subscriptionstaginggoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransfersArgs = { +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 Subscriptiongoerli_originMessageArgs = { +export type Subscriptionstaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessagesArgs = { +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 Subscriptiongoerli_aggregateRootArgs = { +export type Subscriptionstaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootsArgs = { +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 Subscriptiongoerli_connectorMetaArgs = { +export type Subscriptionstaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetasArgs = { +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 Subscriptiongoerli_rootCountArgs = { +export type Subscriptionstaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountsArgs = { +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 Subscriptiongoerli_rootMessageSentArgs = { +export type Subscriptionstaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentsArgs = { +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 Subscriptiongoerli_relayerFeesIncreaseArgs = { +export type Subscriptionstaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreasesArgs = { +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 Subscriptiongoerli_slippageUpdateArgs = { +export type Subscriptionstaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdatesArgs = { +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 Subscriptiongoerli_snapshotRootArgs = { +export type Subscriptionstaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_snapshotRootsArgs = { +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 Subscriptiongoerli_spokeConnectorModeArgs = { +export type Subscriptionstaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_spokeConnectorModesArgs = { +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 Subscriptiongoerli_aggregateRootProposedArgs = { +export type Subscriptionstaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootProposedsArgs = { +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 Subscriptiongoerli_optimisticRootFinalizedArgs = { +export type Subscriptionstaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionmetis_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_systemInfosArgs = { +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 Subscriptionmetis_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_pooledTokensArgs = { +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 Subscriptionmetis_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapsArgs = { +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 Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstaginggoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstaginggoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionmetis_swap_stableSwapExchangeArgs = { +export type Subscriptionstaginggoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapExchangesArgs = { +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 Subscriptionmetis_swap_swapDailyVolumeArgs = { +export type Subscriptionbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapDailyVolumesArgs = { +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 Subscriptionmetis_swap_swapHourlyVolumeArgs = { +export type Subscriptionbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapHourlyVolumesArgs = { +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 Subscriptionmetis_swap_swapWeeklyVolumeArgs = { +export type Subscriptionbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapWeeklyVolumesArgs = { +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 Subscriptionmetis_swap_lpAccountArgs = { +export type Subscriptionbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountsArgs = { +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 Subscriptionmetis_swap_lpAccountBalanceArgs = { +export type Subscriptionbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountBalancesArgs = { +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 Subscriptionmetis_swap_lpTokenArgs = { +export type Subscriptionbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokensArgs = { +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 Subscriptionmetis_swap_lpTransferEventArgs = { +export type Subscriptionbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTransferEventsArgs = { +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 Subscriptionmetis_swap_stableSwapEventArgs = { +export type Subscriptionbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapEventsArgs = { +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 Subscriptionmetis_swap_swapTradeVolumeArgs = { +export type Subscriptionbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapTradeVolumesArgs = { +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 Subscriptionmetis_swap_lpTokenEventArgs = { +export type Subscriptionbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokenEventsArgs = { +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 Subscriptionmetis_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionzksync_swap_systemInfoArgs = { +export type Subscriptionbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_systemInfosArgs = { +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 Subscriptionzksync_swap_pooledTokenArgs = { +export type Subscriptionbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_pooledTokensArgs = { +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 Subscriptionzksync_swap_stableSwapArgs = { +export type Subscriptionbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapsArgs = { +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 Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionzksync_swap_stableSwapExchangeArgs = { +export type Subscriptionbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapExchangesArgs = { +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 Subscriptionzksync_swap_swapDailyVolumeArgs = { +export type Subscriptionbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapDailyVolumesArgs = { +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 Subscriptionzksync_swap_swapHourlyVolumeArgs = { +export type Subscriptionbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapHourlyVolumesArgs = { +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 Subscriptionzksync_swap_swapWeeklyVolumeArgs = { +export type Subscriptionbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapWeeklyVolumesArgs = { +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 Subscriptionzksync_swap_lpAccountArgs = { +export type Subscriptionbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountsArgs = { +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 Subscriptionzksync_swap_lpAccountBalanceArgs = { +export type Subscriptionbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountBalancesArgs = { +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 Subscriptionzksync_swap_lpTokenArgs = { +export type Subscriptionbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokensArgs = { +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 Subscriptionzksync_swap_lpTransferEventArgs = { +export type Subscriptionbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTransferEventsArgs = { +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 Subscriptionzksync_swap_stableSwapEventArgs = { +export type Subscriptionbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapEventsArgs = { +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 Subscriptionzksync_swap_swapTradeVolumeArgs = { +export type Subscriptionlocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapTradeVolumesArgs = { +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 Subscriptionzksync_swap_lpTokenEventArgs = { +export type Subscriptionlocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenEventsArgs = { +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 Subscriptionzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_assetArgs = { +export type Subscriptionlocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetsArgs = { +export type Subscriptionlocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetStatusArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetStatusesArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetBalanceArgs = { +export type Subscriptionlocalmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetBalancesArgs = { +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 Subscriptionstaginggoerli_routerArgs = { +export type Subscriptionlocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routersArgs = { +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 Subscriptionstaginggoerli_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { +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 Subscriptionstaginggoerli_routerLiquidityEventArgs = { +export type Subscriptionlocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routerLiquidityEventsArgs = { +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 Subscriptionstaginggoerli_settingArgs = { +export type Subscriptionlocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_settingsArgs = { +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 Subscriptionstaginggoerli_relayerArgs = { +export type Subscriptionlocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayersArgs = { +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 Subscriptionstaginggoerli_sequencerArgs = { +export type Subscriptionlocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_sequencersArgs = { +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 Subscriptionstaginggoerli_relayerFeeArgs = { +export type Subscriptionlocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesArgs = { +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 Subscriptionstaginggoerli_originTransferArgs = { +export type Subscriptionlocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_originTransfersArgs = { +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 Subscriptionstaginggoerli_destinationTransferArgs = { +export type Subscriptionlocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_destinationTransfersArgs = { +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 Subscriptionstaginggoerli_originMessageArgs = { +export type Subscriptionlocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_originMessagesArgs = { +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 Subscriptionstaginggoerli_aggregateRootArgs = { +export type Subscriptionlocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootsArgs = { +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 Subscriptionstaginggoerli_connectorMetaArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_connectorMetasArgs = { +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 Subscriptionstaginggoerli_rootCountArgs = { +export type Subscriptionlocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootCountsArgs = { +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 Subscriptionstaginggoerli_rootMessageSentArgs = { +export type Subscriptionlocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootMessageSentsArgs = { +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 Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { +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 Subscriptionstaginggoerli_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_slippageUpdatesArgs = { +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 Subscriptionstaginggoerli_snapshotRootArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_snapshotRootsArgs = { +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 Subscriptionstaginggoerli_spokeConnectorModeArgs = { +export type Subscriptionzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_spokeConnectorModesArgs = { +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 Subscriptionstaginggoerli_aggregateRootProposedArgs = { +export type Subscriptionzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootProposedsArgs = { +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 Subscriptionstaginggoerli_optimisticRootFinalizedArgs = { +export type Subscriptionzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionarbitrumone_swap_systemInfoArgs = { +export type Subscriptionzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_systemInfosArgs = { +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 Subscriptionarbitrumone_swap_pooledTokenArgs = { +export type Subscriptionzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { +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 Subscriptionarbitrumone_swap_stableSwapArgs = { +export type Subscriptionzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { +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 Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { +export type Subscriptionzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { +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 Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { +export type Subscriptionzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { +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 Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { +export type Subscriptionzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { +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 Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Subscriptionzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { +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 Subscriptionarbitrumone_swap_lpAccountArgs = { +export type Subscriptionzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { +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 Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { +export type Subscriptionzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { +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 Subscriptionarbitrumone_swap_lpTokenArgs = { +export type Subscriptionzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokensArgs = { +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 Subscriptionarbitrumone_swap_lpTransferEventArgs = { +export type Subscriptionzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { +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 Subscriptionarbitrumone_swap_stableSwapEventArgs = { +export type Subscriptionzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { +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 Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { +export type Subscriptionzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { +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 Subscriptionarbitrumone_swap_lpTokenEventArgs = { +export type Subscriptionzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { +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 Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmumbai_assetArgs = { +export type Subscriptionzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetsArgs = { +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 Subscriptionmumbai_assetStatusArgs = { +export type Subscriptionzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetStatusesArgs = { +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 Subscriptionmumbai_assetBalanceArgs = { +export type Subscriptionzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetBalancesArgs = { +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 Subscriptionmumbai_routerArgs = { +export type Subscriptionzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routersArgs = { +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 Subscriptionmumbai_routerDailyTVLArgs = { +export type Subscriptionzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerDailyTVLsArgs = { +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 Subscriptionmumbai_routerLiquidityEventArgs = { +export type Subscriptionstagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerLiquidityEventsArgs = { +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 Subscriptionmumbai_settingArgs = { +export type Subscriptionstagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_settingsArgs = { +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 Subscriptionmumbai_relayerArgs = { +export type Subscriptionstagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayersArgs = { +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 Subscriptionmumbai_sequencerArgs = { +export type Subscriptionstagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_sequencersArgs = { +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 Subscriptionmumbai_relayerFeeArgs = { +export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesArgs = { +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 Subscriptionmumbai_originTransferArgs = { +export type Subscriptionstagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originTransfersArgs = { +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 Subscriptionmumbai_destinationTransferArgs = { +export type Subscriptionstagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_destinationTransfersArgs = { +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 Subscriptionmumbai_originMessageArgs = { +export type Subscriptionstagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originMessagesArgs = { +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 Subscriptionmumbai_aggregateRootArgs = { +export type Subscriptionstagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootsArgs = { +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 Subscriptionmumbai_connectorMetaArgs = { +export type Subscriptionstagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_connectorMetasArgs = { +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 Subscriptionmumbai_rootCountArgs = { +export type Subscriptionstagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootCountsArgs = { +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 Subscriptionmumbai_rootMessageSentArgs = { +export type Subscriptionstagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootMessageSentsArgs = { +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 Subscriptionmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesIncreasesArgs = { +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 Subscriptionmumbai_slippageUpdateArgs = { +export type Subscriptionstagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_slippageUpdatesArgs = { +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 Subscriptionmumbai_snapshotRootArgs = { +export type Subscriptionstagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_snapshotRootsArgs = { +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 Subscriptionmumbai_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_spokeConnectorModesArgs = { +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 Subscriptionmumbai_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootProposedsArgs = { +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 Subscriptionmumbai_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_optimisticRootFinalizedsArgs = { +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 Subscriptionmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_assetArgs = { +export type Subscriptionstagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetsArgs = { +export type Subscriptionstagingpolygon_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusArgs = { +export type Subscriptionstagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusesArgs = { +export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalanceArgs = { +export type Subscriptionstagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalancesArgs = { +export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerArgs = { +export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routersArgs = { +export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLArgs = { +export type Subscriptionstagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLsArgs = { +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 Subscriptionxdai_routerLiquidityEventArgs = { +export type Subscriptionstagingxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventsArgs = { +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 Subscriptionxdai_settingArgs = { +export type Subscriptionstagingxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingsArgs = { +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 Subscriptionxdai_relayerArgs = { +export type Subscriptionstagingxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayersArgs = { +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 Subscriptionxdai_sequencerArgs = { +export type Subscriptionstagingxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencersArgs = { +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 Subscriptionxdai_relayerFeeArgs = { +export type Subscriptionstagingxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesArgs = { +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 Subscriptionxdai_originTransferArgs = { +export type Subscriptionstagingxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransfersArgs = { +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 Subscriptionxdai_destinationTransferArgs = { +export type Subscriptionstagingxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransfersArgs = { +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 Subscriptionxdai_originMessageArgs = { +export type Subscriptionstagingxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessagesArgs = { +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 Subscriptionxdai_aggregateRootArgs = { +export type Subscriptionstagingxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootsArgs = { +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 Subscriptionxdai_connectorMetaArgs = { +export type Subscriptionstagingxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_connectorMetasArgs = { +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_rootCountArgs = { +export type Subscriptionstagingxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Subscriptionstagingxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Subscriptionstagingxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Subscriptionstagingxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Subscriptionstagingxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_snapshotRootsArgs = { +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_spokeConnectorModeArgs = { +export type Subscriptionstagingxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_spokeConnectorModesArgs = { +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_aggregateRootProposedArgs = { +export type Subscriptionstagingxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootProposedsArgs = { +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_optimisticRootFinalizedArgs = { +export type Subscriptionstagingxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_optimisticRootFinalizedsArgs = { +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__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalmainnet_assetArgs = { +export type Subscriptionstagingxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetsArgs = { +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 Subscriptionlocalmainnet_assetStatusArgs = { +export type Subscriptionstagingxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusesArgs = { +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 Subscriptionlocalmainnet_assetBalanceArgs = { +export type Subscriptionstagingxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalancesArgs = { +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 Subscriptionlocalmainnet_routerArgs = { +export type Subscriptionstagingxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routersArgs = { +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 Subscriptionlocalmainnet_routerDailyTVLArgs = { +export type Subscriptionstagingxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { +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 Subscriptionlocalmainnet_routerLiquidityEventArgs = { +export type Subscriptionstagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerLiquidityEventsArgs = { +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 Subscriptionlocalmainnet_settingArgs = { +export type Subscriptionstagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_settingsArgs = { +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 Subscriptionlocalmainnet_relayerArgs = { +export type Subscriptionstagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayersArgs = { +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 Subscriptionlocalmainnet_sequencerArgs = { +export type Subscriptionstagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencersArgs = { +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 Subscriptionlocalmainnet_relayerFeeArgs = { +export type Subscriptionstagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesArgs = { +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 Subscriptionlocalmainnet_originTransferArgs = { +export type Subscriptionstagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransfersArgs = { +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 Subscriptionlocalmainnet_destinationTransferArgs = { +export type Subscriptionstagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransfersArgs = { +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 Subscriptionlocalmainnet_originMessageArgs = { +export type Subscriptionstagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessagesArgs = { +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 Subscriptionlocalmainnet_aggregateRootArgs = { +export type Subscriptionstagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootsArgs = { +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 Subscriptionlocalmainnet_connectorMetaArgs = { +export type Subscriptionstagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetasArgs = { +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 Subscriptionlocalmainnet_rootCountArgs = { +export type Subscriptionstagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountsArgs = { +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 Subscriptionlocalmainnet_rootMessageSentArgs = { +export type Subscriptionstagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentsArgs = { +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 Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionstagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { +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 Subscriptionlocalmainnet_slippageUpdateArgs = { +export type Subscriptionstagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdatesArgs = { +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 Subscriptionlocalmainnet_snapshotRootArgs = { +export type Subscriptionstagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootsArgs = { +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 Subscriptionlocalmainnet_spokeConnectorModeArgs = { +export type Subscriptionstagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { +export type Subscriptionstagingavalanche_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { +export type Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { +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 Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionstagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { +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 Subscriptionpolygon_assetArgs = { +export type Subscriptionstagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetsArgs = { +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 Subscriptionpolygon_assetStatusArgs = { +export type Subscriptionstagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusesArgs = { +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 Subscriptionpolygon_assetBalanceArgs = { +export type Subscriptionstagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalancesArgs = { +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 Subscriptionpolygon_routerArgs = { +export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routersArgs = { +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 Subscriptionpolygon_routerDailyTVLArgs = { +export type Subscriptionstagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLsArgs = { +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 Subscriptionpolygon_routerLiquidityEventArgs = { +export type Subscriptionstaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventsArgs = { +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 Subscriptionpolygon_settingArgs = { +export type Subscriptionstaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_settingsArgs = { +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 Subscriptionpolygon_relayerArgs = { +export type Subscriptionstaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayersArgs = { +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 Subscriptionpolygon_sequencerArgs = { +export type Subscriptionstaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencersArgs = { +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 Subscriptionpolygon_relayerFeeArgs = { +export type Subscriptionstaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesArgs = { +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 Subscriptionpolygon_originTransferArgs = { +export type Subscriptionstaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransfersArgs = { +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 Subscriptionpolygon_destinationTransferArgs = { +export type Subscriptionstaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransfersArgs = { +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 Subscriptionpolygon_originMessageArgs = { +export type Subscriptionstaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessagesArgs = { +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 Subscriptionpolygon_aggregateRootArgs = { +export type Subscriptionstaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootsArgs = { +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 Subscriptionpolygon_connectorMetaArgs = { +export type Subscriptionstaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_connectorMetasArgs = { +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 Subscriptionpolygon_rootCountArgs = { +export type Subscriptionstaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootCountsArgs = { +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 Subscriptionpolygon_rootMessageSentArgs = { +export type Subscriptionstaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentsArgs = { +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 Subscriptionpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionstaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { +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 Subscriptionpolygon_slippageUpdateArgs = { +export type Subscriptionstaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_slippageUpdatesArgs = { +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 Subscriptionpolygon_snapshotRootArgs = { +export type Subscriptionstaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_snapshotRootsArgs = { +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 Subscriptionpolygon_spokeConnectorModeArgs = { +export type Subscriptionstaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_spokeConnectorModesArgs = { +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 Subscriptionpolygon_aggregateRootProposedArgs = { +export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootProposedsArgs = { +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 Subscriptionpolygon_optimisticRootFinalizedArgs = { +export type Subscriptionstaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { +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 Subscriptionpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingxdai_assetArgs = { +export type Subscriptionstaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetsArgs = { +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_assetStatusArgs = { +export type Subscriptionstaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetStatusesArgs = { +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_assetBalanceArgs = { +export type Subscriptionstaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetBalancesArgs = { +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_routerArgs = { +export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routersArgs = { +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_routerDailyTVLArgs = { +export type Subscriptionstaginglinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerDailyTVLsArgs = { +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 Subscriptionstagingxdai_routerLiquidityEventArgs = { +export type Subscriptionpolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { +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 Subscriptionstagingxdai_settingArgs = { +export type Subscriptionpolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_settingsArgs = { +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 Subscriptionstagingxdai_relayerArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayersArgs = { +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 Subscriptionstagingxdai_sequencerArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_sequencersArgs = { +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 Subscriptionstagingxdai_relayerFeeArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesArgs = { +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 Subscriptionstagingxdai_originTransferArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originTransfersArgs = { +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 Subscriptionstagingxdai_destinationTransferArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_destinationTransfersArgs = { +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 Subscriptionstagingxdai_originMessageArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originMessagesArgs = { +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 Subscriptionstagingxdai_aggregateRootArgs = { +export type Subscriptionpolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootsArgs = { +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 Subscriptionstagingxdai_connectorMetaArgs = { +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_connectorMetasArgs = { +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 Subscriptionstagingxdai_rootCountArgs = { +export type Subscriptionpolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootCountsArgs = { +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 Subscriptionstagingxdai_rootMessageSentArgs = { +export type Subscriptionpolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootMessageSentsArgs = { +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 Subscriptionstagingxdai_relayerFeesIncreaseArgs = { +export type Subscriptionpolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesIncreasesArgs = { +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 Subscriptionstagingxdai_slippageUpdateArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_slippageUpdatesArgs = { +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 Subscriptionstagingxdai_snapshotRootArgs = { +export type Subscriptionpolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_snapshotRootsArgs = { +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 Subscriptionstagingxdai_spokeConnectorModeArgs = { +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_spokeConnectorModesArgs = { +export type Subscriptionoptimism_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootProposedArgs = { +export type Subscriptionoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { +export type Subscriptionoptimism_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_optimisticRootFinalizedArgs = { +export type Subscriptionoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { +export type Subscriptionoptimism_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_assetArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetsArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetStatusArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetStatusesArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetBalanceArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetBalancesArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routersArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerDailyTVLArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerDailyTVLsArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerLiquidityEventArgs = { +export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerLiquidityEventsArgs = { +export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_settingArgs = { +export type Subscriptionoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_settingsArgs = { +export type Subscriptionoptimism_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerArgs = { +export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayersArgs = { +export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_sequencerArgs = { +export type Subscriptionoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_sequencersArgs = { +export type Subscriptionoptimism_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeeArgs = { +export type Subscriptionoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeesArgs = { +export type Subscriptionoptimism_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originTransferArgs = { +export type Subscriptionoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originTransfersArgs = { +export type Subscriptionoptimism_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_destinationTransferArgs = { +export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_destinationTransfersArgs = { +export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originMessageArgs = { +export type Subscriptionoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originMessagesArgs = { +export type Subscriptionoptimism_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_aggregateRootArgs = { +export type Subscriptionoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbasegoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_connectorMetaArgs = { +export type Subscriptionbasegoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_rootCountArgs = { +export type Subscriptionbasegoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_rootMessageSentArgs = { +export type Subscriptionbasegoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_relayerFeesIncreaseArgs = { +export type Subscriptionbasegoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_slippageUpdateArgs = { +export type Subscriptionbasegoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_snapshotRootArgs = { +export type Subscriptionbasegoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_spokeConnectorModeArgs = { +export type Subscriptionbasegoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_aggregateRootProposedArgs = { +export type Subscriptionbasegoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle_optimisticRootFinalizedArgs = { +export type Subscriptionbasegoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_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 Subscriptionmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocaloptimism_assetArgs = { +export type Subscriptionbasegoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_assetStatusArgs = { +export type Subscriptionbasegoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_assetBalanceArgs = { +export type Subscriptionbasegoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_routerArgs = { +export type Subscriptionbasegoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_routerDailyTVLArgs = { +export type Subscriptionbasegoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_routerLiquidityEventArgs = { +export type Subscriptionbasegoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_settingArgs = { +export type Subscriptionbasegoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_relayerArgs = { +export type Subscriptionbasegoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_sequencerArgs = { +export type Subscriptionbasegoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_relayerFeeArgs = { +export type Subscriptionbasegoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_originTransferArgs = { +export type Subscriptionbasegoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_destinationTransferArgs = { +export type Subscriptionbasegoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_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 Subscriptionlocaloptimism_originMessageArgs = { +export type Subscriptionbasegoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originMessagesArgs = { +export type Subscriptionbasegoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocaloptimism_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionbasegoerli__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionlocaloptimism_connectorMetaArgs = { +export type Subscriptionstagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_connectorMetasArgs = { +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 Subscriptionlocaloptimism_rootCountArgs = { +export type Subscriptionstagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootCountsArgs = { +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 Subscriptionlocaloptimism_rootMessageSentArgs = { +export type Subscriptionstagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootMessageSentsArgs = { +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 Subscriptionlocaloptimism_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeesIncreasesArgs = { +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 Subscriptionlocaloptimism_slippageUpdateArgs = { +export type Subscriptionstagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_slippageUpdatesArgs = { +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 Subscriptionlocaloptimism_snapshotRootArgs = { +export type Subscriptionstagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_snapshotRootsArgs = { +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 Subscriptionlocaloptimism_spokeConnectorModeArgs = { +export type Subscriptionstagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_spokeConnectorModesArgs = { +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 Subscriptionlocaloptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootProposedsArgs = { +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 Subscriptionlocaloptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_optimisticRootFinalizedsArgs = { +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 Subscriptionlocaloptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmainnet_assetArgs = { +export type Subscriptionstagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetsArgs = { +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 Subscriptionstagingmainnet_assetStatusArgs = { +export type Subscriptionstagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetStatusesArgs = { +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 Subscriptionstagingmainnet_assetBalanceArgs = { +export type Subscriptionstagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetBalancesArgs = { +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 Subscriptionstagingmainnet_routerArgs = { +export type Subscriptionstagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routersArgs = { +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 Subscriptionstagingmainnet_routerDailyTVLArgs = { +export type Subscriptionstagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { +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 Subscriptionstagingmainnet_routerLiquidityEventArgs = { +export type Subscriptionstagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerLiquidityEventsArgs = { +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 Subscriptionstagingmainnet_settingArgs = { +export type Subscriptionstagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_settingsArgs = { +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 Subscriptionstagingmainnet_relayerArgs = { +export type Subscriptionstagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayersArgs = { +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 Subscriptionstagingmainnet_sequencerArgs = { +export type Subscriptionstagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_sequencersArgs = { +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 Subscriptionstagingmainnet_relayerFeeArgs = { +export type Subscriptionstagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesArgs = { +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 Subscriptionstagingmainnet_originTransferArgs = { +export type Subscriptionstagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originTransfersArgs = { +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 Subscriptionstagingmainnet_destinationTransferArgs = { +export type Subscriptionstagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_destinationTransfersArgs = { +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 Subscriptionstagingmainnet_originMessageArgs = { +export type Subscriptionstagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originMessagesArgs = { +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 Subscriptionstagingmainnet_aggregateRootArgs = { +export type Subscriptionstagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootsArgs = { +export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmainnet_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionstagingbnb__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingmainnet_rootCountArgs = { +export type Subscriptionmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootCountsArgs = { +export type Subscriptionmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageSentArgs = { +export type Subscriptionmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageSentsArgs = { +export type Subscriptionmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_slippageUpdateArgs = { +export type Subscriptionmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_slippageUpdatesArgs = { +export type Subscriptionmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_snapshotRootArgs = { +export type Subscriptionmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_snapshotRootsArgs = { +export type Subscriptionmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { +export type Subscriptionmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { +export type Subscriptionmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootProposedArgs = { +export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { +export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { +export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetArgs = { +export type Subscriptionmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetsArgs = { +export type Subscriptionmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusArgs = { +export type Subscriptionmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusesArgs = { +export type Subscriptionmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalanceArgs = { +export type Subscriptionmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalancesArgs = { +export type Subscriptionmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerArgs = { +export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routersArgs = { +export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLArgs = { +export type Subscriptionmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLsArgs = { +export type Subscriptionmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventArgs = { +export type Subscriptionmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventsArgs = { +export type Subscriptionmainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingArgs = { +export type Subscriptionmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingsArgs = { +export type Subscriptionmainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerArgs = { +export type Subscriptionmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayersArgs = { +export type Subscriptionmainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencerArgs = { +export type Subscriptionmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencersArgs = { +export type Subscriptionmainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeeArgs = { +export type Subscriptionmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesArgs = { +export type Subscriptionmainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransferArgs = { +export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransfersArgs = { +export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransferArgs = { +export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransfersArgs = { +export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessageArgs = { +export type Subscriptionmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessagesArgs = { +export type Subscriptionmainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootArgs = { +export type Subscriptionmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootsArgs = { +export type Subscriptionmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetaArgs = { +export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetasArgs = { +export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountArgs = { +export type Subscriptionmainnet_hubDomainArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountsArgs = { +export type Subscriptionmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentArgs = { - id: Scalars['ID']; +export type Subscriptionmainnet__metaArgs = { block?: InputMaybe; +}; + + +export type Subscriptionlocaloptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentsArgs = { +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 Subscriptionmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionlocaloptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesIncreasesArgs = { +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 Subscriptionmainnet_slippageUpdateArgs = { +export type Subscriptionlocaloptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_slippageUpdatesArgs = { +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 Subscriptionmainnet_snapshotRootArgs = { +export type Subscriptionlocaloptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_snapshotRootsArgs = { +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 Subscriptionmainnet_spokeConnectorModeArgs = { +export type Subscriptionlocaloptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_spokeConnectorModesArgs = { +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 Subscriptionmainnet_aggregateRootProposedArgs = { +export type Subscriptionlocaloptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootProposedsArgs = { +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 Subscriptionmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionlocaloptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { +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 Subscriptionlocalarbitrumone_assetArgs = { +export type Subscriptionlocaloptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetsArgs = { +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 Subscriptionlocalarbitrumone_assetStatusArgs = { +export type Subscriptionlocaloptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetStatusesArgs = { +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 Subscriptionlocalarbitrumone_assetBalanceArgs = { +export type Subscriptionlocaloptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetBalancesArgs = { +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 Subscriptionlocalarbitrumone_routerArgs = { +export type Subscriptionlocaloptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routersArgs = { +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 Subscriptionlocalarbitrumone_routerDailyTVLArgs = { +export type Subscriptionlocaloptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { +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 Subscriptionlocalarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionlocaloptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routerLiquidityEventsArgs = { +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 Subscriptionlocalarbitrumone_settingArgs = { +export type Subscriptionlocaloptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_settingsArgs = { +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 Subscriptionlocalarbitrumone_relayerArgs = { +export type Subscriptionlocaloptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayersArgs = { +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 Subscriptionlocalarbitrumone_sequencerArgs = { +export type Subscriptionlocaloptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_sequencersArgs = { +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 Subscriptionlocalarbitrumone_relayerFeeArgs = { +export type Subscriptionlocaloptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesArgs = { +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 Subscriptionlocalarbitrumone_originTransferArgs = { +export type Subscriptionlocaloptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originTransfersArgs = { +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 Subscriptionlocalarbitrumone_destinationTransferArgs = { +export type Subscriptionlocaloptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_destinationTransfersArgs = { +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 Subscriptionlocalarbitrumone_originMessageArgs = { +export type Subscriptionlocaloptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originMessagesArgs = { +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 Subscriptionlocalarbitrumone_aggregateRootArgs = { +export type Subscriptionlocaloptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootsArgs = { +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 Subscriptionlocalarbitrumone_connectorMetaArgs = { +export type Subscriptionlocaloptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_connectorMetasArgs = { +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 Subscriptionlocalarbitrumone_rootCountArgs = { +export type Subscriptionlocaloptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootCountsArgs = { +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 Subscriptionlocalarbitrumone_rootMessageSentArgs = { +export type Subscriptionlocaloptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootMessageSentsArgs = { +export type Subscriptionlinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesIncreasesArgs = { +export type Subscriptionlinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_slippageUpdateArgs = { +export type Subscriptionlinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_slippageUpdatesArgs = { +export type Subscriptionlinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_snapshotRootArgs = { +export type Subscriptionlinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_snapshotRootsArgs = { +export type Subscriptionlinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionlinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_spokeConnectorModesArgs = { +export type Subscriptionlinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionlinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootProposedsArgs = { +export type Subscriptionlinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionlinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_optimisticRootFinalizedsArgs = { +export type Subscriptionlinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingbnb_assetArgs = { +export type Subscriptionlinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetsArgs = { +export type Subscriptionlinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetStatusArgs = { +export type Subscriptionlinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetStatusesArgs = { +export type Subscriptionlinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetBalanceArgs = { +export type Subscriptionlinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetBalancesArgs = { +export type Subscriptionlinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerArgs = { +export type Subscriptionlinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routersArgs = { +export type Subscriptionlinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerDailyTVLArgs = { +export type Subscriptionlinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerDailyTVLsArgs = { +export type Subscriptionlinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerLiquidityEventArgs = { +export type Subscriptionlinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerLiquidityEventsArgs = { +export type Subscriptionlinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_settingArgs = { +export type Subscriptionlinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_settingsArgs = { +export type Subscriptionlinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerArgs = { +export type Subscriptionlinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayersArgs = { +export type Subscriptionlinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_sequencerArgs = { +export type Subscriptionlinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_sequencersArgs = { +export type Subscriptionlinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeeArgs = { +export type Subscriptionlinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesArgs = { +export type Subscriptionlinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originTransferArgs = { +export type Subscriptionlinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originTransfersArgs = { +export type Subscriptionlinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_destinationTransferArgs = { +export type Subscriptionlinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_destinationTransfersArgs = { +export type Subscriptionlinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originMessageArgs = { +export type Subscriptionlinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originMessagesArgs = { +export type Subscriptionlinea_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootArgs = { +export type Subscriptionlinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootsArgs = { +export type Subscriptionlinea_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_connectorMetaArgs = { +export type Subscriptionlinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_connectorMetasArgs = { +export type Subscriptionlinea_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootCountArgs = { +export type Subscriptionlinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootCountsArgs = { +export type Subscriptionlinea_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootMessageSentArgs = { +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootMessageSentsArgs = { +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 Subscriptionstagingbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesIncreasesArgs = { +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 Subscriptionstagingbnb_slippageUpdateArgs = { +export type Subscriptionstagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_slippageUpdatesArgs = { +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 Subscriptionstagingbnb_snapshotRootArgs = { +export type Subscriptionstagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_snapshotRootsArgs = { +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 Subscriptionstagingbnb_spokeConnectorModeArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_spokeConnectorModesArgs = { +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 Subscriptionstagingbnb_aggregateRootProposedArgs = { +export type Subscriptionstagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootProposedsArgs = { +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 Subscriptionstagingbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_assetArgs = { +export type Subscriptionstagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetsArgs = { +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 Subscriptionmetis_assetStatusArgs = { +export type Subscriptionstagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetStatusesArgs = { +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 Subscriptionmetis_assetBalanceArgs = { +export type Subscriptionstagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetBalancesArgs = { +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 Subscriptionmetis_routerArgs = { +export type Subscriptionstagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routersArgs = { +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 Subscriptionmetis_routerDailyTVLArgs = { +export type Subscriptionstagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerDailyTVLsArgs = { +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 Subscriptionmetis_routerLiquidityEventArgs = { +export type Subscriptionstagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerLiquidityEventsArgs = { +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 Subscriptionmetis_settingArgs = { +export type Subscriptionstagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_settingsArgs = { +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 Subscriptionmetis_relayerArgs = { +export type Subscriptionstagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayersArgs = { +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 Subscriptionmetis_sequencerArgs = { +export type Subscriptionstagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_sequencersArgs = { +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 Subscriptionmetis_relayerFeeArgs = { +export type Subscriptionstagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesArgs = { +export type Subscriptionstagingmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originTransferArgs = { +export type Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originTransfersArgs = { +export type Subscriptionstagingmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_destinationTransferArgs = { +export type Subscriptionstagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_destinationTransfersArgs = { +export type Subscriptionstagingmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originMessageArgs = { +export type Subscriptionstagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originMessagesArgs = { +export type Subscriptionstagingmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootArgs = { +export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootsArgs = { +export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetaArgs = { +export type Subscriptionstagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetasArgs = { +export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountArgs = { +export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountsArgs = { +export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootMessageSentsArgs = { +export type Subscriptionpolygonzkevm_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesIncreasesArgs = { +export type Subscriptionpolygonzkevm_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_slippageUpdatesArgs = { +export type Subscriptionpolygonzkevm_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_snapshotRootsArgs = { +export type Subscriptionpolygonzkevm_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_spokeConnectorModesArgs = { +export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootProposedsArgs = { +export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedsArgs = { +export type Subscriptionpolygonzkevm_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingpolygon_assetArgs = { +export type Subscriptionpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetsArgs = { +export type Subscriptionpolygonzkevm_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetStatusArgs = { +export type Subscriptionpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetStatusesArgs = { +export type Subscriptionpolygonzkevm_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetBalancesArgs = { +export type Subscriptionpolygonzkevm_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerArgs = { +export type Subscriptionpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routersArgs = { +export type Subscriptionpolygonzkevm_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerDailyTVLsArgs = { +export type Subscriptionpolygonzkevm_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerLiquidityEventsArgs = { +export type Subscriptionpolygonzkevm_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_settingArgs = { +export type Subscriptionpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_settingsArgs = { +export type Subscriptionpolygonzkevm_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerArgs = { +export type Subscriptionpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayersArgs = { +export type Subscriptionpolygonzkevm_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_sequencerArgs = { +export type Subscriptionpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_sequencersArgs = { +export type Subscriptionpolygonzkevm_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesArgs = { +export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originTransferArgs = { +export type Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originTransfersArgs = { +export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_destinationTransfersArgs = { +export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originMessageArgs = { +export type Subscriptionpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originMessagesArgs = { +export type Subscriptionpolygonzkevm_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootArgs = { +export type Subscriptionpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootsArgs = { +export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_connectorMetaArgs = { +export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_connectorMetasArgs = { +export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootCountArgs = { +export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootCountsArgs = { +export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootMessageSentsArgs = { +export type Subscriptionstagingoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesIncreasesArgs = { +export type Subscriptionstagingoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_slippageUpdateArgs = { +export type Subscriptionstagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_slippageUpdatesArgs = { +export type Subscriptionstagingoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_snapshotRootArgs = { +export type Subscriptionstagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_snapshotRootsArgs = { +export type Subscriptionstagingoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_spokeConnectorModeArgs = { +export type Subscriptionstagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { +export type Subscriptionstagingoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { +export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingavalanche_assetsArgs = { +export type Subscriptionstagingoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetStatusArgs = { +export type Subscriptionstagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetStatusesArgs = { +export type Subscriptionstagingoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetBalanceArgs = { +export type Subscriptionstagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetBalancesArgs = { +export type Subscriptionstagingoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerArgs = { +export type Subscriptionstagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routersArgs = { +export type Subscriptionstagingoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerDailyTVLArgs = { +export type Subscriptionstagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerDailyTVLsArgs = { +export type Subscriptionstagingoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerLiquidityEventsArgs = { +export type Subscriptionstagingoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_settingArgs = { +export type Subscriptionstagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_settingsArgs = { +export type Subscriptionstagingoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerArgs = { +export type Subscriptionstagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayersArgs = { +export type Subscriptionstagingoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_sequencerArgs = { +export type Subscriptionstagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_sequencersArgs = { +export type Subscriptionstagingoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeeArgs = { +export type Subscriptionstagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesArgs = { +export type Subscriptionstagingoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originTransferArgs = { +export type Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originTransfersArgs = { +export type Subscriptionstagingoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_destinationTransferArgs = { +export type Subscriptionstagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_destinationTransfersArgs = { +export type Subscriptionstagingoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originMessageArgs = { +export type Subscriptionstagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originMessagesArgs = { +export type Subscriptionstagingoptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootArgs = { +export type Subscriptionstagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootsArgs = { +export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_connectorMetaArgs = { +export type Subscriptionstagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_connectorMetasArgs = { +export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootCountArgs = { +export type Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootCountsArgs = { +export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootMessageSentArgs = { +export type Subscriptionstagingoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootMessageSentsArgs = { +export type Subscriptionstagingarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { +export type Subscriptionstagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesIncreasesArgs = { +export type Subscriptionstagingarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_slippageUpdateArgs = { +export type Subscriptionstagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_slippageUpdatesArgs = { +export type Subscriptionstagingarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_snapshotRootArgs = { +export type Subscriptionstagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_snapshotRootsArgs = { +export type Subscriptionstagingarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_spokeConnectorModeArgs = { +export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_spokeConnectorModesArgs = { +export type Subscriptionstagingarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootProposedArgs = { +export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootProposedsArgs = { +export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { +export type Subscriptionstagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_assetArgs = { +export type Subscriptionstagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetsArgs = { +export type Subscriptionstagingarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetStatusArgs = { +export type Subscriptionstagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetStatusesArgs = { +export type Subscriptionstagingarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetBalanceArgs = { +export type Subscriptionstagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetBalancesArgs = { +export type Subscriptionstagingarbitrumone_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerArgs = { +export type Subscriptionstagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routersArgs = { +export type Subscriptionstagingarbitrumone_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerDailyTVLArgs = { +export type Subscriptionstagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerDailyTVLsArgs = { +export type Subscriptionstagingarbitrumone_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionstagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumone_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_settingArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_settingsArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayerArgs = { +export type Subscriptionstagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayersArgs = { +export type Subscriptionstagingarbitrumone_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_sequencerArgs = { +export type Subscriptionstagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_sequencersArgs = { +export type Subscriptionstagingarbitrumone_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayerFeeArgs = { +export type Subscriptionstagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayerFeesArgs = { +export type Subscriptionstagingarbitrumone_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_originTransferArgs = { +export type Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_originTransfersArgs = { +export type Subscriptionstagingarbitrumone_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_destinationTransferArgs = { +export type Subscriptionstagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_destinationTransfersArgs = { +export type Subscriptionstagingarbitrumone_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_originMessageArgs = { +export type Subscriptionstagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_originMessagesArgs = { +export type Subscriptionstagingarbitrumone_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_aggregateRootArgs = { +export type Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_aggregateRootsArgs = { +export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_connectorMetaArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_connectorMetasArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_rootCountArgs = { +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_rootCountsArgs = { +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_rootMessageSentArgs = { +export type Subscriptionstagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_rootMessageSentsArgs = { +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 Subscriptionarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionlocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayerFeesIncreasesArgs = { +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 Subscriptionarbitrumone_slippageUpdateArgs = { +export type Subscriptionlocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_slippageUpdatesArgs = { +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 Subscriptionarbitrumone_snapshotRootArgs = { +export type Subscriptionlocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_snapshotRootsArgs = { +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 Subscriptionarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_spokeConnectorModesArgs = { +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 Subscriptionarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionlocalarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_aggregateRootProposedsArgs = { +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 Subscriptionarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionlocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_optimisticRootFinalizedsArgs = { +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 Subscriptionarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_assetArgs = { +export type Subscriptionlocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetsArgs = { +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 Subscriptionpolygonzkevm_assetStatusArgs = { +export type Subscriptionlocalarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetStatusesArgs = { +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 Subscriptionpolygonzkevm_assetBalanceArgs = { +export type Subscriptionlocalarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetBalancesArgs = { +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 Subscriptionpolygonzkevm_routerArgs = { +export type Subscriptionlocalarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routersArgs = { +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 Subscriptionpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionlocalarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { +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 Subscriptionpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionlocalarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { +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 Subscriptionpolygonzkevm_settingArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_settingsArgs = { +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 Subscriptionpolygonzkevm_relayerArgs = { +export type Subscriptionlocalarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayersArgs = { +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 Subscriptionpolygonzkevm_sequencerArgs = { +export type Subscriptionlocalarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_sequencersArgs = { +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 Subscriptionpolygonzkevm_relayerFeeArgs = { +export type Subscriptionlocalarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesArgs = { +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 Subscriptionpolygonzkevm_originTransferArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originTransfersArgs = { +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 Subscriptionpolygonzkevm_destinationTransferArgs = { +export type Subscriptionlocalarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_destinationTransfersArgs = { +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 Subscriptionpolygonzkevm_originMessageArgs = { +export type Subscriptionlocalarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originMessagesArgs = { +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 Subscriptionpolygonzkevm_aggregateRootArgs = { +export type Subscriptionlocalarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootsArgs = { +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 Subscriptionpolygonzkevm_connectorMetaArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_connectorMetasArgs = { +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 Subscriptionpolygonzkevm_rootCountArgs = { +export type Subscriptionlocalarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootCountsArgs = { +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 Subscriptionpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionlocalarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { +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 Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { +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 Subscriptionpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { +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 Subscriptionpolygonzkevm_snapshotRootArgs = { +export type Subscriptionmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_snapshotRootsArgs = { +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 Subscriptionpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { +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 Subscriptionpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { +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 Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { +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 Subscriptionpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingoptimism_assetArgs = { +export type Subscriptionmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetsArgs = { +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 Subscriptionstagingoptimism_assetStatusArgs = { +export type Subscriptionmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetStatusesArgs = { +export type Subscriptionmumbai_sequencersArgs = { 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 Subscriptionstagingoptimism_assetBalanceArgs = { + +export type Subscriptionmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetBalancesArgs = { +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 Subscriptionstagingoptimism_routerArgs = { +export type Subscriptionmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routersArgs = { +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 Subscriptionstagingoptimism_routerDailyTVLArgs = { +export type Subscriptionmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerDailyTVLsArgs = { +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 Subscriptionstagingoptimism_routerLiquidityEventArgs = { +export type Subscriptionmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { +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 Subscriptionstagingoptimism_settingArgs = { +export type Subscriptionmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_settingsArgs = { +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 Subscriptionstagingoptimism_relayerArgs = { +export type Subscriptionmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayersArgs = { +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 Subscriptionstagingoptimism_sequencerArgs = { +export type Subscriptionmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_sequencersArgs = { +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 Subscriptionstagingoptimism_relayerFeeArgs = { +export type Subscriptionmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesArgs = { +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 Subscriptionstagingoptimism_originTransferArgs = { +export type Subscriptionmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originTransfersArgs = { +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 Subscriptionstagingoptimism_destinationTransferArgs = { +export type Subscriptionmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_destinationTransfersArgs = { +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 Subscriptionstagingoptimism_originMessageArgs = { +export type Subscriptionmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originMessagesArgs = { +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 Subscriptionstagingoptimism_aggregateRootArgs = { +export type Subscriptionmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootsArgs = { +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 Subscriptionstagingoptimism_connectorMetaArgs = { +export type Subscriptionmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_connectorMetasArgs = { +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 Subscriptionstagingoptimism_rootCountArgs = { +export type Subscriptionmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootCountsArgs = { +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 Subscriptionstagingoptimism_rootMessageSentArgs = { +export type Subscriptionmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootMessageSentsArgs = { +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 Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesIncreasesArgs = { +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 Subscriptionstagingoptimism_slippageUpdateArgs = { +export type Subscriptionstagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_slippageUpdatesArgs = { +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 Subscriptionstagingoptimism_snapshotRootArgs = { +export type Subscriptionstagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_snapshotRootsArgs = { +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 Subscriptionstagingoptimism_spokeConnectorModeArgs = { +export type Subscriptionstagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { +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 Subscriptionstagingoptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { +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 Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_assetArgs = { +export type Subscriptionstagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetsArgs = { +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 Subscriptionoptimism_assetStatusArgs = { +export type Subscriptionstagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusesArgs = { +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 Subscriptionoptimism_assetBalanceArgs = { +export type Subscriptionstagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalancesArgs = { +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 Subscriptionoptimism_routerArgs = { +export type Subscriptionstagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routersArgs = { +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 Subscriptionoptimism_routerDailyTVLArgs = { +export type Subscriptionstagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLsArgs = { +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 Subscriptionoptimism_routerLiquidityEventArgs = { +export type Subscriptionstagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventsArgs = { +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 Subscriptionoptimism_settingArgs = { +export type Subscriptionstagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingsArgs = { +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 Subscriptionoptimism_relayerArgs = { +export type Subscriptionstagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayersArgs = { +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 Subscriptionoptimism_sequencerArgs = { +export type Subscriptionstagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencersArgs = { +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 Subscriptionoptimism_relayerFeeArgs = { +export type Subscriptionstagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesArgs = { +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 Subscriptionoptimism_originTransferArgs = { +export type Subscriptionstagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransfersArgs = { +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 Subscriptionoptimism_destinationTransferArgs = { +export type Subscriptionstagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransfersArgs = { +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 Subscriptionoptimism_originMessageArgs = { +export type Subscriptionstagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessagesArgs = { +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 Subscriptionoptimism_aggregateRootArgs = { +export type Subscriptionstagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootsArgs = { +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 Subscriptionoptimism_connectorMetaArgs = { +export type Subscriptionstagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetasArgs = { +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 Subscriptionoptimism_rootCountArgs = { +export type Subscriptionstagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountsArgs = { +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 Subscriptionoptimism_rootMessageSentArgs = { +export type Subscriptionstagingmode__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentsArgs = { +export type Subscriptionstagingzksync_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionstagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { +export type Subscriptionstagingzksync_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdateArgs = { +export type Subscriptionstagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdatesArgs = { +export type Subscriptionstagingzksync_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootArgs = { +export type Subscriptionstagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootsArgs = { +export type Subscriptionstagingzksync_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModeArgs = { +export type Subscriptionstagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModesArgs = { +export type Subscriptionstagingzksync_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedsArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingzksync_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_assetArgs = { +export type Subscriptionstagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetsArgs = { +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_assetStatusArgs = { +export type Subscriptionstagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusesArgs = { +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_assetBalanceArgs = { +export type Subscriptionstagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalancesArgs = { +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_routerArgs = { +export type Subscriptionstagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routersArgs = { +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_routerDailyTVLArgs = { +export type Subscriptionstagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Subscriptionstagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Subscriptionstagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingsArgs = { +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_relayerArgs = { +export type Subscriptionstagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayersArgs = { +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_sequencerArgs = { +export type Subscriptionstagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencersArgs = { +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_relayerFeeArgs = { +export type Subscriptionstagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesArgs = { +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_originTransferArgs = { +export type Subscriptionstagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransfersArgs = { +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_destinationTransferArgs = { +export type Subscriptionstagingzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransfersArgs = { +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_originMessageArgs = { +export type Subscriptionstagingzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessagesArgs = { +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_aggregateRootArgs = { +export type Subscriptionstagingzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Subscriptionstagingzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetasArgs = { +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_rootCountArgs = { +export type Subscriptionstagingzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Subscriptionstagingzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentsArgs = { +export type Subscriptionstagingbase_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreasesArgs = { +export type Subscriptionstagingbase_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdateArgs = { +export type Subscriptionstagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdatesArgs = { +export type Subscriptionstagingbase_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_snapshotRootArgs = { +export type Subscriptionstagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_snapshotRootsArgs = { +export type Subscriptionstagingbase_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_spokeConnectorModeArgs = { +export type Subscriptionstagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_spokeConnectorModesArgs = { +export type Subscriptionstagingbase_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootProposedArgs = { +export type Subscriptionstagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootProposedsArgs = { +export type Subscriptionstagingbase_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingbase_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginglinea_assetArgs = { +export type Subscriptionstagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetsArgs = { +export type Subscriptionstagingbase_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetStatusArgs = { +export type Subscriptionstagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetStatusesArgs = { +export type Subscriptionstagingbase_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetBalanceArgs = { +export type Subscriptionstagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetBalancesArgs = { +export type Subscriptionstagingbase_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerArgs = { +export type Subscriptionstagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routersArgs = { +export type Subscriptionstagingbase_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerDailyTVLArgs = { +export type Subscriptionstagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerDailyTVLsArgs = { +export type Subscriptionstagingbase_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerLiquidityEventArgs = { +export type Subscriptionstagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerLiquidityEventsArgs = { +export type Subscriptionstagingbase_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_settingArgs = { +export type Subscriptionstagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_settingsArgs = { +export type Subscriptionstagingbase_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerArgs = { +export type Subscriptionstagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayersArgs = { +export type Subscriptionstagingbase_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_sequencerArgs = { +export type Subscriptionstagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_sequencersArgs = { +export type Subscriptionstagingbase_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeeArgs = { +export type Subscriptionstagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesArgs = { +export type Subscriptionstagingbase_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originTransferArgs = { +export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originTransfersArgs = { +export type Subscriptionstagingbase_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_destinationTransferArgs = { +export type Subscriptionstagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_destinationTransfersArgs = { +export type Subscriptionstagingbase_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originMessageArgs = { +export type Subscriptionstagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originMessagesArgs = { +export type Subscriptionstagingbase_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootArgs = { +export type Subscriptionstagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootsArgs = { +export type Subscriptionstagingbase_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetaArgs = { +export type Subscriptionstagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetasArgs = { +export type Subscriptionstagingbase_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountArgs = { +export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountsArgs = { +export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentArgs = { +export type Subscriptionstagingbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentsArgs = { +export type Subscriptionstagingpolygonzkevm_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesIncreasesArgs = { +export type Subscriptionstagingpolygonzkevm_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_slippageUpdateArgs = { +export type Subscriptionstagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_slippageUpdatesArgs = { +export type Subscriptionstagingpolygonzkevm_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_snapshotRootArgs = { +export type Subscriptionstagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_snapshotRootsArgs = { +export type Subscriptionstagingpolygonzkevm_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_spokeConnectorModesArgs = { +export type Subscriptionstagingpolygonzkevm_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootProposedsArgs = { +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingpolygonzkevm_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmantle_assetArgs = { +export type Subscriptionstagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetsArgs = { +export type Subscriptionstagingpolygonzkevm_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetStatusArgs = { +export type Subscriptionstagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetStatusesArgs = { +export type Subscriptionstagingpolygonzkevm_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetBalanceArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetBalancesArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerArgs = { +export type Subscriptionstagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routersArgs = { +export type Subscriptionstagingpolygonzkevm_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerDailyTVLArgs = { +export type Subscriptionstagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerDailyTVLsArgs = { +export type Subscriptionstagingpolygonzkevm_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerLiquidityEventArgs = { +export type Subscriptionstagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerLiquidityEventsArgs = { +export type Subscriptionstagingpolygonzkevm_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_settingArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_settingsArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerArgs = { +export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayersArgs = { +export type Subscriptionstagingpolygonzkevm_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_sequencerArgs = { +export type Subscriptionstagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_sequencersArgs = { +export type Subscriptionstagingpolygonzkevm_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeeArgs = { +export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesArgs = { +export type Subscriptionstagingpolygonzkevm_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originTransferArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originTransfersArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_destinationTransferArgs = { +export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_destinationTransfersArgs = { +export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originMessageArgs = { +export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originMessagesArgs = { +export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootArgs = { +export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootsArgs = { +export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetaArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetasArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountArgs = { +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountsArgs = { +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentArgs = { +export type Subscriptionstagingpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentsArgs = { +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 Subscriptionstagingmantle_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmantle_slippageUpdateArgs = { +export type Subscriptionbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_slippageUpdatesArgs = { +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 Subscriptionstagingmantle_snapshotRootArgs = { +export type Subscriptionbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_snapshotRootsArgs = { +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 Subscriptionstagingmantle_spokeConnectorModeArgs = { +export type Subscriptionbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_spokeConnectorModesArgs = { +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 Subscriptionstagingmantle_aggregateRootProposedArgs = { +export type Subscriptionbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootProposedsArgs = { +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 Subscriptionstagingmantle_optimisticRootFinalizedArgs = { +export type Subscriptionbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { +export type Subscriptionbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetsArgs = { +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 Subscriptionlinea_assetStatusArgs = { +export type Subscriptionbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusesArgs = { +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 Subscriptionlinea_assetBalanceArgs = { +export type Subscriptionbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalancesArgs = { +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 Subscriptionlinea_routerArgs = { +export type Subscriptionbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routersArgs = { +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 Subscriptionlinea_routerDailyTVLArgs = { +export type Subscriptionbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLsArgs = { +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 Subscriptionlinea_routerLiquidityEventArgs = { +export type Subscriptionbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventsArgs = { +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 Subscriptionlinea_settingArgs = { +export type Subscriptionbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingsArgs = { +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 Subscriptionlinea_relayerArgs = { +export type Subscriptionbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayersArgs = { +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 Subscriptionlinea_sequencerArgs = { +export type Subscriptionbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencersArgs = { +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 Subscriptionlinea_relayerFeeArgs = { +export type Subscriptionbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesArgs = { +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 Subscriptionlinea_originTransferArgs = { +export type Subscriptionbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransfersArgs = { +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 Subscriptionlinea_destinationTransferArgs = { +export type Subscriptionbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransfersArgs = { +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 Subscriptionlinea_originMessageArgs = { +export type Subscriptionbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessagesArgs = { +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 Subscriptionlinea_aggregateRootArgs = { +export type Subscriptionbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootsArgs = { +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 Subscriptionlinea_connectorMetaArgs = { +export type Subscriptionbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetasArgs = { +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 Subscriptionlinea_rootCountArgs = { +export type Subscriptionbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountsArgs = { +export type Subscriptionbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentArgs = { +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentsArgs = { +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 Subscriptionlinea_relayerFeesIncreaseArgs = { +export type Subscriptionxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreasesArgs = { +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 Subscriptionlinea_slippageUpdateArgs = { +export type Subscriptionxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdatesArgs = { +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 Subscriptionlinea_snapshotRootArgs = { +export type Subscriptionxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_snapshotRootsArgs = { +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 Subscriptionlinea_spokeConnectorModeArgs = { +export type Subscriptionxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_spokeConnectorModesArgs = { +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 Subscriptionlinea_aggregateRootProposedArgs = { +export type Subscriptionxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootProposedsArgs = { +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 Subscriptionlinea_optimisticRootFinalizedArgs = { +export type Subscriptionxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_optimisticRootFinalizedsArgs = { +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 Subscriptionlinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmetis_assetArgs = { +export type Subscriptionxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetsArgs = { +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 Subscriptionstagingmetis_assetStatusArgs = { +export type Subscriptionxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetStatusesArgs = { +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 Subscriptionstagingmetis_assetBalanceArgs = { +export type Subscriptionxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetBalancesArgs = { +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 Subscriptionstagingmetis_routerArgs = { +export type Subscriptionxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routersArgs = { +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 Subscriptionstagingmetis_routerDailyTVLArgs = { +export type Subscriptionxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerDailyTVLsArgs = { +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 Subscriptionstagingmetis_routerLiquidityEventArgs = { +export type Subscriptionxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { +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 Subscriptionstagingmetis_settingArgs = { +export type Subscriptionxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_settingsArgs = { +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 Subscriptionstagingmetis_relayerArgs = { +export type Subscriptionxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayersArgs = { +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 Subscriptionstagingmetis_sequencerArgs = { +export type Subscriptionxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_sequencersArgs = { +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 Subscriptionstagingmetis_relayerFeeArgs = { +export type Subscriptionxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesArgs = { +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 Subscriptionstagingmetis_originTransferArgs = { +export type Subscriptionxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originTransfersArgs = { +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 Subscriptionstagingmetis_destinationTransferArgs = { +export type Subscriptionxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_destinationTransfersArgs = { +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 Subscriptionstagingmetis_originMessageArgs = { +export type Subscriptionxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originMessagesArgs = { +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 Subscriptionstagingmetis_aggregateRootArgs = { +export type Subscriptionxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootsArgs = { +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 Subscriptionstagingmetis_connectorMetaArgs = { +export type Subscriptionxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_connectorMetasArgs = { +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 Subscriptionstagingmetis_rootCountArgs = { +export type Subscriptionxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootCountsArgs = { +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 Subscriptionstagingmetis_rootMessageSentArgs = { +export type Subscriptionxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootMessageSentsArgs = { +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 Subscriptionstagingmetis_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmetis_slippageUpdateArgs = { +export type Subscriptionmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_slippageUpdatesArgs = { +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 Subscriptionstagingmetis_snapshotRootArgs = { +export type Subscriptionmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_snapshotRootsArgs = { +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 Subscriptionstagingmetis_spokeConnectorModeArgs = { +export type Subscriptionmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_spokeConnectorModesArgs = { +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 Subscriptionstagingmetis_aggregateRootProposedArgs = { +export type Subscriptionmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootProposedsArgs = { +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 Subscriptionstagingmetis_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumone_assetArgs = { +export type Subscriptionmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetsArgs = { +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 Subscriptionstagingarbitrumone_assetStatusArgs = { +export type Subscriptionmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetStatusesArgs = { +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 Subscriptionstagingarbitrumone_assetBalanceArgs = { +export type Subscriptionmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetBalancesArgs = { +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 Subscriptionstagingarbitrumone_routerArgs = { +export type Subscriptionmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routersArgs = { +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 Subscriptionstagingarbitrumone_routerDailyTVLArgs = { +export type Subscriptionmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerDailyTVLsArgs = { +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 Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { +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 Subscriptionstagingarbitrumone_settingArgs = { +export type Subscriptionmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_settingsArgs = { +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 Subscriptionstagingarbitrumone_relayerArgs = { +export type Subscriptionmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayersArgs = { +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 Subscriptionstagingarbitrumone_sequencerArgs = { +export type Subscriptionmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_sequencersArgs = { +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 Subscriptionstagingarbitrumone_relayerFeeArgs = { +export type Subscriptionmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesArgs = { +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 Subscriptionstagingarbitrumone_originTransferArgs = { +export type Subscriptionmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originTransfersArgs = { +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 Subscriptionstagingarbitrumone_destinationTransferArgs = { +export type Subscriptionmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_destinationTransfersArgs = { +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 Subscriptionstagingarbitrumone_originMessageArgs = { +export type Subscriptionmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originMessagesArgs = { +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 Subscriptionstagingarbitrumone_aggregateRootArgs = { +export type Subscriptionmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootsArgs = { +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 Subscriptionstagingarbitrumone_connectorMetaArgs = { +export type Subscriptionmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_connectorMetasArgs = { +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 Subscriptionstagingarbitrumone_rootCountArgs = { +export type Subscriptionmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootCountsArgs = { +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 Subscriptionstagingarbitrumone_rootMessageSentArgs = { +export type Subscriptionarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootMessageSentsArgs = { +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 Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesIncreasesArgs = { +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 Subscriptionstagingarbitrumone_slippageUpdateArgs = { +export type Subscriptionarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_slippageUpdatesArgs = { +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 Subscriptionstagingarbitrumone_snapshotRootArgs = { +export type Subscriptionarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_snapshotRootsArgs = { +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 Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { +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 Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { +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 Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionzksync_assetArgs = { +export type Subscriptionarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetsArgs = { +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 Subscriptionzksync_assetStatusArgs = { +export type Subscriptionarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetStatusesArgs = { +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 Subscriptionzksync_assetBalanceArgs = { +export type Subscriptionarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetBalancesArgs = { +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 Subscriptionzksync_routerArgs = { +export type Subscriptionarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routersArgs = { +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 Subscriptionzksync_routerDailyTVLArgs = { +export type Subscriptionarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerDailyTVLsArgs = { +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 Subscriptionzksync_routerLiquidityEventArgs = { +export type Subscriptionarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerLiquidityEventsArgs = { +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 Subscriptionzksync_settingArgs = { +export type Subscriptionarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_settingsArgs = { +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 Subscriptionzksync_relayerArgs = { +export type Subscriptionarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayersArgs = { +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 Subscriptionzksync_sequencerArgs = { +export type Subscriptionarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_sequencersArgs = { +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 Subscriptionzksync_relayerFeeArgs = { +export type Subscriptionarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesArgs = { +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 Subscriptionzksync_originTransferArgs = { +export type Subscriptionarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originTransfersArgs = { +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 Subscriptionzksync_destinationTransferArgs = { +export type Subscriptionarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_destinationTransfersArgs = { +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 Subscriptionzksync_originMessageArgs = { +export type Subscriptionarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originMessagesArgs = { +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 Subscriptionzksync_aggregateRootArgs = { +export type Subscriptionarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootsArgs = { +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 Subscriptionzksync_connectorMetaArgs = { +export type Subscriptionarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_connectorMetasArgs = { +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 Subscriptionzksync_rootCountArgs = { +export type Subscriptionarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootCountsArgs = { +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 Subscriptionzksync_rootMessageSentArgs = { +export type Subscriptionarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootMessageSentsArgs = { +export type Subscriptionpolygon_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesIncreaseArgs = { +export type Subscriptionpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesIncreasesArgs = { +export type Subscriptionpolygon_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_slippageUpdateArgs = { +export type Subscriptionpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_slippageUpdatesArgs = { +export type Subscriptionpolygon_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_snapshotRootArgs = { +export type Subscriptionpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_snapshotRootsArgs = { +export type Subscriptionpolygon_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_spokeConnectorModeArgs = { +export type Subscriptionpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_spokeConnectorModesArgs = { +export type Subscriptionpolygon_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootProposedArgs = { +export type Subscriptionpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootProposedsArgs = { +export type Subscriptionpolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_optimisticRootFinalizedArgs = { +export type Subscriptionpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_optimisticRootFinalizedsArgs = { +export type Subscriptionpolygon_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingbase_assetArgs = { +export type Subscriptionpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetsArgs = { +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 Subscriptionstagingbase_assetStatusArgs = { +export type Subscriptionpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetStatusesArgs = { +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 Subscriptionstagingbase_assetBalanceArgs = { +export type Subscriptionpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetBalancesArgs = { +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 Subscriptionstagingbase_routerArgs = { +export type Subscriptionpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routersArgs = { +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 Subscriptionstagingbase_routerDailyTVLArgs = { +export type Subscriptionpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerDailyTVLsArgs = { +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 Subscriptionstagingbase_routerLiquidityEventArgs = { +export type Subscriptionpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerLiquidityEventsArgs = { +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 Subscriptionstagingbase_settingArgs = { +export type Subscriptionpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_settingsArgs = { +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 Subscriptionstagingbase_relayerArgs = { +export type Subscriptionpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayersArgs = { +export type Subscriptionpolygon_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionstagingbase_sequencerArgs = { +export type Subscriptionpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_sequencersArgs = { +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 Subscriptionstagingbase_relayerFeeArgs = { +export type Subscriptionpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesArgs = { +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 Subscriptionstagingbase_originTransferArgs = { +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originTransfersArgs = { +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 Subscriptionstagingbase_destinationTransferArgs = { +export type Subscriptionpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_destinationTransfersArgs = { +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 Subscriptionstagingbase_originMessageArgs = { +export type Subscriptionpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originMessagesArgs = { +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 Subscriptionstagingbase_aggregateRootArgs = { +export type Subscriptionpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootsArgs = { +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 Subscriptionstagingbase_connectorMetaArgs = { +export type Subscriptionpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_connectorMetasArgs = { +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 Subscriptionstagingbase_rootCountArgs = { +export type Subscriptionpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootCountsArgs = { +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 Subscriptionstagingbase_rootMessageSentArgs = { +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootMessageSentsArgs = { +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 Subscriptionstagingbase_relayerFeesIncreaseArgs = { +export type Subscriptionmetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesIncreasesArgs = { +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 Subscriptionstagingbase_slippageUpdateArgs = { +export type Subscriptionmetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_slippageUpdatesArgs = { +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 Subscriptionstagingbase_snapshotRootArgs = { +export type Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_snapshotRootsArgs = { +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 Subscriptionstagingbase_spokeConnectorModeArgs = { +export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_spokeConnectorModesArgs = { +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 Subscriptionstagingbase_aggregateRootProposedArgs = { +export type Subscriptionmetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootProposedsArgs = { +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 Subscriptionstagingbase_optimisticRootFinalizedArgs = { +export type Subscriptionmetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_assetArgs = { +export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetsArgs = { +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 Subscriptionbase_assetStatusArgs = { +export type Subscriptionmetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetStatusesArgs = { +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 Subscriptionbase_assetBalanceArgs = { +export type Subscriptionmetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetBalancesArgs = { +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 Subscriptionbase_routerArgs = { +export type Subscriptionmetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routersArgs = { +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 Subscriptionbase_routerDailyTVLArgs = { +export type Subscriptionmetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerDailyTVLsArgs = { +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 Subscriptionbase_routerLiquidityEventArgs = { +export type Subscriptionmetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerLiquidityEventsArgs = { +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 Subscriptionbase_settingArgs = { +export type Subscriptionmetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_settingsArgs = { +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 Subscriptionbase_relayerArgs = { +export type Subscriptionmetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayersArgs = { +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 Subscriptionbase_sequencerArgs = { +export type Subscriptionmetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_sequencersArgs = { +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 Subscriptionbase_relayerFeeArgs = { +export type Subscriptionmetis_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesArgs = { +export type Subscriptionstagingmetis_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originTransferArgs = { +export type Subscriptionstagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originTransfersArgs = { +export type Subscriptionstagingmetis_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_destinationTransferArgs = { +export type Subscriptionstagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_destinationTransfersArgs = { +export type Subscriptionstagingmetis_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originMessageArgs = { +export type Subscriptionstagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originMessagesArgs = { +export type Subscriptionstagingmetis_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootArgs = { +export type Subscriptionstagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootsArgs = { +export type Subscriptionstagingmetis_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetaArgs = { +export type Subscriptionstagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetasArgs = { +export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountArgs = { +export type Subscriptionstagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountsArgs = { +export type Subscriptionstagingmetis_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentArgs = { +export type Subscriptionstagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentsArgs = { +export type Subscriptionstagingmetis_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmetis_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_slippageUpdateArgs = { +export type Subscriptionstagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_slippageUpdatesArgs = { +export type Subscriptionstagingmetis_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_snapshotRootArgs = { +export type Subscriptionstagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_snapshotRootsArgs = { +export type Subscriptionstagingmetis_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_spokeConnectorModeArgs = { +export type Subscriptionstagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_spokeConnectorModesArgs = { +export type Subscriptionstagingmetis_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootProposedArgs = { +export type Subscriptionstagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootProposedsArgs = { +export type Subscriptionstagingmetis_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingmetis_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingpolygonzkevm_assetArgs = { +export type Subscriptionstagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetsArgs = { +export type Subscriptionstagingmetis_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetStatusArgs = { +export type Subscriptionstagingmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetStatusesArgs = { +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 Subscriptionstagingpolygonzkevm_assetBalanceArgs = { +export type Subscriptionstagingmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetBalancesArgs = { +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 Subscriptionstagingpolygonzkevm_routerArgs = { +export type Subscriptionstagingmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routersArgs = { +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 Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionstagingmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerDailyTVLsArgs = { +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 Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionstagingmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { +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 Subscriptionstagingpolygonzkevm_settingArgs = { +export type Subscriptionstagingmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_settingsArgs = { +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 Subscriptionstagingpolygonzkevm_relayerArgs = { +export type Subscriptionstagingmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayersArgs = { +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 Subscriptionstagingpolygonzkevm_sequencerArgs = { +export type Subscriptionstagingmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_sequencersArgs = { +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 Subscriptionstagingpolygonzkevm_relayerFeeArgs = { +export type Subscriptionstagingmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesArgs = { +export type Subscriptionmantle_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originTransferArgs = { +export type Subscriptionmantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originTransfersArgs = { +export type Subscriptionmantle_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_destinationTransferArgs = { +export type Subscriptionmantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_destinationTransfersArgs = { +export type Subscriptionmantle_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originMessageArgs = { +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originMessagesArgs = { +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootArgs = { +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootsArgs = { +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { +export type Subscriptionmantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_connectorMetasArgs = { +export type Subscriptionmantle_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootCountArgs = { +export type Subscriptionmantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootCountsArgs = { +export type Subscriptionmantle_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionmantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootMessageSentsArgs = { +export type Subscriptionmantle_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionmantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { +export type Subscriptionmantle_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionmantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { +export type Subscriptionmantle_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { +export type Subscriptionmantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { +export type Subscriptionmantle_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionmantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { +export type Subscriptionmantle_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionmantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { +export type Subscriptionmantle_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionmantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Subscriptionmantle_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingzksync_assetArgs = { +export type Subscriptionmantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetsArgs = { +export type Subscriptionmantle_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetStatusArgs = { +export type Subscriptionmantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetStatusesArgs = { +export type Subscriptionmantle_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetBalanceArgs = { +export type Subscriptionmantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetBalancesArgs = { +export type Subscriptionmantle_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerArgs = { +export type Subscriptionmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routersArgs = { +export type Subscriptionmantle_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerDailyTVLArgs = { +export type Subscriptionmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerDailyTVLsArgs = { +export type Subscriptionmantle_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerLiquidityEventArgs = { +export type Subscriptionmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { +export type Subscriptionmantle_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_settingArgs = { +export type Subscriptionmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_settingsArgs = { +export type Subscriptionmantle_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerArgs = { +export type Subscriptionmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayersArgs = { +export type Subscriptionmantle_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_sequencerArgs = { +export type Subscriptionmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_sequencersArgs = { +export type Subscriptionmantle_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeeArgs = { +export type Subscriptionmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesArgs = { +export type Subscriptionmantle_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originTransferArgs = { +export type Subscriptionmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originTransfersArgs = { +export type Subscriptionmantle_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_destinationTransferArgs = { +export type Subscriptionmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_destinationTransfersArgs = { +export type Subscriptionmantle_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originMessageArgs = { +export type Subscriptionmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originMessagesArgs = { +export type Subscriptionmantle_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootArgs = { +export type Subscriptionmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootsArgs = { +export type Subscriptionmantle_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_connectorMetaArgs = { +export type Subscriptionmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_connectorMetasArgs = { +export type Subscriptionmantle_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootCountArgs = { +export type Subscriptionmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootCountsArgs = { +export type Subscriptionmantle_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootMessageSentArgs = { +export type Subscriptionmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootMessageSentsArgs = { +export type Subscriptionmantle_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesIncreaseArgs = { +export type Subscriptionmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesIncreasesArgs = { +export type Subscriptionmantle_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_slippageUpdateArgs = { +export type Subscriptionmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_slippageUpdatesArgs = { +export type Subscriptionmantle_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_snapshotRootArgs = { +export type Subscriptionmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_snapshotRootsArgs = { +export type Subscriptionmantle_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_spokeConnectorModeArgs = { +export type Subscriptionmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_spokeConnectorModesArgs = { +export type Subscriptionmantle_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootProposedArgs = { +export type Subscriptionmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { +export type Subscriptionmantle_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_optimisticRootFinalizedArgs = { +export type Subscriptionmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { +export type Subscriptionmantle_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync__metaArgs = { - block?: InputMaybe; +export type Subscriptionmantle_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetArgs = { +export type Subscriptionmantle_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetsArgs = { +export type Subscriptionmantle_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetStatusArgs = { +export type Subscriptionmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetStatusesArgs = { +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 Subscriptionx1testnet_assetBalanceArgs = { +export type Subscriptionstagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetBalancesArgs = { +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 Subscriptionx1testnet_routerArgs = { +export type Subscriptionstagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_routersArgs = { +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 Subscriptionx1testnet_routerDailyTVLArgs = { +export type Subscriptionstagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_routerDailyTVLsArgs = { +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 Subscriptionx1testnet_routerLiquidityEventArgs = { +export type Subscriptionstagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_routerLiquidityEventsArgs = { +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 Subscriptionx1testnet_settingArgs = { +export type Subscriptionstagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_settingsArgs = { +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 Subscriptionx1testnet_relayerArgs = { +export type Subscriptionstagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_relayersArgs = { +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 Subscriptionx1testnet_sequencerArgs = { +export type Subscriptionstagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_sequencersArgs = { +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 Subscriptionx1testnet_relayerFeeArgs = { +export type Subscriptionstagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_relayerFeesArgs = { +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 Subscriptionx1testnet_originTransferArgs = { +export type Subscriptionstagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_originTransfersArgs = { +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 Subscriptionx1testnet_destinationTransferArgs = { +export type Subscriptionstagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_destinationTransfersArgs = { +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 Subscriptionx1testnet_originMessageArgs = { +export type Subscriptionstagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_originMessagesArgs = { +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 Subscriptionx1testnet_aggregateRootArgs = { +export type Subscriptionstagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_aggregateRootsArgs = { +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 Subscriptionx1testnet_connectorMetaArgs = { +export type Subscriptionstagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_connectorMetasArgs = { +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 Subscriptionx1testnet_rootCountArgs = { +export type Subscriptionstagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_rootCountsArgs = { +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 Subscriptionx1testnet_rootMessageSentArgs = { +export type Subscriptionstagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_rootMessageSentsArgs = { +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 Subscriptionx1testnet_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_relayerFeesIncreasesArgs = { +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 Subscriptionx1testnet_slippageUpdateArgs = { +export type Subscriptionstagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_slippageUpdatesArgs = { +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 Subscriptionx1testnet_snapshotRootArgs = { +export type Subscriptionstagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_snapshotRootsArgs = { +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 Subscriptionx1testnet_spokeConnectorModeArgs = { +export type Subscriptionstagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_spokeConnectorModesArgs = { +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 Subscriptionx1testnet_aggregateRootProposedArgs = { +export type Subscriptionstagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_aggregateRootProposedsArgs = { +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 Subscriptionx1testnet_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_optimisticRootFinalizedsArgs = { +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 Subscriptionx1testnet__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Aggregation_interval = - | 'hour' - | 'day'; -export type testoptimismgoerli_Asset = { +export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_assetArgs = { 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 Subscriptionmetis_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_assetStatusArgs = { 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 Subscriptionmetis_assetStatusesArgs = { + 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 Subscriptionmetis_assetBalanceArgs = { + 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 Subscriptionmetis_assetBalancesArgs = { + 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 Subscriptionmetis_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_DestinationTransfer = { + +export type Subscriptionmetis_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_routerDailyTVLArgs = { 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 Subscriptionmetis_routerDailyTVLsArgs = { 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'; - -/** Defines the order direction, either ascending or descending */ -export type testoptimismgoerli_OrderDirection = - | 'asc' - | 'desc'; -export type testoptimismgoerli_OriginTransfer = { +export type Subscriptionmetis_routerLiquidityEventArgs = { 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; + 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 Subscriptionmetis_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -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_settingArgs = { 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_settingsArgs = { + 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_relayerArgs = { 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_relayersArgs = { 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_sequencerArgs = { 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_sequencersArgs = { + 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_relayerFeeArgs = { 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_relayerFeesArgs = { + 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_originTransferArgs = { 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 testoptimismgoerli_StableSwap_orderBy = - | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; +export type Subscriptionmetis_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type testoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; -export type testoptimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; +export type Subscriptionmetis_destinationTransferArgs = { + id: Scalars['ID']; + 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 _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_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type mumbai_swap_Aggregation_interval = - | 'hour' - | 'day'; -export type mumbai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type Subscriptionmetis_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; + +export type Subscriptionmetis_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpAccount = { + +export type Subscriptionmetis_aggregateRootArgs = { id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - balances: Array; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpAccountbalancesArgs = { +export type Subscriptionmetis_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpAccountBalance = { - id: Scalars['ID']; - account: mumbai_swap_LpAccount; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; -export type mumbai_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionmetis_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; -export type mumbai_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionmetis_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; -export type mumbai_swap_LpToken = { +export type Subscriptionmetis_rootCountArgs = { 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; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpTokeneventsArgs = { +export type Subscriptionmetis_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpTokenEvent = { + +export type Subscriptionmetis_rootMessageSentArgs = { id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type mumbai_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; -export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { +export type Subscriptionmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - from: Scalars['mumbai_swap_Bytes']; - to: Scalars['mumbai_swap_Bytes']; - fromBalance: Scalars['mumbai_swap_BigDecimal']; - toBalance: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; -export type mumbai_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; +export type Subscriptionmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -/** Defines the order direction, either ascending or descending */ -export type mumbai_swap_OrderDirection = - | 'asc' - | 'desc'; -export type mumbai_swap_PooledToken = { +export type Subscriptionmetis_slippageUpdateArgs = { id: Scalars['ID']; - asset: Scalars['mumbai_swap_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_PooledToken_orderBy = - | 'id' - | 'asset'; -export type mumbai_swap_StableSwap = { +export type Subscriptionmetis_snapshotRootArgs = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['mumbai_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapeventsArgs = { +export type Subscriptionmetis_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapexchangesArgs = { +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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwaphourlyVolumesArgs = { +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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapdailyVolumesArgs = { +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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapweeklyVolumesArgs = { +export type Subscriptionmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { + +export type Subscriptionoptimism_assetStatusArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type mumbai_swap_StableSwapEvent = { +export type Subscriptionoptimism_assetBalanceArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type mumbai_swap_StableSwapExchange = { +export type Subscriptionoptimism_routerArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - buyer: Scalars['mumbai_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { +export type Subscriptionoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type mumbai_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; -export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { +export type Subscriptionoptimism_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { +export type Subscriptionoptimism_relayerArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type mumbai_swap_SwapTradeVolume = { - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; +export type Subscriptionoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { +export type Subscriptionoptimism_relayerFeeArgs = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type mumbai_swap_SystemInfo = { +export type Subscriptionoptimism_originTransferArgs = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type mumbai_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; -export type mumbai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; +export type Subscriptionoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -/** The type for the top-level _meta field */ -export type mumbai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mumbai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; + +export type Subscriptionoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_Aggregation_interval = - | 'hour' - | 'day'; -export type goerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type Subscriptionoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; + +export type Subscriptionoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpAccount = { + +export type Subscriptionoptimism_aggregateRootArgs = { id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - balances: Array; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpAccountbalancesArgs = { +export type Subscriptionoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpAccountBalance = { + +export type Subscriptionoptimism_connectorMetaArgs = { id: Scalars['ID']; - account: goerli_swap_LpAccount; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; -export type goerli_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; -export type goerli_swap_LpToken = { +export type Subscriptionoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootMessageSentArgs = { id: Scalars['ID']; - 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; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpTokeneventsArgs = { +export type Subscriptionoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpTokenEvent = { + +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type goerli_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; -export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { +export type Subscriptionoptimism_slippageUpdateArgs = { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - from: Scalars['goerli_swap_Bytes']; - to: Scalars['goerli_swap_Bytes']; - fromBalance: Scalars['goerli_swap_BigDecimal']; - toBalance: Scalars['goerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; -export type goerli_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; +export type Subscriptionoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -/** Defines the order direction, either ascending or descending */ -export type goerli_swap_OrderDirection = - | 'asc' - | 'desc'; -export type goerli_swap_PooledToken = { +export type Subscriptionoptimism_snapshotRootArgs = { id: Scalars['ID']; - asset: Scalars['goerli_swap_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionoptimism_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; -export type goerli_swap_StableSwap = { +export type Subscriptionoptimism_spokeConnectorModeArgs = { 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>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapeventsArgs = { +export type Subscriptionoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapexchangesArgs = { +export type Subscriptionoptimism_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwaphourlyVolumesArgs = { +export type Subscriptionoptimism_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapdailyVolumesArgs = { +export type Subscriptionoptimism__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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapweeklyVolumesArgs = { +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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { + +export type Subscriptionx1testnet_assetBalanceArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type goerli_swap_StableSwapEvent = { +export type Subscriptionx1testnet_routerArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type goerli_swap_StableSwapExchange = { +export type Subscriptionx1testnet_routerDailyTVLArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - buyer: Scalars['goerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { +export type Subscriptionx1testnet_routerLiquidityEventArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type goerli_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; -export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { +export type Subscriptionx1testnet_settingArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { +export type Subscriptionx1testnet_relayerArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type goerli_swap_SwapTradeVolume = { - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; +export type Subscriptionx1testnet_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { +export type Subscriptionx1testnet_relayerFeeArgs = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type goerli_swap_SystemInfo = { +export type Subscriptionx1testnet_originTransferArgs = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type goerli_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; -export type goerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; +export type Subscriptionx1testnet_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -/** The type for the top-level _meta field */ -export type goerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: goerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; + +export type Subscriptionx1testnet_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_AggregateRootSavedSlow = { + +export type Subscriptionx1testnet_originMessageArgs = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; -export type staginggoerli_AggregatedMessageRoot = { +export type Subscriptionx1testnet_aggregateRootArgs = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_AggregatedMessageRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_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_AggregatedMessageRoot_orderBy = - | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; +export type Subscriptionx1testnet_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type staginggoerli_Aggregation_interval = - | 'hour' - | 'day'; -export type staginggoerli_ArbitrumConnectorMeta = { +export type Subscriptionx1testnet_connectorMetaArgs = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_ArbitrumConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionx1testnet_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_ArbitrumConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type staginggoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type Subscriptionx1testnet_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; + +export type Subscriptionx1testnet_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_BnbConnectorMeta = { + +export type Subscriptionx1testnet_rootMessageSentArgs = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; -export type staginggoerli_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type staginggoerli_HubDomain = { +export type Subscriptionx1testnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - domain?: Maybe; -}; - -export type staginggoerli_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>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_HubDomain_orderBy = - | 'id' - | 'domain'; - -export type staginggoerli_HubOptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; -export type staginggoerli_HubOptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_HubOptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; -export type staginggoerli_OptimismConnectorMeta = { +export type Subscriptionx1testnet_slippageUpdateArgs = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; - -export type staginggoerli_OptimismConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli_OptimisticRootPropagated = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; -export type staginggoerli_OptimisticRootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_OptimisticRootPropagated_orderBy = - | 'id' - | 'aggregateRoot' - | 'domainsHash' - | 'timestamp' - | 'blockNumber'; -export type staginggoerli_OptimisticRootProposed = { +export type Subscriptionx1testnet_snapshotRootArgs = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginggoerli_OptimisticRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - 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>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_OptimisticRootProposed_orderBy = - | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type staginggoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type staginggoerli_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; -export type staginggoerli_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type staginggoerli_RootAggregated = { +export type Subscriptionx1testnet_spokeConnectorModeArgs = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; - index: Scalars['BigInt']; -}; - -export type staginggoerli_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type staginggoerli_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; -export type staginggoerli_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; -export type staginggoerli_RootManagerMode = { +export type Subscriptionx1testnet_aggregateRootProposedArgs = { id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type staginggoerli_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type staginggoerli_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; -export type staginggoerli_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; -export type staginggoerli_RootPropagated = { +export type Subscriptionx1testnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - aggregate: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginggoerli_RootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; - -export type staginggoerli_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; -export type staginggoerli_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionx1testnet_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; -/** The type for the top-level _meta field */ -export type staginggoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: staginggoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type Subscriptionx1testnet__metaArgs = { + block?: InputMaybe; }; -export type testgoerli_Aggregation_interval = +export type testoptimismgoerli_Aggregation_interval = | 'hour' | 'day'; -export type testgoerli_Asset = { +export type testoptimismgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; - local: Scalars['testgoerli_Bytes']; - adoptedAsset: Scalars['testgoerli_Bytes']; - canonicalId: Scalars['testgoerli_Bytes']; + key?: Maybe; + local: Scalars['testoptimismgoerli_Bytes']; + adoptedAsset: Scalars['testoptimismgoerli_Bytes']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; canonicalDomain: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type testgoerli_AssetBalance = { +export type testoptimismgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; - router: testgoerli_Router; - asset: testgoerli_Asset; + router: testoptimismgoerli_Router; + asset: testoptimismgoerli_Asset; }; -export type testgoerli_AssetBalance_filter = { +export type testoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57742,7 +53748,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; @@ -57763,14 +53769,14 @@ 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; /** 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 testoptimismgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'router' @@ -57789,7 +53795,7 @@ export type testgoerli_AssetBalance_orderBy = | 'asset__canonicalDomain' | 'asset__blockNumber'; -export type testgoerli_Asset_filter = { +export type testoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57798,46 +53804,46 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -57855,12 +53861,12 @@ export type testgoerli_Asset_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_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_Asset_orderBy = +export type testoptimismgoerli_Asset_orderBy = | 'id' | 'key' | 'local' @@ -57869,49 +53875,49 @@ export type testgoerli_Asset_orderBy = | 'canonicalDomain' | 'blockNumber'; -export type testgoerli_BlockChangedFilter = { +export type testoptimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type testgoerli_Block_height = { - hash?: InputMaybe; +export type testoptimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type testgoerli_DestinationTransfer = { +export type testoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - to?: Maybe; - callData?: Maybe; + to?: Maybe; + callData?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; + agent?: Maybe; + recovery?: Maybe; forceSlow?: Maybe; receiveLocal?: Maybe; - callback?: Maybe; + callback?: Maybe; callbackFee?: Maybe; relayerFee?: Maybe; destinationMinOut?: Maybe; - status?: Maybe; - routers?: Maybe>; - originSender?: Maybe; - transactingAsset?: Maybe; + status?: Maybe; + routers?: Maybe>; + originSender?: Maybe; + transactingAsset?: Maybe; transactingAmount?: Maybe; - localAsset?: Maybe; + localAsset?: Maybe; localAmount?: Maybe; sponsorVaultRelayerFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; @@ -57919,15 +53925,15 @@ export type testgoerli_DestinationTransfer = { }; -export type testgoerli_DestinationTransferroutersArgs = { +export type testoptimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type testgoerli_DestinationTransfer_filter = { +export type testoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57944,16 +53950,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; @@ -57962,26 +53968,26 @@ 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; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: 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; @@ -57998,26 +54004,26 @@ 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; + 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>; @@ -58026,16 +54032,16 @@ export type testgoerli_DestinationTransfer_filter = { 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; + 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; @@ -58060,37 +54066,37 @@ export type testgoerli_DestinationTransfer_filter = { destinationMinOut_lte?: InputMaybe; destinationMinOut_in?: InputMaybe>; destinationMinOut_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; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: 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; + 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; @@ -58099,16 +54105,16 @@ export type testgoerli_DestinationTransfer_filter = { 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; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: 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; @@ -58125,26 +54131,26 @@ export type testgoerli_DestinationTransfer_filter = { 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; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: 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; @@ -58177,26 +54183,26 @@ 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; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: 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; @@ -58230,12 +54236,12 @@ export type testgoerli_DestinationTransfer_filter = { 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 testgoerli_DestinationTransfer_orderBy = +export type testoptimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -58274,42 +54280,42 @@ export type testgoerli_DestinationTransfer_orderBy = | 'reconciledBlockNumber'; /** Defines the order direction, either ascending or descending */ -export type testgoerli_OrderDirection = +export type testoptimismgoerli_OrderDirection = | 'asc' | 'desc'; -export type testgoerli_OriginTransfer = { +export type testoptimismgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - to?: Maybe; - callData?: Maybe; + to?: Maybe; + callData?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; + agent?: Maybe; + recovery?: Maybe; forceSlow?: Maybe; receiveLocal?: Maybe; - callback?: Maybe; + callback?: Maybe; callbackFee?: Maybe; relayerFee?: Maybe; destinationMinOut?: Maybe; - status?: Maybe; + status?: Maybe; originMinOut?: Maybe; - transactingAsset?: Maybe; + transactingAsset?: Maybe; transactingAmount?: Maybe; - bridgedAsset?: Maybe; + bridgedAsset?: Maybe; bridgedAmount?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type testgoerli_OriginTransfer_filter = { +export type testoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58326,16 +54332,16 @@ export type testgoerli_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; @@ -58344,26 +54350,26 @@ 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; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: 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; @@ -58380,26 +54386,26 @@ 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; + 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>; @@ -58408,16 +54414,16 @@ export type testgoerli_OriginTransfer_filter = { 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; + 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; @@ -58442,10 +54448,10 @@ export type testgoerli_OriginTransfer_filter = { destinationMinOut_lte?: InputMaybe; destinationMinOut_in?: InputMaybe>; destinationMinOut_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>; originMinOut?: InputMaybe; originMinOut_not?: InputMaybe; originMinOut_gt?: InputMaybe; @@ -58454,16 +54460,16 @@ export type testgoerli_OriginTransfer_filter = { 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; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: 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; @@ -58472,16 +54478,16 @@ export type testgoerli_OriginTransfer_filter = { 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; + 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; @@ -58490,26 +54496,26 @@ export type testgoerli_OriginTransfer_filter = { 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; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58543,12 +54549,12 @@ export type testgoerli_OriginTransfer_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_OriginTransfer_orderBy = +export type testoptimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -58578,13 +54584,13 @@ export type testgoerli_OriginTransfer_orderBy = | 'gasLimit' | 'blockNumber'; -export type testgoerli_Relayer = { +export type testoptimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type testgoerli_Relayer_filter = { +export type testoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58597,47 +54603,47 @@ export type testgoerli_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 testgoerli_Relayer_orderBy = +export type testoptimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type testgoerli_Router = { +export type testoptimismgoerli_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 testgoerli_RouterassetBalancesArgs = { +export type testoptimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type testgoerli_Router_filter = { +export type testoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58650,36 +54656,36 @@ 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; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: 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; @@ -58688,14 +54694,14 @@ export type testgoerli_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 testgoerli_Router_orderBy = +export type testoptimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -58704,13 +54710,13 @@ export type testgoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type testgoerli_Setting = { +export type testoptimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['testgoerli_Bytes']; + caller: Scalars['testoptimismgoerli_Bytes']; }; -export type testgoerli_Setting_filter = { +export type testoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58727,33 +54733,33 @@ 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 testoptimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type testgoerli_SponsorVault = { +export type testoptimismgoerli_SponsorVault = { id: Scalars['ID']; - sponsorVault: Scalars['testgoerli_Bytes']; + sponsorVault: Scalars['testoptimismgoerli_Bytes']; }; -export type testgoerli_SponsorVault_filter = { +export type testoptimismgoerli_SponsorVault_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58762,34 +54768,34 @@ 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; + 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 testgoerli_SponsorVault_orderBy = +export type testoptimismgoerli_SponsorVault_orderBy = | 'id' | 'sponsorVault'; -export type testgoerli_StableSwap = { +export type testoptimismgoerli_StableSwap = { id: Scalars['ID']; - canonicalId: Scalars['testgoerli_Bytes']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; domain?: Maybe; - swapPool: Scalars['testgoerli_Bytes']; + swapPool: Scalars['testoptimismgoerli_Bytes']; }; -export type testgoerli_StableSwap_filter = { +export type testoptimismgoerli_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58798,16 +54804,16 @@ 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; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -58816,38 +54822,38 @@ export type testgoerli_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; + 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 testgoerli_StableSwap_orderBy = +export type testoptimismgoerli_StableSwap_orderBy = | 'id' | 'canonicalId' | 'domain' | 'swapPool'; -export type testgoerli_TransferStatus = +export type testoptimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type testgoerli__Block_ = { +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 */ @@ -58855,7 +54861,7 @@ export type testgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type testgoerli__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 @@ -58863,22 +54869,59 @@ export type testgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: testgoerli__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 goerli_AggregateRootSavedSlow = { +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 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']; - aggregateRoot: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + address: Scalars['stagingmumbai_swap_Bytes']; + balances: Array; }; -export type goerli_AggregateRootSavedSlow_filter = { + +export type stagingmumbai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_swap_LpAccountBalance = { + id: Scalars['ID']; + account: stagingmumbai_swap_LpAccount; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type stagingmumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58887,129 +54930,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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -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; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + 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_AggregatedMessageRoot_orderBy = +export type stagingmumbai_swap_LpAccountBalance_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type goerli_Aggregation_interval = - | 'hour' - | 'day'; - -export type goerli_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; + | '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_ArbitrumConnectorMeta_filter = { +export type stagingmumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59018,242 +55038,59 @@ 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; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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_ArbitrumConnectorMeta_orderBy = +export type stagingmumbai_swap_LpAccount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'balances'; -export type goerli_BaseConnectorMeta = { +export type stagingmumbai_swap_LpToken = { 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; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - 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_BaseConnectorMeta_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: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; + events: Array; }; -export type goerli_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; -export type goerli_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type stagingmumbai_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_GnosisConnectorMeta = { +export type stagingmumbai_swap_LpTokenEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_GnosisConnectorMeta_filter = { +export type stagingmumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59262,72 +55099,91 @@ export type goerli_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_GnosisConnectorMeta_orderBy = +export type stagingmumbai_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_HubDomain_filter = { +export type stagingmumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59336,32 +55192,141 @@ export type goerli_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_HubDomain_orderBy = +export type stagingmumbai_swap_LpToken_orderBy = | 'id' - | 'domain'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type goerli_HubOptimisticRootFinalized = { +export type stagingmumbai_swap_LpTransferEvent = stagingmumbai_swap_LpTokenEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_HubOptimisticRootFinalized_filter = { +export type stagingmumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59370,16 +55335,79 @@ 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; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + 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; @@ -59388,36 +55416,60 @@ 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 stagingmumbai_swap_LpTransferEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type goerli_LineaConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type stagingmumbai_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmumbai_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['stagingmumbai_swap_Bytes']; }; -export type goerli_LineaConnectorMeta_filter = { +export type stagingmumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59426,76 +55478,116 @@ export type goerli_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_LineaConnectorMeta_orderBy = +export type stagingmumbai_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type goerli_OptimismConnectorMeta = { +export type stagingmumbai_swap_StableSwap = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + isActive?: Maybe; + key: Scalars['stagingmumbai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type goerli_OptimismConnectorMeta_filter = { + +export type stagingmumbai_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59504,75 +55596,160 @@ export type goerli_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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_OptimismConnectorMeta_orderBy = +export type stagingmumbai_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'; -export type goerli_OptimisticRootPropagated = { +export type stagingmumbai_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_OptimisticRootPropagated_filter = { +export type stagingmumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59581,26 +55758,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; @@ -59609,39 +55795,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 stagingmumbai_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 stagingmumbai_swap_StableSwapExchange = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['goerli_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['goerli_Bytes']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_OptimisticRootProposed_filter = { +export type stagingmumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59650,46 +55868,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; @@ -59698,45 +55961,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 stagingmumbai_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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_PolygonConnectorMeta_filter = { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59745,74 +56041,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 stagingmumbai_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 stagingmumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59821,6 +56194,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; @@ -59829,43 +56226,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 stagingmumbai_swap_StableSwap_orderBy = | 'id' + | 'isActive' + | 'key' + | 'canonicalId' | 'domain' - | 'receivedRoot' - | 'index'; + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type goerli_RootManagerMeta = { +export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type goerli_RootManagerMeta_filter = { +export type stagingmumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59874,87 +56396,231 @@ export type goerli_RootManagerMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootManagerMeta_orderBy = +export type stagingmumbai_swap_SwapDailyVolume_orderBy = | 'id' - | 'domains' - | 'connectors'; - -export type goerli_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type goerli_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; +}; + +export type stagingmumbai_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; id_gt?: InputMaybe; id_lt?: InputMaybe; id_gte?: InputMaybe; id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - 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 stagingmumbai_swap_SwapHourlyVolume_orderBy = | 'id' - | 'mode'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type goerli_RootMessageProcessed = { +export type stagingmumbai_swap_SwapTradeVolume = { + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; +}; + +export type stagingmumbai_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type goerli_RootMessageProcessed_filter = { +export type stagingmumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59963,52 +56629,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; @@ -60017,57 +56658,118 @@ 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 stagingmumbai_swap_SwapWeeklyVolume_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 = { +export type stagingmumbai_swap_SystemInfo = { id: Scalars['ID']; - aggregate: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type stagingmumbai_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type stagingmumbai_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingmumbai_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingmumbai_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; count: Scalars['BigInt']; - blockNumber?: Maybe; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; -export type goerli_RootPropagated_filter = { +export type staginggoerli_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60076,26 +56778,16 @@ export type goerli_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -60104,6 +56796,76 @@ export type goerli_RootPropagated_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type staginggoerli_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type staginggoerli_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -60113,28 +56875,32 @@ export type goerli_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 goerli_RootPropagated_orderBy = +export type staginggoerli_AggregatedMessageRoot_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' + | 'index' + | 'receivedRoot' + | 'domain' | 'blockNumber'; -export type goerli_X1ConnectorMeta = { +export type staginggoerli_Aggregation_interval = + | 'hour' + | 'day'; + +export type staginggoerli_ArbitrumConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type goerli_X1ConnectorMeta_filter = { +export type staginggoerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60159,43 +56925,43 @@ export type goerli_X1ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_X1ConnectorMeta_orderBy = +export type staginggoerli_ArbitrumConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -60203,16 +56969,26 @@ export type goerli_X1ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type goerli_ZkSyncConnectorMeta = { +export type staginggoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_BnbConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type goerli_ZkSyncConnectorMeta_filter = { +export type staginggoerli_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60237,43 +57013,43 @@ export type goerli_ZkSyncConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ZkSyncConnectorMeta_orderBy = +export type staginggoerli_BnbConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -60281,71 +57057,16 @@ export type goerli_ZkSyncConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type goerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type goerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: goerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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 staginggoerli_GnosisConnectorMeta = { id: Scalars['ID']; - account: stagingmumbai_swap_LpAccount; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type stagingmumbai_swap_LpAccountBalance_filter = { +export type staginggoerli_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60354,106 +57075,72 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_LpAccountBalance_orderBy = +export type staginggoerli_GnosisConnectorMeta_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 stagingmumbai_swap_LpAccount_filter = { +export type staginggoerli_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; +}; + +export type staginggoerli_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60462,59 +57149,32 @@ 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; + 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_swap_LpAccount_orderBy = +export type staginggoerli_HubDomain_orderBy = | 'id' - | 'address' - | 'balances'; - -export type stagingmumbai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - stableSwap: stagingmumbai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; - events: Array; -}; - - -export type stagingmumbai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'domain'; -export type stagingmumbai_swap_LpTokenEvent = { +export type staginggoerli_HubOptimisticRootFinalized = { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - block: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_LpTokenEvent_filter = { +export type staginggoerli_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60523,91 +57183,54 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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_LpTokenEvent_orderBy = +export type staginggoerli_HubOptimisticRootFinalized_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type stagingmumbai_swap_LpToken_filter = { +export type staginggoerli_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60616,141 +57239,75 @@ 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 staginggoerli_OptimismConnectorMeta_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 staginggoerli_OptimisticRootPropagated = { 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']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_LpTransferEvent_filter = { +export type staginggoerli_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60759,79 +57316,26 @@ 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -60840,60 +57344,134 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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_LpTransferEvent_orderBy = +export type staginggoerli_OptimisticRootPropagated_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; + +export type staginggoerli_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type staginggoerli_OptimisticRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + 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_OptimisticRootProposed_orderBy = + | 'id' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmumbai_swap_OrderDirection = +export type staginggoerli_OrderDirection = | 'asc' | 'desc'; -export type stagingmumbai_swap_PooledToken = { +export type staginggoerli_PolygonConnectorMeta = { id: Scalars['ID']; - asset: Scalars['stagingmumbai_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type stagingmumbai_swap_PooledToken_filter = { +export type staginggoerli_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60902,116 +57480,216 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_PooledToken_orderBy = +export type staginggoerli_PolygonConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_StableSwap = { +export type staginggoerli_RootAggregated = { 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>; + domain: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + index: Scalars['BigInt']; }; - -export type stagingmumbai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingmumbai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; }; - -export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; -export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; }; - -export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type staginggoerli_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type staginggoerli_RootMessageProcessed = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { +export type staginggoerli_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61020,87 +57698,52 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -61109,71 +57752,57 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 staginggoerli_RootMessageProcessed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingmumbai_swap_StableSwapEvent = { +export type staginggoerli_RootPropagated = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + aggregate: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_StableSwapEvent_filter = { +export type staginggoerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61182,108 +57811,65 @@ 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>; + 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 stagingmumbai_swap_StableSwapEvent_orderBy = +export type staginggoerli_RootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type stagingmumbai_swap_StableSwapExchange = { +export type staginggoerli_ZkSyncConnectorMeta = { 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['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type stagingmumbai_swap_StableSwapExchange_filter = { +export type staginggoerli_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61292,171 +57878,113 @@ 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 staginggoerli_ZkSyncConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type staginggoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type staginggoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: staginggoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type testgoerli_Aggregation_interval = + | 'hour' + | 'day'; + +export type testgoerli_Asset = { 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']; + key?: Maybe; + local: Scalars['testgoerli_Bytes']; + adoptedAsset: Scalars['testgoerli_Bytes']; + canonicalId: Scalars['testgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type testgoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: testgoerli_Router; + asset: testgoerli_Asset; +}; + +export type testgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61465,151 +57993,82 @@ 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>; + 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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type testgoerli_AssetBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'amount' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__local' + | 'asset__adoptedAsset' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__blockNumber'; -export type stagingmumbai_swap_StableSwap_filter = { +export type testgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61618,281 +58077,136 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 stagingmumbai_swap_StableSwap_orderBy = +export type testgoerli_Asset_orderBy = | 'id' - | 'isActive' | 'key' + | 'local' + | 'adoptedAsset' | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'canonicalDomain' + | 'blockNumber'; -export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; +export type testgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type stagingmumbai_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type testgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingmumbai_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type testgoerli_DestinationTransfer = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + 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 stagingmumbai_swap_SwapHourlyVolume_filter = { + +export type testgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type testgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61901,150 +58215,380 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingmumbai_swap_SwapTradeVolume = { - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; -}; - -export type stagingmumbai_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + localAmount?: InputMaybe; + localAmount_not?: InputMaybe; + localAmount_gt?: InputMaybe; + localAmount_lt?: InputMaybe; + localAmount_gte?: InputMaybe; + localAmount_lte?: InputMaybe; + localAmount_in?: InputMaybe>; + localAmount_not_in?: InputMaybe>; + sponsorVaultRelayerFee?: InputMaybe; + sponsorVaultRelayerFee_not?: InputMaybe; + sponsorVaultRelayerFee_gt?: InputMaybe; + sponsorVaultRelayerFee_lt?: InputMaybe; + sponsorVaultRelayerFee_gte?: InputMaybe; + sponsorVaultRelayerFee_lte?: InputMaybe; + sponsorVaultRelayerFee_in?: InputMaybe>; + sponsorVaultRelayerFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; +export type testgoerli_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'routers' + | 'originSender' + | 'transactingAsset' + | 'transactingAmount' + | 'localAsset' + | 'localAmount' + | 'sponsorVaultRelayerFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber'; -export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { +/** Defines the order direction, either ascending or descending */ +export type testgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type testgoerli_OriginTransfer = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + 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 stagingmumbai_swap_SwapWeeklyVolume_filter = { +export type testgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62053,27 +58597,198 @@ 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; + 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; @@ -62082,49 +58797,73 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 testgoerli_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' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'originMinOut' + | 'transactingAsset' + | 'transactingAmount' + | 'bridgedAsset' + | 'bridgedAmount' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingmumbai_swap_SystemInfo = { +export type testgoerli_Relayer = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type stagingmumbai_swap_SystemInfo_filter = { +export type testgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62133,98 +58872,51 @@ 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>; + 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 stagingmumbai_swap_SystemInfo_orderBy = +export type testgoerli_Relayer_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingmumbai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingmumbai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingmumbai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type optimismgoerli_swap_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; -}; + | 'isActive' + | 'relayer'; -export type optimismgoerli_swap_LpAccount = { +export type testgoerli_Router = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - balances: Array; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type optimismgoerli_swap_LpAccountbalancesArgs = { +export type testgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: optimismgoerli_swap_LpAccount; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpAccountBalance_filter = { +export type testgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62233,106 +58925,71 @@ 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; + 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_LpAccountBalance_orderBy = +export type testgoerli_Router_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type optimismgoerli_swap_LpAccount_filter = { +export type testgoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['testgoerli_Bytes']; +}; + +export type testgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62341,59 +58998,362 @@ 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; + 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_LpAccount_orderBy = +export type testgoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type testgoerli_SponsorVault = { + id: Scalars['ID']; + sponsorVault: Scalars['testgoerli_Bytes']; +}; + +export type testgoerli_SponsorVault_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + sponsorVault?: InputMaybe; + sponsorVault_not?: InputMaybe; + sponsorVault_gt?: InputMaybe; + sponsorVault_lt?: InputMaybe; + sponsorVault_gte?: InputMaybe; + sponsorVault_lte?: InputMaybe; + sponsorVault_in?: InputMaybe>; + sponsorVault_not_in?: InputMaybe>; + sponsorVault_contains?: InputMaybe; + sponsorVault_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testgoerli_SponsorVault_orderBy = + | 'id' + | 'sponsorVault'; + +export type testgoerli_StableSwap = { + id: Scalars['ID']; + canonicalId: Scalars['testgoerli_Bytes']; + domain?: Maybe; + swapPool: Scalars['testgoerli_Bytes']; +}; + +export type testgoerli_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testgoerli_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; + +export type testgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type testgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type testgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: testgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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 = { + id: Scalars['ID']; + account: base_swap_LpAccount; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type base_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 base_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +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 optimismgoerli_swap_LpToken = { +export type base_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - stableSwap: optimismgoerli_swap_StableSwap; + address: Scalars['base_swap_Bytes']; + stableSwap: base_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['base_swap_BigDecimal']; + events: Array; }; -export type optimismgoerli_swap_LpTokeneventsArgs = { +export type base_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpTokenEvent = { +export type base_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpTokenEvent_filter = { +export type base_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62422,15 +59382,15 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -62447,16 +59407,16 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -62466,12 +59426,12 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTokenEvent_orderBy = +export type base_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -62486,7 +59446,7 @@ export type optimismgoerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_LpToken_filter = { +export type base_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62495,16 +59455,16 @@ export type optimismgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -62525,7 +59485,7 @@ export type optimismgoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -62574,22 +59534,22 @@ export type optimismgoerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpToken_orderBy = +export type base_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -62615,21 +59575,21 @@ export type optimismgoerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { +export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - from: Scalars['optimismgoerli_swap_Bytes']; - to: Scalars['optimismgoerli_swap_Bytes']; - fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; - toBalance: Scalars['optimismgoerli_swap_BigDecimal']; + token: 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['optimismgoerli_swap_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpTransferEvent_filter = { +export type base_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62658,51 +59618,51 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -62719,16 +59679,16 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -62738,12 +59698,12 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTransferEvent_orderBy = +export type base_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -62763,16 +59723,16 @@ export type optimismgoerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimismgoerli_swap_OrderDirection = +export type base_swap_OrderDirection = | 'asc' | 'desc'; -export type optimismgoerli_swap_PooledToken = { +export type base_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimismgoerli_swap_Bytes']; + asset: Scalars['base_swap_Bytes']; }; -export type optimismgoerli_swap_PooledToken_filter = { +export type base_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62781,103 +59741,103 @@ export type optimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_PooledToken_orderBy = +export type base_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimismgoerli_swap_StableSwap = { +export type base_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimismgoerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['base_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimismgoerli_swap_StableSwapeventsArgs = { +export type base_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapexchangesArgs = { +export type base_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { +export type base_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { +export type base_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { +export type base_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: base_swap_StableSwap; + provider: Scalars['base_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -62886,11 +59846,11 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type base_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62919,17 +59879,17 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -62988,16 +59948,16 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -63007,12 +59967,12 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type base_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63043,16 +60003,16 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapEvent = { +export type base_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: base_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapEvent_filter = { +export type base_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63081,7 +60041,7 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -63098,16 +60058,16 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -63117,12 +60077,12 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapEvent_orderBy = +export type base_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63146,10 +60106,10 @@ export type optimismgoerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapExchange = { +export type base_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - buyer: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: base_swap_StableSwap; + buyer: Scalars['base_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -63158,11 +60118,11 @@ export type optimismgoerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapExchange_filter = { +export type base_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63191,17 +60151,17 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -63264,16 +60224,16 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -63283,12 +60243,12 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapExchange_orderBy = +export type base_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63319,10 +60279,10 @@ export type optimismgoerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: base_swap_StableSwap; + provider: Scalars['base_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -63331,11 +60291,11 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type base_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63364,17 +60324,17 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -63433,16 +60393,16 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -63452,12 +60412,12 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type base_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63488,7 +60448,7 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwap_filter = { +export type base_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63501,26 +60461,26 @@ export type optimismgoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -63529,26 +60489,26 @@ export type optimismgoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -63597,12 +60557,12 @@ export type optimismgoerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -63645,18 +60605,18 @@ export type optimismgoerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwap_orderBy = +export type base_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -63683,14 +60643,14 @@ export type optimismgoerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: base_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['base_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapDailyVolume_filter = { +export type base_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63719,7 +60679,7 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63728,21 +60688,21 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapDailyVolume_orderBy = +export type base_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63764,14 +60724,14 @@ export type optimismgoerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: base_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['base_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapHourlyVolume_filter = { +export type base_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63800,7 +60760,7 @@ export type optimismgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63809,21 +60769,21 @@ export type optimismgoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapHourlyVolume_orderBy = +export type base_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63845,13 +60805,13 @@ export type optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapTradeVolume = { - stableSwap: optimismgoerli_swap_StableSwap; +export type base_swap_SwapTradeVolume = { + stableSwap: base_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['base_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapTradeVolume_filter = { +export type base_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -63872,7 +60832,7 @@ export type optimismgoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63881,21 +60841,21 @@ export type optimismgoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapTradeVolume_orderBy = +export type base_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -63916,14 +60876,14 @@ export type optimismgoerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: base_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['base_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapWeeklyVolume_filter = { +export type base_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63952,7 +60912,7 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63961,21 +60921,21 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type base_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -63997,13 +60957,13 @@ export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SystemInfo = { +export type base_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimismgoerli_swap_SystemInfo_filter = { +export type base_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64029,19 +60989,19 @@ export type optimismgoerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SystemInfo_orderBy = +export type base_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimismgoerli_swap__Block_ = { +export type base_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -64049,7 +61009,7 @@ export type optimismgoerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type optimismgoerli_swap__Meta_ = { +export type base_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -64057,22 +61017,53 @@ export type optimismgoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimismgoerli_swap__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 mainnet_AggregateRootSavedSlow = { +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']; - aggregateRoot: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + address: Scalars['mumbai_swap_Bytes']; + balances: Array; }; -export type mainnet_AggregateRootSavedSlow_filter = { + +export type mumbai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_swap_LpAccountBalance = { + id: Scalars['ID']; + account: mumbai_swap_LpAccount; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type mumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64081,60 +61072,106 @@ 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>; + 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 mainnet_AggregateRootSavedSlow_orderBy = +export type mumbai_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type mainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_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 mainnet_AggregatedMessageRoot_filter = { +export type mumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64143,63 +61180,59 @@ 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>; - 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 mainnet_AggregatedMessageRoot_orderBy = +export type mumbai_swap_LpAccount_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'address' + | 'balances'; -export type mainnet_ArbitrumConnectorMeta = { +export type mumbai_swap_LpToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + 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 mainnet_ArbitrumConnectorMeta_filter = { + +export type mumbai_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64208,76 +61241,91 @@ export type mainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + 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 mainnet_ArbitrumConnectorMeta_orderBy = +export type mumbai_swap_LpTokenEvent_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']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mainnet_AvalancheConnectorMeta_filter = { +export type mumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64286,76 +61334,141 @@ export type mainnet_AvalancheConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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 mainnet_AvalancheConnectorMeta_orderBy = +export type mumbai_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type mainnet_BaseConnectorMeta = { +export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + from: Scalars['mumbai_swap_Bytes']; + to: Scalars['mumbai_swap_Bytes']; + fromBalance: Scalars['mumbai_swap_BigDecimal']; + toBalance: Scalars['mumbai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_BaseConnectorMeta_filter = { +export type mumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64364,86 +61477,141 @@ export type mainnet_BaseConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + 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 mainnet_BaseConnectorMeta_orderBy = +export type mumbai_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_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 mainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type mumbai_swap_OrderDirection = + | 'asc' + | 'desc'; -export type mainnet_BnbConnectorMeta = { +export type mumbai_swap_PooledToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + asset: Scalars['mumbai_swap_Bytes']; }; -export type mainnet_BnbConnectorMeta_filter = { +export type mumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64452,184 +61620,116 @@ export type mainnet_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_BnbConnectorMeta_orderBy = +export type mumbai_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type mainnet_GnosisConnectorMeta = { +export type mumbai_swap_StableSwap = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + isActive?: Maybe; + key: Scalars['mumbai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type 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 mumbai_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type mainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; +export type mumbai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -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 mumbai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_HubDomain_orderBy = - | 'id' - | 'domain'; -export type mainnet_HubOptimisticRootFinalized = { +export type mumbai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mumbai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_HubOptimisticRootFinalized_filter = { +export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64638,16 +61738,87 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -64656,347 +61827,71 @@ export type mainnet_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 mainnet_HubOptimisticRootFinalized_orderBy = +export type mumbai_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 mainnet_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_LineaConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - 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']; - 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>>; -}; - -export type mainnet_MantleConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_MetisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_MetisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_MetisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_OptimismConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'transaction' + | 'nonce'; -export type mainnet_OptimisticRootPropagated = { +export type mumbai_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; + stableSwap: mumbai_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_OptimisticRootPropagated_filter = { +export type mumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65005,26 +61900,35 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -65033,39 +61937,71 @@ export type mainnet_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 mainnet_OptimisticRootPropagated_orderBy = +export type mumbai_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 mainnet_OptimisticRootProposed = { +export type mumbai_swap_StableSwapExchange = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['mainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['mainnet_Bytes']; + stableSwap: mumbai_swap_StableSwap; + buyer: Scalars['mumbai_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_OptimisticRootProposed_filter = { +export type mumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65074,46 +62010,91 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -65122,45 +62103,78 @@ export type mainnet_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 mainnet_OptimisticRootProposed_orderBy = +export type mumbai_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 mainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type mainnet_PolygonConnectorMeta = { +export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_PolygonConnectorMeta_filter = { +export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65169,152 +62183,151 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_PolygonZkConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_PolygonZkConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_PolygonZkConnectorMeta_orderBy = +export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_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 mainnet_RootAggregated_filter = { +export type mumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65323,6 +62336,30 @@ export type mainnet_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; @@ -65331,43 +62368,168 @@ export type mainnet_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootAggregated_orderBy = +export type mumbai_swap_StableSwap_orderBy = | 'id' + | 'isActive' + | 'key' + | 'canonicalId' | 'domain' - | 'receivedRoot' - | 'index'; + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type mainnet_RootManagerMeta = { +export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type mainnet_RootManagerMeta_filter = { +export type mumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65376,35 +62538,79 @@ 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>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootManagerMeta_orderBy = +export type mumbai_swap_SwapDailyVolume_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mainnet_RootManagerMode = { +export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type mainnet_RootManagerMode_filter = { +export type mumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65413,104 +62619,99 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootManagerMode_orderBy = +export type mumbai_swap_SwapHourlyVolume_orderBy = | 'id' - | 'mode'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; +export type mumbai_swap_SwapTradeVolume = { + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type mainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; +export type mumbai_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -65519,57 +62720,49 @@ export type mainnet_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 mainnet_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' +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' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type mainnet_RootPropagated = { +export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type mainnet_RootPropagated_filter = { +export type mumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65578,65 +62771,78 @@ export type mainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootPropagated_orderBy = +export type mumbai_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mainnet_ZkSyncConnectorMeta = { +export type mumbai_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type mainnet_ZkSyncConnectorMeta_filter = { +export type mumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65645,69 +62851,36 @@ 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; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ZkSyncConnectorMeta_orderBy = +export type mumbai_swap_SystemInfo_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'exchangeCount' + | 'swapCount'; -export type mainnet__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 */ @@ -65715,7 +62888,7 @@ export type mainnet__Block_ = { }; /** The type for the top-level _meta field */ -export type mainnet__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 @@ -65723,20 +62896,53 @@ export type mainnet__Meta_ = { * and therefore asks for the latest block * */ - block: mainnet__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 lineagoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['lineagoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; +export type staginggoerli_swap_Aggregation_interval = + | 'hour' + | 'day'; -export type lineagoerli_AggregateRoot_filter = { +export type staginggoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['staginggoerli_swap_Bytes']; + balances: Array; +}; + + +export type staginggoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: staginggoerli_swap_LpAccount; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type staginggoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65745,53 +62951,167 @@ export type lineagoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_AggregateRoot_orderBy = +export type staginggoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'root' - | '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 lineagoerli_Asset = { +export type staginggoerli_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type staginggoerli_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + 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 lineagoerli_AssetBalance = { + +export type staginggoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; - feesEarned: Scalars['BigInt']; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_AssetBalance_filter = { +export type staginggoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65800,108 +63120,91 @@ export type lineagoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_AssetBalance_orderBy = +export type staginggoerli_swap_LpTokenEvent_orderBy = | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type lineagoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type lineagoerli_AssetStatus_filter = { +export type staginggoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65910,19 +63213,141 @@ export type lineagoerli_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_AssetStatus_orderBy = +export type staginggoerli_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 lineagoerli_Asset_filter = { +export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { + id: Scalars['ID']; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + from: Scalars['staginggoerli_swap_Bytes']; + to: Scalars['staginggoerli_swap_Bytes']; + fromBalance: Scalars['staginggoerli_swap_BigDecimal']; + toBalance: Scalars['staginggoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65931,110 +63356,141 @@ export type lineagoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_Asset_orderBy = +export type staginggoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; - -export type lineagoerli_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 lineagoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type staginggoerli_swap_OrderDirection = + | 'asc' + | 'desc'; -export type lineagoerli_ConnectorMeta = { +export type staginggoerli_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['staginggoerli_swap_Bytes']; }; -export type lineagoerli_ConnectorMeta_filter = { +export type staginggoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66043,103 +63499,116 @@ export type lineagoerli_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: 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_ConnectorMeta_orderBy = +export type staginggoerli_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type lineagoerli_DestinationTransfer = { +export type staginggoerli_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['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 lineagoerli_DestinationTransferroutersArgs = { +export type staginggoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type lineagoerli_DestinationTransfer_filter = { + +export type staginggoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66148,489 +63617,160 @@ export type lineagoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type 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 */ -export type lineagoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type lineagoerli_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_OriginMessage_orderBy = +export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type lineagoerli_OriginTransfer = { +export type staginggoerli_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 lineagoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: staginggoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_OriginTransfer_filter = { +export type staginggoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66639,201 +63779,35 @@ export type lineagoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -66842,96 +63816,71 @@ export type lineagoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_OriginTransfer_orderBy = +export type staginggoerli_swap_StableSwapEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type lineagoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type lineagoerli_RelayerFee = { +export type staginggoerli_swap_StableSwapExchange = { id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; + 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']; - asset: Scalars['lineagoerli_Bytes']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_RelayerFee_filter = { +export type staginggoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66940,27 +63889,75 @@ export type lineagoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -66969,36 +63966,94 @@ 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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RelayerFee_orderBy = +export type staginggoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'transfer' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' | 'fee' - | 'asset'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type lineagoerli_RelayerFeesIncrease = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; + 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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_RelayerFeesIncrease_filter = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67007,53 +64062,87 @@ export type lineagoerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -67062,47 +64151,62 @@ export type lineagoerli_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RelayerFeesIncrease_orderBy = +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type lineagoerli_Relayer_filter = { +export type staginggoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67115,27 +64219,196 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_Relayer_orderBy = +export type staginggoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'relayer'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type lineagoerli_RootCount = { +export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type lineagoerli_RootCount_filter = { +export type staginggoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67144,37 +64417,79 @@ export type lineagoerli_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RootCount_orderBy = +export type staginggoerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type lineagoerli_RootMessageSent = { +export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_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: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type lineagoerli_RootMessageSent_filter = { +export type staginggoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67183,48 +64498,27 @@ export type lineagoerli_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -67233,75 +64527,121 @@ export type lineagoerli_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_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 lineagoerli_RootMessageSent_orderBy = +export type staginggoerli_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'; + | 'volume'; -export type lineagoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; +export type staginggoerli_swap_SwapTradeVolume = { + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; - -export type lineagoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RouterDailyTVL = { +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']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; + stableSwap: staginggoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type lineagoerli_RouterDailyTVL_filter = { +export type staginggoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67310,48 +64650,27 @@ export type lineagoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -67360,26 +64679,49 @@ export type lineagoerli_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_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 lineagoerli_RouterDailyTVL_orderBy = +export type staginggoerli_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'router' - | 'asset' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'balance'; + | 'volume'; -export type lineagoerli_Router_filter = { +export type staginggoerli_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type staginggoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67388,57 +64730,98 @@ export type lineagoerli_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_Router_orderBy = +export type staginggoerli_swap_SystemInfo_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'exchangeCount' + | 'swapCount'; -export type lineagoerli_Sequencer = { +export type staginggoerli_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type staginggoerli_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: staginggoerli_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type optimismgoerli_swap_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 = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + address: Scalars['optimismgoerli_swap_Bytes']; + balances: Array; }; -export type lineagoerli_Sequencer_filter = { + +export type optimismgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: optimismgoerli_swap_LpAccount; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type optimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67447,32 +64830,106 @@ export type lineagoerli_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; + 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 lineagoerli_Sequencer_orderBy = +export type optimismgoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'isActive' - | 'sequencer'; - -export type lineagoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['lineagoerli_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 lineagoerli_Setting_filter = { +export type optimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67481,42 +64938,59 @@ export type lineagoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_Setting_orderBy = +export type optimismgoerli_swap_LpAccount_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'address' + | 'balances'; -export type lineagoerli_SlippageUpdate = { +export type optimismgoerli_swap_LpToken = { id: Scalars['ID']; - transfer: lineagoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; + address: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; + events: Array; +}; + + +export type optimismgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_SlippageUpdate_filter = { +export type optimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67525,47 +64999,43 @@ export type lineagoerli_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + 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; @@ -67574,86 +65044,46 @@ export type lineagoerli_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; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_SlippageUpdate_orderBy = +export type optimismgoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'transfer' - | 'slippage' - | 'caller' - | 'transactionHash' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' | '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 localmainnet_AggregateRootSavedSlow = { - id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; -}; + | 'transaction' + | 'nonce'; -export type localmainnet_AggregateRootSavedSlow_filter = { +export type optimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67662,60 +65092,141 @@ export type localmainnet_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregateRootSavedSlow_orderBy = +export type optimismgoerli_swap_LpToken_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type localmainnet_AggregatedMessageRoot = { +export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + from: Scalars['optimismgoerli_swap_Bytes']; + to: Scalars['optimismgoerli_swap_Bytes']; + fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; + toBalance: Scalars['optimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_AggregatedMessageRoot_filter = { +export type optimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67724,67 +65235,141 @@ export type localmainnet_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + 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 localmainnet_AggregatedMessageRoot_orderBy = +export type optimismgoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localmainnet_Aggregation_interval = - | 'hour' - | 'day'; +/** Defines the order direction, either ascending or descending */ +export type optimismgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; -export type localmainnet_ArbitrumConnectorMeta = { +export type optimismgoerli_swap_PooledToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + asset: Scalars['optimismgoerli_swap_Bytes']; }; -export type localmainnet_ArbitrumConnectorMeta_filter = { +export type optimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67793,238 +65378,116 @@ export type localmainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_ArbitrumConnectorMeta_orderBy = +export type optimismgoerli_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type localmainnet_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type optimismgoerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['optimismgoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type localmainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; -export type localmainnet_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; +export type optimismgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -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 optimismgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type localmainnet_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; +export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type localmainnet_HubDomain = { +export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - domain?: Maybe; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_HubDomain_filter = { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68033,50 +65496,87 @@ export type localmainnet_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_HubDomain_orderBy = - | 'id' - | 'domain'; - -export type localmainnet_HubOptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localmainnet_HubOptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -68085,113 +65585,71 @@ export type localmainnet_HubOptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_HubOptimisticRootFinalized_orderBy = +export type optimismgoerli_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 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 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'; + | 'transaction' + | 'nonce'; -export type localmainnet_OptimisticRootPropagated = { +export type optimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_OptimisticRootPropagated_filter = { +export type optimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68200,26 +65658,35 @@ export type localmainnet_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68228,39 +65695,71 @@ export type localmainnet_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootPropagated_orderBy = +export type optimismgoerli_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 localmainnet_OptimisticRootProposed = { +export type optimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['localmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['localmainnet_Bytes']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_OptimisticRootProposed_filter = { +export type optimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68269,46 +65768,91 @@ export type localmainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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; @@ -68317,45 +65861,78 @@ export type localmainnet_OptimisticRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootProposed_orderBy = +export type optimismgoerli_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 localmainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type localmainnet_PolygonConnectorMeta = { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_PolygonConnectorMeta_filter = { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68364,74 +65941,151 @@ export type localmainnet_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_PolygonConnectorMeta_orderBy = +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_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 localmainnet_RootAggregated_filter = { +export type optimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68440,6 +66094,30 @@ export type localmainnet_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; @@ -68448,43 +66126,168 @@ export type localmainnet_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 localmainnet_RootAggregated_orderBy = +export type optimismgoerli_swap_StableSwap_orderBy = | 'id' + | 'isActive' + | 'key' + | 'canonicalId' | 'domain' - | 'receivedRoot' - | 'index'; + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type localmainnet_RootManagerMeta = { +export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type localmainnet_RootManagerMeta_filter = { +export type optimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68493,35 +66296,79 @@ export type localmainnet_RootManagerMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootManagerMeta_orderBy = +export type optimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type localmainnet_RootManagerMode = { +export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type localmainnet_RootManagerMode_filter = { +export type optimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68530,104 +66377,99 @@ export type localmainnet_RootManagerMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootManagerMode_orderBy = +export type optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' - | 'mode'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type 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 optimismgoerli_swap_SwapTradeVolume = { + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -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; +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; @@ -68636,57 +66478,49 @@ export type localmainnet_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 localmainnet_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' +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' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type localmainnet_RootPropagated = { +export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregate: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type localmainnet_RootPropagated_filter = { +export type optimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68695,65 +66529,78 @@ export type localmainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootPropagated_orderBy = +export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type localmainnet_ZkSyncConnectorMeta = { +export type optimismgoerli_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type localmainnet_ZkSyncConnectorMeta_filter = { +export type optimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68762,69 +66609,36 @@ export type localmainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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 localmainnet_ZkSyncConnectorMeta_orderBy = +export type optimismgoerli_swap_SystemInfo_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'exchangeCount' + | 'swapCount'; -export type localmainnet__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 */ @@ -68832,7 +66646,7 @@ export type localmainnet__Block_ = { }; /** The type for the top-level _meta field */ -export type localmainnet__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 @@ -68840,49 +66654,53 @@ export type localmainnet__Meta_ = { * and therefore asks for the latest block * */ - block: localmainnet__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 linea_swap_BlockChangedFilter = { +export type goerli_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type goerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_swap_Block_height = { - hash?: InputMaybe; +export type goerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_swap_LpAccount = { +export type goerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; + address: Scalars['goerli_swap_Bytes']; + balances: Array; }; -export type linea_swap_LpAccountbalancesArgs = { +export type goerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpAccountBalance = { +export type goerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + account: goerli_swap_LpAccount; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type linea_swap_LpAccountBalance_filter = { +export type goerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68911,7 +66729,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; @@ -68932,15 +66750,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; @@ -68957,26 +66775,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 goerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' + | 'account__id' + | 'account__address' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'block' | 'modified' | 'transaction'; -export type linea_swap_LpAccount_filter = { +export type goerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68985,53 +66817,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 goerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type linea_swap_LpToken = { +export type goerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; + address: Scalars['goerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['goerli_swap_BigDecimal']; + events: Array; }; -export type linea_swap_LpTokeneventsArgs = { +export type goerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpTokenEvent = { +export type goerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTokenEvent_filter = { +export type goerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69060,15 +66898,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; @@ -69085,12 +66923,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; @@ -69100,19 +66942,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 goerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type linea_swap_LpToken_filter = { +export type goerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69121,12 +66971,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; @@ -69147,7 +67001,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; @@ -69196,43 +67050,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 goerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'decimals' | 'name' | 'symbol' | 'totalSupply' | 'events'; -export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { +export type goerli_swap_LpTransferEvent = goerli_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: 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['linea_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTransferEvent_filter = { +export type goerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69261,43 +67134,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; @@ -69314,12 +67195,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; @@ -69329,12 +67214,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 goerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'from' | 'to' @@ -69346,16 +67239,16 @@ export type linea_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = +export type goerli_swap_OrderDirection = | 'asc' | 'desc'; -export type linea_swap_PooledToken = { +export type goerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; + asset: Scalars['goerli_swap_Bytes']; }; -export type linea_swap_PooledToken_filter = { +export type goerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69364,97 +67257,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 goerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type linea_swap_StableSwap = { +export type goerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['linea_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['goerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type linea_swap_StableSwapeventsArgs = { +export type goerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapexchangesArgs = { +export type goerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwaphourlyVolumesArgs = { +export type goerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapdailyVolumesArgs = { +export type goerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapweeklyVolumesArgs = { +export type goerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { +export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -69463,11 +67362,11 @@ export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69496,17 +67395,21 @@ 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; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_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>; @@ -69561,12 +67464,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; @@ -69576,12 +67483,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 goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'provider' | 'tokenAmounts' | 'fees' @@ -69594,16 +67519,16 @@ export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapEvent = { +export type goerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapEvent_filter = { +export type goerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69632,7 +67557,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; @@ -69649,12 +67574,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; @@ -69664,21 +67593,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 goerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type linea_swap_StableSwapExchange = { +export type goerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + buyer: Scalars['goerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -69687,11 +67634,11 @@ export type linea_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapExchange_filter = { +export type goerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69720,13 +67667,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; @@ -69789,12 +67740,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; @@ -69804,12 +67759,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 goerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'buyer' | 'boughtId' | 'tokensBought' @@ -69822,10 +67795,10 @@ export type linea_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { +export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -69834,11 +67807,11 @@ export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEve balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69867,13 +67840,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>; @@ -69932,12 +67909,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; @@ -69947,12 +67928,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 goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'provider' | 'tokenAmounts' | 'fees' @@ -69965,7 +67964,7 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwap_filter = { +export type goerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69978,18 +67977,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; @@ -69998,18 +68005,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; @@ -70058,12 +68073,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>; @@ -70106,15 +68121,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 goerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -70141,14 +68159,14 @@ export type linea_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { +export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type linea_swap_SwapDailyVolume_filter = { +export type goerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70177,7 +68195,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; @@ -70186,32 +68204,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 goerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { +export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type linea_swap_SwapHourlyVolume_filter = { +export type goerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70240,7 +68276,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; @@ -70249,31 +68285,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 goerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; +export type goerli_swap_SwapTradeVolume = { + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type linea_swap_SwapTradeVolume_filter = { +export type goerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -70294,7 +68348,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; @@ -70303,31 +68357,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 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 linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { +export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type linea_swap_SwapWeeklyVolume_filter = { +export type goerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70356,7 +68428,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; @@ -70365,31 +68437,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 goerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SystemInfo = { +export type goerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type linea_swap_SystemInfo_filter = { +export type goerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70415,17 +68505,19 @@ export type linea_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SystemInfo_orderBy = +export type goerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type linea_swap__Block_ = { +export type goerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -70433,7 +68525,7 @@ export type linea_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type linea_swap__Meta_ = { +export type goerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -70441,53 +68533,53 @@ export type linea_swap__Meta_ = { * and therefore asks for the latest block * */ - block: linea_swap__Block_; + block: goerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type staginggoerli_swap_Aggregation_interval = +export type xdai_swap_Aggregation_interval = | 'hour' | 'day'; -export type staginggoerli_swap_BlockChangedFilter = { +export type xdai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type staginggoerli_swap_Block_height = { - hash?: InputMaybe; +export type xdai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type staginggoerli_swap_LpAccount = { +export type xdai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - balances: Array; + address: Scalars['xdai_swap_Bytes']; + balances: Array; }; -export type staginggoerli_swap_LpAccountbalancesArgs = { +export type xdai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_LpAccountBalance = { +export type xdai_swap_LpAccountBalance = { id: Scalars['ID']; - account: staginggoerli_swap_LpAccount; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; + account: xdai_swap_LpAccount; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type staginggoerli_swap_LpAccountBalance_filter = { +export type xdai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70516,7 +68608,7 @@ export type staginggoerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -70537,15 +68629,15 @@ export type staginggoerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -70562,23 +68654,23 @@ export type staginggoerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpAccountBalance_orderBy = +export type xdai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -70595,7 +68687,7 @@ export type staginggoerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type staginggoerli_swap_LpAccount_filter = { +export type xdai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70604,59 +68696,59 @@ export type staginggoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpAccount_orderBy = +export type xdai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type staginggoerli_swap_LpToken = { +export type xdai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - stableSwap: staginggoerli_swap_StableSwap; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['staginggoerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; }; -export type staginggoerli_swap_LpTokeneventsArgs = { +export type xdai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_LpTokenEvent = { +export type xdai_swap_LpTokenEvent = { id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_LpTokenEvent_filter = { +export type xdai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70685,15 +68777,15 @@ export type staginggoerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -70710,16 +68802,16 @@ export type staginggoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -70729,12 +68821,12 @@ export type staginggoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpTokenEvent_orderBy = +export type xdai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -70749,7 +68841,7 @@ export type staginggoerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_LpToken_filter = { +export type xdai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70758,16 +68850,16 @@ export type staginggoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -70788,7 +68880,7 @@ export type staginggoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -70837,22 +68929,22 @@ export type staginggoerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpToken_orderBy = +export type xdai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -70878,21 +68970,21 @@ export type staginggoerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - from: Scalars['staginggoerli_swap_Bytes']; - to: Scalars['staginggoerli_swap_Bytes']; - fromBalance: Scalars['staginggoerli_swap_BigDecimal']; - toBalance: Scalars['staginggoerli_swap_BigDecimal']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + from: Scalars['xdai_swap_Bytes']; + to: Scalars['xdai_swap_Bytes']; + fromBalance: Scalars['xdai_swap_BigDecimal']; + toBalance: Scalars['xdai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_LpTransferEvent_filter = { +export type xdai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70921,51 +69013,51 @@ export type staginggoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + 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; @@ -70982,16 +69074,16 @@ export type staginggoerli_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; @@ -71001,12 +69093,12 @@ export type staginggoerli_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 staginggoerli_swap_LpTransferEvent_orderBy = +export type xdai_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -71026,16 +69118,16 @@ export type staginggoerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type staginggoerli_swap_OrderDirection = +export type xdai_swap_OrderDirection = | 'asc' | 'desc'; -export type staginggoerli_swap_PooledToken = { +export type xdai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['staginggoerli_swap_Bytes']; + asset: Scalars['xdai_swap_Bytes']; }; -export type staginggoerli_swap_PooledToken_filter = { +export type xdai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71044,103 +69136,103 @@ export type staginggoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_PooledToken_orderBy = +export type xdai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type staginggoerli_swap_StableSwap = { +export type xdai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['staginggoerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['xdai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type staginggoerli_swap_StableSwapeventsArgs = { +export type xdai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapexchangesArgs = { +export type xdai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { +export type xdai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapdailyVolumesArgs = { +export type xdai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { +export type xdai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -71149,11 +69241,11 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71182,17 +69274,17 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -71251,16 +69343,16 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -71270,12 +69362,12 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71306,16 +69398,16 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwapEvent = { +export type xdai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapEvent_filter = { +export type xdai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71344,7 +69436,7 @@ export type staginggoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -71361,16 +69453,16 @@ export type staginggoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -71380,12 +69472,12 @@ export type staginggoerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapEvent_orderBy = +export type xdai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71409,10 +69501,10 @@ export type staginggoerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwapExchange = { +export type xdai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - buyer: Scalars['staginggoerli_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -71421,11 +69513,11 @@ export type staginggoerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapExchange_filter = { +export type xdai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71454,17 +69546,17 @@ export type staginggoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -71527,16 +69619,16 @@ export type staginggoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -71546,12 +69638,12 @@ export type staginggoerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapExchange_orderBy = +export type xdai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71582,10 +69674,10 @@ export type staginggoerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -71594,11 +69686,11 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_sw balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71627,17 +69719,17 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -71696,16 +69788,16 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -71715,12 +69807,12 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71751,7 +69843,7 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwap_filter = { +export type xdai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71764,26 +69856,26 @@ export type staginggoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -71792,26 +69884,26 @@ export type staginggoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -71860,12 +69952,12 @@ export type staginggoerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -71908,18 +70000,18 @@ export type staginggoerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwap_orderBy = +export type xdai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -71946,14 +70038,14 @@ export type staginggoerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapDailyVolume_filter = { +export type xdai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71982,7 +70074,7 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71991,21 +70083,21 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapDailyVolume_orderBy = +export type xdai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -72027,14 +70119,14 @@ export type staginggoerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapHourlyVolume_filter = { +export type xdai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72063,7 +70155,7 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -72072,21 +70164,21 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapHourlyVolume_orderBy = +export type xdai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -72108,13 +70200,13 @@ export type staginggoerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SwapTradeVolume = { - stableSwap: staginggoerli_swap_StableSwap; +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapTradeVolume_filter = { +export type xdai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -72135,7 +70227,7 @@ export type staginggoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -72144,21 +70236,21 @@ export type staginggoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapTradeVolume_orderBy = +export type xdai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -72179,14 +70271,14 @@ export type staginggoerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapWeeklyVolume_filter = { +export type xdai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72215,7 +70307,7 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -72224,21 +70316,21 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapWeeklyVolume_orderBy = +export type xdai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -72260,13 +70352,13 @@ export type staginggoerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SystemInfo = { +export type xdai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type staginggoerli_swap_SystemInfo_filter = { +export type xdai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72292,19 +70384,19 @@ export type staginggoerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SystemInfo_orderBy = +export type xdai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type staginggoerli_swap__Block_ = { +export type xdai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -72312,7 +70404,7 @@ export type staginggoerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type staginggoerli_swap__Meta_ = { +export type xdai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -72320,53 +70412,30 @@ export type staginggoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: staginggoerli_swap__Block_; + block: xdai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type polygonzkevm_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygonzkevm_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type polygonzkevm_swap_LpAccount = { +export type stagingoptimismgoerli_AggregateRoot = { id: Scalars['ID']; - address: Scalars['polygonzkevm_swap_Bytes']; - balances: Array; -}; - - -export type polygonzkevm_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['stagingoptimismgoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_LpAccountBalance = { +export type stagingoptimismgoerli_AggregateRootProposed = { id: Scalars['ID']; - account: polygonzkevm_swap_LpAccount; - token: polygonzkevm_swap_LpToken; - amount: Scalars['polygonzkevm_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type polygonzkevm_swap_LpAccountBalance_filter = { +export type stagingoptimismgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72375,106 +70444,72 @@ export type polygonzkevm_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 polygonzkevm_swap_LpAccountBalance_orderBy = +export type stagingoptimismgoerli_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 polygonzkevm_swap_LpAccount_filter = { +export type stagingoptimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72483,59 +70518,64 @@ export type polygonzkevm_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 polygonzkevm_swap_LpAccount_orderBy = +export type stagingoptimismgoerli_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type polygonzkevm_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['polygonzkevm_swap_Bytes']; - stableSwap: polygonzkevm_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['polygonzkevm_swap_BigDecimal']; - events: Array; -}; + | 'root' + | 'blockNumber'; +export type stagingoptimismgoerli_Aggregation_interval = + | 'hour' + | 'day'; -export type polygonzkevm_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingoptimismgoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type polygonzkevm_swap_LpTokenEvent = { +export type stagingoptimismgoerli_AssetBalance = { id: Scalars['ID']; - token: polygonzkevm_swap_LpToken; - amount: Scalars['polygonzkevm_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; + feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_swap_LpTokenEvent_filter = { +export type stagingoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72544,91 +70584,125 @@ export type polygonzkevm_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 polygonzkevm_swap_LpTokenEvent_orderBy = +export type stagingoptimismgoerli_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_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; -export type polygonzkevm_swap_LpToken_filter = { +export type stagingoptimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72637,141 +70711,21 @@ export type polygonzkevm_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 polygonzkevm_swap_LpToken_orderBy = +export type stagingoptimismgoerli_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 polygonzkevm_swap_LpTransferEvent = polygonzkevm_swap_LpTokenEvent & { - id: Scalars['ID']; - token: polygonzkevm_swap_LpToken; - amount: Scalars['polygonzkevm_swap_BigDecimal']; - from: Scalars['polygonzkevm_swap_Bytes']; - to: Scalars['polygonzkevm_swap_Bytes']; - fromBalance: Scalars['polygonzkevm_swap_BigDecimal']; - toBalance: Scalars['polygonzkevm_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type polygonzkevm_swap_LpTransferEvent_filter = { +export type stagingoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72780,141 +70734,139 @@ export type polygonzkevm_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 polygonzkevm_swap_LpTransferEvent_orderBy = +export type stagingoptimismgoerli_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 polygonzkevm_swap_OrderDirection = - | 'asc' - | 'desc'; +export type stagingoptimismgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingoptimismgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; -export type polygonzkevm_swap_PooledToken = { +export type stagingoptimismgoerli_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['polygonzkevm_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygonzkevm_swap_PooledToken_filter = { +export type stagingoptimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72923,116 +70875,117 @@ export type polygonzkevm_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_PooledToken_orderBy = +export type stagingoptimismgoerli_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygonzkevm_swap_StableSwap = { +export type stagingoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['polygonzkevm_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 polygonzkevm_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygonzkevm_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygonzkevm_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygonzkevm_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 polygonzkevm_swap_StableSwapweeklyVolumesArgs = { +export type stagingoptimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygonzkevm_swap_StableSwapAddLiquidityEvent = polygonzkevm_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - provider: Scalars['polygonzkevm_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73041,105 +70994,24 @@ export type polygonzkevm_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; @@ -73148,53 +71020,367 @@ export type polygonzkevm_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 polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingoptimismgoerli_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 polygonzkevm_swap_StableSwapEvent = { +export type stagingoptimismgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type polygonzkevm_swap_StableSwapEvent_filter = { +export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73203,35 +71389,16 @@ export type polygonzkevm_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; @@ -73240,71 +71407,45 @@ export type polygonzkevm_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 polygonzkevm_swap_StableSwapEvent_orderBy = +export type stagingoptimismgoerli_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'; + +/** Defines the order direction, either ascending or descending */ +export type stagingoptimismgoerli_OrderDirection = + | 'asc' + | 'desc'; -export type polygonzkevm_swap_StableSwapExchange = { +export type stagingoptimismgoerli_OriginMessage = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - buyer: Scalars['polygonzkevm_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['polygonzkevm_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 polygonzkevm_swap_StableSwapExchange_filter = { +export type stagingoptimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73313,171 +71454,166 @@ export type polygonzkevm_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 polygonzkevm_swap_StableSwapExchange_orderBy = +export type stagingoptimismgoerli_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 polygonzkevm_swap_StableSwapRemoveLiquidityEvent = polygonzkevm_swap_StableSwapEvent & { +export type stagingoptimismgoerli_OriginTransfer = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - provider: Scalars['polygonzkevm_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_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 stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73486,105 +71622,24 @@ export type polygonzkevm_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; @@ -73593,246 +71648,341 @@ export type polygonzkevm_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>>; -}; - -export type polygonzkevm_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 polygonzkevm_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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_StableSwap_orderBy = +export type stagingoptimismgoerli_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' + | '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 polygonzkevm_swap_SwapDailyVolume = polygonzkevm_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_Relayer = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingoptimismgoerli_RelayerFee = { + id: Scalars['ID']; + transfer: stagingoptimismgoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingoptimismgoerli_Bytes']; }; -export type polygonzkevm_swap_SwapDailyVolume_filter = { +export type stagingoptimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73841,79 +71991,100 @@ export type polygonzkevm_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_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_SwapDailyVolume_orderBy = +export type stagingoptimismgoerli_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' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | '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 polygonzkevm_swap_SwapHourlyVolume = polygonzkevm_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; + transfer: stagingoptimismgoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_SwapHourlyVolume_filter = { +export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73922,27 +72093,65 @@ export type polygonzkevm_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_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73951,121 +72160,158 @@ export type polygonzkevm_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 polygonzkevm_swap_SwapHourlyVolume_orderBy = +export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type polygonzkevm_swap_SwapTradeVolume = { - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; +export type stagingoptimismgoerli_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_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 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; +export type stagingoptimismgoerli_RootCount_orderBy = + | 'id' + | 'count'; -export type polygonzkevm_swap_SwapWeeklyVolume = polygonzkevm_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_RootMessageSent = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type polygonzkevm_swap_SwapWeeklyVolume_filter = { +export type stagingoptimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74074,27 +72320,60 @@ export type polygonzkevm_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_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_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; @@ -74103,49 +72382,77 @@ export type polygonzkevm_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 polygonzkevm_swap_SwapWeeklyVolume_orderBy = +export type stagingoptimismgoerli_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 polygonzkevm_swap_SystemInfo = { +export type stagingoptimismgoerli_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 stagingoptimismgoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type polygonzkevm_swap_SystemInfo_filter = { +export type stagingoptimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74154,98 +72461,111 @@ export type polygonzkevm_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>>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_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 polygonzkevm_swap_SystemInfo_orderBy = +export type stagingoptimismgoerli_RouterDailyTVL_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type polygonzkevm_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 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 - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest 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 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; -}; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__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 stagingoptimismgoerli_swap_LpAccount = { +export type stagingoptimismgoerli_RouterLiquidityEvent = { 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; + type?: Maybe; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: stagingoptimismgoerli_swap_LpAccount; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; +export type stagingoptimismgoerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; -export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { +export type stagingoptimismgoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74254,106 +72574,147 @@ 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; + 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 stagingoptimismgoerli_swap_LpAccountBalance_orderBy = +export type stagingoptimismgoerli_RouterLiquidityEvent_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' + | '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' - | 'block' - | 'modified' - | 'transaction'; + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type stagingoptimismgoerli_swap_LpAccount_filter = { +export type stagingoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74362,59 +72723,71 @@ 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; + 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 stagingoptimismgoerli_swap_LpAccount_orderBy = +export type stagingoptimismgoerli_Router_orderBy = | 'id' - | 'address' - | 'balances'; - -export type stagingoptimismgoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type stagingoptimismgoerli_swap_LpTokenEvent = { +export type stagingoptimismgoerli_Sequencer = { 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']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { +export type stagingoptimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74423,91 +72796,38 @@ 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>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpTokenEvent_orderBy = +export type stagingoptimismgoerli_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 stagingoptimismgoerli_swap_LpToken_filter = { +export type stagingoptimismgoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingoptimismgoerli_Bytes']; +}; + +export type stagingoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74516,141 +72836,48 @@ export type stagingoptimismgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + 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 stagingoptimismgoerli_swap_LpToken_orderBy = +export type stagingoptimismgoerli_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 stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { +export type stagingoptimismgoerli_SlippageUpdate = { 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']; + transfer: stagingoptimismgoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { +export type stagingoptimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74659,79 +72886,55 @@ 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>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -74740,60 +72943,93 @@ export type stagingoptimismgoerli_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 stagingoptimismgoerli_swap_LpTransferEvent_orderBy = +export type stagingoptimismgoerli_SlippageUpdate_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__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'; - -/** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingoptimismgoerli_swap_PooledToken = { +export type stagingoptimismgoerli_SnapshotRoot = { id: Scalars['ID']; - asset: Scalars['stagingoptimismgoerli_swap_Bytes']; + spokeDomain?: Maybe; + root: Scalars['stagingoptimismgoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_PooledToken_filter = { +export type stagingoptimismgoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74802,116 +73038,155 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type stagingoptimismgoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingoptimismgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingoptimismgoerli_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingoptimismgoerli_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; }; - -export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingoptimismgoerli_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingoptimismgoerli_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; -export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - +export type stagingoptimismgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; -export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingoptimismgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; +/** The type for the top-level _meta field */ +export type stagingoptimismgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingoptimismgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; -export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { - 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 stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type goerli_AggregateRootProposed = { 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']; + aggregateRoot: Scalars['goerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74920,87 +73195,40 @@ 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -75009,71 +73237,30 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type goerli_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'; - -export type stagingoptimismgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'blockNumber'; -export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { +export type goerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75082,108 +73269,64 @@ export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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_StableSwapEvent_orderBy = +export type goerli_AggregateRoot_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'root' + | 'blockNumber'; -export type stagingoptimismgoerli_swap_StableSwapExchange = { +export type goerli_Aggregation_interval = + | 'hour' + | 'day'; + +export type goerli_Asset = { 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']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { +export type goerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: goerli_Router; + asset: goerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type goerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75192,171 +73335,125 @@ 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; - 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_StableSwapExchange_orderBy = +export type goerli_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' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | '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 stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type goerli_AssetStatus = { 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?: Maybe; }; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75365,151 +73462,21 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + 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_StableSwapRemoveLiquidityEvent_orderBy = +export type goerli_AssetStatus_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'status'; -export type stagingoptimismgoerli_swap_StableSwap_filter = { +export type goerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75518,200 +73485,139 @@ export type stagingoptimismgoerli_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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_StableSwap_orderBy = +export type goerli_Asset_orderBy = | 'id' - | 'isActive' | 'key' + | 'decimal' + | 'adoptedDecimal' | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type goerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type goerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type goerli_ConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { +export type goerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75720,79 +73626,117 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_SwapDailyVolume_orderBy = +export type goerli_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'; -export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type goerli_DestinationTransfer = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_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 stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { + +export type goerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75801,150 +73745,393 @@ 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>; + 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 stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = +export type goerli_DestinationTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingoptimismgoerli_swap_SwapTradeVolume = { - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; - -export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type goerli_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; + aggregateRoot: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + blockNumber?: Maybe; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { +export type goerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75953,27 +74140,16 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -75982,49 +74158,45 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 goerli_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' + | 'aggregateRoot' | 'timestamp' - | 'volume'; + | 'blockNumber'; -export type stagingoptimismgoerli_swap_SystemInfo = { +/** Defines the order direction, either ascending or descending */ +export type goerli_OrderDirection = + | 'asc' + | 'desc'; + +export type goerli_OriginMessage = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type stagingoptimismgoerli_swap_SystemInfo_filter = { +export type goerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76033,98 +74205,166 @@ 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>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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_SystemInfo_orderBy = +export type goerli_OriginMessage_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingoptimismgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type base_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type base_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type base_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type base_swap_LpAccount = { +export type goerli_OriginTransfer = { id: Scalars['ID']; - address: Scalars['base_swap_Bytes']; - balances: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type base_swap_LpAccountbalancesArgs = { +export type goerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_swap_LpAccountBalance = { - id: Scalars['ID']; - account: base_swap_LpAccount; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_LpAccountBalance_filter = { +export type goerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76133,106 +74373,367 @@ 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; + 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 base_swap_LpAccountBalance_orderBy = +export type goerli_OriginTransfer_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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 base_swap_LpAccount_filter = { +export type goerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type goerli_RelayerFee = { + id: Scalars['ID']; + transfer: goerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['goerli_Bytes']; +}; + +export type goerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76241,59 +74742,100 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpAccount_orderBy = +export type goerli_RelayerFee_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; -}; - - -export type base_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type base_swap_LpTokenEvent = { +export type goerli_RelayerFeesIncrease = { id: Scalars['ID']; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - block: Scalars['BigInt']; + transfer: goerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type base_swap_LpTokenEvent_filter = { +export type goerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76302,43 +74844,65 @@ 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>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -76347,46 +74911,78 @@ export type base_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpTokenEvent_orderBy = +export type goerli_RelayerFeesIncrease_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type base_swap_LpToken_filter = { +export type goerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76395,141 +74991,37 @@ 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; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpToken_orderBy = +export type goerli_Relayer_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'isActive' + | 'relayer'; -export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { +export type goerli_RootCount = { 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']; + count?: Maybe; }; -export type base_swap_LpTransferEvent_filter = { +export type goerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76538,141 +75030,39 @@ 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>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpTransferEvent_orderBy = +export type goerli_RootCount_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'; + | 'count'; -export type base_swap_PooledToken = { +export type goerli_RootMessageSent = { id: Scalars['ID']; - asset: Scalars['base_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type base_swap_PooledToken_filter = { +export type goerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76681,116 +75071,139 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_PooledToken_orderBy = +export type goerli_RootMessageSent_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type base_swap_StableSwap = { +export type goerli_Router = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['base_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type base_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type base_swap_StableSwapweeklyVolumesArgs = { +export type goerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { +export type goerli_RouterDailyTVL = { 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']; + router: goerli_Router; + asset: goerli_Asset; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type base_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76799,87 +75212,48 @@ 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>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_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; @@ -76888,71 +75262,61 @@ 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>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwapAddLiquidityEvent_orderBy = +export type goerli_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 base_swap_StableSwapEvent = { +export type goerli_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - block: Scalars['BigInt']; + type?: Maybe; + router: goerli_Router; + asset: goerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transactionHash: Scalars['goerli_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_StableSwapEvent_filter = { +export type goerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type goerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76961,35 +75325,86 @@ 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>; + 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; @@ -76998,16 +75413,16 @@ export type base_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; @@ -77017,378 +75432,113 @@ export type base_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwapEvent_orderBy = +export type goerli_RouterLiquidityEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' | 'timestamp' - | 'transaction' + | 'transactionHash' | 'nonce'; -export type base_swap_StableSwapExchange = { +export type goerli_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type goerli_Sequencer = { id: Scalars['ID']; - 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']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type base_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - provider: Scalars['base_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type base_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - 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 base_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type base_swap_StableSwap_filter = { +export type goerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77401,196 +75551,34 @@ export type base_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwap_orderBy = +export type goerli_Sequencer_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'; + | 'sequencer'; -export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { +export type goerli_Setting = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['goerli_Bytes']; }; -export type base_swap_SwapDailyVolume_filter = { +export type goerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77599,79 +75587,48 @@ 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>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapDailyVolume_orderBy = +export type goerli_Setting_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { +export type goerli_SlippageUpdate = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + transfer: goerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type base_swap_SwapHourlyVolume_filter = { +export type goerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77680,27 +75637,55 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -77709,121 +75694,93 @@ export type base_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_SwapHourlyVolume_orderBy = +export type goerli_SlippageUpdate_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -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' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { +export type goerli_SnapshotRoot = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + spokeDomain?: Maybe; + root: Scalars['goerli_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + blockNumber: Scalars['BigInt']; }; -export type base_swap_SwapWeeklyVolume_filter = { +export type goerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77832,27 +75789,32 @@ export type base_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -77861,49 +75823,34 @@ export type base_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapWeeklyVolume_orderBy = +export type goerli_SnapshotRoot_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'spokeDomain' + | 'root' + | 'count' | 'timestamp' - | 'volume'; + | 'blockNumber'; -export type base_swap_SystemInfo = { +export type goerli_SpokeConnectorMode = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + mode: Scalars['String']; }; -export type base_swap_SystemInfo_filter = { +export type goerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77912,36 +75859,46 @@ export type base_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SystemInfo_orderBy = +export type goerli_SpokeConnectorMode_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'mode'; -export type base_swap__Block_ = { +export type goerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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 */ @@ -77949,7 +75906,7 @@ export type base_swap__Block_ = { }; /** 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 @@ -77957,30 +75914,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 optimismgoerli_AggregateRoot = { +export type zksync_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type zksync_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type zksync_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['optimismgoerli_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['zksync_swap_Bytes']; + balances: Array; }; -export type optimismgoerli_AggregateRootProposed = { + +export type zksync_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['optimismgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: zksync_swap_LpAccount; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type optimismgoerli_AggregateRootProposed_filter = { +export type zksync_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77989,72 +75965,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 zksync_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type optimismgoerli_AggregateRoot_filter = { +export type zksync_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78063,64 +76073,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 zksync_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type optimismgoerli_Aggregation_interval = - | 'hour' - | 'day'; + | 'address' + | 'balances'; -export type optimismgoerli_Asset = { +export type zksync_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['zksync_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['zksync_swap_BigDecimal']; + events: Array; }; -export type optimismgoerli_AssetBalance = { + +export type zksync_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - feesEarned: Scalars['BigInt']; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_AssetBalance_filter = { +export type zksync_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78129,125 +76134,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 zksync_swap_LpTokenEvent_orderBy = | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type optimismgoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimismgoerli_AssetStatus_filter = { +export type zksync_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78256,21 +76227,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 zksync_swap_LpToken_orderBy = | 'id' - | 'status'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type optimismgoerli_Asset_filter = { +export type zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { + id: Scalars['ID']; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + from: Scalars['zksync_swap_Bytes']; + to: Scalars['zksync_swap_Bytes']; + fromBalance: Scalars['zksync_swap_BigDecimal']; + toBalance: Scalars['zksync_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78279,139 +76370,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 zksync_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 zksync_swap_OrderDirection = + | 'asc' + | 'desc'; -export type optimismgoerli_ConnectorMeta = { +export type zksync_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['zksync_swap_Bytes']; }; -export type optimismgoerli_ConnectorMeta_filter = { +export type zksync_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78420,117 +76513,116 @@ 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 zksync_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type optimismgoerli_DestinationTransfer = { +export type zksync_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + isActive?: Maybe; + key: Scalars['zksync_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimismgoerli_DestinationTransferroutersArgs = { +export type zksync_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_DestinationTransfer_filter = { + +export type zksync_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78539,24 +76631,105 @@ export type optimismgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -78565,367 +76738,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 zksync_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimismgoerli_OptimisticRootFinalized = { +export type zksync_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['optimismgoerli_Bytes']; + stableSwap: zksync_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OptimisticRootFinalized_filter = { +export type zksync_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78934,16 +76793,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; @@ -78952,45 +76830,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 zksync_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type optimismgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type optimismgoerli_OriginMessage = { +export type zksync_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: zksync_swap_StableSwap; + buyer: Scalars['zksync_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OriginMessage_filter = { +export type zksync_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78999,166 +76903,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 zksync_swap_StableSwapExchange_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimismgoerli_OriginTransfer = { +export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type optimismgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OriginTransfer_filter = { +export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79167,245 +77076,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; @@ -79414,120 +77165,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 zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type 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 zksync_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79536,100 +77229,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 zksync_swap_StableSwap_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type optimismgoerli_RelayerFeesIncrease = { +export type zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type optimismgoerli_RelayerFeesIncrease_filter = { +export type zksync_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79638,65 +77431,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; @@ -79705,78 +77460,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 zksync_swap_SwapDailyVolume_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type optimismgoerli_Relayer_filter = { +export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; +}; + +export type zksync_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79785,37 +77512,150 @@ export type optimismgoerli_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 optimismgoerli_Relayer_orderBy = +export type zksync_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 optimismgoerli_RootCount = { +export type zksync_swap_SwapTradeVolume = { + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; +}; + +export type zksync_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + 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 zksync_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type optimismgoerli_RootCount_filter = { +export type zksync_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79824,791 +77664,27 @@ 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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type optimismgoerli_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type optimismgoerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimismgoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type optimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_RouterDailyTVL = { - id: Scalars['ID']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type optimismgoerli_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type optimismgoerli_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimismgoerli_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type optimismgoerli_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type optimismgoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type optimismgoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type optimismgoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type optimismgoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; -}; - -export type optimismgoerli_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type optimismgoerli_SlippageUpdate = { - id: Scalars['ID']; - transfer: optimismgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismgoerli_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimismgoerli_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['optimismgoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismgoerli_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -80617,34 +77693,49 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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_SnapshotRoot_orderBy = +export type zksync_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'blockNumber'; + | 'volume'; -export type optimismgoerli_SpokeConnectorMode = { +export type zksync_swap_SystemInfo = { id: Scalars['ID']; - mode: Scalars['String']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type optimismgoerli_SpokeConnectorMode_filter = { +export type zksync_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80653,46 +77744,36 @@ 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; + 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_SpokeConnectorMode_orderBy = +export type zksync_swap_SystemInfo_orderBy = | 'id' - | 'mode'; - -export type optimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type optimismgoerli__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 */ @@ -80700,7 +77781,7 @@ export type optimismgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type optimismgoerli__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 @@ -80708,22 +77789,22 @@ export type optimismgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: optimismgoerli__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 basegoerli_AggregateRoot = { +export type optimismgoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['basegoerli_Bytes']; + root: Scalars['optimismgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type basegoerli_AggregateRootProposed = { +export type optimismgoerli_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['basegoerli_Bytes']; + aggregateRoot: Scalars['optimismgoerli_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -80731,7 +77812,7 @@ export type basegoerli_AggregateRootProposed = { blockNumber?: Maybe; }; -export type basegoerli_AggregateRootProposed_filter = { +export type optimismgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80740,16 +77821,16 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -80791,12 +77872,12 @@ export type basegoerli_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 basegoerli_AggregateRootProposed_orderBy = +export type optimismgoerli_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -80805,7 +77886,7 @@ export type basegoerli_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type basegoerli_AggregateRoot_filter = { +export type optimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80814,16 +77895,16 @@ export type basegoerli_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; @@ -80833,45 +77914,45 @@ export type basegoerli_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 basegoerli_AggregateRoot_orderBy = +export type optimismgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type basegoerli_Aggregation_interval = +export type optimismgoerli_Aggregation_interval = | 'hour' | 'day'; -export type basegoerli_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 basegoerli_AssetBalance = { +export type optimismgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: basegoerli_Router; - asset: basegoerli_Asset; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type basegoerli_AssetBalance_filter = { +export type optimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80932,7 +78013,7 @@ export type basegoerli_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; @@ -80953,7 +78034,7 @@ export type basegoerli_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; @@ -80963,12 +78044,12 @@ export type basegoerli_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 basegoerli_AssetBalance_orderBy = +export type optimismgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -80993,12 +78074,12 @@ export type basegoerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type basegoerli_AssetStatus = { +export type optimismgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type basegoerli_AssetStatus_filter = { +export type optimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81012,16 +78093,16 @@ export type basegoerli_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 basegoerli_AssetStatus_orderBy = +export type optimismgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type basegoerli_Asset_filter = { +export type optimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81030,18 +78111,18 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -81056,16 +78137,16 @@ export type basegoerli_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; @@ -81074,26 +78155,26 @@ export type basegoerli_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; @@ -81122,14 +78203,14 @@ export type basegoerli_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 basegoerli_Asset_orderBy = +export type optimismgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -81143,26 +78224,26 @@ export type basegoerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type basegoerli_BlockChangedFilter = { +export type optimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type basegoerli_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type basegoerli_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 basegoerli_ConnectorMeta_filter = { +export type optimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81187,43 +78268,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 optimismgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -81231,57 +78312,57 @@ export type basegoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type basegoerli_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 basegoerli_DestinationTransferroutersArgs = { +export type optimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type basegoerli_DestinationTransfer_filter = { +export type optimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81298,16 +78379,16 @@ export type basegoerli_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; @@ -81316,17 +78397,17 @@ export type basegoerli_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; @@ -81351,40 +78432,40 @@ export type basegoerli_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; @@ -81401,16 +78482,16 @@ export type basegoerli_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; @@ -81427,16 +78508,16 @@ export type basegoerli_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; @@ -81457,7 +78538,7 @@ export type basegoerli_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; @@ -81474,26 +78555,26 @@ export type basegoerli_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; @@ -81526,16 +78607,16 @@ export type basegoerli_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; @@ -81544,26 +78625,26 @@ export type basegoerli_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; @@ -81596,16 +78677,16 @@ export type basegoerli_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; @@ -81615,12 +78696,12 @@ export type basegoerli_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 basegoerli_DestinationTransfer_orderBy = +export type optimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -81669,14 +78750,14 @@ export type basegoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type basegoerli_OptimisticRootFinalized = { +export type optimismgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['basegoerli_Bytes']; + aggregateRoot: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type basegoerli_OptimisticRootFinalized_filter = { +export type optimismgoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81685,16 +78766,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; @@ -81712,36 +78793,36 @@ 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 optimismgoerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type basegoerli_OrderDirection = +export type optimismgoerli_OrderDirection = | 'asc' | 'desc'; -export type basegoerli_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 basegoerli_OriginMessage_filter = { +export type optimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81750,16 +78831,16 @@ 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -81768,16 +78849,16 @@ export type basegoerli_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; @@ -81786,36 +78867,36 @@ export type basegoerli_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; @@ -81844,14 +78925,14 @@ export type basegoerli_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 basegoerli_OriginMessage_orderBy = +export type optimismgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -81865,51 +78946,51 @@ export type basegoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type basegoerli_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 basegoerli_OriginTransferrelayerFeesArgs = { +export type optimismgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type basegoerli_OriginTransfer_filter = { +export type optimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81926,16 +79007,16 @@ export type basegoerli_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; @@ -81944,20 +79025,20 @@ export type basegoerli_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; @@ -81982,40 +79063,40 @@ export type basegoerli_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; @@ -82024,16 +79105,16 @@ export type basegoerli_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; @@ -82050,16 +79131,16 @@ export type basegoerli_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; @@ -82080,17 +79161,17 @@ export type basegoerli_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; @@ -82111,7 +79192,7 @@ export type basegoerli_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; @@ -82126,37 +79207,37 @@ export type basegoerli_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; @@ -82189,16 +79270,16 @@ export type basegoerli_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; @@ -82208,12 +79289,12 @@ export type basegoerli_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 basegoerli_OriginTransfer_orderBy = +export type optimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -82265,20 +79346,20 @@ export type basegoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type basegoerli_Relayer = { +export type optimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type basegoerli_RelayerFee = { +export type optimismgoerli_RelayerFee = { id: Scalars['ID']; - transfer: basegoerli_OriginTransfer; + transfer: optimismgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['basegoerli_Bytes']; + asset: Scalars['optimismgoerli_Bytes']; }; -export type basegoerli_RelayerFee_filter = { +export type optimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82307,7 +79388,7 @@ export type basegoerli_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; @@ -82316,23 +79397,23 @@ export type basegoerli_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 basegoerli_RelayerFee_orderBy = +export type optimismgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -82367,20 +79448,20 @@ export type basegoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type basegoerli_RelayerFeesIncrease = { +export type optimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: basegoerli_OriginTransfer; + transfer: optimismgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['basegoerli_Bytes']; - transactionHash: Scalars['basegoerli_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 basegoerli_RelayerFeesIncrease_filter = { +export type optimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82409,7 +79490,7 @@ export type basegoerli_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; @@ -82418,38 +79499,38 @@ export type basegoerli_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; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; timestamp_lt?: InputMaybe; timestamp_gte?: InputMaybe; @@ -82481,12 +79562,12 @@ 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 optimismgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -82527,7 +79608,7 @@ export type basegoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type basegoerli_Relayer_filter = { +export type optimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82540,33 +79621,33 @@ export type basegoerli_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 basegoerli_Relayer_orderBy = +export type optimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type basegoerli_RootCount = { +export type optimismgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type basegoerli_RootCount_filter = { +export type optimismgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82584,30 +79665,30 @@ export type basegoerli_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 basegoerli_RootCount_orderBy = +export type optimismgoerli_RootCount_orderBy = | 'id' | 'count'; -export type basegoerli_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 basegoerli_RootMessageSent_filter = { +export type optimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82632,16 +79713,16 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -82650,26 +79731,26 @@ export type basegoerli_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; @@ -82703,12 +79784,12 @@ export type basegoerli_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 basegoerli_RootMessageSent_orderBy = +export type optimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -82721,34 +79802,34 @@ export type basegoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type basegoerli_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 basegoerli_RouterassetBalancesArgs = { +export type optimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type basegoerli_RouterDailyTVL = { +export type optimismgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: basegoerli_Router; - asset: basegoerli_Asset; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type basegoerli_RouterDailyTVL_filter = { +export type optimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82777,7 +79858,7 @@ export type basegoerli_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; @@ -82798,7 +79879,7 @@ export type basegoerli_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; @@ -82816,12 +79897,12 @@ export type basegoerli_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 basegoerli_RouterDailyTVL_orderBy = +export type optimismgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -82843,25 +79924,25 @@ export type basegoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type basegoerli_RouterLiquidityEvent = { +export type optimismgoerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: basegoerli_Router; - asset: basegoerli_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['basegoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; nonce: Scalars['BigInt']; }; -export type basegoerli_RouterLiquidityEventType = +export type optimismgoerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type basegoerli_RouterLiquidityEvent_filter = { +export type optimismgoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82870,10 +79951,10 @@ export type basegoerli_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; @@ -82894,7 +79975,7 @@ export type basegoerli_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; @@ -82915,7 +79996,7 @@ export type basegoerli_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; @@ -82932,16 +80013,16 @@ export type basegoerli_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; @@ -82958,16 +80039,16 @@ export type basegoerli_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; @@ -82977,12 +80058,12 @@ export type basegoerli_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 basegoerli_RouterLiquidityEvent_orderBy = +export type optimismgoerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -83010,7 +80091,7 @@ export type basegoerli_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type basegoerli_Router_filter = { +export type optimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83023,36 +80104,36 @@ export type basegoerli_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; @@ -83061,14 +80142,14 @@ export type basegoerli_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 basegoerli_Router_orderBy = +export type optimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -83077,13 +80158,13 @@ export type basegoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type basegoerli_Sequencer = { +export type optimismgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type basegoerli_Sequencer_filter = { +export type optimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83096,34 +80177,34 @@ export type basegoerli_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 basegoerli_Sequencer_orderBy = +export type optimismgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type basegoerli_Setting = { +export type optimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['basegoerli_Bytes']; + caller: Scalars['optimismgoerli_Bytes']; }; -export type basegoerli_Setting_filter = { +export type optimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83140,40 +80221,40 @@ export type basegoerli_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 basegoerli_Setting_orderBy = +export type optimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type basegoerli_SlippageUpdate = { +export type optimismgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: basegoerli_DestinationTransfer; + transfer: optimismgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['basegoerli_Bytes']; - transactionHash: Scalars['basegoerli_Bytes']; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type basegoerli_SlippageUpdate_filter = { +export type optimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83202,7 +80283,7 @@ export type basegoerli_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; @@ -83211,26 +80292,26 @@ export type basegoerli_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; @@ -83264,12 +80345,12 @@ 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 optimismgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -83316,16 +80397,16 @@ export type basegoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type basegoerli_SnapshotRoot = { +export type optimismgoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['basegoerli_Bytes']; + root: Scalars['optimismgoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type basegoerli_SnapshotRoot_filter = { +export type optimismgoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83342,16 +80423,16 @@ export type basegoerli_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; @@ -83377,12 +80458,12 @@ 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 optimismgoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -83390,12 +80471,12 @@ export type basegoerli_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type basegoerli_SpokeConnectorMode = { +export type optimismgoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type basegoerli_SpokeConnectorMode_filter = { +export type optimismgoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83425,25 +80506,25 @@ export type basegoerli_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 basegoerli_SpokeConnectorMode_orderBy = +export type optimismgoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type basegoerli_TransferStatus = +export type optimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type basegoerli__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 */ @@ -83451,7 +80532,7 @@ export type basegoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type basegoerli__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 @@ -83459,53 +80540,30 @@ export type basegoerli__Meta_ = { * and therefore asks for the latest block * */ - block: basegoerli__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 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 stagingmumbai_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['stagingmumbai_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type bnb_swap_LpAccountBalance = { +export type stagingmumbai_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['stagingmumbai_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type bnb_swap_LpAccountBalance_filter = { +export type stagingmumbai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83514,106 +80572,72 @@ 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_gt?: 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 bnb_swap_LpAccountBalance_orderBy = +export type stagingmumbai_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 stagingmumbai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83622,59 +80646,191 @@ 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_gt?: 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 bnb_swap_LpAccount_orderBy = +export type stagingmumbai_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type bnb_swap_LpToken = { +export type stagingmumbai_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingmumbai_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; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; +export type stagingmumbai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; + feesEarned: Scalars['BigInt']; +}; -export type bnb_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpTokenEvent = { +export type stagingmumbai_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingmumbai_AssetStatus = { 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']; + status?: Maybe; }; -export type bnb_swap_LpTokenEvent_filter = { +export type stagingmumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83683,91 +80839,21 @@ 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>; + 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 bnb_swap_LpTokenEvent_orderBy = +export type stagingmumbai_AssetStatus_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'status'; -export type bnb_swap_LpToken_filter = { +export type stagingmumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83776,141 +80862,139 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 bnb_swap_LpToken_orderBy = +export type stagingmumbai_Asset_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { +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']; - 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']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type bnb_swap_LpTransferEvent_filter = { +export type stagingmumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83919,259 +81003,117 @@ export type bnb_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type bnb_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type bnb_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['bnb_swap_Bytes']; -}; - -export type bnb_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_swap_PooledToken_orderBy = +export type stagingmumbai_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type bnb_swap_StableSwap = { +export type stagingmumbai_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 stagingmumbai_DestinationTransferroutersArgs = { 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']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84180,105 +81122,24 @@ 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_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -84287,53 +81148,367 @@ 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_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_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 bnb_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmumbai_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 bnb_swap_StableSwapEvent = { +export type stagingmumbai_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type bnb_swap_StableSwapEvent_filter = { +export type stagingmumbai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84342,35 +81517,16 @@ 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_gt?: 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; @@ -84379,71 +81535,45 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapEvent_orderBy = +export type stagingmumbai_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 stagingmumbai_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmumbai_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 stagingmumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84452,171 +81582,166 @@ 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_gt?: 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 bnb_swap_StableSwapExchange_orderBy = +export type stagingmumbai_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 bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { +export type stagingmumbai_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 stagingmumbai_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84625,105 +81750,24 @@ 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_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -84732,44 +81776,341 @@ 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_gt?: 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 bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingmumbai_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 bnb_swap_StableSwap_filter = { +export type stagingmumbai_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmumbai_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmumbai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmumbai_Bytes']; +}; + +export type stagingmumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84778,200 +82119,100 @@ export type bnb_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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 bnb_swap_StableSwap_orderBy = +export type stagingmumbai_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 bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { +export type stagingmumbai_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + transfer: stagingmumbai_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type bnb_swap_SwapDailyVolume_filter = { +export type stagingmumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84980,108 +82221,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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -85090,121 +82288,78 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapHourlyVolume_orderBy = +export type stagingmumbai_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapTradeVolume = { - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | '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 bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type bnb_swap_SwapWeeklyVolume_filter = { +export type stagingmumbai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85213,78 +82368,37 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapWeeklyVolume_orderBy = +export type stagingmumbai_Relayer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'isActive' + | 'relayer'; -export type bnb_swap_SystemInfo = { +export type stagingmumbai_RootCount = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + count?: Maybe; }; -export type bnb_swap_SystemInfo_filter = { +export type stagingmumbai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85293,75 +82407,39 @@ 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>; + 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 bnb_swap_SystemInfo_orderBy = +export type stagingmumbai_RootCount_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type bnb_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type bnb_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: bnb_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingmode_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingmode_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'count'; -export type stagingmode_AggregateRootProposed = { +export type stagingmumbai_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_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 stagingmode_AggregateRootProposed_filter = { +export type stagingmumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85370,40 +82448,60 @@ export type stagingmode_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -85412,6 +82510,22 @@ export type stagingmode_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; @@ -85421,21 +82535,52 @@ 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 stagingmumbai_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type stagingmode_AggregateRoot_filter = { +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; @@ -85444,60 +82589,111 @@ 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; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AggregateRoot_orderBy = +export type stagingmumbai_RouterDailyTVL_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type stagingmode_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; -export type stagingmode_AssetBalance = { +export type stagingmumbai_RouterLiquidityEvent = { id: Scalars['ID']; + type?: Maybe; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingmode_Router; - asset: stagingmode_Asset; - feesEarned: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingmumbai_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmode_AssetBalance_filter = { +export type stagingmumbai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmumbai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85506,38 +82702,10 @@ export type stagingmode_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -85558,7 +82726,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; @@ -85579,27 +82747,76 @@ export type stagingmode_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AssetBalance_orderBy = +export type stagingmumbai_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' | 'router__id' | 'router__isActive' @@ -85617,14 +82834,88 @@ export type stagingmode_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type stagingmode_AssetStatus = { +export type stagingmumbai_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmumbai_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingmode_AssetStatus_filter = { +export type stagingmumbai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85633,21 +82924,38 @@ export type stagingmode_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AssetStatus_orderBy = +export type stagingmumbai_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type stagingmode_Asset_filter = { +export type stagingmumbai_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmumbai_Bytes']; +}; + +export type stagingmumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85656,258 +82964,48 @@ export type stagingmode_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - 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 stagingmode_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingmode_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingmode_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingmode_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type stagingmode_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; + 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 stagingmode_ConnectorMeta_orderBy = +export type stagingmumbai_Setting_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type stagingmode_DestinationTransfer = { +export type stagingmumbai_SlippageUpdate = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type stagingmode_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + transfer: stagingmumbai_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmode_DestinationTransfer_filter = { +export type stagingmumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85916,101 +83014,27 @@ export type stagingmode_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -86019,290 +83043,121 @@ export type stagingmode_DestinationTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_DestinationTransfer_orderBy = +export type stagingmumbai_SlippageUpdate_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingmode_OptimisticRootFinalized = { +export type stagingmumbai_SnapshotRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; + spokeDomain?: Maybe; + root: Scalars['stagingmumbai_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + blockNumber: Scalars['BigInt']; }; -export type stagingmode_OptimisticRootFinalized_filter = { +export type stagingmumbai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86311,16 +83166,32 @@ export type stagingmode_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + 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; @@ -86338,36 +83209,25 @@ 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 stagingmumbai_SnapshotRoot_orderBy = | 'id' - | 'aggregateRoot' + | 'spokeDomain' + | 'root' + | 'count' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingmode_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingmode_OriginMessage = { +export type stagingmumbai_SpokeConnectorMode = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + mode: Scalars['String']; }; -export type stagingmode_OriginMessage_filter = { +export type stagingmumbai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86376,637 +83236,108 @@ export type stagingmode_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - 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; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OriginMessage_orderBy = +export type stagingmumbai_SpokeConnectorMode_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'mode'; -export type stagingmode_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; +export type stagingmumbai_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; +}; -export type stagingmode_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: 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 stagingmode_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; +export type stagingoptimismgoerli_swap_Aggregation_interval = + | 'hour' + | 'day'; -export type stagingmode_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; +export type stagingoptimismgoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type stagingmode_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; +export type stagingoptimismgoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingmode_RelayerFee = { +export type stagingoptimismgoerli_swap_LpAccount = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingmode_Bytes']; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + balances: Array; }; -export type stagingmode_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 stagingmode_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; +export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingmode_RelayerFeesIncrease = { +export type stagingoptimismgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmode_Bytes']; - transactionHash: Scalars['stagingmode_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + account: stagingoptimismgoerli_swap_LpAccount; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type stagingmode_RelayerFeesIncrease_filter = { +export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87015,145 +83346,106 @@ export type stagingmode_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>; + 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 stagingmode_RelayerFeesIncrease_orderBy = +export type stagingoptimismgoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | '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'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingmode_Relayer_filter = { +export type stagingoptimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87162,78 +83454,59 @@ export type stagingmode_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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 stagingmode_Relayer_orderBy = +export type stagingoptimismgoerli_swap_LpAccount_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'address' + | 'balances'; -export type stagingmode_RootCount = { +export type stagingoptimismgoerli_swap_LpToken = { id: Scalars['ID']; - count?: Maybe; + 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 stagingmode_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; -export type stagingmode_RootCount_orderBy = - | 'id' - | 'count'; +export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingmode_RootMessageSent = { +export type stagingoptimismgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmode_RootMessageSent_filter = { +export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87242,60 +83515,43 @@ export type stagingmode_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; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + 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; @@ -87304,77 +83560,46 @@ export type stagingmode_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - 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 stagingmode_RootMessageSent_orderBy = +export type stagingoptimismgoerli_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'; - -export type stagingmode_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type stagingmode_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmode_RouterDailyTVL = { - id: Scalars['ID']; - router: stagingmode_Router; - asset: stagingmode_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; + | 'transaction' + | 'nonce'; -export type stagingmode_RouterDailyTVL_filter = { +export type stagingoptimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87383,111 +83608,141 @@ export type stagingmode_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - 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>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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 stagingmode_RouterDailyTVL_orderBy = +export type stagingoptimismgoerli_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'; -export type stagingmode_RouterLiquidityEvent = { +export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - type?: Maybe; - router: stagingmode_Router; - asset: stagingmode_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + 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']; - transactionHash: Scalars['stagingmode_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmode_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type stagingmode_RouterLiquidityEvent_filter = { +export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87496,86 +83751,79 @@ export type stagingmode_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + 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; @@ -87584,16 +83832,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; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -87603,40 +83851,41 @@ 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 stagingoptimismgoerli_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'; -export type stagingmode_Router_filter = { +/** Defines the order direction, either ascending or descending */ +export type stagingoptimismgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingoptimismgoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['stagingoptimismgoerli_swap_Bytes']; +}; + +export type stagingoptimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87645,161 +83894,116 @@ export type stagingmode_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_Router_orderBy = +export type stagingoptimismgoerli_swap_PooledToken_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'asset'; -export type stagingmode_Sequencer = { +export type stagingoptimismgoerli_swap_StableSwap = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + 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 stagingmode_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; -export type stagingmode_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; +export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; -export type stagingmode_SlippageUpdate = { +export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: stagingmode_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; - transactionHash: Scalars['stagingmode_Bytes']; + 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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmode_SlippageUpdate_filter = { +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87808,55 +84012,87 @@ export type stagingmode_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -87865,93 +84101,71 @@ export type stagingmode_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 stagingmode_SlippageUpdate_orderBy = +export type stagingoptimismgoerli_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 stagingmode_SnapshotRoot = { +export type stagingoptimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingmode_Bytes']; - count: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmode_SnapshotRoot_filter = { +export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87960,32 +84174,35 @@ export type stagingmode_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - 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; @@ -87994,121 +84211,244 @@ export type stagingmode_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 stagingmode_SnapshotRoot_orderBy = +export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type stagingmode_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingmode_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type stagingoptimismgoerli_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - 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 stagingmode_SpokeConnectorMode_orderBy = +export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'mode'; - -export type stagingmode_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingmode__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingmode__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingmode__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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 stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_AggregateRootProposed_filter = { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88117,40 +84457,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; @@ -88159,30 +84546,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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88191,64 +84610,200 @@ 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 stagingoptimismgoerli_swap_StableSwap_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type stagingoptimismgoerli_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingoptimismgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | '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_AssetBalance = { +export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_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: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type stagingoptimismgoerli_AssetBalance_filter = { +export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88257,125 +84812,79 @@ 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 stagingoptimismgoerli_swap_SwapDailyVolume_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 stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - status?: Maybe; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type stagingoptimismgoerli_AssetStatus_filter = { +export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88384,21 +84893,150 @@ 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 stagingoptimismgoerli_swap_SwapHourlyVolume_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 stagingoptimismgoerli_swap_SwapTradeVolume = { + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; +}; + +export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; +}; + +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88407,139 +85045,78 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_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_Asset_orderBy = +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingoptimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingoptimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | '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_ConnectorMeta = { +export type stagingoptimismgoerli_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type stagingoptimismgoerli_ConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88548,512 +85125,67 @@ 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; + 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_ConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_SystemInfo_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingoptimismgoerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - + | 'exchangeCount' + | 'swapCount'; -export type stagingoptimismgoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +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; }; -export type stagingoptimismgoerli_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +/** 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 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'; - -export type stagingoptimismgoerli_OptimisticRootFinalized = { +export type goerli_AggregateRootSavedSlow = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + aggregateRoot: Scalars['goerli_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; -export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { +export type goerli_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89062,63 +85194,60 @@ 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; - 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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 stagingoptimismgoerli_OptimisticRootFinalized_orderBy = +export type goerli_AggregateRootSavedSlow_orderBy = | 'id' | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type stagingoptimismgoerli_OriginMessage = { +export type goerli_AggregatedMessageRoot = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + index: Scalars['BigInt']; + receivedRoot: Scalars['goerli_Bytes']; + domain?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; }; -export type stagingoptimismgoerli_OriginMessage_filter = { +export type goerli_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89127,34 +85256,6 @@ 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; @@ -89163,36 +85264,24 @@ export type stagingoptimismgoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + 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; @@ -89201,92 +85290,29 @@ export type stagingoptimismgoerli_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OriginMessage_orderBy = +export type goerli_AggregatedMessageRoot_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type stagingoptimismgoerli_OriginTransfer = { +export type goerli_ArbitrumConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type stagingoptimismgoerli_OriginTransfer_filter = { +export type goerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89295,367 +85321,76 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_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 stagingoptimismgoerli_OriginTransfer_orderBy = +export type goerli_ArbitrumConnectorMeta_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type stagingoptimismgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_RelayerFee = { +export type goerli_BaseConnectorMeta = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingoptimismgoerli_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type stagingoptimismgoerli_RelayerFee_filter = { +export type goerli_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89664,100 +85399,76 @@ export type stagingoptimismgoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_RelayerFee_orderBy = +export type goerli_BaseConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | '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 stagingoptimismgoerli_RelayerFeesIncrease = { +export type goerli_BnbConnectorMeta = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { +export type goerli_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89766,145 +85477,76 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = +export type goerli_BnbConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_Relayer_filter = { +export type goerli_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; +}; + +export type goerli_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89913,37 +85555,72 @@ export type stagingoptimismgoerli_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Relayer_orderBy = +export type goerli_GnosisConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_RootCount = { +export type goerli_HubDomain = { id: Scalars['ID']; - count?: Maybe; + domain?: Maybe; }; -export type stagingoptimismgoerli_RootCount_filter = { +export type goerli_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89952,39 +85629,32 @@ export type stagingoptimismgoerli_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>; + 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 stagingoptimismgoerli_RootCount_orderBy = +export type goerli_HubDomain_orderBy = | 'id' - | 'count'; + | 'domain'; -export type stagingoptimismgoerli_RootMessageSent = { +export type goerli_HubOptimisticRootFinalized = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + aggregateRoot: Scalars['goerli_Bytes']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingoptimismgoerli_RootMessageSent_filter = { +export type goerli_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89993,60 +85663,16 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -90055,22 +85681,6 @@ export type stagingoptimismgoerli_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; @@ -90080,52 +85690,27 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RootMessageSent_orderBy = +export type goerli_HubOptimisticRootFinalized_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type stagingoptimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_RouterDailyTVL = { +export type goerli_LineaConnectorMeta = { id: Scalars['ID']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type stagingoptimismgoerli_RouterDailyTVL_filter = { +export type goerli_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90134,111 +85719,153 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RouterDailyTVL_orderBy = +export type goerli_LineaConnectorMeta_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_RouterLiquidityEvent = { +export type goerli_OptimismConnectorMeta = { id: Scalars['ID']; - type?: Maybe; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type stagingoptimismgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +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 stagingoptimismgoerli_RouterLiquidityEvent_filter = { +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']; + blockNumber?: Maybe; +}; + +export type goerli_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90247,78 +85874,34 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -90327,6 +85910,79 @@ export type stagingoptimismgoerli_RouterLiquidityEvent_filter = { blockNumber_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_OptimisticRootPropagated_orderBy = + | 'id' + | 'aggregateRoot' + | 'domainsHash' + | 'timestamp' + | 'blockNumber'; + +export type goerli_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['goerli_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['goerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type goerli_OptimisticRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90335,59 +85991,40 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_RouterLiquidityEvent_orderBy = +export type goerli_OptimisticRootProposed_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' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'transactionHash' - | 'nonce'; + | 'blockNumber'; -export type stagingoptimismgoerli_Router_filter = { +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; @@ -90396,71 +86033,74 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_Router_orderBy = +export type goerli_PolygonConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_Sequencer = { +export type goerli_RootAggregated = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + domain: Scalars['BigInt']; + receivedRoot: Scalars['goerli_Bytes']; + index: Scalars['BigInt']; }; -export type stagingoptimismgoerli_Sequencer_filter = { +export type goerli_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90469,38 +86109,51 @@ 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; + 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 stagingoptimismgoerli_Sequencer_orderBy = +export type goerli_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingoptimismgoerli_Setting = { +export type goerli_RootManagerMeta = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; + domains?: Maybe>; + connectors?: Maybe>; }; -export type stagingoptimismgoerli_Setting_filter = { +export type goerli_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90509,48 +86162,35 @@ 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; + 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 stagingoptimismgoerli_Setting_orderBy = +export type goerli_RootManagerMeta_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'domains' + | 'connectors'; -export type stagingoptimismgoerli_SlippageUpdate = { +export type goerli_RootManagerMode = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + mode: Scalars['String']; }; -export type stagingoptimismgoerli_SlippageUpdate_filter = { +export type goerli_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90559,55 +86199,104 @@ 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; + 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 goerli_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type goerli_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type goerli_RootMessageProcessed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90641,51 +86330,16 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_SlippageUpdate_orderBy = +export type goerli_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' @@ -90693,16 +86347,15 @@ export type stagingoptimismgoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_SnapshotRoot = { +export type goerli_RootPropagated = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingoptimismgoerli_Bytes']; + aggregate: Scalars['goerli_Bytes']; + domainsHash: Scalars['goerli_Bytes']; count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingoptimismgoerli_SnapshotRoot_filter = { +export type goerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90711,24 +86364,26 @@ 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; + 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; @@ -90737,14 +86392,6 @@ export type stagingoptimismgoerli_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; @@ -90754,25 +86401,28 @@ export type stagingoptimismgoerli_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_SnapshotRoot_orderBy = +export type goerli_RootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'root' + | 'aggregate' + | 'domainsHash' | 'count' - | 'timestamp' | 'blockNumber'; -export type stagingoptimismgoerli_SpokeConnectorMode = { +export type goerli_X1ConnectorMeta = { id: Scalars['ID']; - mode: Scalars['String']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type stagingoptimismgoerli_SpokeConnectorMode_filter = { +export type goerli_X1ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90781,85 +86431,153 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_SpokeConnectorMode_orderBy = +export type goerli_X1ConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type stagingoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -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; +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']; }; -/** 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 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 stagingmumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingmumbai_Bytes']; - blockNumber: Scalars['BigInt']; -}; +export type goerli_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -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; @@ -90868,16 +86586,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; @@ -90886,54 +86618,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; @@ -90942,16 +86648,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; @@ -90961,45 +86683,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; @@ -91008,125 +86717,76 @@ 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 = { +export type localmainnet_AvalancheConnectorMeta = { id: Scalars['ID']; - status?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_AssetStatus_filter = { +export type localmainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91135,21 +86795,76 @@ export type stagingmumbai_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_AssetStatus_orderBy = +export type localmainnet_AvalancheConnectorMeta_orderBy = | 'id' - | 'status'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_Asset_filter = { +export type localmainnet_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91158,139 +86873,86 @@ 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_BaseConnectorMeta_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_BlockChangedFilter = { +export type localmainnet_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmumbai_Block_height = { - hash?: InputMaybe; +export type localmainnet_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmumbai_ConnectorMeta = { +export type localmainnet_BnbConnectorMeta = { 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_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91315,43 +86977,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_BnbConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -91359,57 +87021,90 @@ export type stagingmumbai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmumbai_DestinationTransfer = { +export type localmainnet_GnosisConnectorMeta = { 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; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type localmainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type localmainnet_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; }; -export type stagingmumbai_DestinationTransfer_filter = { +export type localmainnet_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91418,393 +87113,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; @@ -91813,16 +87147,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; @@ -91840,36 +87174,27 @@ 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 stagingmumbai_OriginMessage = { +export type localmainnet_LineaConnectorMeta = { 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['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_OriginMessage_filter = { +export type localmainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91878,166 +87203,76 @@ 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; - 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 stagingmumbai_OriginMessage_orderBy = +export type localmainnet_LineaConnectorMeta_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_OriginTransfer = { +export type localmainnet_MantleConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type stagingmumbai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_OriginTransfer_filter = { +export type localmainnet_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92046,367 +87281,76 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - 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 stagingmumbai_OriginTransfer_orderBy = +export type localmainnet_MantleConnectorMeta_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 stagingmumbai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RelayerFee = { +export type localmainnet_MetisConnectorMeta = { 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_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92415,100 +87359,153 @@ 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_MetisConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RelayerFeesIncrease = { +export type localmainnet_OptimismConnectorMeta = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_OptimismConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_RelayerFeesIncrease_filter = { +export type localmainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92517,65 +87514,26 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92584,22 +87542,6 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92609,53 +87551,30 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFeesIncrease_orderBy = +export type localmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_Relayer_filter = { +export type localmainnet_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['localmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92664,37 +87583,93 @@ 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; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Relayer_orderBy = +export type localmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type stagingmumbai_RootCount = { +/** Defines the order direction, either ascending or descending */ +export type localmainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type localmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - count?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_RootCount_filter = { +export type localmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92703,39 +87678,294 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_RootCount_orderBy = +export type localmainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RootMessageSent = { +export type localmainnet_PolygonZkConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_PolygonZkConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_PolygonZkConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localmainnet_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + index: Scalars['BigInt']; +}; + +export type localmainnet_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; + +export type localmainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type localmainnet_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type localmainnet_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type localmainnet_RootManagerMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type localmainnet_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmumbai_RootMessageSent_filter = { +export type localmainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92760,44 +87990,36 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -92831,17 +88053,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' @@ -92849,34 +88070,82 @@ export type stagingmumbai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_Router = { +export type localmainnet_RootPropagated = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + aggregate: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; - -export type stagingmumbai_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +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 stagingmumbai_RouterDailyTVL = { +export type localmainnet_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; + +export type localmainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_RouterDailyTVL_filter = { +export type localmainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92885,111 +88154,100 @@ export type stagingmumbai_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_RouterDailyTVL_orderBy = +export type localmainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RouterLiquidityEvent = { - 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']; +export type localmainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type stagingmumbai_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +/** 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_RouterLiquidityEvent_filter = { +export type stagingmainnet_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type stagingmainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92998,78 +88256,94 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type stagingmainnet_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['stagingmainnet_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type stagingmainnet_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -93078,67 +88352,33 @@ 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 stagingmainnet_AggregatedMessageRoot_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'; + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type stagingmumbai_Router_filter = { +export type stagingmainnet_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingmainnet_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93147,71 +88387,76 @@ 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 stagingmainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_Sequencer = { +export type stagingmainnet_AvalancheConnectorMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_Sequencer_filter = { +export type stagingmainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93220,38 +88465,76 @@ export type stagingmumbai_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_Sequencer_orderBy = +export type stagingmainnet_AvalancheConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_Setting = { +export type stagingmainnet_BaseConnectorMeta = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_Setting_filter = { +export type stagingmainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93260,48 +88543,86 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_Setting_orderBy = +export type stagingmainnet_BaseConnectorMeta_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_SlippageUpdate = { +export type stagingmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmainnet_BnbConnectorMeta = { id: Scalars['ID']; - transfer: stagingmumbai_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_SlippageUpdate_filter = { +export type stagingmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93310,150 +88631,76 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_SlippageUpdate_orderBy = +export type stagingmainnet_BnbConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_SnapshotRoot = { +export type stagingmainnet_GnosisConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingmumbai_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_SnapshotRoot_filter = { +export type stagingmainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93470,24 +88717,116 @@ export type stagingmumbai_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; +}; + +export type stagingmainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type stagingmainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_HubOptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -93505,25 +88844,27 @@ export type stagingmumbai_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SnapshotRoot_orderBy = +export type stagingmainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type stagingmumbai_SpokeConnectorMode = { +export type stagingmainnet_LineaConnectorMeta = { id: Scalars['ID']; - mode: Scalars['String']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_SpokeConnectorMode_filter = { +export type stagingmainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93532,104 +88873,154 @@ export type stagingmumbai_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SpokeConnectorMode_orderBy = +export type stagingmainnet_LineaConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type stagingmumbai_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingmumbai__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingmumbai__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingmumbai__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mantle_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mantle_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type stagingmainnet_MantleConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mantle_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - balances: Array; +export type stagingmainnet_MantleConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmainnet_MantleConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mantle_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_swap_LpAccountBalance = { +export type stagingmainnet_MetisConnectorMeta = { id: Scalars['ID']; - account: mantle_swap_LpAccount; - token: mantle_swap_LpToken; - amount: Scalars['mantle_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 mantle_swap_LpAccountBalance_filter = { +export type stagingmainnet_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93638,106 +89029,76 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_swap_LpAccountBalance_orderBy = +export type stagingmainnet_MetisConnectorMeta_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 mantle_swap_LpAccount_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; @@ -93746,59 +89107,153 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_swap_LpAccount_orderBy = +export type stagingmainnet_ModeConnectorMeta_orderBy = | 'id' - | 'address' - | 'balances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mantle_swap_LpToken = { +export type stagingmainnet_OptimismConnectorMeta = { 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; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; - -export type mantle_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_OptimismConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpTokenEvent = { +export type stagingmainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_OptimisticRootPropagated = { id: Scalars['ID']; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - block: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mantle_swap_LpTokenEvent_filter = { +export type stagingmainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93807,43 +89262,26 @@ 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -93852,189 +89290,39 @@ export type mantle_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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_LpTokenEvent_orderBy = +export type stagingmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transaction' - | 'nonce'; - -export type mantle_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'blockNumber'; -export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { +export type stagingmainnet_OptimisticRootProposed = { 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']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mantle_swap_LpTransferEvent_filter = { +export type stagingmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94043,79 +89331,46 @@ 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>; + 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; @@ -94124,60 +89379,45 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 stagingmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mantle_swap_OrderDirection = +export type stagingmainnet_OrderDirection = | 'asc' | 'desc'; -export type mantle_swap_PooledToken = { +export type stagingmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - asset: Scalars['mantle_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mantle_swap_PooledToken_filter = { +export type stagingmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94186,116 +89426,76 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_swap_PooledToken_orderBy = +export type stagingmainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'asset'; - -export type mantle_swap_StableSwap = { - 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>; -}; - - -export type mantle_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mantle_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mantle_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mantle_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mantle_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { +export type stagingmainnet_PolygonZkConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mantle_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94304,79 +89504,735 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_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_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 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 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; +}; + +export type arbitrumone_swap_LpAccountBalance = { + id: Scalars['ID']; + account: arbitrumone_swap_LpAccount; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type arbitrumone_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type arbitrumone_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type arbitrumone_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['arbitrumone_swap_BigDecimal']; + events: Array; +}; + + +export type arbitrumone_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_swap_LpTokenEvent = { + id: Scalars['ID']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -94393,16 +90249,16 @@ export type mantle_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -94412,52 +90268,27 @@ export type mantle_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapAddLiquidityEvent_orderBy = +export type arbitrumone_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_swap_StableSwapEvent_filter = { +export type arbitrumone_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94466,6 +90297,16 @@ export type mantle_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -94486,49 +90327,73 @@ export type mantle_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapEvent_orderBy = +export type arbitrumone_swap_LpToken_orderBy = | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -94546,28 +90411,27 @@ export type mantle_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type mantle_swap_StableSwapExchange = { +export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { 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']; + 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['mantle_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapExchange_filter = { +export type arbitrumone_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94576,19 +90440,280 @@ 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; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumone_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['arbitrumone_swap_Bytes']; +}; + +export type arbitrumone_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type arbitrumone_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['arbitrumone_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type arbitrumone_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; stableSwap_starts_with_nocase?: InputMaybe; stableSwap_not_starts_with?: InputMaybe; stableSwap_not_starts_with_nocase?: InputMaybe; @@ -94596,17 +90721,289 @@ export type mantle_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + buyer: Scalars['arbitrumone_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -94669,16 +91066,16 @@ export type mantle_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -94688,12 +91085,12 @@ export type mantle_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapExchange_orderBy = +export type arbitrumone_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -94724,10 +91121,10 @@ export type mantle_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -94736,11 +91133,11 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94769,17 +91166,17 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -94838,16 +91235,16 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -94857,12 +91254,12 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -94893,7 +91290,7 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwap_filter = { +export type arbitrumone_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94906,26 +91303,26 @@ export type mantle_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -94934,26 +91331,26 @@ export type mantle_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -95002,12 +91399,12 @@ export type mantle_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -95050,18 +91447,18 @@ export type mantle_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwap_orderBy = +export type arbitrumone_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -95088,14 +91485,14 @@ export type mantle_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type mantle_swap_SwapDailyVolume_filter = { +export type arbitrumone_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95124,7 +91521,7 @@ export type mantle_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -95133,21 +91530,21 @@ export type mantle_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapDailyVolume_orderBy = +export type arbitrumone_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -95169,14 +91566,14 @@ export type mantle_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type mantle_swap_SwapHourlyVolume_filter = { +export type arbitrumone_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95205,7 +91602,7 @@ export type mantle_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -95214,21 +91611,21 @@ export type mantle_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapHourlyVolume_orderBy = +export type arbitrumone_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -95250,13 +91647,13 @@ export type mantle_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapTradeVolume = { - stableSwap: mantle_swap_StableSwap; +export type arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type mantle_swap_SwapTradeVolume_filter = { +export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -95277,7 +91674,7 @@ export type mantle_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -95286,21 +91683,21 @@ export type mantle_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapTradeVolume_orderBy = +export type arbitrumone_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -95321,14 +91718,14 @@ export type mantle_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type mantle_swap_SwapWeeklyVolume_filter = { +export type arbitrumone_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95357,7 +91754,7 @@ export type mantle_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -95366,21 +91763,21 @@ export type mantle_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapWeeklyVolume_orderBy = +export type arbitrumone_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -95402,13 +91799,13 @@ export type mantle_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SystemInfo = { +export type arbitrumone_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type mantle_swap_SystemInfo_filter = { +export type arbitrumone_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95434,19 +91831,19 @@ export type mantle_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SystemInfo_orderBy = +export type arbitrumone_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type mantle_swap__Block_ = { +export type arbitrumone_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -95454,7 +91851,7 @@ export type mantle_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type mantle_swap__Meta_ = { +export type arbitrumone_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -95462,53 +91859,53 @@ export type mantle_swap__Meta_ = { * and therefore asks for the latest block * */ - block: mantle_swap__Block_; + block: arbitrumone_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type xdai_swap_Aggregation_interval = +export type bnb_swap_Aggregation_interval = | 'hour' | 'day'; -export type xdai_swap_BlockChangedFilter = { +export type bnb_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_swap_Block_height = { - hash?: InputMaybe; +export type bnb_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_swap_LpAccount = { +export type bnb_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; + address: Scalars['bnb_swap_Bytes']; + balances: Array; }; -export type xdai_swap_LpAccountbalancesArgs = { +export type bnb_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpAccountBalance = { +export type bnb_swap_LpAccountBalance = { id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + account: bnb_swap_LpAccount; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type xdai_swap_LpAccountBalance_filter = { +export type bnb_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95537,7 +91934,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; @@ -95558,15 +91955,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; @@ -95583,23 +91980,23 @@ export type xdai_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccountBalance_orderBy = +export type bnb_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -95616,7 +92013,7 @@ export type xdai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type xdai_swap_LpAccount_filter = { +export type bnb_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95625,59 +92022,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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type xdai_swap_LpAccount_orderBy = +export type bnb_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type xdai_swap_LpToken = { +export type bnb_swap_LpToken = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; + address: Scalars['bnb_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['bnb_swap_BigDecimal']; + events: Array; }; -export type xdai_swap_LpTokeneventsArgs = { +export type bnb_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpTokenEvent = { +export type bnb_swap_LpTokenEvent = { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTokenEvent_filter = { +export type bnb_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95706,15 +92103,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; @@ -95731,16 +92128,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; @@ -95750,12 +92147,12 @@ export type xdai_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTokenEvent_orderBy = +export type bnb_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -95770,7 +92167,7 @@ export type xdai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_LpToken_filter = { +export type bnb_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95779,16 +92176,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; @@ -95809,7 +92206,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; @@ -95858,22 +92255,22 @@ export type xdai_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpToken_orderBy = +export type bnb_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -95899,21 +92296,21 @@ export type xdai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { +export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - from: Scalars['xdai_swap_Bytes']; - to: Scalars['xdai_swap_Bytes']; - fromBalance: Scalars['xdai_swap_BigDecimal']; - toBalance: Scalars['xdai_swap_BigDecimal']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + from: Scalars['bnb_swap_Bytes']; + to: Scalars['bnb_swap_Bytes']; + fromBalance: Scalars['bnb_swap_BigDecimal']; + toBalance: Scalars['bnb_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTransferEvent_filter = { +export type bnb_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95942,51 +92339,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; @@ -96003,16 +92400,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; @@ -96022,12 +92419,12 @@ export type xdai_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTransferEvent_orderBy = +export type bnb_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -96047,16 +92444,16 @@ export type xdai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = +export type bnb_swap_OrderDirection = | 'asc' | 'desc'; -export type xdai_swap_PooledToken = { +export type bnb_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; + asset: Scalars['bnb_swap_Bytes']; }; -export type xdai_swap_PooledToken_filter = { +export type bnb_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96065,103 +92462,103 @@ export type xdai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_PooledToken_orderBy = +export type bnb_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type xdai_swap_StableSwap = { +export type bnb_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['bnb_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type xdai_swap_StableSwapeventsArgs = { +export type bnb_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapexchangesArgs = { +export type bnb_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwaphourlyVolumesArgs = { +export type bnb_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapdailyVolumesArgs = { +export type bnb_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapweeklyVolumesArgs = { +export type bnb_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { +export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -96170,11 +92567,11 @@ export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { +export type bnb_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96203,17 +92600,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>; @@ -96272,16 +92669,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; @@ -96291,12 +92688,12 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = +export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -96327,16 +92724,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapEvent = { +export type bnb_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapEvent_filter = { +export type bnb_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96365,7 +92762,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; @@ -96382,16 +92779,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; @@ -96401,12 +92798,12 @@ export type xdai_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapEvent_orderBy = +export type bnb_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -96430,10 +92827,10 @@ export type xdai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapExchange = { +export type bnb_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + buyer: Scalars['bnb_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -96442,11 +92839,11 @@ export type xdai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapExchange_filter = { +export type bnb_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96475,17 +92872,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; @@ -96548,16 +92945,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; @@ -96567,12 +92964,12 @@ export type xdai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapExchange_orderBy = +export type bnb_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -96603,10 +93000,10 @@ export type xdai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { +export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -96615,11 +93012,11 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96648,17 +93045,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>; @@ -96717,16 +93114,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; @@ -96736,12 +93133,12 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -96772,7 +93169,7 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwap_filter = { +export type bnb_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96785,26 +93182,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; @@ -96813,26 +93210,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; @@ -96881,12 +93278,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>; @@ -96929,18 +93326,18 @@ export type xdai_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwap_orderBy = +export type bnb_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -96967,14 +93364,14 @@ export type xdai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { +export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapDailyVolume_filter = { +export type bnb_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97003,7 +93400,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; @@ -97012,21 +93409,21 @@ export type xdai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapDailyVolume_orderBy = +export type bnb_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -97048,14 +93445,14 @@ export type xdai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { +export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapHourlyVolume_filter = { +export type bnb_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97084,7 +93481,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; @@ -97093,21 +93490,21 @@ export type xdai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapHourlyVolume_orderBy = +export type bnb_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -97129,13 +93526,13 @@ export type xdai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; +export type bnb_swap_SwapTradeVolume = { + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapTradeVolume_filter = { +export type bnb_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -97156,7 +93553,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; @@ -97165,21 +93562,21 @@ export type xdai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapTradeVolume_orderBy = +export type bnb_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -97200,14 +93597,14 @@ export type xdai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { +export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapWeeklyVolume_filter = { +export type bnb_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97236,7 +93633,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; @@ -97245,21 +93642,21 @@ export type xdai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapWeeklyVolume_orderBy = +export type bnb_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -97281,13 +93678,13 @@ export type xdai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SystemInfo = { +export type bnb_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type xdai_swap_SystemInfo_filter = { +export type bnb_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97313,19 +93710,19 @@ export type xdai_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SystemInfo_orderBy = +export type bnb_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type xdai_swap__Block_ = { +export type bnb_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -97333,7 +93730,7 @@ export type xdai_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type xdai_swap__Meta_ = { +export type bnb_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -97341,53 +93738,75 @@ export type xdai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: xdai_swap__Block_; + block: bnb_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type polygon_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygon_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygon_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type lineagoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['lineagoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type polygon_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; +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 polygon_swap_LpAccountbalancesArgs = { - 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 polygon_swap_LpAccountBalance = { +export type lineagoerli_AssetBalance = { id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: lineagoerli_Router; + asset: lineagoerli_Asset; + feesEarned: Scalars['BigInt']; }; -export type polygon_swap_LpAccountBalance_filter = { +export type lineagoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97396,106 +93815,108 @@ export type polygon_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + 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 polygon_swap_LpAccountBalance_orderBy = +export type lineagoerli_AssetBalance_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'asset' + | 'feesEarned'; -export type polygon_swap_LpAccount_filter = { +export type lineagoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type lineagoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97504,59 +93925,19 @@ 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; + 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 polygon_swap_LpAccount_orderBy = +export type lineagoerli_AssetStatus_orderBy = | 'id' - | 'address' - | 'balances'; - -export type polygon_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; -}; - - -export type polygon_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_swap_LpTokenEvent = { - id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type polygon_swap_LpTokenEvent_filter = { +export type lineagoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97565,91 +93946,110 @@ export type polygon_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_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 polygon_swap_LpTokenEvent_orderBy = +export type lineagoerli_Asset_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status'; -export type polygon_swap_LpToken_filter = { +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; @@ -97658,141 +94058,103 @@ 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; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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_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 polygon_swap_LpToken_orderBy = +export type lineagoerli_ConnectorMeta_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { +export type lineagoerli_DestinationTransfer = { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - from: Scalars['polygon_swap_Bytes']; - to: Scalars['polygon_swap_Bytes']; - fromBalance: Scalars['polygon_swap_BigDecimal']; - toBalance: Scalars['polygon_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; + 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_swap_LpTransferEvent_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; @@ -97801,97 +94163,20 @@ export type polygon_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -97900,42 +94185,323 @@ export type polygon_swap_LpTransferEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_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 polygon_swap_LpTransferEvent_orderBy = +export type lineagoerli_DestinationTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = +export type lineagoerli_OrderDirection = | 'asc' | 'desc'; -export type polygon_swap_PooledToken = { +export type lineagoerli_OriginMessage = { id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type polygon_swap_PooledToken_filter = { +export type lineagoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97944,116 +94510,142 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type polygon_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type polygon_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygon_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygon_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + 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 polygon_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: 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 polygon_swap_StableSwapweeklyVolumesArgs = { +export type lineagoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { +export type lineagoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98062,105 +94654,20 @@ export type polygon_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; @@ -98169,90 +94676,179 @@ export type polygon_swap_StableSwapAddLiquidityEvent_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 polygon_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type polygon_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + 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; @@ -98261,71 +94857,96 @@ export type polygon_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_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 polygon_swap_StableSwapEvent_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' - | 'block' + | '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' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type polygon_swap_StableSwapExchange = { +export type lineagoerli_Relayer = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type lineagoerli_RelayerFee = { + id: Scalars['ID']; + transfer: lineagoerli_OriginTransfer; fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; + asset: Scalars['lineagoerli_Bytes']; }; -export type polygon_swap_StableSwapExchange_filter = { +export type lineagoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98334,75 +94955,27 @@ export type polygon_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -98411,94 +94984,36 @@ export type polygon_swap_StableSwapExchange_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + 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 polygon_swap_StableSwapExchange_orderBy = +export type lineagoerli_RelayerFee_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' + | 'transfer' | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'asset'; -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { +export type lineagoerli_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + transfer: lineagoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { +export type lineagoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98507,87 +95022,53 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_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; @@ -98596,62 +95077,47 @@ 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; - 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 polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type lineagoerli_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' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type polygon_swap_StableSwap_filter = { +export type lineagoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98664,196 +95130,27 @@ 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; - 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_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 polygon_swap_StableSwap_orderBy = +export type lineagoerli_Relayer_orderBy = | 'id' | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'relayer'; -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { +export type lineagoerli_RootCount = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + count?: Maybe; }; -export type polygon_swap_SwapDailyVolume_filter = { +export type lineagoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98862,79 +95159,37 @@ export type polygon_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type polygon_swap_SwapDailyVolume_orderBy = +export type lineagoerli_RootCount_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'count'; -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { +export type lineagoerli_RootMessageSent = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type polygon_swap_SwapHourlyVolume_filter = { +export type lineagoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98943,27 +95198,48 @@ export type polygon_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_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; @@ -98972,70 +95248,125 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 polygon_swap_SwapHourlyVolume_orderBy = +export type lineagoerli_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 polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; +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']; - volume: Scalars['polygon_swap_BigDecimal']; + balance: Scalars['BigInt']; }; -export type polygon_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; +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; @@ -99044,49 +95375,85 @@ 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>; + 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; }; -export type polygon_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' +export type lineagoerli_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'asset' | 'timestamp' - | 'volume'; + | 'balance'; -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { +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']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type polygon_swap_SwapWeeklyVolume_filter = { +export type lineagoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99095,78 +95462,32 @@ export type polygon_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + 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 polygon_swap_SwapWeeklyVolume_orderBy = +export type lineagoerli_Sequencer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'isActive' + | 'sequencer'; -export type polygon_swap_SystemInfo = { +export type lineagoerli_Setting = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['lineagoerli_Bytes']; }; -export type polygon_swap_SystemInfo_filter = { +export type lineagoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99175,36 +95496,148 @@ export type polygon_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>; + 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 polygon_swap_SystemInfo_orderBy = +export type lineagoerli_Setting_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type polygon_swap__Block_ = { +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; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -99212,7 +95645,7 @@ export type polygon_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type polygon_swap__Meta_ = { +export type lineagoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -99220,53 +95653,53 @@ export type polygon_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygon_swap__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 = +export type avalanche_swap_Aggregation_interval = | 'hour' | 'day'; -export type optimism_swap_BlockChangedFilter = { +export type avalanche_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimism_swap_Block_height = { - hash?: InputMaybe; +export type avalanche_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimism_swap_LpAccount = { +export type avalanche_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; + address: Scalars['avalanche_swap_Bytes']; + balances: Array; }; -export type optimism_swap_LpAccountbalancesArgs = { +export type avalanche_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_LpAccountBalance = { +export type avalanche_swap_LpAccountBalance = { id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; + account: avalanche_swap_LpAccount; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type optimism_swap_LpAccountBalance_filter = { +export type avalanche_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99295,7 +95728,7 @@ export type optimism_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -99316,15 +95749,15 @@ export type optimism_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -99341,23 +95774,23 @@ export type optimism_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccountBalance_orderBy = +export type avalanche_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -99374,7 +95807,7 @@ export type optimism_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type optimism_swap_LpAccount_filter = { +export type avalanche_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99383,59 +95816,59 @@ export type optimism_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccount_orderBy = +export type avalanche_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type optimism_swap_LpToken = { +export type avalanche_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - stableSwap: optimism_swap_StableSwap; + address: Scalars['avalanche_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimism_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['avalanche_swap_BigDecimal']; + events: Array; }; -export type optimism_swap_LpTokeneventsArgs = { +export type avalanche_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_LpTokenEvent = { +export type avalanche_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_LpTokenEvent_filter = { +export type avalanche_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99464,15 +95897,15 @@ export type optimism_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -99489,16 +95922,16 @@ export type optimism_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99508,12 +95941,12 @@ export type optimism_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTokenEvent_orderBy = +export type avalanche_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -99528,7 +95961,7 @@ export type optimism_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_LpToken_filter = { +export type avalanche_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99537,16 +95970,16 @@ export type optimism_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -99567,7 +96000,7 @@ export type optimism_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -99616,22 +96049,22 @@ export type optimism_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpToken_orderBy = +export type avalanche_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -99657,21 +96090,21 @@ export type optimism_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { +export type avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - from: Scalars['optimism_swap_Bytes']; - to: Scalars['optimism_swap_Bytes']; - fromBalance: Scalars['optimism_swap_BigDecimal']; - toBalance: Scalars['optimism_swap_BigDecimal']; + token: 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['optimism_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_LpTransferEvent_filter = { +export type avalanche_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99700,51 +96133,51 @@ export type optimism_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -99761,16 +96194,16 @@ export type optimism_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99780,12 +96213,12 @@ export type optimism_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTransferEvent_orderBy = +export type avalanche_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -99805,16 +96238,16 @@ export type optimism_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimism_swap_OrderDirection = +export type avalanche_swap_OrderDirection = | 'asc' | 'desc'; -export type optimism_swap_PooledToken = { +export type avalanche_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimism_swap_Bytes']; + asset: Scalars['avalanche_swap_Bytes']; }; -export type optimism_swap_PooledToken_filter = { +export type avalanche_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99823,103 +96256,103 @@ export type optimism_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_PooledToken_orderBy = +export type avalanche_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimism_swap_StableSwap = { +export type avalanche_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimism_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['avalanche_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimism_swap_StableSwapeventsArgs = { +export type avalanche_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapexchangesArgs = { +export type avalanche_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwaphourlyVolumesArgs = { +export type avalanche_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapdailyVolumesArgs = { +export type avalanche_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapweeklyVolumesArgs = { +export type avalanche_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { +export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -99928,11 +96361,11 @@ export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwap balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapAddLiquidityEvent_filter = { +export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99961,17 +96394,17 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -100030,16 +96463,16 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100049,12 +96482,12 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = +export type avalanche_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100085,16 +96518,16 @@ export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapEvent = { +export type avalanche_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapEvent_filter = { +export type avalanche_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100123,7 +96556,7 @@ export type optimism_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -100140,16 +96573,16 @@ export type optimism_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100159,12 +96592,12 @@ export type optimism_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapEvent_orderBy = +export type avalanche_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100188,10 +96621,10 @@ export type optimism_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapExchange = { +export type avalanche_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - buyer: Scalars['optimism_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + buyer: Scalars['avalanche_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -100200,11 +96633,11 @@ export type optimism_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapExchange_filter = { +export type avalanche_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100233,17 +96666,17 @@ export type optimism_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -100306,16 +96739,16 @@ export type optimism_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100325,12 +96758,12 @@ export type optimism_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapExchange_orderBy = +export type avalanche_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100361,10 +96794,10 @@ export type optimism_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { +export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -100373,11 +96806,11 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableS balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { +export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100406,17 +96839,17 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -100475,16 +96908,16 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100494,12 +96927,12 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100530,7 +96963,7 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwap_filter = { +export type avalanche_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100543,26 +96976,26 @@ export type optimism_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -100571,26 +97004,26 @@ export type optimism_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -100639,12 +97072,12 @@ export type optimism_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -100687,18 +97120,18 @@ export type optimism_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwap_orderBy = +export type avalanche_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -100725,14 +97158,14 @@ export type optimism_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { +export type avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type optimism_swap_SwapDailyVolume_filter = { +export type avalanche_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100761,7 +97194,7 @@ export type optimism_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100770,21 +97203,21 @@ export type optimism_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapDailyVolume_orderBy = +export type avalanche_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100806,14 +97239,14 @@ export type optimism_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { +export type avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type optimism_swap_SwapHourlyVolume_filter = { +export type avalanche_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100842,7 +97275,7 @@ export type optimism_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100851,21 +97284,21 @@ export type optimism_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapHourlyVolume_orderBy = +export type avalanche_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100887,13 +97320,13 @@ export type optimism_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapTradeVolume = { - stableSwap: optimism_swap_StableSwap; +export type avalanche_swap_SwapTradeVolume = { + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type optimism_swap_SwapTradeVolume_filter = { +export type avalanche_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -100914,7 +97347,7 @@ export type optimism_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100923,21 +97356,21 @@ export type optimism_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapTradeVolume_orderBy = +export type avalanche_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -100958,14 +97391,14 @@ export type optimism_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { +export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type optimism_swap_SwapWeeklyVolume_filter = { +export type avalanche_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100994,7 +97427,7 @@ export type optimism_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101003,21 +97436,21 @@ export type optimism_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapWeeklyVolume_orderBy = +export type avalanche_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -101039,13 +97472,13 @@ export type optimism_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SystemInfo = { +export type avalanche_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimism_swap_SystemInfo_filter = { +export type avalanche_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101071,19 +97504,19 @@ export type optimism_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SystemInfo_orderBy = +export type avalanche_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimism_swap__Block_ = { +export type avalanche_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -101091,7 +97524,7 @@ export type optimism_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type optimism_swap__Meta_ = { +export type avalanche_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -101099,84 +97532,49 @@ export type optimism_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimism_swap__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 stagingmainnet_AggregateRootSavedSlow = { - id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; +export type linea_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type stagingmainnet_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type linea_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingmainnet_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; +export type linea_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + balances: Array; +}; -export type stagingmainnet_AggregatedMessageRoot = { + +export type linea_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type stagingmainnet_AggregatedMessageRoot_filter = { +export type linea_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101185,67 +97583,92 @@ export type stagingmainnet_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + 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 stagingmainnet_AggregatedMessageRoot_orderBy = +export type linea_swap_LpAccountBalance_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type stagingmainnet_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingmainnet_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; + | 'account' + | 'token' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingmainnet_ArbitrumConnectorMeta_filter = { +export type linea_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101254,154 +97677,53 @@ 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; + 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 stagingmainnet_ArbitrumConnectorMeta_orderBy = +export type linea_swap_LpAccount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'balances'; -export type stagingmainnet_AvalancheConnectorMeta = { +export type linea_swap_LpToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_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 stagingmainnet_AvalancheConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; -export type stagingmainnet_AvalancheConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; +export type linea_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingmainnet_BaseConnectorMeta = { +export type linea_swap_LpTokenEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_BaseConnectorMeta_filter = { +export type linea_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101410,86 +97732,79 @@ 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; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_BaseConnectorMeta_orderBy = +export type linea_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingmainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingmainnet_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; + | 'token' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_BnbConnectorMeta_filter = { +export type linea_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101498,76 +97813,118 @@ export type stagingmainnet_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_BnbConnectorMeta_orderBy = +export type linea_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type stagingmainnet_GnosisConnectorMeta = { +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + from: Scalars['linea_swap_Bytes']; + to: Scalars['linea_swap_Bytes']; + fromBalance: Scalars['linea_swap_BigDecimal']; + toBalance: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_GnosisConnectorMeta_filter = { +export type linea_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101576,72 +97933,121 @@ export type stagingmainnet_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_GnosisConnectorMeta_orderBy = +export type linea_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'token' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_HubDomain = { +/** Defines the order direction, either ascending or descending */ +export type linea_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_swap_PooledToken = { id: Scalars['ID']; - domain?: Maybe; + asset: Scalars['linea_swap_Bytes']; }; -export type stagingmainnet_HubDomain_filter = { +export type linea_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101650,322 +98056,110 @@ 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>; + 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 stagingmainnet_HubDomain_orderBy = +export type linea_swap_PooledToken_orderBy = | 'id' - | 'domain'; + | 'asset'; -export type stagingmainnet_HubOptimisticRootFinalized = { +export type linea_swap_StableSwap = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingmainnet_HubOptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + 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 stagingmainnet_HubOptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -export type stagingmainnet_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; -export type stagingmainnet_LineaConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type linea_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_LineaConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type stagingmainnet_MantleConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; +export type linea_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_MantleConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type linea_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: 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 linea_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_MetisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; -export type stagingmainnet_MetisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; +export type linea_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingmainnet_ModeConnectorMeta = { +export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_ModeConnectorMeta_filter = { +export type linea_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101974,76 +98168,134 @@ export type stagingmainnet_ModeConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_ModeConnectorMeta_orderBy = +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_OptimismConnectorMeta = { +export type linea_swap_StableSwapEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + stableSwap: linea_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_OptimismConnectorMeta_filter = { +export type linea_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102052,75 +98304,86 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 stagingmainnet_OptimismConnectorMeta_orderBy = +export type linea_swap_StableSwapEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_OptimisticRootPropagated = { +export type linea_swap_StableSwapExchange = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_OptimisticRootPropagated_filter = { +export type linea_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102129,26 +98392,87 @@ export type stagingmainnet_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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; @@ -102157,39 +98481,56 @@ export type stagingmainnet_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 stagingmainnet_OptimisticRootPropagated_orderBy = +export type linea_swap_StableSwapExchange_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'stableSwap' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingmainnet_OptimisticRootProposed = { +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['stagingmainnet_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 stagingmainnet_OptimisticRootProposed_filter = { +export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102198,46 +98539,83 @@ export type stagingmainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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; @@ -102246,199 +98624,40 @@ export type stagingmainnet_OptimisticRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 stagingmainnet_OptimisticRootProposed_orderBy = +export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type stagingmainnet_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingmainnet_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type stagingmainnet_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_PolygonZkConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; - -export type stagingmainnet_PolygonZkConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - index: Scalars['BigInt']; -}; - -export type stagingmainnet_RootAggregated_filter = { +export type linea_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102447,6 +98666,22 @@ export type stagingmainnet_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_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; @@ -102455,43 +98690,157 @@ export type stagingmainnet_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_RootAggregated_orderBy = +export type linea_swap_StableSwap_orderBy = | 'id' + | 'isActive' + | 'key' + | 'canonicalId' | 'domain' - | 'receivedRoot' - | 'index'; + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingmainnet_RootManagerMeta = { +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type stagingmainnet_RootManagerMeta_filter = { +export type linea_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102500,35 +98849,61 @@ export type stagingmainnet_RootManagerMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_RootManagerMeta_orderBy = +export type linea_swap_SwapDailyVolume_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type stagingmainnet_RootManagerMode = { +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type stagingmainnet_RootManagerMode_filter = { +export type linea_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102537,104 +98912,81 @@ export type stagingmainnet_RootManagerMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_RootManagerMode_orderBy = +export type linea_swap_SwapHourlyVolume_orderBy = | 'id' - | 'mode'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type stagingmainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; +export type linea_swap_SwapTradeVolume = { + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type stagingmainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; +export type 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; @@ -102643,57 +98995,31 @@ export type stagingmainnet_RootMessageProcessed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' +export type linea_swap_SwapTradeVolume_orderBy = + | 'stableSwap' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type stagingmainnet_RootPropagated = { +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregate: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type stagingmainnet_RootPropagated_filter = { +export type linea_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102702,65 +99028,60 @@ export type stagingmainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_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 stagingmainnet_RootPropagated_orderBy = +export type linea_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type stagingmainnet_ZkSyncConnectorMeta = { +export type linea_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type stagingmainnet_ZkSyncConnectorMeta_filter = { +export type linea_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102769,69 +99090,34 @@ export type stagingmainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingmainnet_ZkSyncConnectorMeta_orderBy = +export type linea_swap_SystemInfo_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'exchangeCount' + | 'swapCount'; -export type stagingmainnet__Block_ = { +export type linea_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -102839,7 +99125,7 @@ export type stagingmainnet__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmainnet__Meta_ = { +export type linea_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -102847,22 +99133,22 @@ export type stagingmainnet__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmainnet__Block_; + block: linea_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_AggregateRoot = { +export type polygonzkevm_swap_AggregateRoot = { id: Scalars['ID']; - root: Scalars['goerli_Bytes']; + root: Scalars['polygonzkevm_swap_Bytes']; blockNumber: Scalars['BigInt']; }; -export type goerli_AggregateRootProposed = { +export type polygonzkevm_swap_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -102870,7 +99156,7 @@ export type goerli_AggregateRootProposed = { blockNumber?: Maybe; }; -export type goerli_AggregateRootProposed_filter = { +export type polygonzkevm_swap_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102879,16 +99165,16 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -102930,12 +99216,12 @@ export type goerli_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 goerli_AggregateRootProposed_orderBy = +export type polygonzkevm_swap_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -102944,7 +99230,7 @@ export type goerli_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type goerli_AggregateRoot_filter = { +export type polygonzkevm_swap_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102953,16 +99239,16 @@ export type goerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -102972,41 +99258,41 @@ export type goerli_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AggregateRoot_orderBy = +export type polygonzkevm_swap_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type goerli_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 goerli_AssetBalance = { +export type polygonzkevm_swap_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: goerli_Router; - asset: goerli_Asset; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; feesEarned: Scalars['BigInt']; }; -export type goerli_AssetBalance_filter = { +export type polygonzkevm_swap_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103067,7 +99353,7 @@ export type goerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -103088,7 +99374,7 @@ export type goerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -103098,12 +99384,12 @@ export type goerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetBalance_orderBy = +export type polygonzkevm_swap_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -103128,12 +99414,12 @@ export type goerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type goerli_AssetStatus = { +export type polygonzkevm_swap_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type goerli_AssetStatus_filter = { +export type polygonzkevm_swap_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103147,16 +99433,16 @@ export type goerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetStatus_orderBy = +export type polygonzkevm_swap_AssetStatus_orderBy = | 'id' | 'status'; -export type goerli_Asset_filter = { +export type polygonzkevm_swap_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103165,16 +99451,16 @@ export type goerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -103191,16 +99477,16 @@ export type goerli_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; @@ -103209,26 +99495,26 @@ export type goerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -103257,14 +99543,14 @@ export type goerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Asset_orderBy = +export type polygonzkevm_swap_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -103278,16 +99564,26 @@ export type goerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type goerli_ConnectorMeta = { +export type polygonzkevm_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygonzkevm_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +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 goerli_ConnectorMeta_filter = { +export type polygonzkevm_swap_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103312,43 +99608,43 @@ export type goerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ConnectorMeta_orderBy = +export type polygonzkevm_swap_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -103356,57 +99652,57 @@ export type goerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type goerli_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 goerli_DestinationTransferroutersArgs = { +export type polygonzkevm_swap_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_DestinationTransfer_filter = { +export type polygonzkevm_swap_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103423,16 +99719,16 @@ export type goerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -103441,17 +99737,17 @@ export type goerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -103476,40 +99772,40 @@ export type goerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -103526,16 +99822,16 @@ export type goerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -103552,16 +99848,16 @@ export type goerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -103582,7 +99878,7 @@ export type goerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -103599,26 +99895,26 @@ export type goerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -103651,16 +99947,16 @@ export type goerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -103669,26 +99965,26 @@ export type goerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -103721,16 +100017,16 @@ export type goerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -103740,12 +100036,12 @@ export type goerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_DestinationTransfer_orderBy = +export type polygonzkevm_swap_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -103794,14 +100090,14 @@ export type goerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type goerli_OptimisticRootFinalized = { +export type polygonzkevm_swap_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type goerli_OptimisticRootFinalized_filter = { +export type polygonzkevm_swap_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103810,16 +100106,16 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -103837,31 +100133,36 @@ export type goerli_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 goerli_OptimisticRootFinalized_orderBy = +export type polygonzkevm_swap_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type goerli_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type polygonzkevm_swap_OrderDirection = + | 'asc' + | 'desc'; + +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 goerli_OriginMessage_filter = { +export type polygonzkevm_swap_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103870,16 +100171,16 @@ export type goerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -103888,16 +100189,16 @@ export type goerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -103906,36 +100207,36 @@ export type goerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -103964,14 +100265,14 @@ export type goerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginMessage_orderBy = +export type polygonzkevm_swap_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -103985,51 +100286,51 @@ export type goerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type goerli_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 goerli_OriginTransferrelayerFeesArgs = { +export type polygonzkevm_swap_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_OriginTransfer_filter = { +export type polygonzkevm_swap_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104046,16 +100347,16 @@ export type goerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -104064,20 +100365,20 @@ export type goerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -104102,40 +100403,40 @@ export type goerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -104144,16 +100445,16 @@ export type goerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -104170,16 +100471,16 @@ export type goerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104200,17 +100501,17 @@ export type goerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -104231,7 +100532,7 @@ export type goerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -104246,37 +100547,37 @@ export type goerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104309,16 +100610,16 @@ export type goerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -104328,12 +100629,12 @@ export type goerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginTransfer_orderBy = +export type polygonzkevm_swap_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -104385,20 +100686,20 @@ export type goerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type goerli_Relayer = { +export type polygonzkevm_swap_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type goerli_RelayerFee = { +export type polygonzkevm_swap_RelayerFee = { id: Scalars['ID']; - transfer: goerli_OriginTransfer; + transfer: polygonzkevm_swap_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['goerli_Bytes']; + asset: Scalars['polygonzkevm_swap_Bytes']; }; -export type goerli_RelayerFee_filter = { +export type polygonzkevm_swap_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104427,7 +100728,7 @@ export type goerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -104436,23 +100737,23 @@ export type goerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RelayerFee_orderBy = +export type polygonzkevm_swap_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -104487,20 +100788,20 @@ export type goerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type goerli_RelayerFeesIncrease = { +export type polygonzkevm_swap_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: goerli_OriginTransfer; + transfer: polygonzkevm_swap_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_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 goerli_RelayerFeesIncrease_filter = { +export type polygonzkevm_swap_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104529,7 +100830,7 @@ export type goerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -104538,36 +100839,36 @@ export type goerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104601,12 +100902,12 @@ export type goerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RelayerFeesIncrease_orderBy = +export type polygonzkevm_swap_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -104647,7 +100948,7 @@ export type goerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_Relayer_filter = { +export type polygonzkevm_swap_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104660,33 +100961,33 @@ export type goerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Relayer_orderBy = +export type polygonzkevm_swap_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type goerli_RootCount = { +export type polygonzkevm_swap_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type goerli_RootCount_filter = { +export type polygonzkevm_swap_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104704,30 +101005,30 @@ export type goerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootCount_orderBy = +export type polygonzkevm_swap_RootCount_orderBy = | 'id' | 'count'; -export type goerli_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 goerli_RootMessageSent_filter = { +export type polygonzkevm_swap_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104752,16 +101053,16 @@ export type goerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -104770,26 +101071,26 @@ export type goerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104823,12 +101124,12 @@ export type goerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootMessageSent_orderBy = +export type polygonzkevm_swap_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -104841,34 +101142,34 @@ export type goerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_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 goerli_RouterassetBalancesArgs = { +export type polygonzkevm_swap_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_RouterDailyTVL = { +export type polygonzkevm_swap_RouterDailyTVL = { id: Scalars['ID']; - router: goerli_Router; - asset: goerli_Asset; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type goerli_RouterDailyTVL_filter = { +export type polygonzkevm_swap_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104897,7 +101198,7 @@ export type goerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104918,7 +101219,7 @@ export type goerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104936,12 +101237,12 @@ export type goerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RouterDailyTVL_orderBy = +export type polygonzkevm_swap_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -104963,25 +101264,25 @@ export type goerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type goerli_RouterLiquidityEvent = { +export type polygonzkevm_swap_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: goerli_Router; - asset: goerli_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['goerli_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_RouterLiquidityEventType = +export type polygonzkevm_swap_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type goerli_RouterLiquidityEvent_filter = { +export type polygonzkevm_swap_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104990,10 +101291,10 @@ 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>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -105014,7 +101315,7 @@ export type goerli_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; @@ -105035,7 +101336,7 @@ export type goerli_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; @@ -105052,16 +101353,16 @@ export type goerli_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; @@ -105078,16 +101379,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; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; @@ -105097,12 +101398,12 @@ 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 polygonzkevm_swap_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -105130,7 +101431,7 @@ export type goerli_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type goerli_Router_filter = { +export type polygonzkevm_swap_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105143,36 +101444,36 @@ export type goerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -105181,14 +101482,14 @@ export type goerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Router_orderBy = +export type polygonzkevm_swap_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -105197,13 +101498,13 @@ export type goerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type goerli_Sequencer = { +export type polygonzkevm_swap_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type goerli_Sequencer_filter = { +export type polygonzkevm_swap_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105216,34 +101517,34 @@ export type goerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Sequencer_orderBy = +export type polygonzkevm_swap_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type goerli_Setting = { +export type polygonzkevm_swap_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; + caller: Scalars['polygonzkevm_swap_Bytes']; }; -export type goerli_Setting_filter = { +export type polygonzkevm_swap_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105260,40 +101561,40 @@ export type goerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Setting_orderBy = +export type polygonzkevm_swap_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type goerli_SlippageUpdate = { +export type polygonzkevm_swap_SlippageUpdate = { id: Scalars['ID']; - transfer: goerli_DestinationTransfer; + transfer: polygonzkevm_swap_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_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 goerli_SlippageUpdate_filter = { +export type polygonzkevm_swap_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105322,7 +101623,7 @@ export type goerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -105331,26 +101632,26 @@ export type goerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -105384,12 +101685,12 @@ export type goerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_SlippageUpdate_orderBy = +export type polygonzkevm_swap_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -105436,16 +101737,16 @@ export type goerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_SnapshotRoot = { +export type polygonzkevm_swap_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['goerli_Bytes']; + root: Scalars['polygonzkevm_swap_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type goerli_SnapshotRoot_filter = { +export type polygonzkevm_swap_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105462,16 +101763,16 @@ export type goerli_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; @@ -105497,12 +101798,12 @@ export type goerli_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 goerli_SnapshotRoot_orderBy = +export type polygonzkevm_swap_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -105510,12 +101811,12 @@ export type goerli_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type goerli_SpokeConnectorMode = { +export type polygonzkevm_swap_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type goerli_SpokeConnectorMode_filter = { +export type polygonzkevm_swap_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105545,58 +101846,64 @@ export type goerli_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 goerli_SpokeConnectorMode_orderBy = +export type polygonzkevm_swap_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type goerli_TransferStatus = +export type polygonzkevm_swap_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type metis_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type polygonzkevm_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 metis_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +/** The type for the top-level _meta field */ +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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 metis_swap_LpAccount = { +export type avalanche_AggregateRoot = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - balances: Array; -}; - - -export type metis_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['avalanche_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type metis_swap_LpAccountBalance = { +export type avalanche_AggregateRootProposed = { id: Scalars['ID']; - account: metis_swap_LpAccount; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['avalanche_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type metis_swap_LpAccountBalance_filter = { +export type avalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105605,106 +101912,72 @@ export type metis_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpAccountBalance_orderBy = +export type avalanche_AggregateRootProposed_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type metis_swap_LpAccount_filter = { +export type avalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105713,59 +101986,64 @@ export type metis_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpAccount_orderBy = +export type avalanche_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type metis_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - stableSwap: metis_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['metis_swap_BigDecimal']; - events: Array; -}; + | 'root' + | 'blockNumber'; +export type avalanche_Aggregation_interval = + | 'hour' + | 'day'; -export type metis_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type avalanche_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_swap_LpTokenEvent = { +export type avalanche_AssetBalance = { id: Scalars['ID']; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: avalanche_Router; + asset: avalanche_Asset; + feesEarned: Scalars['BigInt']; }; -export type metis_swap_LpTokenEvent_filter = { +export type avalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105774,91 +102052,125 @@ export type metis_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + 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 metis_swap_LpTokenEvent_orderBy = +export type avalanche_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 metis_swap_LpToken_filter = { +export type avalanche_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type avalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105867,141 +102179,21 @@ export type metis_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpToken_orderBy = +export type avalanche_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 metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { - id: Scalars['ID']; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; - from: Scalars['metis_swap_Bytes']; - to: Scalars['metis_swap_Bytes']; - fromBalance: Scalars['metis_swap_BigDecimal']; - toBalance: Scalars['metis_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type metis_swap_LpTransferEvent_filter = { +export type avalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106010,141 +102202,139 @@ export type metis_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpTransferEvent_orderBy = +export type avalanche_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 metis_swap_OrderDirection = - | 'asc' - | 'desc'; +export type avalanche_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type metis_swap_PooledToken = { +export type avalanche_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type avalanche_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['metis_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type metis_swap_PooledToken_filter = { +export type avalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106153,116 +102343,117 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_swap_PooledToken_orderBy = + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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 avalanche_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type metis_swap_StableSwap = { +export type avalanche_DestinationTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['metis_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type metis_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type metis_swap_StableSwapdailyVolumesArgs = { +export type avalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; - -export type metis_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type metis_swap_StableSwapAddLiquidityEvent_filter = { +export type avalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106271,105 +102462,24 @@ export type metis_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -106378,53 +102488,367 @@ export type metis_swap_StableSwapAddLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapAddLiquidityEvent_orderBy = +export type avalanche_DestinationTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type metis_swap_StableSwapEvent = { +export type avalanche_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type metis_swap_StableSwapEvent_filter = { +export type avalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106433,35 +102857,16 @@ export type metis_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106470,16 +102875,239 @@ 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; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type avalanche_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type avalanche_OrderDirection = + | 'asc' + | 'desc'; + +export type avalanche_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type avalanche_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 avalanche_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type avalanche_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 avalanche_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_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; @@ -106488,53 +103116,341 @@ export type metis_swap_StableSwapEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapEvent_orderBy = +export type avalanche_OriginTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type metis_swap_StableSwapExchange = { +export type avalanche_Relayer = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - buyer: Scalars['metis_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type avalanche_RelayerFee = { + id: Scalars['ID']; + transfer: avalanche_OriginTransfer; fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + asset: Scalars['avalanche_Bytes']; }; -export type metis_swap_StableSwapExchange_filter = { +export type avalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106543,75 +103459,27 @@ export type metis_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -106620,94 +103488,71 @@ export type metis_swap_StableSwapExchange_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapExchange_orderBy = +export type avalanche_RelayerFee_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'asset'; -export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { +export type avalanche_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + transfer: avalanche_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { +export type avalanche_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106716,87 +103561,65 @@ export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -106805,62 +103628,78 @@ 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; - 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 metis_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type avalanche_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type metis_swap_StableSwap_filter = { +export type avalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106873,196 +103712,33 @@ 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; - 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 metis_swap_StableSwap_orderBy = +export type avalanche_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 metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { +export type avalanche_RootCount = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + count?: Maybe; }; -export type metis_swap_SwapDailyVolume_filter = { +export type avalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107071,79 +103747,39 @@ export type metis_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_SwapDailyVolume_orderBy = +export type avalanche_RootCount_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'count'; -export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { +export type avalanche_RootMessageSent = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type metis_swap_SwapHourlyVolume_filter = { +export type avalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107152,27 +103788,60 @@ export type metis_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107181,70 +103850,127 @@ export type metis_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_SwapHourlyVolume_orderBy = +export type avalanche_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 metis_swap_SwapTradeVolume = { - stableSwap: metis_swap_StableSwap; +export type avalanche_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type avalanche_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_RouterDailyTVL = { + id: Scalars['ID']; + router: avalanche_Router; + asset: avalanche_Asset; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + balance: Scalars['BigInt']; }; -export type metis_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; +export type avalanche_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; @@ -107253,49 +103979,61 @@ 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>; + 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 metis_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' +export type avalanche_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 metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { +export type avalanche_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + type?: Maybe; + router: avalanche_Router; + asset: avalanche_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + transactionHash: Scalars['avalanche_Bytes']; + nonce: Scalars['BigInt']; }; -export type metis_swap_SwapWeeklyVolume_filter = { +export type avalanche_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type avalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107304,27 +104042,86 @@ export type metis_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -107333,49 +104130,59 @@ 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>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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 metis_swap_SwapWeeklyVolume_orderBy = +export type avalanche_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 metis_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; + | 'transactionHash' + | 'nonce'; -export type metis_swap_SystemInfo_filter = { +export type avalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107384,98 +104191,161 @@ export type metis_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + 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 metis_swap_SystemInfo_orderBy = +export type avalanche_Router_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type metis_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -/** The type for the top-level _meta field */ -export type metis_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: metis_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type avalanche_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type zksync_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type zksync_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type avalanche_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 zksync_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +export type avalanche_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; -export type zksync_swap_LpAccount = { +export type avalanche_Setting = { id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - balances: Array; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['avalanche_Bytes']; }; - -export type zksync_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type avalanche_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 zksync_swap_LpAccountBalance = { +export type avalanche_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type avalanche_SlippageUpdate = { id: Scalars['ID']; - account: zksync_swap_LpAccount; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + transfer: avalanche_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type zksync_swap_LpAccountBalance_filter = { +export type avalanche_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107484,167 +104354,150 @@ export type zksync_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type zksync_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 zksync_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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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 zksync_swap_LpAccount_orderBy = +export type avalanche_SlippageUpdate_orderBy = | 'id' - | 'address' - | 'balances'; - -export type zksync_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - stableSwap: zksync_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['zksync_swap_BigDecimal']; - events: Array; -}; - - -export type zksync_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | '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 zksync_swap_LpTokenEvent = { +export type avalanche_SnapshotRoot = { id: Scalars['ID']; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block: Scalars['BigInt']; + spokeDomain?: Maybe; + root: Scalars['avalanche_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type zksync_swap_LpTokenEvent_filter = { +export type avalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107653,43 +104506,32 @@ export type zksync_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + 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; @@ -107698,46 +104540,34 @@ 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; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpTokenEvent_orderBy = +export type avalanche_SnapshotRoot_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'spokeDomain' + | 'root' + | 'count' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type zksync_swap_LpToken_filter = { +export type avalanche_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type avalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107746,141 +104576,85 @@ export type zksync_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + 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 zksync_swap_LpToken_orderBy = +export type avalanche_SpokeConnectorMode_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'; + | 'mode'; -export type zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { +export type avalanche_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type avalanche__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type avalanche__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: avalanche__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_AggregateRoot = { id: Scalars['ID']; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - from: Scalars['zksync_swap_Bytes']; - to: Scalars['zksync_swap_Bytes']; - fromBalance: Scalars['zksync_swap_BigDecimal']; - toBalance: Scalars['zksync_swap_BigDecimal']; - block: Scalars['BigInt']; + 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']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type zksync_swap_LpTransferEvent_filter = { +export type staginggoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107889,79 +104663,40 @@ export type zksync_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -107970,60 +104705,30 @@ 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; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpTransferEvent_orderBy = +export type staginggoerli_AggregateRootProposed_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type zksync_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type zksync_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['zksync_swap_Bytes']; -}; + | 'blockNumber'; -export type zksync_swap_PooledToken_filter = { +export type staginggoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108032,116 +104737,210 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_PooledToken_orderBy = +export type staginggoerli_AggregateRoot_orderBy = | 'id' - | 'asset'; + | 'root' + | 'blockNumber'; -export type zksync_swap_StableSwap = { +export type staginggoerli_Asset = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['zksync_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type zksync_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; - -export type zksync_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +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 zksync_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +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 zksync_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; }; - -export type zksync_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +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 zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; +export type staginggoerli_AssetStatus_orderBy = + | 'id' + | 'status'; -export type zksync_swap_StableSwapAddLiquidityEvent_filter = { +export type staginggoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108150,160 +104949,129 @@ export type zksync_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapAddLiquidityEvent_orderBy = +export type staginggoerli_Asset_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type zksync_swap_StableSwapEvent = { +export type staginggoerli_ConnectorMeta = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type zksync_swap_StableSwapEvent_filter = { +export type staginggoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108312,53 +105080,143 @@ export type zksync_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type staginggoerli_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type staginggoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -108367,53 +105225,367 @@ export type zksync_swap_StableSwapEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapEvent_orderBy = +export type staginggoerli_DestinationTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type zksync_swap_StableSwapExchange = { +export type staginggoerli_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - buyer: Scalars['zksync_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type zksync_swap_StableSwapExchange_filter = { +export type staginggoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108422,91 +105594,16 @@ export type zksync_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -108515,78 +105612,40 @@ 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; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapExchange_orderBy = +export type staginggoerli_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' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { +export type staginggoerli_OriginMessage = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { +export type staginggoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108595,151 +105654,166 @@ export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type staginggoerli_OriginMessage_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type zksync_swap_StableSwap_filter = { +export type staginggoerli_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type staginggoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108748,200 +105822,367 @@ export type zksync_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + 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 zksync_swap_StableSwap_orderBy = +export type staginggoerli_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' + | '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 zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { +export type staginggoerli_Relayer = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type zksync_swap_SwapDailyVolume_filter = { +export type staginggoerli_RelayerFee = { + id: Scalars['ID']; + transfer: staginggoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108950,79 +106191,100 @@ export type zksync_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapDailyVolume_orderBy = +export type staginggoerli_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' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { +export type staginggoerli_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + transfer: staginggoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type zksync_swap_SwapHourlyVolume_filter = { +export type staginggoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109031,27 +106293,65 @@ export type zksync_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -109060,121 +106360,78 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapHourlyVolume_orderBy = +export type staginggoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type zksync_swap_SwapTradeVolume = { - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; -}; - -export type zksync_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - 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 zksync_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | '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 zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type zksync_swap_SwapWeeklyVolume_filter = { +export type staginggoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109183,78 +106440,37 @@ export type zksync_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapWeeklyVolume_orderBy = +export type staginggoerli_Relayer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'isActive' + | 'relayer'; -export type zksync_swap_SystemInfo = { +export type staginggoerli_RootCount = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + count?: Maybe; }; -export type zksync_swap_SystemInfo_filter = { +export type staginggoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109263,75 +106479,39 @@ export type zksync_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SystemInfo_orderBy = +export type staginggoerli_RootCount_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type zksync_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type zksync_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: zksync_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type staginggoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['staginggoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'count'; -export type staginggoerli_AggregateRootProposed = { +export type staginggoerli_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_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 staginggoerli_AggregateRootProposed_filter = { +export type staginggoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109340,40 +106520,60 @@ export type staginggoerli_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -109382,6 +106582,22 @@ export type staginggoerli_AggregateRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -109392,20 +106608,51 @@ export type staginggoerli_AggregateRootProposed_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregateRootProposed_orderBy = +export type staginggoerli_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type staginggoerli_AggregateRoot_filter = { +export type staginggoerli_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type staginggoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: staginggoerli_Router; + asset: staginggoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type staginggoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109414,60 +106661,111 @@ export type staginggoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregateRoot_orderBy = +export type staginggoerli_RouterDailyTVL_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; -}; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__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 staginggoerli_AssetBalance = { +export type staginggoerli_RouterLiquidityEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; + type?: Maybe; router: staginggoerli_Router; asset: staginggoerli_Asset; - feesEarned: Scalars['BigInt']; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['staginggoerli_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_AssetBalance_filter = { +export type staginggoerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type staginggoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109476,38 +106774,10 @@ export type staginggoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -109550,26 +106820,75 @@ export type staginggoerli_AssetBalance_filter = { asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AssetBalance_orderBy = +export type staginggoerli_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' | 'router__id' | 'router__isActive' @@ -109587,14 +106906,88 @@ export type staginggoerli_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type staginggoerli_AssetStatus = { +export type staginggoerli_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type staginggoerli_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type staginggoerli_AssetStatus_filter = { +export type staginggoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109603,21 +106996,38 @@ export type staginggoerli_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AssetStatus_orderBy = +export type staginggoerli_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type staginggoerli_Asset_filter = { +export type staginggoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109626,129 +107036,48 @@ export type staginggoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Asset_orderBy = +export type staginggoerli_Setting_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type staginggoerli_ConnectorMeta = { +export type staginggoerli_SlippageUpdate = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + transfer: staginggoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type staginggoerli_ConnectorMeta_filter = { +export type staginggoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109757,59 +107086,770 @@ export type staginggoerli_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type staginggoerli_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type staginggoerli_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type staginggoerli_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type staginggoerli_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 staginggoerli_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type staginggoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type base_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['base_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type base_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['base_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type base_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 base_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type base_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type base_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type base_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: base_Router; + asset: base_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type base_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 base_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type base_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type base_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type base_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 base_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type base_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type base_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type base_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type base_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; hubDomain_lt?: InputMaybe; hubDomain_gte?: InputMaybe; hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ConnectorMeta_orderBy = +export type base_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -109817,57 +107857,57 @@ export type staginggoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli_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 staginggoerli_DestinationTransferroutersArgs = { +export type base_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_DestinationTransfer_filter = { +export type base_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109884,16 +107924,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; @@ -109902,17 +107942,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; @@ -109937,40 +107977,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; @@ -109987,16 +108027,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; @@ -110013,16 +108053,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; @@ -110043,7 +108083,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; @@ -110060,26 +108100,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; @@ -110112,16 +108152,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; @@ -110130,26 +108170,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; @@ -110182,16 +108222,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; @@ -110201,12 +108241,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 base_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -110255,14 +108295,14 @@ export type staginggoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginggoerli_OptimisticRootFinalized = { +export type base_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; + aggregateRoot: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type staginggoerli_OptimisticRootFinalized_filter = { +export type base_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110271,16 +108311,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; @@ -110298,31 +108338,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 base_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type staginggoerli_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type base_OrderDirection = + | 'asc' + | 'desc'; + +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 staginggoerli_OriginMessage_filter = { +export type base_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110331,16 +108376,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; @@ -110349,16 +108394,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; @@ -110367,36 +108412,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; @@ -110425,14 +108470,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 base_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -110446,51 +108491,51 @@ export type staginggoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type staginggoerli_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 staginggoerli_OriginTransferrelayerFeesArgs = { +export type base_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_OriginTransfer_filter = { +export type base_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110507,16 +108552,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; @@ -110525,20 +108570,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; @@ -110563,40 +108608,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; @@ -110605,16 +108650,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; @@ -110631,16 +108676,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; @@ -110661,17 +108706,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; @@ -110692,7 +108737,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; @@ -110707,37 +108752,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; @@ -110770,16 +108815,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; @@ -110789,12 +108834,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 base_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -110846,20 +108891,20 @@ export type staginggoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginggoerli_Relayer = { +export type base_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginggoerli_RelayerFee = { +export type base_RelayerFee = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; + transfer: base_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginggoerli_Bytes']; + asset: Scalars['base_Bytes']; }; -export type staginggoerli_RelayerFee_filter = { +export type base_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110888,7 +108933,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; @@ -110897,23 +108942,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 base_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -110948,20 +108993,20 @@ export type staginggoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type staginggoerli_RelayerFeesIncrease = { +export type base_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; + transfer: base_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_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 staginggoerli_RelayerFeesIncrease_filter = { +export type base_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110990,7 +109035,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; @@ -110999,36 +109044,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; @@ -111062,12 +109107,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 base_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -111108,7 +109153,7 @@ export type staginggoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_Relayer_filter = { +export type base_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111121,33 +109166,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 base_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginggoerli_RootCount = { +export type base_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginggoerli_RootCount_filter = { +export type base_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111165,30 +109210,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 base_RootCount_orderBy = | 'id' | 'count'; -export type staginggoerli_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 staginggoerli_RootMessageSent_filter = { +export type base_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111213,16 +109258,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; @@ -111231,26 +109276,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; @@ -111284,12 +109329,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 base_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -111302,34 +109347,34 @@ export type staginggoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_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 staginggoerli_RouterassetBalancesArgs = { +export type base_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_RouterDailyTVL = { +export type base_RouterDailyTVL = { id: Scalars['ID']; - router: staginggoerli_Router; - asset: staginggoerli_Asset; + router: base_Router; + asset: base_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginggoerli_RouterDailyTVL_filter = { +export type base_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111358,7 +109403,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; @@ -111379,7 +109424,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; @@ -111397,12 +109442,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 base_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -111424,25 +109469,25 @@ export type staginggoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type staginggoerli_RouterLiquidityEvent = { +export type base_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: staginggoerli_Router; - asset: staginggoerli_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['staginggoerli_Bytes']; + transactionHash: Scalars['base_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_RouterLiquidityEventType = +export type base_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type staginggoerli_RouterLiquidityEvent_filter = { +export type base_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111451,10 +109496,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; @@ -111475,7 +109520,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; @@ -111496,7 +109541,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; @@ -111513,16 +109558,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; @@ -111539,16 +109584,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; @@ -111558,12 +109603,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 base_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -111591,7 +109636,7 @@ export type staginggoerli_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type staginggoerli_Router_filter = { +export type base_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111604,36 +109649,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; @@ -111642,14 +109687,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 base_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -111658,13 +109703,13 @@ export type staginggoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginggoerli_Sequencer = { +export type base_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginggoerli_Sequencer_filter = { +export type base_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111677,34 +109722,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 base_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginggoerli_Setting = { +export type base_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; + caller: Scalars['base_Bytes']; }; -export type staginggoerli_Setting_filter = { +export type base_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111721,40 +109766,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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type staginggoerli_Setting_orderBy = +export type base_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginggoerli_SlippageUpdate = { +export type base_SlippageUpdate = { id: Scalars['ID']; - transfer: staginggoerli_DestinationTransfer; + transfer: base_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_SlippageUpdate_filter = { +export type base_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111783,7 +109828,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; @@ -111792,26 +109837,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; @@ -111845,12 +109890,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 base_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -111897,16 +109942,16 @@ export type staginggoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_SnapshotRoot = { +export type base_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['staginggoerli_Bytes']; + root: Scalars['base_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_SnapshotRoot_filter = { +export type base_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111923,16 +109968,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; @@ -111958,12 +110003,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 base_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -111971,12 +110016,12 @@ export type staginggoerli_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type staginggoerli_SpokeConnectorMode = { +export type base_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type staginggoerli_SpokeConnectorMode_filter = { +export type base_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112006,62 +110051,64 @@ 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 base_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type staginggoerli_TransferStatus = +export type base_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type arbitrumone_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type arbitrumone_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +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; }; -export type arbitrumone_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +/** The type for the top-level _meta field */ +export type base__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: base__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumone_swap_LpAccount = { +export type localmainnet_AggregateRoot = { 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; + root: Scalars['localmainnet_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type arbitrumone_swap_LpAccountBalance = { +export type localmainnet_AggregateRootProposed = { id: Scalars['ID']; - account: arbitrumone_swap_LpAccount; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['localmainnet_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type arbitrumone_swap_LpAccountBalance_filter = { +export type localmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112070,106 +110117,72 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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 arbitrumone_swap_LpAccountBalance_orderBy = +export type localmainnet_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 arbitrumone_swap_LpAccount_filter = { +export type localmainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112178,59 +110191,60 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 arbitrumone_swap_LpAccount_orderBy = +export type localmainnet_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type arbitrumone_swap_LpToken = { +export type localmainnet_Asset = { 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; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type arbitrumone_swap_LpTokenEvent = { +export type localmainnet_AssetBalance = { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: localmainnet_Router; + asset: localmainnet_Asset; + feesEarned: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTokenEvent_filter = { +export type localmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112239,91 +110253,125 @@ 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>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 arbitrumone_swap_LpTokenEvent_orderBy = +export type localmainnet_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 arbitrumone_swap_LpToken_filter = { +export type localmainnet_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type localmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112332,141 +110380,21 @@ export type arbitrumone_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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 arbitrumone_swap_LpToken_orderBy = +export type localmainnet_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 arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { - id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - from: Scalars['arbitrumone_swap_Bytes']; - to: Scalars['arbitrumone_swap_Bytes']; - fromBalance: Scalars['arbitrumone_swap_BigDecimal']; - toBalance: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type arbitrumone_swap_LpTransferEvent_filter = { +export type localmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112475,141 +110403,129 @@ 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>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 arbitrumone_swap_LpTransferEvent_orderBy = +export type localmainnet_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'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumone_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type arbitrumone_swap_PooledToken = { +export type localmainnet_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['arbitrumone_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type arbitrumone_swap_PooledToken_filter = { +export type localmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112618,116 +110534,117 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type arbitrumone_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['arbitrumone_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type arbitrumone_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumone_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type localmainnet_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { +export type localmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { +export type localmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112736,105 +110653,24 @@ 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; + 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; @@ -112843,53 +110679,367 @@ export type arbitrumone_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 arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = +export type localmainnet_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 arbitrumone_swap_StableSwapEvent = { +export type localmainnet_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type arbitrumone_swap_StableSwapEvent_filter = { +export type localmainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112898,35 +111048,16 @@ 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -112935,71 +111066,40 @@ export type arbitrumone_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_StableSwapEvent_orderBy = +export type localmainnet_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 arbitrumone_swap_StableSwapExchange = { +export type localmainnet_OriginMessage = { 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']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type arbitrumone_swap_StableSwapExchange_filter = { +export type localmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113008,171 +111108,166 @@ 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>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapExchange_orderBy = +export type localmainnet_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 arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { +export type localmainnet_OriginTransfer = { 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']; + 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_StableSwapRemoveLiquidityEvent_filter = { + +export type localmainnet_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type localmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113181,105 +111276,24 @@ export type arbitrumone_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; @@ -113288,44 +111302,341 @@ export type arbitrumone_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 arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type localmainnet_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 arbitrumone_swap_StableSwap_filter = { +export type localmainnet_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type localmainnet_RelayerFee = { + id: Scalars['ID']; + transfer: localmainnet_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113334,200 +111645,100 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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 arbitrumone_swap_StableSwap_orderBy = +export type localmainnet_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 arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { +export type localmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + transfer: localmainnet_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type arbitrumone_swap_SwapDailyVolume_filter = { +export type localmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113536,27 +111747,65 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -113565,50 +111814,78 @@ export type arbitrumone_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_SwapDailyVolume_orderBy = +export type localmainnet_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 arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type arbitrumone_swap_SwapHourlyVolume_filter = { +export type localmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113617,230 +111894,37 @@ 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>>; -}; - -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>; + 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 arbitrumone_swap_SwapWeeklyVolume_orderBy = +export type localmainnet_Relayer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'isActive' + | 'relayer'; -export type arbitrumone_swap_SystemInfo = { +export type localmainnet_RootCount = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + count?: Maybe; }; -export type arbitrumone_swap_SystemInfo_filter = { +export type localmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113849,75 +111933,39 @@ 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>; + 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 arbitrumone_swap_SystemInfo_orderBy = +export type localmainnet_RootCount_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type arbitrumone_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumone_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumone_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mumbai_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'count'; -export type mumbai_AggregateRootProposed = { +export type localmainnet_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['mumbai_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 mumbai_AggregateRootProposed_filter = { +export type localmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113926,40 +111974,60 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -113968,6 +112036,22 @@ export type mumbai_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; @@ -113977,21 +112061,52 @@ export type mumbai_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 mumbai_AggregateRootProposed_orderBy = +export type localmainnet_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type mumbai_AggregateRoot_filter = { +export type localmainnet_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type localmainnet_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type localmainnet_RouterDailyTVL = { + id: Scalars['ID']; + router: localmainnet_Router; + asset: localmainnet_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type localmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114000,64 +112115,111 @@ export type mumbai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AggregateRoot_orderBy = +export type localmainnet_RouterDailyTVL_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; -}; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__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 mumbai_AssetBalance = { +export type localmainnet_RouterLiquidityEvent = { id: Scalars['ID']; + type?: Maybe; + router: localmainnet_Router; + asset: localmainnet_Asset; amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mumbai_Router; - asset: mumbai_Asset; - feesEarned: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['localmainnet_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_AssetBalance_filter = { +export type localmainnet_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type localmainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114066,38 +112228,10 @@ 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>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -114118,7 +112252,7 @@ export type mumbai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -114139,27 +112273,76 @@ export type mumbai_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 mumbai_AssetBalance_orderBy = +export type localmainnet_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' | 'router__id' | 'router__isActive' @@ -114177,14 +112360,15 @@ export type mumbai_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; - -export type mumbai_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type mumbai_AssetStatus_filter = { +export type localmainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114193,21 +112377,71 @@ export type mumbai_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AssetStatus_orderBy = +export type localmainnet_Router_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type mumbai_Asset_filter = { +export type localmainnet_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type localmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114216,139 +112450,88 @@ 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; + 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 mumbai_Asset_orderBy = +export type localmainnet_Sequencer_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'isActive' + | 'sequencer'; -export type mumbai_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type localmainnet_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['localmainnet_Bytes']; }; -export type mumbai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type localmainnet_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_ConnectorMeta = { +export type localmainnet_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type localmainnet_SlippageUpdate = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + transfer: localmainnet_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mumbai_ConnectorMeta_filter = { +export type localmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114357,13 +112540,724 @@ export type mumbai_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>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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 localmainnet_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type localmainnet_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type localmainnet_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 localmainnet_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type localmainnet_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type localmainnet_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type localmainnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type zksync_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['zksync_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type zksync_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['zksync_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type zksync_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 zksync_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type zksync_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 zksync_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type zksync_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type zksync_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: zksync_Router; + asset: zksync_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type zksync_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 zksync_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 zksync_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type zksync_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 zksync_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type zksync_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 zksync_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type zksync_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type zksync_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type zksync_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type zksync_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; @@ -114373,43 +113267,43 @@ export type mumbai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_ConnectorMeta_orderBy = +export type zksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -114417,57 +113311,57 @@ export type mumbai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mumbai_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 mumbai_DestinationTransferroutersArgs = { +export type zksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_DestinationTransfer_filter = { +export type zksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114484,16 +113378,16 @@ export type mumbai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -114502,17 +113396,17 @@ export type mumbai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -114537,40 +113431,40 @@ export type mumbai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -114587,16 +113481,16 @@ export type mumbai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -114613,16 +113507,16 @@ export type mumbai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -114643,7 +113537,7 @@ export type mumbai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -114660,26 +113554,26 @@ export type mumbai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -114712,16 +113606,16 @@ export type mumbai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -114730,26 +113624,26 @@ export type mumbai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -114782,16 +113676,16 @@ export type mumbai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -114801,12 +113695,12 @@ export type mumbai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_DestinationTransfer_orderBy = +export type zksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -114855,14 +113749,14 @@ export type mumbai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mumbai_OptimisticRootFinalized = { +export type zksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mumbai_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mumbai_OptimisticRootFinalized_filter = { +export type zksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114871,16 +113765,16 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -114898,36 +113792,36 @@ export type mumbai_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 mumbai_OptimisticRootFinalized_orderBy = +export type zksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mumbai_OrderDirection = +export type zksync_OrderDirection = | 'asc' | 'desc'; -export type mumbai_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 mumbai_OriginMessage_filter = { +export type zksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114936,16 +113830,16 @@ export type mumbai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -114954,16 +113848,16 @@ export type mumbai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -114972,36 +113866,36 @@ export type mumbai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -115030,14 +113924,14 @@ export type mumbai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_OriginMessage_orderBy = +export type zksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -115051,51 +113945,51 @@ export type mumbai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mumbai_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 mumbai_OriginTransferrelayerFeesArgs = { +export type zksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_OriginTransfer_filter = { +export type zksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115112,16 +114006,16 @@ export type mumbai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -115130,20 +114024,20 @@ export type mumbai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -115168,40 +114062,40 @@ export type mumbai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -115210,16 +114104,16 @@ export type mumbai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -115236,16 +114130,16 @@ export type mumbai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -115266,17 +114160,17 @@ export type mumbai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -115297,7 +114191,7 @@ export type mumbai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -115312,37 +114206,37 @@ export type mumbai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -115375,16 +114269,16 @@ export type mumbai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -115394,12 +114288,12 @@ export type mumbai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_OriginTransfer_orderBy = +export type zksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -115451,20 +114345,20 @@ export type mumbai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mumbai_Relayer = { +export type zksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mumbai_RelayerFee = { +export type zksync_RelayerFee = { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; + transfer: zksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mumbai_Bytes']; + asset: Scalars['zksync_Bytes']; }; -export type mumbai_RelayerFee_filter = { +export type zksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115493,7 +114387,7 @@ export type mumbai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -115502,23 +114396,23 @@ export type mumbai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RelayerFee_orderBy = +export type zksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -115553,20 +114447,20 @@ export type mumbai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mumbai_RelayerFeesIncrease = { +export type zksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; + transfer: zksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_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 mumbai_RelayerFeesIncrease_filter = { +export type zksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115595,7 +114489,7 @@ export type mumbai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -115604,36 +114498,36 @@ export type mumbai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -115667,12 +114561,12 @@ export type mumbai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RelayerFeesIncrease_orderBy = +export type zksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -115713,7 +114607,7 @@ export type mumbai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_Relayer_filter = { +export type zksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115726,33 +114620,33 @@ export type mumbai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Relayer_orderBy = +export type zksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mumbai_RootCount = { +export type zksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mumbai_RootCount_filter = { +export type zksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115770,30 +114664,30 @@ export type mumbai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RootCount_orderBy = +export type zksync_RootCount_orderBy = | 'id' | 'count'; -export type mumbai_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 mumbai_RootMessageSent_filter = { +export type zksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115818,16 +114712,16 @@ export type mumbai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -115836,26 +114730,26 @@ export type mumbai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -115889,12 +114783,12 @@ export type mumbai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RootMessageSent_orderBy = +export type zksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -115907,34 +114801,34 @@ export type mumbai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_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 mumbai_RouterassetBalancesArgs = { +export type zksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_RouterDailyTVL = { +export type zksync_RouterDailyTVL = { id: Scalars['ID']; - router: mumbai_Router; - asset: mumbai_Asset; + router: zksync_Router; + asset: zksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mumbai_RouterDailyTVL_filter = { +export type zksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115963,7 +114857,7 @@ export type mumbai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -115984,7 +114878,7 @@ export type mumbai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -116002,12 +114896,12 @@ export type mumbai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RouterDailyTVL_orderBy = +export type zksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -116029,25 +114923,25 @@ export type mumbai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mumbai_RouterLiquidityEvent = { +export type zksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mumbai_Router; - asset: mumbai_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['mumbai_Bytes']; + transactionHash: Scalars['zksync_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_RouterLiquidityEventType = +export type zksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mumbai_RouterLiquidityEvent_filter = { +export type zksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116056,10 +114950,10 @@ export type mumbai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -116080,7 +114974,7 @@ export type mumbai_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -116101,7 +114995,7 @@ export type mumbai_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -116118,16 +115012,16 @@ export type mumbai_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -116144,16 +115038,16 @@ export type mumbai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -116163,12 +115057,12 @@ export type mumbai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RouterLiquidityEvent_orderBy = +export type zksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -116196,7 +115090,7 @@ export type mumbai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mumbai_Router_filter = { +export type zksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116209,36 +115103,36 @@ export type mumbai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -116247,14 +115141,14 @@ export type mumbai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Router_orderBy = +export type zksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -116263,13 +115157,13 @@ export type mumbai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mumbai_Sequencer = { +export type zksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mumbai_Sequencer_filter = { +export type zksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116282,34 +115176,34 @@ export type mumbai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Sequencer_orderBy = +export type zksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mumbai_Setting = { +export type zksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; + caller: Scalars['zksync_Bytes']; }; -export type mumbai_Setting_filter = { +export type zksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116326,40 +115220,40 @@ export type mumbai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Setting_orderBy = +export type zksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mumbai_SlippageUpdate = { +export type zksync_SlippageUpdate = { id: Scalars['ID']; - transfer: mumbai_DestinationTransfer; + transfer: zksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_Bytes']; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mumbai_SlippageUpdate_filter = { +export type zksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116388,7 +115282,7 @@ export type mumbai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -116397,26 +115291,26 @@ export type mumbai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -116450,12 +115344,12 @@ export type mumbai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_SlippageUpdate_orderBy = +export type zksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -116502,16 +115396,16 @@ export type mumbai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_SnapshotRoot = { +export type zksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mumbai_Bytes']; + root: Scalars['zksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mumbai_SnapshotRoot_filter = { +export type zksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116528,16 +115422,16 @@ export type mumbai_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; @@ -116563,12 +115457,12 @@ export type mumbai_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 mumbai_SnapshotRoot_orderBy = +export type zksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -116576,12 +115470,12 @@ export type mumbai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mumbai_SpokeConnectorMode = { +export type zksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mumbai_SpokeConnectorMode_filter = { +export type zksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116611,25 +115505,25 @@ export type mumbai_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 mumbai_SpokeConnectorMode_orderBy = +export type zksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mumbai_TransferStatus = +export type zksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mumbai__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 */ @@ -116637,7 +115531,7 @@ export type mumbai__Block_ = { }; /** The type for the top-level _meta field */ -export type mumbai__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 @@ -116645,22 +115539,22 @@ export type mumbai__Meta_ = { * and therefore asks for the latest block * */ - block: mumbai__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 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']; @@ -116668,7 +115562,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; @@ -116677,16 +115571,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; @@ -116728,12 +115622,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' @@ -116742,7 +115636,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; @@ -116751,16 +115645,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; @@ -116770,45 +115664,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; @@ -116869,7 +115763,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; @@ -116890,7 +115784,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; @@ -116900,12 +115794,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' @@ -116930,12 +115824,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; @@ -116949,16 +115843,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; @@ -116967,16 +115861,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; @@ -116993,16 +115887,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; @@ -117011,26 +115905,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; @@ -117059,14 +115953,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' @@ -117080,26 +115974,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; @@ -117124,43 +116018,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' @@ -117168,57 +116062,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; @@ -117235,16 +116129,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; @@ -117253,17 +116147,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; @@ -117288,40 +116182,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; @@ -117338,16 +116232,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; @@ -117364,16 +116258,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; @@ -117394,7 +116288,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; @@ -117411,26 +116305,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; @@ -117463,16 +116357,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; @@ -117481,26 +116375,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; @@ -117533,16 +116427,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; @@ -117552,12 +116446,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' @@ -117606,14 +116500,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; @@ -117622,16 +116516,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; @@ -117649,36 +116543,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; @@ -117687,16 +116581,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; @@ -117705,16 +116599,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; @@ -117723,36 +116617,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; @@ -117781,14 +116675,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' @@ -117802,51 +116696,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; @@ -117863,16 +116757,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; @@ -117881,20 +116775,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; @@ -117919,40 +116813,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; @@ -117961,16 +116855,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; @@ -117987,16 +116881,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; @@ -118017,17 +116911,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; @@ -118048,7 +116942,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; @@ -118063,37 +116957,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; @@ -118126,16 +117020,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; @@ -118145,12 +117039,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' @@ -118202,20 +117096,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; @@ -118244,7 +117138,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; @@ -118253,23 +117147,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' @@ -118304,20 +117198,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; @@ -118346,7 +117240,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; @@ -118355,36 +117249,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; @@ -118418,12 +117312,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' @@ -118464,7 +117358,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; @@ -118477,33 +117371,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; @@ -118521,30 +117415,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; @@ -118569,16 +117463,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; @@ -118587,26 +117481,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; @@ -118640,12 +117534,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' @@ -118658,34 +117552,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; @@ -118714,7 +117608,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; @@ -118735,7 +117629,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; @@ -118753,12 +117647,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' @@ -118780,25 +117674,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; @@ -118807,10 +117701,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; @@ -118831,7 +117725,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; @@ -118852,7 +117746,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; @@ -118869,16 +117763,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; @@ -118895,16 +117789,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; @@ -118914,12 +117808,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' @@ -118947,7 +117841,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; @@ -118960,36 +117854,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; @@ -118998,14 +117892,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' @@ -119014,13 +117908,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; @@ -119033,34 +117927,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; @@ -119077,40 +117971,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; @@ -119139,7 +118033,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; @@ -119148,26 +118042,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; @@ -119201,12 +118095,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' @@ -119253,16 +118147,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; @@ -119279,16 +118173,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; @@ -119314,12 +118208,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' @@ -119327,12 +118221,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; @@ -119362,25 +118256,25 @@ 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 */ @@ -119388,7 +118282,7 @@ export type xdai__Block_ = { }; /** 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 @@ -119396,22 +118290,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 localmainnet_AggregateRoot = { +export type stagingxdai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localmainnet_Bytes']; + root: Scalars['stagingxdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_AggregateRootProposed = { +export type stagingxdai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -119419,7 +118313,7 @@ export type localmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type localmainnet_AggregateRootProposed_filter = { +export type stagingxdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119428,16 +118322,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; @@ -119479,12 +118373,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 stagingxdai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -119493,7 +118387,7 @@ export type localmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type localmainnet_AggregateRoot_filter = { +export type stagingxdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119502,16 +118396,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; @@ -119521,41 +118415,45 @@ 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 stagingxdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localmainnet_Asset = { +export type stagingxdai_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingxdai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type localmainnet_AssetBalance = { +export type stagingxdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localmainnet_Router; - asset: localmainnet_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; feesEarned: Scalars['BigInt']; }; -export type localmainnet_AssetBalance_filter = { +export type stagingxdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119616,7 +118514,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; @@ -119637,7 +118535,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; @@ -119647,12 +118545,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 stagingxdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -119677,12 +118575,12 @@ export type localmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localmainnet_AssetStatus = { +export type stagingxdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localmainnet_AssetStatus_filter = { +export type stagingxdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119696,16 +118594,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 stagingxdai_AssetStatus_orderBy = | 'id' | 'status'; -export type localmainnet_Asset_filter = { +export type stagingxdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119714,16 +118612,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; @@ -119740,16 +118638,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; @@ -119758,26 +118656,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; @@ -119806,14 +118704,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 stagingxdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -119827,16 +118725,26 @@ export type localmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type localmainnet_ConnectorMeta = { +export type stagingxdai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingxdai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingxdai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localmainnet_ConnectorMeta_filter = { +export type stagingxdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119861,43 +118769,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 stagingxdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -119905,57 +118813,57 @@ export type localmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localmainnet_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 localmainnet_DestinationTransferroutersArgs = { +export type stagingxdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_DestinationTransfer_filter = { +export type stagingxdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119972,16 +118880,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; @@ -119990,17 +118898,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; @@ -120025,40 +118933,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; @@ -120075,16 +118983,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; @@ -120101,16 +119009,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; @@ -120131,7 +119039,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; @@ -120148,26 +119056,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; @@ -120200,16 +119108,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; @@ -120218,26 +119126,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; @@ -120270,16 +119178,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; @@ -120289,12 +119197,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 stagingxdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -120343,14 +119251,14 @@ export type localmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localmainnet_OptimisticRootFinalized = { +export type stagingxdai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localmainnet_OptimisticRootFinalized_filter = { +export type stagingxdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120359,16 +119267,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; @@ -120386,31 +119294,36 @@ export type localmainnet_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootFinalized_orderBy = +export type stagingxdai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type localmainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type stagingxdai_OrderDirection = + | 'asc' + | 'desc'; + +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 localmainnet_OriginMessage_filter = { +export type stagingxdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120419,16 +119332,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; @@ -120437,16 +119350,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; @@ -120455,36 +119368,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; @@ -120513,14 +119426,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 stagingxdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -120534,51 +119447,51 @@ export type localmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localmainnet_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 localmainnet_OriginTransferrelayerFeesArgs = { +export type stagingxdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_OriginTransfer_filter = { +export type stagingxdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120595,16 +119508,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; @@ -120613,20 +119526,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; @@ -120651,40 +119564,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; @@ -120693,16 +119606,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; @@ -120719,16 +119632,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; @@ -120749,17 +119662,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; @@ -120780,7 +119693,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; @@ -120795,37 +119708,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; @@ -120858,16 +119771,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; @@ -120877,12 +119790,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 stagingxdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -120934,20 +119847,20 @@ export type localmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localmainnet_Relayer = { +export type stagingxdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localmainnet_RelayerFee = { +export type stagingxdai_RelayerFee = { id: Scalars['ID']; - transfer: localmainnet_OriginTransfer; + transfer: stagingxdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localmainnet_Bytes']; + asset: Scalars['stagingxdai_Bytes']; }; -export type localmainnet_RelayerFee_filter = { +export type stagingxdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120976,7 +119889,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; @@ -120985,23 +119898,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 stagingxdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121036,20 +119949,20 @@ export type localmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localmainnet_RelayerFeesIncrease = { +export type stagingxdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localmainnet_OriginTransfer; + transfer: stagingxdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localmainnet_Bytes']; - transactionHash: Scalars['localmainnet_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 localmainnet_RelayerFeesIncrease_filter = { +export type stagingxdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121078,7 +119991,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; @@ -121087,36 +120000,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; @@ -121150,12 +120063,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 stagingxdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121196,7 +120109,7 @@ export type localmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_Relayer_filter = { +export type stagingxdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121209,33 +120122,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 stagingxdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localmainnet_RootCount = { +export type stagingxdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localmainnet_RootCount_filter = { +export type stagingxdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121253,30 +120166,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 stagingxdai_RootCount_orderBy = | 'id' | 'count'; -export type localmainnet_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 localmainnet_RootMessageSent_filter = { +export type stagingxdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121301,16 +120214,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; @@ -121319,26 +120232,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; @@ -121372,12 +120285,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 stagingxdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -121390,34 +120303,34 @@ export type localmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_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 localmainnet_RouterassetBalancesArgs = { +export type stagingxdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_RouterDailyTVL = { +export type stagingxdai_RouterDailyTVL = { id: Scalars['ID']; - router: localmainnet_Router; - asset: localmainnet_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localmainnet_RouterDailyTVL_filter = { +export type stagingxdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121446,7 +120359,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; @@ -121467,7 +120380,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; @@ -121485,12 +120398,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 stagingxdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -121512,25 +120425,25 @@ export type localmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localmainnet_RouterLiquidityEvent = { +export type stagingxdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: localmainnet_Router; - asset: localmainnet_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['localmainnet_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; nonce: Scalars['BigInt']; }; -export type localmainnet_RouterLiquidityEventType = +export type stagingxdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type localmainnet_RouterLiquidityEvent_filter = { +export type stagingxdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121539,10 +120452,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; @@ -121563,7 +120476,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; @@ -121584,7 +120497,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; @@ -121601,16 +120514,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; @@ -121627,16 +120540,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; @@ -121646,12 +120559,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 stagingxdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -121679,7 +120592,7 @@ export type localmainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type localmainnet_Router_filter = { +export type stagingxdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121692,36 +120605,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; @@ -121730,14 +120643,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 stagingxdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -121746,13 +120659,13 @@ export type localmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localmainnet_Sequencer = { +export type stagingxdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localmainnet_Sequencer_filter = { +export type stagingxdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121765,34 +120678,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 stagingxdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localmainnet_Setting = { +export type stagingxdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localmainnet_Bytes']; + caller: Scalars['stagingxdai_Bytes']; }; -export type localmainnet_Setting_filter = { +export type stagingxdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121809,40 +120722,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 stagingxdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localmainnet_SlippageUpdate = { +export type stagingxdai_SlippageUpdate = { id: Scalars['ID']; - transfer: localmainnet_DestinationTransfer; + transfer: stagingxdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localmainnet_Bytes']; - transactionHash: Scalars['localmainnet_Bytes']; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_SlippageUpdate_filter = { +export type stagingxdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121871,7 +120784,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; @@ -121880,26 +120793,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; @@ -121933,12 +120846,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 stagingxdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121985,16 +120898,16 @@ export type localmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_SnapshotRoot = { +export type stagingxdai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localmainnet_Bytes']; + root: Scalars['stagingxdai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_SnapshotRoot_filter = { +export type stagingxdai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122011,16 +120924,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; @@ -122046,12 +120959,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 stagingxdai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -122059,12 +120972,12 @@ export type localmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localmainnet_SpokeConnectorMode = { +export type stagingxdai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localmainnet_SpokeConnectorMode_filter = { +export type stagingxdai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122094,31 +121007,56 @@ 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 stagingxdai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localmainnet_TransferStatus = +export type stagingxdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygon_AggregateRoot = { +export type stagingxdai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingxdai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingxdai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingavalanche_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygon_Bytes']; + root: Scalars['stagingavalanche_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygon_AggregateRootProposed = { +export type stagingavalanche_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -122126,7 +121064,7 @@ export type polygon_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygon_AggregateRootProposed_filter = { +export type stagingavalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122135,16 +121073,16 @@ export type polygon_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -122186,12 +121124,12 @@ export type polygon_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRootProposed_orderBy = +export type stagingavalanche_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -122200,7 +121138,7 @@ export type polygon_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygon_AggregateRoot_filter = { +export type stagingavalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122209,16 +121147,16 @@ export type polygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -122228,41 +121166,45 @@ export type polygon_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRoot_orderBy = +export type stagingavalanche_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygon_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 polygon_AssetBalance = { +export type stagingavalanche_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; feesEarned: Scalars['BigInt']; }; -export type polygon_AssetBalance_filter = { +export type stagingavalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122323,7 +121265,7 @@ export type polygon_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -122344,7 +121286,7 @@ export type polygon_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -122354,12 +121296,12 @@ export type polygon_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetBalance_orderBy = +export type stagingavalanche_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -122384,12 +121326,12 @@ export type polygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygon_AssetStatus = { +export type stagingavalanche_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygon_AssetStatus_filter = { +export type stagingavalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122403,16 +121345,16 @@ export type polygon_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetStatus_orderBy = +export type stagingavalanche_AssetStatus_orderBy = | 'id' | 'status'; -export type polygon_Asset_filter = { +export type stagingavalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122421,16 +121363,16 @@ export type polygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -122447,16 +121389,16 @@ export type polygon_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -122465,26 +121407,26 @@ export type polygon_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -122513,14 +121455,14 @@ export type polygon_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Asset_orderBy = +export type stagingavalanche_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -122534,26 +121476,26 @@ export type polygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygon_BlockChangedFilter = { +export type stagingavalanche_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_Block_height = { - hash?: InputMaybe; +export type stagingavalanche_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_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 polygon_ConnectorMeta_filter = { +export type stagingavalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122578,43 +121520,43 @@ export type polygon_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_ConnectorMeta_orderBy = +export type stagingavalanche_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -122622,57 +121564,57 @@ export type polygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygon_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 polygon_DestinationTransferroutersArgs = { +export type stagingavalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_DestinationTransfer_filter = { +export type stagingavalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122689,16 +121631,16 @@ export type polygon_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -122707,17 +121649,17 @@ export type polygon_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -122742,40 +121684,40 @@ export type polygon_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -122792,16 +121734,16 @@ export type polygon_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -122818,16 +121760,16 @@ export type polygon_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -122848,7 +121790,7 @@ export type polygon_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -122865,26 +121807,26 @@ export type polygon_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -122917,16 +121859,16 @@ export type polygon_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -122935,26 +121877,26 @@ export type polygon_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -122987,16 +121929,16 @@ export type polygon_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -123006,12 +121948,12 @@ export type polygon_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_DestinationTransfer_orderBy = +export type stagingavalanche_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123060,14 +122002,14 @@ export type polygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygon_OptimisticRootFinalized = { +export type stagingavalanche_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygon_OptimisticRootFinalized_filter = { +export type stagingavalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123076,16 +122018,16 @@ export type polygon_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -123103,36 +122045,36 @@ export type polygon_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OptimisticRootFinalized_orderBy = +export type stagingavalanche_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = +export type stagingavalanche_OrderDirection = | 'asc' | 'desc'; -export type polygon_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 polygon_OriginMessage_filter = { +export type stagingavalanche_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123141,16 +122083,16 @@ export type polygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -123159,16 +122101,16 @@ export type polygon_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -123177,36 +122119,36 @@ export type polygon_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -123235,14 +122177,14 @@ export type polygon_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginMessage_orderBy = +export type stagingavalanche_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -123256,51 +122198,51 @@ export type polygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygon_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 polygon_OriginTransferrelayerFeesArgs = { +export type stagingavalanche_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_OriginTransfer_filter = { +export type stagingavalanche_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123317,16 +122259,16 @@ export type polygon_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -123335,20 +122277,20 @@ export type polygon_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -123373,40 +122315,40 @@ export type polygon_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -123415,16 +122357,16 @@ export type polygon_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -123441,16 +122383,16 @@ export type polygon_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -123471,17 +122413,17 @@ export type polygon_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -123502,7 +122444,7 @@ export type polygon_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -123517,37 +122459,37 @@ export type polygon_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -123580,16 +122522,16 @@ export type polygon_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -123599,12 +122541,12 @@ export type polygon_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginTransfer_orderBy = +export type stagingavalanche_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123656,20 +122598,20 @@ export type polygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygon_Relayer = { +export type stagingavalanche_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygon_RelayerFee = { +export type stagingavalanche_RelayerFee = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; + transfer: stagingavalanche_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; + asset: Scalars['stagingavalanche_Bytes']; }; -export type polygon_RelayerFee_filter = { +export type stagingavalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123698,7 +122640,7 @@ export type polygon_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -123707,23 +122649,23 @@ export type polygon_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFee_orderBy = +export type stagingavalanche_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -123758,20 +122700,20 @@ export type polygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygon_RelayerFeesIncrease = { +export type stagingavalanche_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; + transfer: stagingavalanche_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_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 polygon_RelayerFeesIncrease_filter = { +export type stagingavalanche_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123800,7 +122742,7 @@ export type polygon_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -123809,36 +122751,36 @@ export type polygon_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -123872,12 +122814,12 @@ export type polygon_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFeesIncrease_orderBy = +export type stagingavalanche_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -123918,7 +122860,7 @@ export type polygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_Relayer_filter = { +export type stagingavalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123931,33 +122873,33 @@ export type polygon_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Relayer_orderBy = +export type stagingavalanche_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygon_RootCount = { +export type stagingavalanche_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygon_RootCount_filter = { +export type stagingavalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123975,30 +122917,30 @@ export type polygon_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootCount_orderBy = +export type stagingavalanche_RootCount_orderBy = | 'id' | 'count'; -export type polygon_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 polygon_RootMessageSent_filter = { +export type stagingavalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124023,16 +122965,16 @@ export type polygon_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -124041,26 +122983,26 @@ export type polygon_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124094,12 +123036,12 @@ export type polygon_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootMessageSent_orderBy = +export type stagingavalanche_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -124112,34 +123054,34 @@ export type polygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_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 polygon_RouterassetBalancesArgs = { +export type stagingavalanche_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_RouterDailyTVL = { +export type stagingavalanche_RouterDailyTVL = { id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygon_RouterDailyTVL_filter = { +export type stagingavalanche_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124168,7 +123110,7 @@ export type polygon_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -124189,7 +123131,7 @@ export type polygon_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124207,12 +123149,12 @@ export type polygon_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterDailyTVL_orderBy = +export type stagingavalanche_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -124234,25 +123176,25 @@ export type polygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygon_RouterLiquidityEvent = { +export type stagingavalanche_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_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['polygon_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_RouterLiquidityEventType = +export type stagingavalanche_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygon_RouterLiquidityEvent_filter = { +export type stagingavalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124261,10 +123203,10 @@ export type polygon_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -124285,7 +123227,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; @@ -124306,7 +123248,7 @@ export type polygon_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -124323,16 +123265,16 @@ export type polygon_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -124349,16 +123291,16 @@ export type polygon_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -124368,12 +123310,12 @@ export type polygon_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterLiquidityEvent_orderBy = +export type stagingavalanche_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -124401,7 +123343,7 @@ export type polygon_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygon_Router_filter = { +export type stagingavalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124414,36 +123356,36 @@ export type polygon_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -124452,14 +123394,14 @@ export type polygon_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Router_orderBy = +export type stagingavalanche_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -124468,13 +123410,13 @@ export type polygon_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygon_Sequencer = { +export type stagingavalanche_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygon_Sequencer_filter = { +export type stagingavalanche_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124487,34 +123429,34 @@ export type polygon_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Sequencer_orderBy = +export type stagingavalanche_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygon_Setting = { +export type stagingavalanche_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; + caller: Scalars['stagingavalanche_Bytes']; }; -export type polygon_Setting_filter = { +export type stagingavalanche_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124531,40 +123473,40 @@ export type polygon_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Setting_orderBy = +export type stagingavalanche_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygon_SlippageUpdate = { +export type stagingavalanche_SlippageUpdate = { id: Scalars['ID']; - transfer: polygon_DestinationTransfer; + transfer: stagingavalanche_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_SlippageUpdate_filter = { +export type stagingavalanche_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124593,7 +123535,7 @@ export type polygon_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -124602,26 +123544,26 @@ export type polygon_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124655,12 +123597,12 @@ export type polygon_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SlippageUpdate_orderBy = +export type stagingavalanche_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -124707,16 +123649,16 @@ export type polygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_SnapshotRoot = { +export type stagingavalanche_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygon_Bytes']; + root: Scalars['stagingavalanche_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_SnapshotRoot_filter = { +export type stagingavalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124733,16 +123675,16 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -124768,12 +123710,12 @@ export type polygon_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SnapshotRoot_orderBy = +export type stagingavalanche_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -124781,12 +123723,12 @@ export type polygon_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygon_SpokeConnectorMode = { +export type stagingavalanche_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygon_SpokeConnectorMode_filter = { +export type stagingavalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124816,25 +123758,25 @@ export type polygon_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 polygon_SpokeConnectorMode_orderBy = +export type stagingavalanche_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygon_TransferStatus = +export type stagingavalanche_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygon__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 */ @@ -124842,7 +123784,7 @@ export type polygon__Block_ = { }; /** The type for the top-level _meta field */ -export type polygon__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 @@ -124850,22 +123792,22 @@ export type polygon__Meta_ = { * and therefore asks for the latest block * */ - block: polygon__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 stagingxdai_AggregateRoot = { +export type staginglinea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['staginglinea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_AggregateRootProposed = { +export type staginglinea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -124873,7 +123815,7 @@ export type stagingxdai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingxdai_AggregateRootProposed_filter = { +export type staginglinea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124882,16 +123824,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -124933,12 +123871,10 @@ 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; }; -export type stagingxdai_AggregateRootProposed_orderBy = +export type staginglinea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -124947,7 +123883,7 @@ export type stagingxdai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_AggregateRoot_filter = { +export type staginglinea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124956,16 +123892,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -124975,45 +123907,39 @@ 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; }; -export type stagingxdai_AggregateRoot_orderBy = +export type staginglinea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingxdai_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingxdai_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 stagingxdai_AssetBalance = { +export type staginglinea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingxdai_AssetBalance_filter = { +export type staginglinea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125074,7 +124000,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; @@ -125095,7 +124021,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; @@ -125105,42 +124031,25 @@ 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; }; -export type stagingxdai_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 stagingxdai_AssetStatus = { +export type staginglinea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingxdai_AssetStatus_filter = { +export type staginglinea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125154,16 +124063,14 @@ 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; }; -export type stagingxdai_AssetStatus_orderBy = +export type staginglinea_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingxdai_Asset_filter = { +export type staginglinea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125172,16 +124079,12 @@ 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_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -125198,16 +124101,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -125216,26 +124115,18 @@ 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_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; @@ -125264,14 +124155,12 @@ 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; }; -export type stagingxdai_Asset_orderBy = +export type staginglinea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -125281,30 +124170,28 @@ export type stagingxdai_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type stagingxdai_BlockChangedFilter = { +export type staginglinea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingxdai_Block_height = { - hash?: InputMaybe; +export type staginglinea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingxdai_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 stagingxdai_ConnectorMeta_filter = { +export type staginglinea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125329,43 +124216,29 @@ 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_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 stagingxdai_ConnectorMeta_orderBy = +export type staginglinea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -125373,57 +124246,57 @@ export type stagingxdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingxdai_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 stagingxdai_DestinationTransferroutersArgs = { +export type staginglinea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_DestinationTransfer_filter = { +export type staginglinea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125440,16 +124313,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -125458,17 +124327,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; @@ -125493,40 +124362,28 @@ 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_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; @@ -125543,16 +124400,12 @@ 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_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -125569,16 +124422,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -125599,7 +124448,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; @@ -125616,26 +124465,18 @@ 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_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; @@ -125668,16 +124509,12 @@ 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_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -125686,26 +124523,18 @@ 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_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; @@ -125738,16 +124567,12 @@ 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_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -125757,12 +124582,10 @@ 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; }; -export type stagingxdai_DestinationTransfer_orderBy = +export type staginglinea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -125783,15 +124606,6 @@ export type stagingxdai_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' @@ -125811,14 +124625,14 @@ export type stagingxdai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingxdai_OptimisticRootFinalized = { +export type staginglinea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingxdai_OptimisticRootFinalized_filter = { +export type staginglinea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125827,16 +124641,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -125854,36 +124664,34 @@ 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; }; -export type stagingxdai_OptimisticRootFinalized_orderBy = +export type staginglinea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingxdai_OrderDirection = +export type staginglinea_OrderDirection = | 'asc' | 'desc'; -export type stagingxdai_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 stagingxdai_OriginMessage_filter = { +export type staginglinea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125892,16 +124700,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -125910,16 +124714,12 @@ 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_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -125928,36 +124728,24 @@ 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_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; @@ -125986,14 +124774,12 @@ 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; }; -export type stagingxdai_OriginMessage_orderBy = +export type staginglinea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -126003,55 +124789,53 @@ export type stagingxdai_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type stagingxdai_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 stagingxdai_OriginTransferrelayerFeesArgs = { +export type staginglinea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_OriginTransfer_filter = { +export type staginglinea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126068,16 +124852,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -126086,20 +124866,16 @@ 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_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -126124,40 +124900,28 @@ 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_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; @@ -126166,16 +124930,12 @@ 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_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -126192,16 +124952,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -126222,17 +124978,13 @@ 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_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -126253,7 +125005,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; @@ -126268,37 +125020,25 @@ 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_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; @@ -126331,16 +125071,12 @@ 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_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -126350,12 +125086,10 @@ 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; }; -export type stagingxdai_OriginTransfer_orderBy = +export type staginglinea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -126375,26 +125109,8 @@ export type stagingxdai_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' @@ -126407,20 +125123,20 @@ export type stagingxdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingxdai_Relayer = { +export type staginglinea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingxdai_RelayerFee = { +export type staginglinea_RelayerFee = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: staginglinea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingxdai_Bytes']; + asset: Scalars['staginglinea_Bytes']; }; -export type stagingxdai_RelayerFee_filter = { +export type staginglinea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126449,7 +125165,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; @@ -126458,71 +125174,36 @@ 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_in?: InputMaybe>; + 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 stagingxdai_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 stagingxdai_RelayerFeesIncrease = { +export type staginglinea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: staginglinea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_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 stagingxdai_RelayerFeesIncrease_filter = { +export type staginglinea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126551,7 +125232,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; @@ -126560,36 +125241,24 @@ 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_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; @@ -126623,43 +125292,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; }; -export type stagingxdai_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' @@ -126669,7 +125307,7 @@ export type stagingxdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_Relayer_filter = { +export type staginglinea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126682,33 +125320,27 @@ 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_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 stagingxdai_Relayer_orderBy = +export type staginglinea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingxdai_RootCount = { +export type staginglinea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingxdai_RootCount_filter = { +export type staginglinea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126726,30 +125358,28 @@ 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; }; -export type stagingxdai_RootCount_orderBy = +export type staginglinea_RootCount_orderBy = | 'id' | 'count'; -export type stagingxdai_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 stagingxdai_RootMessageSent_filter = { +export type staginglinea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126774,16 +125404,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -126792,26 +125418,18 @@ 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_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; @@ -126845,12 +125463,10 @@ 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; }; -export type stagingxdai_RootMessageSent_orderBy = +export type staginglinea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -126863,34 +125479,34 @@ export type stagingxdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_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 stagingxdai_RouterassetBalancesArgs = { +export type staginglinea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_RouterDailyTVL = { +export type staginglinea_RouterDailyTVL = { id: Scalars['ID']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingxdai_RouterDailyTVL_filter = { +export type staginglinea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126919,7 +125535,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; @@ -126940,7 +125556,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; @@ -126958,52 +125574,35 @@ 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; }; -export type stagingxdai_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 stagingxdai_RouterLiquidityEvent = { +export type staginglinea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingxdai_Router; - asset: stagingxdai_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['stagingxdai_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingxdai_RouterLiquidityEventType = +export type staginglinea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingxdai_RouterLiquidityEvent_filter = { +export type staginglinea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127012,10 +125611,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; @@ -127036,7 +125635,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; @@ -127057,7 +125656,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; @@ -127074,16 +125673,12 @@ 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_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -127100,16 +125695,12 @@ 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_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -127119,31 +125710,14 @@ 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; }; -export type stagingxdai_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' @@ -127152,7 +125726,7 @@ export type stagingxdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingxdai_Router_filter = { +export type staginglinea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127165,36 +125739,24 @@ 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_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; @@ -127203,14 +125765,12 @@ 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; }; -export type stagingxdai_Router_orderBy = +export type staginglinea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -127219,13 +125779,13 @@ export type stagingxdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingxdai_Sequencer = { +export type staginglinea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingxdai_Sequencer_filter = { +export type staginglinea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127238,34 +125798,28 @@ 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_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 stagingxdai_Sequencer_orderBy = +export type staginglinea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingxdai_Setting = { +export type staginglinea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; + caller: Scalars['staginglinea_Bytes']; }; -export type stagingxdai_Setting_filter = { +export type staginglinea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127282,40 +125836,34 @@ 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_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 stagingxdai_Setting_orderBy = +export type staginglinea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingxdai_SlippageUpdate = { +export type staginglinea_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingxdai_DestinationTransfer; + transfer: staginglinea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_Bytes']; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SlippageUpdate_filter = { +export type staginglinea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127344,7 +125892,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; @@ -127353,26 +125901,18 @@ 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_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; @@ -127406,50 +125946,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; }; -export type stagingxdai_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' @@ -127458,16 +125960,16 @@ export type stagingxdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_SnapshotRoot = { +export type staginglinea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['staginglinea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SnapshotRoot_filter = { +export type staginglinea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127484,16 +125986,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -127519,12 +126017,10 @@ 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; }; -export type stagingxdai_SnapshotRoot_orderBy = +export type staginglinea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -127532,12 +126028,12 @@ export type stagingxdai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_SpokeConnectorMode = { +export type staginglinea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingxdai_SpokeConnectorMode_filter = { +export type staginglinea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127567,25 +126063,23 @@ 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; }; -export type stagingxdai_SpokeConnectorMode_orderBy = +export type staginglinea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingxdai_TransferStatus = +export type staginglinea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingxdai__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 */ @@ -127593,7 +126087,7 @@ export type stagingxdai__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingxdai__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 @@ -127601,30 +126095,53 @@ export type stagingxdai__Meta_ = { * and therefore asks for the latest block * */ - block: stagingxdai__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 mantle_AggregateRoot = { +export type polygon_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type polygon_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygon_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygon_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['mantle_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['polygon_swap_Bytes']; + balances: Array; }; -export type mantle_AggregateRootProposed = { + +export type polygon_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: polygon_swap_LpAccount; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type mantle_AggregateRootProposed_filter = { +export type polygon_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127633,72 +126150,106 @@ export type mantle_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AggregateRootProposed_orderBy = +export type polygon_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type mantle_AggregateRoot_filter = { +export type polygon_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127707,187 +126258,59 @@ export type mantle_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AggregateRoot_orderBy = +export type polygon_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; + | 'address' + | 'balances'; -export type mantle_Asset = { +export type polygon_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['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; }; -export type mantle_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mantle_Router; - asset: mantle_Asset; - feesEarned: Scalars['BigInt']; -}; -export type mantle_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type polygon_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_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 mantle_AssetStatus = { +export type polygon_swap_LpTokenEvent = { id: Scalars['ID']; - status?: Maybe; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_AssetStatus_filter = { +export type polygon_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127896,21 +126319,91 @@ export type mantle_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AssetStatus_orderBy = +export type polygon_swap_LpTokenEvent_orderBy = | 'id' - | 'status'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mantle_Asset_filter = { +export type polygon_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127919,139 +126412,284 @@ export type mantle_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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_Asset_orderBy = +export type polygon_swap_LpToken_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type mantle_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { + id: Scalars['ID']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + from: Scalars['polygon_swap_Bytes']; + to: Scalars['polygon_swap_Bytes']; + fromBalance: Scalars['polygon_swap_BigDecimal']; + toBalance: Scalars['polygon_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type polygon_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_ConnectorMeta = { +export type polygon_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type polygon_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['polygon_swap_Bytes']; }; -export type mantle_ConnectorMeta_filter = { +export type polygon_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128060,117 +126698,116 @@ export type mantle_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_ConnectorMeta_orderBy = +export type polygon_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type mantle_DestinationTransfer = { +export type polygon_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['polygon_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type mantle_DestinationTransferroutersArgs = { +export type polygon_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_DestinationTransfer_filter = { + +export type polygon_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128179,24 +126816,105 @@ export type mantle_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -128205,367 +126923,53 @@ export type mantle_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_DestinationTransfer_orderBy = +export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mantle_OptimisticRootFinalized = { +export type polygon_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; + stableSwap: polygon_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_OptimisticRootFinalized_filter = { +export type polygon_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128574,16 +126978,35 @@ export type mantle_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -128592,239 +127015,16 @@ export type mantle_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type mantle_OrderDirection = - | 'asc' - | 'desc'; - -export type mantle_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type mantle_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 mantle_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type mantle_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 mantle_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_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; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -128833,341 +127033,53 @@ 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; - 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 mantle_OriginTransfer_orderBy = +export type polygon_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 mantle_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type mantle_RelayerFee = { +export type polygon_swap_StableSwapExchange = { id: Scalars['ID']; - transfer: mantle_OriginTransfer; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; fee: Scalars['BigInt']; - asset: Scalars['mantle_Bytes']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_RelayerFee_filter = { +export type polygon_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129176,27 +127088,75 @@ export type mantle_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -129205,71 +127165,94 @@ 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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RelayerFee_orderBy = +export type polygon_swap_StableSwapExchange_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' | 'fee' - | 'asset'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mantle_RelayerFeesIncrease = { +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: mantle_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_RelayerFeesIncrease_filter = { +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129278,65 +127261,87 @@ export type mantle_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: 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; @@ -129345,78 +127350,62 @@ export type mantle_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RelayerFeesIncrease_orderBy = +export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type mantle_Relayer_filter = { +export type polygon_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129429,33 +127418,196 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Relayer_orderBy = +export type polygon_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'relayer'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type mantle_RootCount = { +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type mantle_RootCount_filter = { +export type polygon_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129464,39 +127616,79 @@ export type mantle_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RootCount_orderBy = +export type polygon_swap_SwapDailyVolume_orderBy = | 'id' - | 'count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mantle_RootMessageSent = { +export type polygon_swap_SwapHourlyVolume = polygon_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: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type mantle_RootMessageSent_filter = { +export type polygon_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129505,60 +127697,27 @@ export type mantle_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; @@ -129567,127 +127726,70 @@ export type mantle_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 mantle_RootMessageSent_orderBy = +export type polygon_swap_SwapHourlyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mantle_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mantle_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type mantle_RouterDailyTVL = { - id: Scalars['ID']; - router: mantle_Router; - asset: mantle_Asset; +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type mantle_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; +export type polygon_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -129696,61 +127798,49 @@ export type mantle_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 mantle_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' +export type polygon_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'balance'; + | 'volume'; -export type mantle_RouterLiquidityEvent = { +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - type?: Maybe; - router: mantle_Router; - asset: mantle_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mantle_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type mantle_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mantle_RouterLiquidityEvent_filter = { +export type polygon_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129759,86 +127849,27 @@ 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>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_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; @@ -129847,132 +127878,49 @@ 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; - 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 mantle_RouterLiquidityEvent_orderBy = +export type polygon_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'; - -export type mantle_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'volume'; -export type mantle_Sequencer = { +export type polygon_swap_SystemInfo = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type mantle_Sequencer_filter = { +export type polygon_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129981,88 +127929,98 @@ export type mantle_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; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Sequencer_orderBy = +export type polygon_swap_SystemInfo_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'exchangeCount' + | 'swapCount'; -export type mantle_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; +export type polygon_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type mantle_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +/** The type for the top-level _meta field */ +export type polygon_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygon_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type mantle_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; +export type optimism_swap_Aggregation_interval = + | 'hour' + | 'day'; -export type mantle_SlippageUpdate = { +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']; - transfer: mantle_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + address: Scalars['optimism_swap_Bytes']; + balances: Array; }; -export type mantle_SlippageUpdate_filter = { + +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; @@ -130071,150 +128029,167 @@ export type mantle_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>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SlippageUpdate_orderBy = +export type optimism_swap_LpAccountBalance_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'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type mantle_SnapshotRoot = { +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']; - spokeDomain?: Maybe; - root: Scalars['mantle_Bytes']; - count: Scalars['BigInt']; + 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']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_SnapshotRoot_filter = { +export type optimism_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130223,32 +128198,43 @@ export type mantle_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; @@ -130257,34 +128243,46 @@ export type mantle_SnapshotRoot_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SnapshotRoot_orderBy = +export type optimism_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 mantle_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; + | 'transaction' + | 'nonce'; -export type mantle_SpokeConnectorMode_filter = { +export type optimism_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130293,85 +128291,141 @@ export type mantle_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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_SpokeConnectorMode_orderBy = +export type optimism_swap_LpToken_orderBy = | 'id' - | 'mode'; - -export type mantle_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type mantle__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__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mantle__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type localoptimism_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['localoptimism_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 localoptimism_AggregateRootProposed = { +export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + from: Scalars['optimism_swap_Bytes']; + to: Scalars['optimism_swap_Bytes']; + fromBalance: Scalars['optimism_swap_BigDecimal']; + toBalance: Scalars['optimism_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_AggregateRootProposed_filter = { +export type optimism_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130380,40 +128434,79 @@ export type localoptimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + 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; @@ -130422,30 +128515,60 @@ export type localoptimism_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 localoptimism_AggregateRootProposed_orderBy = +export type optimism_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 localoptimism_AggregateRoot_filter = { +/** Defines the order direction, either ascending or descending */ +export type optimism_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type optimism_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['optimism_swap_Bytes']; +}; + +export type optimism_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130454,64 +128577,116 @@ export type localoptimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_AggregateRoot_orderBy = +export type optimism_swap_PooledToken_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type localoptimism_Aggregation_interval = - | 'hour' - | 'day'; + | 'asset'; -export type localoptimism_Asset = { +export type optimism_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['optimism_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type localoptimism_AssetBalance = { + +export type optimism_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: localoptimism_Router; - asset: localoptimism_Asset; - feesEarned: Scalars['BigInt']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_AssetBalance_filter = { +export type optimism_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130520,125 +128695,160 @@ export type localoptimism_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 localoptimism_AssetBalance_orderBy = +export type optimism_swap_StableSwapAddLiquidityEvent_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' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localoptimism_AssetStatus = { +export type optimism_swap_StableSwapEvent = { id: Scalars['ID']; - status?: Maybe; + stableSwap: optimism_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_AssetStatus_filter = { +export type optimism_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130647,21 +128857,108 @@ export type localoptimism_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 localoptimism_AssetStatus_orderBy = +export type optimism_swap_StableSwapEvent_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' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localoptimism_Asset_filter = { +export type optimism_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + buyer: Scalars['optimism_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130670,139 +128967,171 @@ export type localoptimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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; + 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 localoptimism_Asset_orderBy = +export type optimism_swap_StableSwapExchange_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type localoptimism_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type localoptimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localoptimism_ConnectorMeta = { +export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_ConnectorMeta_filter = { +export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130811,117 +129140,151 @@ export type localoptimism_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 localoptimism_ConnectorMeta_orderBy = +export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localoptimism_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type localoptimism_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | '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 localoptimism_DestinationTransfer_filter = { +export type optimism_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130930,393 +129293,590 @@ export type localoptimism_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - 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 localoptimism_DestinationTransfer_orderBy = +export type optimism_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 localoptimism_OptimisticRootFinalized = { +export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SwapTradeVolume = { + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type optimism_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type optimism_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimism_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: optimism_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type basegoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['basegoerli_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type basegoerli_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['basegoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localoptimism_OptimisticRootFinalized_filter = { +export type basegoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131325,16 +129885,40 @@ 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; + 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; @@ -131352,36 +129936,21 @@ 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 basegoerli_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type localoptimism_OrderDirection = - | 'asc' - | 'desc'; - -export type localoptimism_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type localoptimism_OriginMessage_filter = { +export type basegoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131390,72 +129959,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; - 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -131464,92 +129977,456 @@ export type localoptimism_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 localoptimism_OriginMessage_orderBy = +export type basegoerli_AggregateRoot_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'blockNumber'; -export type localoptimism_OriginTransfer = { +export type basegoerli_Aggregation_interval = + | 'hour' + | 'day'; + +export type basegoerli_Asset = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: 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; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: 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 localoptimism_OriginTransferrelayerFeesArgs = { +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; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_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 basegoerli_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 basegoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type basegoerli_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 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; + 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 basegoerli_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type basegoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type basegoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +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; + 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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_OriginTransfer_filter = { +export type basegoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131566,16 +130443,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; @@ -131584,20 +130461,17 @@ 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>; + 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; @@ -131622,40 +130496,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; @@ -131664,16 +130538,24 @@ 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; + 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; @@ -131690,16 +130572,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; @@ -131720,146 +130602,176 @@ 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; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_OriginTransfer_orderBy = +export type basegoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' | 'status' - | 'messageHash' + | 'routers' | 'originDomain' | 'destinationDomain' | 'canonicalDomain' @@ -131868,6 +130780,7 @@ export type localoptimism_OriginTransfer_orderBy = | 'receiveLocal' | 'callData' | 'slippage' + | 'bumpSlippageCount' | 'originSender' | 'bridgedAmt' | 'normalizedIn' @@ -131882,43 +130795,33 @@ export type localoptimism_OriginTransfer_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type localoptimism_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type localoptimism_RelayerFee = { +export type basegoerli_OptimisticRootFinalized = { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['localoptimism_Bytes']; + aggregateRoot: Scalars['basegoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type localoptimism_RelayerFee_filter = { +export type basegoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131927,76 +130830,678 @@ export type localoptimism_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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 localoptimism_RelayerFee_orderBy = +export type basegoerli_OptimisticRootFinalized_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' + | '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; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type basegoerli_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type basegoerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +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; + 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 basegoerli_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' @@ -132007,20 +131512,20 @@ export type localoptimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localoptimism_RelayerFeesIncrease = { +export type basegoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; + transfer: basegoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + asset?: Maybe; + caller: Scalars['basegoerli_Bytes']; + transactionHash: Scalars['basegoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_RelayerFeesIncrease_filter = { +export type basegoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132049,7 +131554,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; @@ -132058,36 +131563,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; @@ -132121,12 +131626,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 basegoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -132167,7 +131672,7 @@ export type localoptimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_Relayer_filter = { +export type basegoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132180,33 +131685,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 basegoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localoptimism_RootCount = { +export type basegoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localoptimism_RootCount_filter = { +export type basegoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132224,30 +131729,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 basegoerli_RootCount_orderBy = | 'id' | 'count'; -export type localoptimism_RootMessageSent = { +export type basegoerli_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 basegoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132272,16 +131777,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; @@ -132290,26 +131795,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; @@ -132343,12 +131848,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 basegoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -132361,34 +131866,34 @@ export type localoptimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_Router = { +export type basegoerli_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 basegoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_RouterDailyTVL = { +export type basegoerli_RouterDailyTVL = { id: Scalars['ID']; - router: localoptimism_Router; - asset: localoptimism_Asset; + router: basegoerli_Router; + asset: basegoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localoptimism_RouterDailyTVL_filter = { +export type basegoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132417,7 +131922,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; @@ -132438,7 +131943,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; @@ -132456,12 +131961,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 basegoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -132483,25 +131988,25 @@ export type localoptimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localoptimism_RouterLiquidityEvent = { +export type basegoerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: localoptimism_Router; - asset: localoptimism_Asset; + type?: Maybe; + router: basegoerli_Router; + asset: basegoerli_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['basegoerli_Bytes']; nonce: Scalars['BigInt']; }; -export type localoptimism_RouterLiquidityEventType = +export type basegoerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type localoptimism_RouterLiquidityEvent_filter = { +export type basegoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132510,10 +132015,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; @@ -132534,7 +132039,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; @@ -132555,7 +132060,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; @@ -132572,16 +132077,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; @@ -132598,16 +132103,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; @@ -132617,12 +132122,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 basegoerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -132650,7 +132155,7 @@ export type localoptimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type localoptimism_Router_filter = { +export type basegoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132663,36 +132168,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; @@ -132701,14 +132206,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 basegoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -132717,13 +132222,13 @@ export type localoptimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localoptimism_Sequencer = { +export type basegoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localoptimism_Sequencer_filter = { +export type basegoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132736,34 +132241,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 basegoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localoptimism_Setting = { +export type basegoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; + caller: Scalars['basegoerli_Bytes']; }; -export type localoptimism_Setting_filter = { +export type basegoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132780,40 +132285,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 basegoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localoptimism_SlippageUpdate = { +export type basegoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: localoptimism_DestinationTransfer; + transfer: basegoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + caller: Scalars['basegoerli_Bytes']; + transactionHash: Scalars['basegoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_SlippageUpdate_filter = { +export type basegoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132842,7 +132347,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; @@ -132851,26 +132356,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; @@ -132904,12 +132409,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 basegoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -132956,16 +132461,16 @@ export type localoptimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_SnapshotRoot = { +export type basegoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localoptimism_Bytes']; + root: Scalars['basegoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_SnapshotRoot_filter = { +export type basegoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132982,16 +132487,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; @@ -133017,12 +132522,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 basegoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -133030,12 +132535,12 @@ export type localoptimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localoptimism_SpokeConnectorMode = { +export type basegoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localoptimism_SpokeConnectorMode_filter = { +export type basegoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133065,25 +132570,25 @@ 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 basegoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localoptimism_TransferStatus = +export type basegoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localoptimism__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 */ @@ -133091,7 +132596,7 @@ export type localoptimism__Block_ = { }; /** The type for the top-level _meta field */ -export type localoptimism__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 @@ -133099,22 +132604,22 @@ export type localoptimism__Meta_ = { * and therefore asks for the latest block * */ - block: localoptimism__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 stagingmainnet_AggregateRoot = { +export type stagingbnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['stagingbnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_AggregateRootProposed = { +export type stagingbnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -133122,7 +132627,7 @@ export type stagingmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmainnet_AggregateRootProposed_filter = { +export type stagingbnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133131,16 +132636,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; @@ -133182,12 +132687,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 stagingbnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -133196,7 +132701,7 @@ export type stagingmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_AggregateRoot_filter = { +export type stagingbnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133205,16 +132710,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; @@ -133224,41 +132729,45 @@ export type stagingmainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AggregateRoot_orderBy = +export type stagingbnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmainnet_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 stagingmainnet_AssetBalance = { +export type stagingbnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmainnet_AssetBalance_filter = { +export type stagingbnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133319,7 +132828,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; @@ -133340,7 +132849,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; @@ -133350,12 +132859,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 stagingbnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -133380,12 +132889,12 @@ export type stagingmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmainnet_AssetStatus = { +export type stagingbnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmainnet_AssetStatus_filter = { +export type stagingbnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133399,16 +132908,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 stagingbnb_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmainnet_Asset_filter = { +export type stagingbnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133417,16 +132926,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; @@ -133443,16 +132952,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; @@ -133461,26 +132970,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; @@ -133509,14 +133018,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 stagingbnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -133530,16 +133039,26 @@ export type stagingmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmainnet_ConnectorMeta = { +export type stagingbnb_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingbnb_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingbnb_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmainnet_ConnectorMeta_filter = { +export type stagingbnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133564,43 +133083,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 stagingbnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -133608,57 +133127,57 @@ export type stagingmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmainnet_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 stagingmainnet_DestinationTransferroutersArgs = { +export type stagingbnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_DestinationTransfer_filter = { +export type stagingbnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133675,16 +133194,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; @@ -133693,17 +133212,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; @@ -133728,40 +133247,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; @@ -133778,16 +133297,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; @@ -133804,16 +133323,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; @@ -133834,7 +133353,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; @@ -133851,26 +133370,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; @@ -133903,16 +133422,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; @@ -133921,26 +133440,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; @@ -133973,16 +133492,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; @@ -133992,12 +133511,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 stagingbnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -134046,14 +133565,14 @@ export type stagingmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmainnet_OptimisticRootFinalized = { +export type stagingbnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmainnet_OptimisticRootFinalized_filter = { +export type stagingbnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134062,16 +133581,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; @@ -134089,31 +133608,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 stagingbnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type stagingmainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type stagingbnb_OrderDirection = + | 'asc' + | 'desc'; + +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 stagingmainnet_OriginMessage_filter = { +export type stagingbnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134122,16 +133646,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; @@ -134140,16 +133664,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; @@ -134158,36 +133682,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; @@ -134216,14 +133740,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 stagingbnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -134237,51 +133761,51 @@ export type stagingmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmainnet_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 stagingmainnet_OriginTransferrelayerFeesArgs = { +export type stagingbnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_OriginTransfer_filter = { +export type stagingbnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134298,16 +133822,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; @@ -134316,20 +133840,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; @@ -134354,40 +133878,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; @@ -134396,16 +133920,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; @@ -134422,16 +133946,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; @@ -134452,17 +133976,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; @@ -134483,7 +134007,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; @@ -134498,37 +134022,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; @@ -134561,16 +134085,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; @@ -134580,12 +134104,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 stagingbnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -134637,20 +134161,20 @@ export type stagingmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmainnet_Relayer = { +export type stagingbnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmainnet_RelayerFee = { +export type stagingbnb_RelayerFee = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: stagingbnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmainnet_Bytes']; + asset: Scalars['stagingbnb_Bytes']; }; -export type stagingmainnet_RelayerFee_filter = { +export type stagingbnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134679,7 +134203,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; @@ -134688,23 +134212,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 stagingbnb_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -134739,20 +134263,20 @@ export type stagingmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmainnet_RelayerFeesIncrease = { +export type stagingbnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: stagingbnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_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 stagingmainnet_RelayerFeesIncrease_filter = { +export type stagingbnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134781,7 +134305,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; @@ -134790,36 +134314,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; @@ -134853,12 +134377,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 stagingbnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -134899,7 +134423,7 @@ export type stagingmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_Relayer_filter = { +export type stagingbnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134912,33 +134436,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 stagingbnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmainnet_RootCount = { +export type stagingbnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmainnet_RootCount_filter = { +export type stagingbnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134956,30 +134480,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 stagingbnb_RootCount_orderBy = | 'id' | 'count'; -export type stagingmainnet_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 stagingmainnet_RootMessageSent_filter = { +export type stagingbnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135004,16 +134528,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; @@ -135022,26 +134546,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; @@ -135075,12 +134599,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 stagingbnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -135093,34 +134617,34 @@ export type stagingmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_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 stagingmainnet_RouterassetBalancesArgs = { +export type stagingbnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_RouterDailyTVL = { +export type stagingbnb_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmainnet_RouterDailyTVL_filter = { +export type stagingbnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135149,7 +134673,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; @@ -135170,7 +134694,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; @@ -135188,12 +134712,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 stagingbnb_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -135215,25 +134739,25 @@ export type stagingmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmainnet_RouterLiquidityEvent = { +export type stagingbnb_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmainnet_Router; - asset: stagingmainnet_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['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmainnet_RouterLiquidityEventType = +export type stagingbnb_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmainnet_RouterLiquidityEvent_filter = { +export type stagingbnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135242,10 +134766,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; @@ -135266,7 +134790,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; @@ -135287,7 +134811,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; @@ -135304,16 +134828,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; @@ -135330,16 +134854,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; @@ -135349,12 +134873,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 stagingbnb_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -135382,7 +134906,7 @@ export type stagingmainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmainnet_Router_filter = { +export type stagingbnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135395,36 +134919,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; @@ -135433,14 +134957,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 stagingbnb_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -135449,13 +134973,13 @@ export type stagingmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmainnet_Sequencer = { +export type stagingbnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmainnet_Sequencer_filter = { +export type stagingbnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135468,34 +134992,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 stagingbnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmainnet_Setting = { +export type stagingbnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; + caller: Scalars['stagingbnb_Bytes']; }; -export type stagingmainnet_Setting_filter = { +export type stagingbnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135512,40 +135036,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 stagingbnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmainnet_SlippageUpdate = { +export type stagingbnb_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmainnet_DestinationTransfer; + transfer: stagingbnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_Bytes']; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SlippageUpdate_filter = { +export type stagingbnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135574,7 +135098,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; @@ -135583,26 +135107,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; @@ -135636,12 +135160,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 stagingbnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -135688,16 +135212,16 @@ export type stagingmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_SnapshotRoot = { +export type stagingbnb_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['stagingbnb_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SnapshotRoot_filter = { +export type stagingbnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135714,16 +135238,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; @@ -135749,12 +135273,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 stagingbnb_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -135762,12 +135286,12 @@ export type stagingmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_SpokeConnectorMode = { +export type stagingbnb_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmainnet_SpokeConnectorMode_filter = { +export type stagingbnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135797,39 +135321,56 @@ export type stagingmainnet_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_SpokeConnectorMode_orderBy = +export type stagingbnb_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmainnet_TransferStatus = +export type stagingbnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mainnet_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; - blockNumber: Scalars['BigInt']; +export type stagingbnb__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type mainnet_AggregateRootProposed = { +/** The type for the top-level _meta field */ +export type stagingbnb__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingbnb__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mainnet_AggregateRootSavedSlow = { id: Scalars['ID']; aggregateRoot: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; }; -export type mainnet_AggregateRootProposed_filter = { +export type mainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135848,6 +135389,20 @@ export type mainnet_AggregateRootProposed_filter = { 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; @@ -135856,14 +135411,54 @@ export type mainnet_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>; + /** 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; @@ -135872,14 +135467,6 @@ export type mainnet_AggregateRootProposed_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -135890,20 +135477,27 @@ export type mainnet_AggregateRootProposed_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregateRootProposed_orderBy = +export type mainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' + | 'index' + | 'receivedRoot' | 'domain' - | 'timestamp' | 'blockNumber'; -export type mainnet_AggregateRoot_filter = { +export type mainnet_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135912,60 +135506,76 @@ export type mainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregateRoot_orderBy = +export type mainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type mainnet_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet_AssetBalance = { +export type mainnet_AvalancheConnectorMeta = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; - feesEarned: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type mainnet_AssetBalance_filter = { +export type mainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135974,125 +135584,76 @@ export type mainnet_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AssetBalance_orderBy = +export type mainnet_AvalancheConnectorMeta_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 mainnet_AssetStatus = { +export type mainnet_BaseConnectorMeta = { id: Scalars['ID']; - status?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type mainnet_AssetStatus_filter = { +export type mainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136101,21 +135662,86 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AssetStatus_orderBy = +export type mainnet_BaseConnectorMeta_orderBy = | 'id' - | 'status'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet_Asset_filter = { +export type mainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136124,129 +135750,76 @@ export type mainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Asset_orderBy = +export type mainnet_BnbConnectorMeta_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet_ConnectorMeta = { +export type mainnet_GnosisConnectorMeta = { 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 mainnet_ConnectorMeta_filter = { +export type mainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136303,11 +135876,11 @@ export type mainnet_ConnectorMeta_filter = { mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ConnectorMeta_orderBy = +export type mainnet_GnosisConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -136315,57 +135888,46 @@ export type mainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_DestinationTransfer = { +export type mainnet_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; + 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_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type mainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mainnet_DestinationTransfer_filter = { +export type mainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136374,393 +135936,443 @@ export type mainnet_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_DestinationTransfer_orderBy = +export type mainnet_HubOptimisticRootFinalized_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' + | 'timestamp' + | 'blockNumber'; -export type mainnet_OptimisticRootFinalized = { +export type mainnet_LineaConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_LineaConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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']; + 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>>; +}; + +export type mainnet_MantleConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_MetisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_MetisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_MetisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_ModeConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_ModeConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ModeConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_OptimismConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_OptimisticRootPropagated = { id: Scalars['ID']; aggregateRoot: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mainnet_OptimisticRootFinalized_filter = { +export type mainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136779,6 +136391,16 @@ export type mainnet_OptimisticRootFinalized_filter = { 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; @@ -136797,30 +136419,29 @@ export type mainnet_OptimisticRootFinalized_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimisticRootFinalized_orderBy = +export type mainnet_OptimisticRootPropagated_orderBy = | 'id' | 'aggregateRoot' + | 'domainsHash' | 'timestamp' | 'blockNumber'; -export type mainnet_OriginMessage = { +export type mainnet_OptimisticRootProposed = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['mainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; - rootCount?: Maybe; }; -export type mainnet_OriginMessage_filter = { +export type mainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136829,72 +136450,54 @@ export type mainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + 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; @@ -136903,92 +136506,37 @@ export type mainnet_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginMessage_orderBy = +export type mainnet_OptimisticRootProposed_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type mainnet_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; +/** Defines the order direction, either ascending or descending */ +export type mainnet_OrderDirection = + | 'asc' + | 'desc'; -export type mainnet_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_PolygonConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type mainnet_OriginTransfer_filter = { +export type mainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136997,367 +136545,76 @@ export type mainnet_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginTransfer_orderBy = +export type mainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type mainnet_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet_RelayerFee = { +export type mainnet_PolygonZkConnectorMeta = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type mainnet_RelayerFee_filter = { +export type mainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137366,100 +136623,74 @@ export type mainnet_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFee_orderBy = +export type mainnet_PolygonZkConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | '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 mainnet_RelayerFeesIncrease = { +export type mainnet_RootAggregated = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + index: Scalars['BigInt']; }; -export type mainnet_RelayerFeesIncrease_filter = { +export type mainnet_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137468,145 +136699,51 @@ export type mainnet_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFeesIncrease_orderBy = +export type mainnet_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 mainnet_Relayer_filter = { +export type mainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type mainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137615,37 +136752,35 @@ export type mainnet_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Relayer_orderBy = +export type mainnet_RootManagerMeta_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'domains' + | 'connectors'; -export type mainnet_RootCount = { +export type mainnet_RootManagerMode = { id: Scalars['ID']; - count?: Maybe; + mode: Scalars['String']; }; -export type mainnet_RootCount_filter = { +export type mainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137654,30 +136789,41 @@ export type mainnet_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootCount_orderBy = +export type mainnet_RootManagerMode_orderBy = | 'id' - | 'count'; + | 'mode'; -export type mainnet_RootMessageSent = { +export type mainnet_RootMessageProcessed = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; root?: Maybe; - count?: Maybe; caller?: Maybe; transactionHash?: Maybe; timestamp?: Maybe; @@ -137686,7 +136832,7 @@ export type mainnet_RootMessageSent = { blockNumber?: Maybe; }; -export type mainnet_RootMessageSent_filter = { +export type mainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137721,14 +136867,6 @@ export type mainnet_RootMessageSent_filter = { root_not_in?: InputMaybe>; root_contains?: InputMaybe; root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; caller?: InputMaybe; caller_not?: InputMaybe; caller_gt?: InputMaybe; @@ -137783,16 +136921,15 @@ export type mainnet_RootMessageSent_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageSent_orderBy = +export type mainnet_RootMessageProcessed_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' | 'root' - | 'count' | 'caller' | 'transactionHash' | 'timestamp' @@ -137800,34 +136937,15 @@ export type mainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mainnet_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mainnet_RouterDailyTVL = { +export type mainnet_RootPropagated = { id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mainnet_RouterDailyTVL_filter = { +export type mainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137836,575 +136954,65 @@ export type mainnet_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_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>; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RouterDailyTVL_orderBy = +export type mainnet_RootPropagated_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'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type mainnet_RouterLiquidityEvent = { +export type mainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - type?: Maybe; - router: mainnet_Router; - asset: mainnet_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['mainnet_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type mainnet_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mainnet_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type mainnet_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type mainnet_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type mainnet_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type mainnet_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; -}; - -export type mainnet_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type mainnet_SlippageUpdate = { - id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mainnet_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mainnet_SnapshotRoot_filter = { +export type mainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138421,114 +137029,92 @@ 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; - 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SnapshotRoot_orderBy = +export type mainnet_ZkSyncConnectorMeta_orderBy = | 'id' | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; +export type mainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type mainnet_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>>; +/** The type for the top-level _meta field */ +export type mainnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mainnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type mainnet_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type mainnet_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type localarbitrumone_AggregateRoot = { +export type localoptimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localarbitrumone_Bytes']; + root: Scalars['localoptimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_AggregateRootProposed = { +export type localoptimism_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; + aggregateRoot: Scalars['localoptimism_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -138536,7 +137122,7 @@ export type localarbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type localarbitrumone_AggregateRootProposed_filter = { +export type localoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138545,16 +137131,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; @@ -138596,12 +137182,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 localoptimism_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -138610,7 +137196,7 @@ export type localarbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type localarbitrumone_AggregateRoot_filter = { +export type localoptimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138619,16 +137205,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; @@ -138638,45 +137224,45 @@ 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 localoptimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localarbitrumone_Aggregation_interval = +export type localoptimism_Aggregation_interval = | 'hour' | 'day'; -export type localarbitrumone_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 localarbitrumone_AssetBalance = { +export type localoptimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: localoptimism_Router; + asset: localoptimism_Asset; feesEarned: Scalars['BigInt']; }; -export type localarbitrumone_AssetBalance_filter = { +export type localoptimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138737,7 +137323,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; @@ -138758,7 +137344,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; @@ -138768,12 +137354,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 localoptimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -138798,12 +137384,12 @@ export type localarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localarbitrumone_AssetStatus = { +export type localoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localarbitrumone_AssetStatus_filter = { +export type localoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138817,16 +137403,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 localoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type localarbitrumone_Asset_filter = { +export type localoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138835,16 +137421,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; @@ -138861,16 +137447,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; @@ -138879,26 +137465,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; @@ -138927,14 +137513,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 localoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -138948,26 +137534,26 @@ export type localarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type localarbitrumone_BlockChangedFilter = { +export type localoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localarbitrumone_Block_height = { - hash?: InputMaybe; +export type localoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localarbitrumone_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 localarbitrumone_ConnectorMeta_filter = { +export type localoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138992,43 +137578,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 localoptimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -139036,57 +137622,57 @@ export type localarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localarbitrumone_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 localarbitrumone_DestinationTransferroutersArgs = { +export type localoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_DestinationTransfer_filter = { +export type localoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139103,16 +137689,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; @@ -139121,17 +137707,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; @@ -139156,49 +137742,49 @@ 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; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; bumpSlippageCount_not?: InputMaybe; bumpSlippageCount_gt?: InputMaybe; bumpSlippageCount_lt?: InputMaybe; @@ -139206,16 +137792,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; @@ -139232,16 +137818,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; @@ -139262,7 +137848,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; @@ -139279,26 +137865,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; @@ -139331,16 +137917,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; @@ -139349,26 +137935,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; @@ -139401,16 +137987,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; @@ -139420,12 +138006,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 localoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -139474,14 +138060,14 @@ export type localarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localarbitrumone_OptimisticRootFinalized = { +export type localoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; + aggregateRoot: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localarbitrumone_OptimisticRootFinalized_filter = { +export type localoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139490,16 +138076,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; @@ -139517,36 +138103,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 localoptimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type localarbitrumone_OrderDirection = +export type localoptimism_OrderDirection = | 'asc' | 'desc'; -export type localarbitrumone_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 localarbitrumone_OriginMessage_filter = { +export type localoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139555,16 +138141,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; @@ -139573,16 +138159,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; @@ -139591,36 +138177,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; @@ -139649,14 +138235,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 localoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -139670,51 +138256,51 @@ export type localarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localarbitrumone_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 localarbitrumone_OriginTransferrelayerFeesArgs = { +export type localoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_OriginTransfer_filter = { +export type localoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139731,16 +138317,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; @@ -139749,20 +138335,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; @@ -139787,40 +138373,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; @@ -139829,16 +138415,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; @@ -139855,16 +138441,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; @@ -139885,17 +138471,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; @@ -139916,7 +138502,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; @@ -139931,37 +138517,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; @@ -139994,16 +138580,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; @@ -140013,12 +138599,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 localoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -140070,20 +138656,20 @@ export type localarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localarbitrumone_Relayer = { +export type localoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localarbitrumone_RelayerFee = { +export type localoptimism_RelayerFee = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: localoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localarbitrumone_Bytes']; + asset: Scalars['localoptimism_Bytes']; }; -export type localarbitrumone_RelayerFee_filter = { +export type localoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140112,7 +138698,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; @@ -140121,23 +138707,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 localoptimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -140172,20 +138758,20 @@ export type localarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localarbitrumone_RelayerFeesIncrease = { +export type localoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: localoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_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 localarbitrumone_RelayerFeesIncrease_filter = { +export type localoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140214,7 +138800,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; @@ -140223,36 +138809,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; @@ -140286,12 +138872,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 localoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -140332,7 +138918,7 @@ export type localarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Relayer_filter = { +export type localoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140345,33 +138931,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 localoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localarbitrumone_RootCount = { +export type localoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localarbitrumone_RootCount_filter = { +export type localoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140389,30 +138975,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 localoptimism_RootCount_orderBy = | 'id' | 'count'; -export type localarbitrumone_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 localarbitrumone_RootMessageSent_filter = { +export type localoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140437,16 +139023,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; @@ -140455,26 +139041,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; @@ -140508,12 +139094,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 localoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -140526,34 +139112,34 @@ export type localarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_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 localarbitrumone_RouterassetBalancesArgs = { +export type localoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_RouterDailyTVL = { +export type localoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: localoptimism_Router; + asset: localoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localarbitrumone_RouterDailyTVL_filter = { +export type localoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140582,7 +139168,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; @@ -140603,7 +139189,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; @@ -140621,12 +139207,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 localoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -140648,25 +139234,25 @@ export type localarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localarbitrumone_RouterLiquidityEvent = { +export type localoptimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: localarbitrumone_Router; - asset: localarbitrumone_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['localarbitrumone_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; nonce: Scalars['BigInt']; }; -export type localarbitrumone_RouterLiquidityEventType = +export type localoptimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type localarbitrumone_RouterLiquidityEvent_filter = { +export type localoptimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140675,10 +139261,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; @@ -140699,7 +139285,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; @@ -140720,7 +139306,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; @@ -140737,16 +139323,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; @@ -140763,16 +139349,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; @@ -140782,12 +139368,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 localoptimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -140815,7 +139401,7 @@ export type localarbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type localarbitrumone_Router_filter = { +export type localoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140828,36 +139414,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; @@ -140866,14 +139452,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 localoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -140882,13 +139468,13 @@ export type localarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localarbitrumone_Sequencer = { +export type localoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localarbitrumone_Sequencer_filter = { +export type localoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140901,34 +139487,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 localoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localarbitrumone_Setting = { +export type localoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; + caller: Scalars['localoptimism_Bytes']; }; -export type localarbitrumone_Setting_filter = { +export type localoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140945,40 +139531,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 localoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localarbitrumone_SlippageUpdate = { +export type localoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: localarbitrumone_DestinationTransfer; + transfer: localoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SlippageUpdate_filter = { +export type localoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141007,7 +139593,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; @@ -141016,26 +139602,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; @@ -141069,12 +139655,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 localoptimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -141121,16 +139707,16 @@ export type localarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_SnapshotRoot = { +export type localoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localarbitrumone_Bytes']; + root: Scalars['localoptimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SnapshotRoot_filter = { +export type localoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141147,16 +139733,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; @@ -141182,12 +139768,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 localoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -141195,12 +139781,12 @@ export type localarbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localarbitrumone_SpokeConnectorMode = { +export type localoptimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localarbitrumone_SpokeConnectorMode_filter = { +export type localoptimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141230,25 +139816,25 @@ 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 localoptimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localarbitrumone_TransferStatus = +export type localoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localarbitrumone__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 */ @@ -141256,7 +139842,7 @@ export type localarbitrumone__Block_ = { }; /** The type for the top-level _meta field */ -export type localarbitrumone__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 @@ -141264,22 +139850,22 @@ export type localarbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: localarbitrumone__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 stagingbnb_AggregateRoot = { +export type linea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingbnb_Bytes']; + root: Scalars['linea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_AggregateRootProposed = { +export type linea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbnb_Bytes']; + aggregateRoot: Scalars['linea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -141287,7 +139873,7 @@ export type stagingbnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingbnb_AggregateRootProposed_filter = { +export type linea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141296,16 +139882,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -141347,12 +139929,10 @@ 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; }; -export type stagingbnb_AggregateRootProposed_orderBy = +export type linea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -141361,7 +139941,7 @@ export type stagingbnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbnb_AggregateRoot_filter = { +export type linea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141370,16 +139950,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -141389,45 +139965,39 @@ 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; }; -export type stagingbnb_AggregateRoot_orderBy = +export type linea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingbnb_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingbnb_Asset = { +export type linea_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingbnb_AssetBalance = { +export type linea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + router: linea_Router; + asset: linea_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingbnb_AssetBalance_filter = { +export type linea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141488,7 +140058,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; @@ -141509,7 +140079,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; @@ -141519,42 +140089,25 @@ 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; }; -export type stagingbnb_AssetBalance_orderBy = +export type linea_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type stagingbnb_AssetStatus = { +export type linea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingbnb_AssetStatus_filter = { +export type linea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141568,16 +140121,14 @@ 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; }; -export type stagingbnb_AssetStatus_orderBy = +export type linea_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingbnb_Asset_filter = { +export type linea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141586,16 +140137,12 @@ 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_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -141612,16 +140159,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -141630,26 +140173,18 @@ 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_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; @@ -141678,14 +140213,12 @@ 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; }; -export type stagingbnb_Asset_orderBy = +export type linea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -141695,30 +140228,28 @@ export type stagingbnb_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type stagingbnb_BlockChangedFilter = { +export type linea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingbnb_Block_height = { - hash?: InputMaybe; +export type linea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingbnb_ConnectorMeta = { +export type linea_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingbnb_ConnectorMeta_filter = { +export type linea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141743,43 +140274,29 @@ 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_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 stagingbnb_ConnectorMeta_orderBy = +export type linea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -141787,57 +140304,57 @@ export type stagingbnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingbnb_DestinationTransfer = { +export type linea_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingbnb_DestinationTransferroutersArgs = { +export type linea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_DestinationTransfer_filter = { +export type linea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141854,16 +140371,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -141872,17 +140385,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; @@ -141907,40 +140420,28 @@ 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_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; @@ -141957,16 +140458,12 @@ 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_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -141983,16 +140480,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -142013,7 +140506,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; @@ -142030,26 +140523,18 @@ 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_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; @@ -142082,16 +140567,12 @@ 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_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -142100,26 +140581,18 @@ 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_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; @@ -142152,16 +140625,12 @@ 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_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -142171,12 +140640,10 @@ 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; }; -export type stagingbnb_DestinationTransfer_orderBy = +export type linea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -142197,15 +140664,6 @@ export type stagingbnb_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' @@ -142225,14 +140683,14 @@ export type stagingbnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingbnb_OptimisticRootFinalized = { +export type linea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbnb_Bytes']; + aggregateRoot: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingbnb_OptimisticRootFinalized_filter = { +export type linea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142241,16 +140699,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -142268,36 +140722,34 @@ 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; }; -export type stagingbnb_OptimisticRootFinalized_orderBy = +export type linea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingbnb_OrderDirection = +export type linea_OrderDirection = | 'asc' | 'desc'; -export type stagingbnb_OriginMessage = { +export type linea_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingbnb_OriginMessage_filter = { +export type linea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142306,16 +140758,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -142324,16 +140772,12 @@ 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_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -142342,36 +140786,24 @@ 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_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; @@ -142400,14 +140832,12 @@ 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; }; -export type stagingbnb_OriginMessage_orderBy = +export type linea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -142417,55 +140847,53 @@ export type stagingbnb_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type stagingbnb_OriginTransfer = { +export type linea_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingbnb_OriginTransferrelayerFeesArgs = { +export type linea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_OriginTransfer_filter = { +export type linea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142482,16 +140910,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -142500,20 +140924,16 @@ 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_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -142538,40 +140958,28 @@ 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; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_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; @@ -142580,16 +140988,12 @@ 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_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -142606,16 +141010,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -142636,17 +141036,13 @@ 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_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -142667,7 +141063,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; @@ -142682,37 +141078,25 @@ 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_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; @@ -142745,16 +141129,12 @@ 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_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -142764,12 +141144,10 @@ 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; }; -export type stagingbnb_OriginTransfer_orderBy = +export type linea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -142789,26 +141167,8 @@ export type stagingbnb_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' @@ -142821,20 +141181,20 @@ export type stagingbnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingbnb_Relayer = { +export type linea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingbnb_RelayerFee = { +export type linea_RelayerFee = { id: Scalars['ID']; - transfer: stagingbnb_OriginTransfer; + transfer: linea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingbnb_Bytes']; + asset: Scalars['linea_Bytes']; }; -export type stagingbnb_RelayerFee_filter = { +export type linea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142863,7 +141223,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; @@ -142872,71 +141232,36 @@ 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_in?: InputMaybe>; + 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 stagingbnb_RelayerFee_orderBy = +export type linea_RelayerFee_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; -export type stagingbnb_RelayerFeesIncrease = { +export type linea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingbnb_OriginTransfer; + transfer: linea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingbnb_Bytes']; - transactionHash: Scalars['stagingbnb_Bytes']; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_RelayerFeesIncrease_filter = { +export type linea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142965,7 +141290,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; @@ -142974,36 +141299,24 @@ export type stagingbnb_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_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; @@ -143037,43 +141350,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; }; -export type stagingbnb_RelayerFeesIncrease_orderBy = +export type linea_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -143083,7 +141365,7 @@ export type stagingbnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_Relayer_filter = { +export type linea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143096,33 +141378,27 @@ 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_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 stagingbnb_Relayer_orderBy = +export type linea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingbnb_RootCount = { +export type linea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingbnb_RootCount_filter = { +export type linea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143140,30 +141416,28 @@ 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; }; -export type stagingbnb_RootCount_orderBy = +export type linea_RootCount_orderBy = | 'id' | 'count'; -export type stagingbnb_RootMessageSent = { +export type linea_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingbnb_RootMessageSent_filter = { +export type linea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143188,16 +141462,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -143206,26 +141476,18 @@ 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_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; @@ -143259,12 +141521,10 @@ 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; }; -export type stagingbnb_RootMessageSent_orderBy = +export type linea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -143277,34 +141537,34 @@ export type stagingbnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_Router = { +export type linea_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingbnb_RouterassetBalancesArgs = { +export type linea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_RouterDailyTVL = { +export type linea_RouterDailyTVL = { id: Scalars['ID']; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + router: linea_Router; + asset: linea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingbnb_RouterDailyTVL_filter = { +export type linea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143333,7 +141593,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; @@ -143354,7 +141614,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; @@ -143372,52 +141632,35 @@ 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; }; -export type stagingbnb_RouterDailyTVL_orderBy = +export type linea_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type stagingbnb_RouterLiquidityEvent = { +export type linea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['linea_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingbnb_RouterLiquidityEventType = +export type linea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingbnb_RouterLiquidityEvent_filter = { +export type linea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143426,10 +141669,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; @@ -143450,7 +141693,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; @@ -143471,7 +141714,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; @@ -143488,16 +141731,12 @@ 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_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -143514,16 +141753,12 @@ 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_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -143533,31 +141768,14 @@ 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; }; -export type stagingbnb_RouterLiquidityEvent_orderBy = +export type linea_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -143566,7 +141784,7 @@ export type stagingbnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingbnb_Router_filter = { +export type linea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143579,36 +141797,24 @@ 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_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; @@ -143617,14 +141823,12 @@ 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; }; -export type stagingbnb_Router_orderBy = +export type linea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -143633,13 +141837,13 @@ export type stagingbnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingbnb_Sequencer = { +export type linea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingbnb_Sequencer_filter = { +export type linea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143652,34 +141856,28 @@ 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_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 stagingbnb_Sequencer_orderBy = +export type linea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingbnb_Setting = { +export type linea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingbnb_Bytes']; + caller: Scalars['linea_Bytes']; }; -export type stagingbnb_Setting_filter = { +export type linea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143696,40 +141894,34 @@ 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_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 stagingbnb_Setting_orderBy = +export type linea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingbnb_SlippageUpdate = { +export type linea_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingbnb_DestinationTransfer; + transfer: linea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingbnb_Bytes']; - transactionHash: Scalars['stagingbnb_Bytes']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_SlippageUpdate_filter = { +export type linea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143758,7 +141950,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; @@ -143767,26 +141959,18 @@ 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_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; @@ -143820,50 +142004,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; }; -export type stagingbnb_SlippageUpdate_orderBy = +export type linea_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -143872,16 +142018,16 @@ export type stagingbnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_SnapshotRoot = { +export type linea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingbnb_Bytes']; + root: Scalars['linea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_SnapshotRoot_filter = { +export type linea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143898,16 +142044,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -143933,12 +142075,10 @@ 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; }; -export type stagingbnb_SnapshotRoot_orderBy = +export type linea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -143946,12 +142086,12 @@ export type stagingbnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbnb_SpokeConnectorMode = { +export type linea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingbnb_SpokeConnectorMode_filter = { +export type linea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143981,25 +142121,23 @@ 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; }; -export type stagingbnb_SpokeConnectorMode_orderBy = +export type linea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingbnb_TransferStatus = +export type linea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbnb__Block_ = { +export type linea__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -144007,7 +142145,7 @@ export type stagingbnb__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingbnb__Meta_ = { +export type linea__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -144015,22 +142153,22 @@ export type stagingbnb__Meta_ = { * and therefore asks for the latest block * */ - block: stagingbnb__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 metis_AggregateRoot = { +export type stagingmainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['metis_Bytes']; + root: Scalars['stagingmainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type metis_AggregateRootProposed = { +export type stagingmainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -144038,7 +142176,7 @@ export type metis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type metis_AggregateRootProposed_filter = { +export type stagingmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144047,16 +142185,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; @@ -144098,12 +142236,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 stagingmainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -144112,7 +142250,7 @@ export type metis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_AggregateRoot_filter = { +export type stagingmainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144121,16 +142259,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; @@ -144140,41 +142278,41 @@ 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 stagingmainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type metis_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 metis_AssetBalance = { +export type stagingmainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: metis_Router; - asset: metis_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type metis_AssetBalance_filter = { +export type stagingmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144235,7 +142373,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; @@ -144256,7 +142394,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; @@ -144266,12 +142404,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 stagingmainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -144296,12 +142434,12 @@ export type metis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type metis_AssetStatus = { +export type stagingmainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type metis_AssetStatus_filter = { +export type stagingmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144315,16 +142453,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 stagingmainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type metis_Asset_filter = { +export type stagingmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144333,16 +142471,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; @@ -144359,16 +142497,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; @@ -144377,26 +142515,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; @@ -144425,14 +142563,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 stagingmainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -144446,26 +142584,16 @@ export type metis_Asset_orderBy = | 'status__id' | 'status__status'; -export type metis_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type metis_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type metis_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 metis_ConnectorMeta_filter = { +export type stagingmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144490,43 +142618,43 @@ export type metis_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_ConnectorMeta_orderBy = +export type stagingmainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -144534,57 +142662,57 @@ export type metis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type metis_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 metis_DestinationTransferroutersArgs = { +export type stagingmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_DestinationTransfer_filter = { +export type stagingmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144601,16 +142729,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; @@ -144619,17 +142747,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; @@ -144654,40 +142782,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; @@ -144704,16 +142832,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; @@ -144730,16 +142858,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; @@ -144760,7 +142888,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; @@ -144777,26 +142905,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; @@ -144829,16 +142957,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; @@ -144847,26 +142975,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; @@ -144899,16 +143027,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; @@ -144918,12 +143046,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 stagingmainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -144972,14 +143100,14 @@ export type metis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type metis_OptimisticRootFinalized = { +export type stagingmainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type metis_OptimisticRootFinalized_filter = { +export type stagingmainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144988,16 +143116,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; @@ -145015,36 +143143,31 @@ 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 stagingmainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type metis_OrderDirection = - | 'asc' - | 'desc'; - -export type metis_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 metis_OriginMessage_filter = { +export type stagingmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145053,16 +143176,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; @@ -145071,16 +143194,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; @@ -145089,36 +143212,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; @@ -145147,14 +143270,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 stagingmainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -145168,51 +143291,51 @@ export type metis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type metis_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 metis_OriginTransferrelayerFeesArgs = { +export type stagingmainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_OriginTransfer_filter = { +export type stagingmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145229,16 +143352,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; @@ -145247,20 +143370,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; @@ -145285,40 +143408,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; @@ -145327,16 +143450,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; @@ -145353,16 +143476,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; @@ -145383,17 +143506,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; @@ -145414,7 +143537,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; @@ -145429,37 +143552,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; @@ -145492,16 +143615,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; @@ -145511,12 +143634,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 stagingmainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -145568,20 +143691,20 @@ export type metis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type metis_Relayer = { +export type stagingmainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type metis_RelayerFee = { +export type stagingmainnet_RelayerFee = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['metis_Bytes']; + asset: Scalars['stagingmainnet_Bytes']; }; -export type metis_RelayerFee_filter = { +export type stagingmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145610,7 +143733,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; @@ -145619,23 +143742,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 stagingmainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145670,20 +143793,20 @@ export type metis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type metis_RelayerFeesIncrease = { +export type stagingmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_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 metis_RelayerFeesIncrease_filter = { +export type stagingmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145712,7 +143835,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; @@ -145721,36 +143844,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; @@ -145784,12 +143907,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 stagingmainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145830,7 +143953,7 @@ export type metis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_Relayer_filter = { +export type stagingmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145843,33 +143966,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 stagingmainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type metis_RootCount = { +export type stagingmainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type metis_RootCount_filter = { +export type stagingmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145887,30 +144010,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 stagingmainnet_RootCount_orderBy = | 'id' | 'count'; -export type metis_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 metis_RootMessageSent_filter = { +export type stagingmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145935,16 +144058,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; @@ -145953,26 +144076,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; @@ -146006,12 +144129,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 stagingmainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -146024,34 +144147,34 @@ export type metis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_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 metis_RouterassetBalancesArgs = { +export type stagingmainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_RouterDailyTVL = { +export type stagingmainnet_RouterDailyTVL = { id: Scalars['ID']; - router: metis_Router; - asset: metis_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type metis_RouterDailyTVL_filter = { +export type stagingmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146080,7 +144203,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; @@ -146101,7 +144224,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; @@ -146119,12 +144242,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 stagingmainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -146146,25 +144269,25 @@ export type metis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type metis_RouterLiquidityEvent = { +export type stagingmainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: metis_Router; - asset: metis_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['metis_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_RouterLiquidityEventType = +export type stagingmainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type metis_RouterLiquidityEvent_filter = { +export type stagingmainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146173,10 +144296,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; @@ -146197,7 +144320,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; @@ -146218,7 +144341,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; @@ -146235,16 +144358,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; @@ -146261,16 +144384,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; @@ -146280,12 +144403,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 stagingmainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -146313,7 +144436,7 @@ export type metis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type metis_Router_filter = { +export type stagingmainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146326,36 +144449,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; @@ -146364,14 +144487,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 stagingmainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -146380,13 +144503,13 @@ export type metis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type metis_Sequencer = { +export type stagingmainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type metis_Sequencer_filter = { +export type stagingmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146399,34 +144522,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 stagingmainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type metis_Setting = { +export type stagingmainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; }; -export type metis_Setting_filter = { +export type stagingmainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146443,40 +144566,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 stagingmainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type metis_SlippageUpdate = { +export type stagingmainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: metis_DestinationTransfer; + transfer: stagingmainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SlippageUpdate_filter = { +export type stagingmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146505,7 +144628,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; @@ -146514,26 +144637,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; @@ -146567,12 +144690,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 stagingmainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -146619,16 +144742,16 @@ export type metis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_SnapshotRoot = { +export type stagingmainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['metis_Bytes']; + root: Scalars['stagingmainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SnapshotRoot_filter = { +export type stagingmainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146645,16 +144768,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; @@ -146680,12 +144803,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 stagingmainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -146693,12 +144816,12 @@ export type metis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_SpokeConnectorMode = { +export type stagingmainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type metis_SpokeConnectorMode_filter = { +export type stagingmainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146728,56 +144851,31 @@ 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 stagingmainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type metis_TransferStatus = +export type stagingmainnet_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 stagingpolygon_AggregateRoot = { +export type polygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['polygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_AggregateRootProposed = { +export type polygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -146785,7 +144883,7 @@ export type stagingpolygon_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygon_AggregateRootProposed_filter = { +export type polygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146794,16 +144892,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; @@ -146845,12 +144943,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 polygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -146859,7 +144957,7 @@ export type stagingpolygon_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_AggregateRoot_filter = { +export type polygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146868,16 +144966,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; @@ -146887,45 +144985,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 polygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygon_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingpolygon_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 stagingpolygon_AssetBalance = { +export type polygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygon_AssetBalance_filter = { +export type polygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146986,7 +145080,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; @@ -147007,7 +145101,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; @@ -147017,12 +145111,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 polygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -147047,12 +145141,12 @@ export type stagingpolygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygon_AssetStatus = { +export type polygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygon_AssetStatus_filter = { +export type polygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147066,16 +145160,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 polygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygon_Asset_filter = { +export type polygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147084,16 +145178,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; @@ -147110,16 +145204,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; @@ -147128,26 +145222,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; @@ -147176,14 +145270,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 polygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -147197,26 +145291,26 @@ export type stagingpolygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygon_BlockChangedFilter = { +export type polygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygon_Block_height = { - hash?: InputMaybe; +export type polygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygon_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 stagingpolygon_ConnectorMeta_filter = { +export type polygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147241,43 +145335,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 polygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -147285,57 +145379,57 @@ export type stagingpolygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygon_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 stagingpolygon_DestinationTransferroutersArgs = { +export type polygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_DestinationTransfer_filter = { +export type polygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147352,16 +145446,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; @@ -147370,17 +145464,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; @@ -147405,40 +145499,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; @@ -147455,16 +145549,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; @@ -147481,16 +145575,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; @@ -147511,7 +145605,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; @@ -147528,26 +145622,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; @@ -147580,16 +145674,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; @@ -147598,26 +145692,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; @@ -147650,16 +145744,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; @@ -147669,12 +145763,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 polygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -147723,14 +145817,14 @@ export type stagingpolygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygon_OptimisticRootFinalized = { +export type polygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygon_OptimisticRootFinalized_filter = { +export type polygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147739,16 +145833,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; @@ -147766,36 +145860,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 polygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygon_OrderDirection = +export type polygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygon_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 stagingpolygon_OriginMessage_filter = { +export type polygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147804,16 +145898,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; @@ -147822,16 +145916,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; @@ -147840,36 +145934,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; @@ -147898,14 +145992,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 polygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -147919,51 +146013,51 @@ export type stagingpolygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygon_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 stagingpolygon_OriginTransferrelayerFeesArgs = { +export type polygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_OriginTransfer_filter = { +export type polygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147980,16 +146074,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; @@ -147998,20 +146092,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; @@ -148036,40 +146130,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; @@ -148078,16 +146172,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; @@ -148104,16 +146198,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; @@ -148134,17 +146228,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; @@ -148165,7 +146259,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; @@ -148180,37 +146274,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; @@ -148243,16 +146337,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; @@ -148262,12 +146356,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 polygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -148319,20 +146413,20 @@ export type stagingpolygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygon_Relayer = { +export type polygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygon_RelayerFee = { +export type polygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygon_Bytes']; + asset: Scalars['polygonzkevm_Bytes']; }; -export type stagingpolygon_RelayerFee_filter = { +export type polygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148361,7 +146455,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; @@ -148370,23 +146464,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 polygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148421,20 +146515,20 @@ export type stagingpolygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygon_RelayerFeesIncrease = { +export type polygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_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 stagingpolygon_RelayerFeesIncrease_filter = { +export type polygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148463,7 +146557,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; @@ -148472,36 +146566,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; @@ -148535,12 +146629,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 polygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148581,7 +146675,7 @@ export type stagingpolygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_Relayer_filter = { +export type polygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148594,33 +146688,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 polygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygon_RootCount = { +export type polygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygon_RootCount_filter = { +export type polygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148638,30 +146732,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 polygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygon_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 stagingpolygon_RootMessageSent_filter = { +export type polygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148686,16 +146780,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; @@ -148704,26 +146798,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; @@ -148757,12 +146851,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 polygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -148775,34 +146869,34 @@ export type stagingpolygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_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 stagingpolygon_RouterassetBalancesArgs = { +export type polygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_RouterDailyTVL = { +export type polygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygon_RouterDailyTVL_filter = { +export type polygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148831,7 +146925,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; @@ -148852,7 +146946,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; @@ -148870,12 +146964,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 polygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -148897,25 +146991,25 @@ export type stagingpolygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygon_RouterLiquidityEvent = { +export type polygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygon_Router; - asset: stagingpolygon_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['stagingpolygon_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygon_RouterLiquidityEventType = +export type polygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygon_RouterLiquidityEvent_filter = { +export type polygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148924,10 +147018,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; @@ -148948,7 +147042,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; @@ -148969,7 +147063,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; @@ -148986,16 +147080,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; @@ -149012,16 +147106,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; @@ -149031,12 +147125,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 polygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -149064,7 +147158,7 @@ export type stagingpolygon_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygon_Router_filter = { +export type polygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149077,36 +147171,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; @@ -149115,14 +147209,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 polygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -149131,13 +147225,13 @@ export type stagingpolygon_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygon_Sequencer = { +export type polygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygon_Sequencer_filter = { +export type polygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149150,34 +147244,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 polygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygon_Setting = { +export type polygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; }; -export type stagingpolygon_Setting_filter = { +export type polygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149194,40 +147288,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 polygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygon_SlippageUpdate = { +export type polygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygon_DestinationTransfer; + transfer: polygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SlippageUpdate_filter = { +export type polygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149256,7 +147350,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; @@ -149265,27 +147359,27 @@ 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; - timestamp?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; timestamp_lt?: InputMaybe; @@ -149318,12 +147412,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 polygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -149370,16 +147464,16 @@ export type stagingpolygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_SnapshotRoot = { +export type polygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['polygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SnapshotRoot_filter = { +export type polygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149396,16 +147490,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; @@ -149431,12 +147525,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 polygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -149444,12 +147538,12 @@ export type stagingpolygon_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_SpokeConnectorMode = { +export type polygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygon_SpokeConnectorMode_filter = { +export type polygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149479,25 +147573,25 @@ 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 polygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygon_TransferStatus = +export type polygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygon__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 */ @@ -149505,7 +147599,7 @@ export type stagingpolygon__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingpolygon__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 @@ -149513,22 +147607,22 @@ export type stagingpolygon__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygon__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 stagingavalanche_AggregateRoot = { +export type stagingoptimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['stagingoptimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_AggregateRootProposed = { +export type stagingoptimism_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -149536,7 +147630,7 @@ export type stagingavalanche_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingavalanche_AggregateRootProposed_filter = { +export type stagingoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149545,16 +147639,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; @@ -149596,12 +147690,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 stagingoptimism_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -149610,7 +147704,7 @@ export type stagingavalanche_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_AggregateRoot_filter = { +export type stagingoptimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149619,16 +147713,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; @@ -149638,45 +147732,45 @@ export type stagingavalanche_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_AggregateRoot_orderBy = +export type stagingoptimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingavalanche_Aggregation_interval = +export type stagingoptimism_Aggregation_interval = | 'hour' | 'day'; -export type stagingavalanche_Asset = { +export type stagingoptimism_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingavalanche_AssetBalance = { +export type stagingoptimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingavalanche_AssetBalance_filter = { +export type stagingoptimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149737,7 +147831,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; @@ -149758,7 +147852,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; @@ -149768,12 +147862,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 stagingoptimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -149798,12 +147892,12 @@ export type stagingavalanche_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingavalanche_AssetStatus = { +export type stagingoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingavalanche_AssetStatus_filter = { +export type stagingoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149817,16 +147911,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 stagingoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingavalanche_Asset_filter = { +export type stagingoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149835,16 +147929,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; @@ -149861,16 +147955,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; @@ -149879,26 +147973,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; @@ -149927,14 +148021,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 stagingoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -149948,26 +148042,26 @@ export type stagingavalanche_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingavalanche_BlockChangedFilter = { +export type stagingoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingavalanche_Block_height = { - hash?: InputMaybe; +export type stagingoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingavalanche_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 stagingavalanche_ConnectorMeta_filter = { +export type stagingoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149992,43 +148086,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 stagingoptimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -150036,57 +148130,57 @@ export type stagingavalanche_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingavalanche_DestinationTransfer = { +export type stagingoptimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingavalanche_DestinationTransferroutersArgs = { +export type stagingoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_DestinationTransfer_filter = { +export type stagingoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150103,16 +148197,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; @@ -150121,17 +148215,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; @@ -150156,40 +148250,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; @@ -150206,16 +148300,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; @@ -150232,16 +148326,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; @@ -150262,7 +148356,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; @@ -150279,26 +148373,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; @@ -150331,16 +148425,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; @@ -150349,26 +148443,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; @@ -150401,16 +148495,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; @@ -150420,12 +148514,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 stagingoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -150474,14 +148568,14 @@ export type stagingavalanche_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingavalanche_OptimisticRootFinalized = { +export type stagingoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingavalanche_OptimisticRootFinalized_filter = { +export type stagingoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150490,16 +148584,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; @@ -150517,36 +148611,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 stagingoptimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingavalanche_OrderDirection = +export type stagingoptimism_OrderDirection = | 'asc' | 'desc'; -export type stagingavalanche_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 stagingavalanche_OriginMessage_filter = { +export type stagingoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150555,16 +148649,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; @@ -150573,16 +148667,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; @@ -150591,36 +148685,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; @@ -150649,14 +148743,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 stagingoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -150670,51 +148764,51 @@ export type stagingavalanche_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingavalanche_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 stagingavalanche_OriginTransferrelayerFeesArgs = { +export type stagingoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_OriginTransfer_filter = { +export type stagingoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150731,16 +148825,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; @@ -150749,20 +148843,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; @@ -150787,40 +148881,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; @@ -150829,16 +148923,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; @@ -150855,16 +148949,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; @@ -150885,17 +148979,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; @@ -150916,7 +149010,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; @@ -150931,37 +149025,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; @@ -150994,16 +149088,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; @@ -151013,12 +149107,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 stagingoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -151070,20 +149164,20 @@ export type stagingavalanche_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingavalanche_Relayer = { +export type stagingoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingavalanche_RelayerFee = { +export type stagingoptimism_RelayerFee = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingavalanche_Bytes']; + asset: Scalars['stagingoptimism_Bytes']; }; -export type stagingavalanche_RelayerFee_filter = { +export type stagingoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151112,7 +149206,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; @@ -151121,23 +149215,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 stagingoptimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -151172,20 +149266,20 @@ export type stagingavalanche_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingavalanche_RelayerFeesIncrease = { +export type stagingoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_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 stagingavalanche_RelayerFeesIncrease_filter = { +export type stagingoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151214,7 +149308,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; @@ -151223,36 +149317,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; @@ -151286,12 +149380,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 stagingoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -151332,7 +149426,7 @@ export type stagingavalanche_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_Relayer_filter = { +export type stagingoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151345,33 +149439,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 stagingoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingavalanche_RootCount = { +export type stagingoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingavalanche_RootCount_filter = { +export type stagingoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151389,30 +149483,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 stagingoptimism_RootCount_orderBy = | 'id' | 'count'; -export type stagingavalanche_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 stagingavalanche_RootMessageSent_filter = { +export type stagingoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151437,16 +149531,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; @@ -151455,26 +149549,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; @@ -151508,12 +149602,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 stagingoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -151526,34 +149620,34 @@ export type stagingavalanche_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_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 stagingavalanche_RouterassetBalancesArgs = { +export type stagingoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_RouterDailyTVL = { +export type stagingoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingavalanche_RouterDailyTVL_filter = { +export type stagingoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151582,7 +149676,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; @@ -151603,7 +149697,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; @@ -151621,12 +149715,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 stagingoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -151648,25 +149742,25 @@ export type stagingavalanche_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingavalanche_RouterLiquidityEvent = { +export type stagingoptimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingavalanche_Router; - asset: stagingavalanche_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['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingavalanche_RouterLiquidityEventType = +export type stagingoptimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingavalanche_RouterLiquidityEvent_filter = { +export type stagingoptimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151675,10 +149769,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; @@ -151699,7 +149793,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; @@ -151720,7 +149814,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; @@ -151737,16 +149831,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; @@ -151763,16 +149857,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; @@ -151782,12 +149876,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 stagingoptimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -151815,7 +149909,7 @@ export type stagingavalanche_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingavalanche_Router_filter = { +export type stagingoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151828,36 +149922,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; @@ -151866,14 +149960,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 stagingoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -151882,13 +149976,13 @@ export type stagingavalanche_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingavalanche_Sequencer = { +export type stagingoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingavalanche_Sequencer_filter = { +export type stagingoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151901,34 +149995,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 stagingoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingavalanche_Setting = { +export type stagingoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; }; -export type stagingavalanche_Setting_filter = { +export type stagingoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151945,40 +150039,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 stagingoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingavalanche_SlippageUpdate = { +export type stagingoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingavalanche_DestinationTransfer; + transfer: stagingoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SlippageUpdate_filter = { +export type stagingoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152007,7 +150101,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; @@ -152016,26 +150110,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; @@ -152069,12 +150163,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 stagingoptimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -152121,16 +150215,16 @@ export type stagingavalanche_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_SnapshotRoot = { +export type stagingoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['stagingoptimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SnapshotRoot_filter = { +export type stagingoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152147,16 +150241,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; @@ -152182,12 +150276,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 stagingoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -152195,12 +150289,12 @@ export type stagingavalanche_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_SpokeConnectorMode = { +export type stagingoptimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingavalanche_SpokeConnectorMode_filter = { +export type stagingoptimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152230,25 +150324,25 @@ 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 stagingoptimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingavalanche_TransferStatus = +export type stagingoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingavalanche__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 */ @@ -152256,7 +150350,7 @@ export type stagingavalanche__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingavalanche__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 @@ -152264,22 +150358,22 @@ export type stagingavalanche__Meta_ = { * and therefore asks for the latest block * */ - block: stagingavalanche__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 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']; @@ -152287,7 +150381,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; @@ -152296,16 +150390,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; @@ -152347,12 +150441,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' @@ -152361,7 +150455,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; @@ -152370,16 +150464,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; @@ -152389,41 +150483,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; @@ -152484,7 +150582,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; @@ -152505,7 +150603,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; @@ -152515,12 +150613,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' @@ -152545,12 +150643,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; @@ -152564,16 +150662,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; @@ -152582,16 +150680,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; @@ -152608,16 +150706,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; @@ -152626,26 +150724,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; @@ -152674,14 +150772,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' @@ -152695,26 +150793,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; @@ -152739,43 +150837,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' @@ -152783,57 +150881,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; @@ -152850,16 +150948,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; @@ -152868,17 +150966,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; @@ -152903,40 +151001,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; @@ -152953,16 +151051,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; @@ -152979,16 +151077,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; @@ -153009,7 +151107,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; @@ -153026,26 +151124,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; @@ -153078,16 +151176,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; @@ -153096,26 +151194,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; @@ -153148,16 +151246,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; @@ -153167,12 +151265,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' @@ -153221,14 +151319,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; @@ -153237,16 +151335,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; @@ -153264,36 +151362,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; @@ -153302,16 +151400,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; @@ -153320,16 +151418,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; @@ -153338,36 +151436,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; @@ -153396,14 +151494,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' @@ -153417,51 +151515,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; @@ -153478,16 +151576,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; @@ -153496,20 +151594,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; @@ -153534,40 +151632,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; @@ -153576,16 +151674,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; @@ -153602,16 +151700,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; @@ -153632,17 +151730,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; @@ -153663,7 +151761,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; @@ -153678,37 +151776,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; @@ -153741,16 +151839,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; @@ -153760,12 +151858,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' @@ -153817,20 +151915,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; @@ -153859,7 +151957,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; @@ -153868,23 +151966,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' @@ -153919,20 +152017,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; @@ -153961,7 +152059,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; @@ -153970,36 +152068,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; @@ -154033,12 +152131,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' @@ -154079,7 +152177,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; @@ -154092,33 +152190,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; @@ -154136,30 +152234,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; @@ -154184,16 +152282,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; @@ -154202,26 +152300,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; @@ -154255,12 +152353,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' @@ -154273,34 +152371,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; @@ -154329,7 +152427,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; @@ -154350,7 +152448,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; @@ -154368,12 +152466,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' @@ -154395,25 +152493,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; @@ -154422,10 +152520,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; @@ -154446,7 +152544,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; @@ -154467,7 +152565,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; @@ -154484,16 +152582,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; @@ -154510,16 +152608,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; @@ -154529,12 +152627,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' @@ -154562,7 +152660,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; @@ -154575,36 +152673,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; @@ -154613,14 +152711,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' @@ -154629,13 +152727,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; @@ -154648,34 +152746,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; @@ -154692,40 +152790,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; @@ -154754,7 +152852,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; @@ -154763,26 +152861,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; @@ -154816,12 +152914,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' @@ -154868,16 +152966,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; @@ -154894,16 +152992,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; @@ -154929,12 +153027,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' @@ -154942,12 +153040,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; @@ -154977,25 +153075,25 @@ 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 */ @@ -155003,7 +153101,7 @@ export type arbitrumone__Block_ = { }; /** 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 @@ -155011,22 +153109,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 polygonzkevm_AggregateRoot = { +export type localarbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['localarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_AggregateRootProposed = { +export type localarbitrumone_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -155034,7 +153132,7 @@ export type polygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygonzkevm_AggregateRootProposed_filter = { +export type localarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155043,16 +153141,16 @@ export type polygonzkevm_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -155094,12 +153192,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 localarbitrumone_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -155108,7 +153206,7 @@ export type polygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_AggregateRoot_filter = { +export type localarbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155117,16 +153215,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; @@ -155136,45 +153234,45 @@ 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 localarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygonzkevm_Aggregation_interval = +export type localarbitrumone_Aggregation_interval = | 'hour' | 'day'; -export type polygonzkevm_Asset = { +export type localarbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type polygonzkevm_AssetBalance = { +export type localarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_AssetBalance_filter = { +export type localarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155235,7 +153333,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; @@ -155256,7 +153354,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; @@ -155266,12 +153364,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 localarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -155296,12 +153394,12 @@ export type polygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygonzkevm_AssetStatus = { +export type localarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygonzkevm_AssetStatus_filter = { +export type localarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155315,16 +153413,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 localarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type polygonzkevm_Asset_filter = { +export type localarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155333,16 +153431,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; @@ -155359,16 +153457,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; @@ -155377,26 +153475,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; @@ -155425,14 +153523,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 localarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -155446,26 +153544,26 @@ export type polygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygonzkevm_BlockChangedFilter = { +export type localarbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygonzkevm_Block_height = { - hash?: InputMaybe; +export type localarbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygonzkevm_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 polygonzkevm_ConnectorMeta_filter = { +export type localarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155490,43 +153588,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 localarbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -155534,57 +153632,57 @@ export type polygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygonzkevm_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 polygonzkevm_DestinationTransferroutersArgs = { +export type localarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_DestinationTransfer_filter = { +export type localarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155601,16 +153699,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; @@ -155619,17 +153717,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; @@ -155654,40 +153752,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; @@ -155704,16 +153802,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; @@ -155730,16 +153828,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; @@ -155760,7 +153858,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; @@ -155777,26 +153875,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; @@ -155829,16 +153927,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; @@ -155847,26 +153945,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; @@ -155899,16 +153997,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; @@ -155918,12 +154016,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 localarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -155972,14 +154070,14 @@ export type polygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygonzkevm_OptimisticRootFinalized = { +export type localarbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygonzkevm_OptimisticRootFinalized_filter = { +export type localarbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155988,16 +154086,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; @@ -156015,36 +154113,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 localarbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygonzkevm_OrderDirection = +export type localarbitrumone_OrderDirection = | 'asc' | 'desc'; -export type polygonzkevm_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 polygonzkevm_OriginMessage_filter = { +export type localarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156053,16 +154151,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; @@ -156071,16 +154169,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; @@ -156089,36 +154187,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; @@ -156147,14 +154245,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 localarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -156168,51 +154266,51 @@ export type polygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygonzkevm_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 polygonzkevm_OriginTransferrelayerFeesArgs = { +export type localarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_OriginTransfer_filter = { +export type localarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156229,16 +154327,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; @@ -156247,20 +154345,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; @@ -156285,40 +154383,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; @@ -156327,16 +154425,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; @@ -156353,16 +154451,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; @@ -156383,17 +154481,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; @@ -156414,7 +154512,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; @@ -156429,37 +154527,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; @@ -156492,16 +154590,16 @@ export type polygonzkevm_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -156511,12 +154609,12 @@ export type polygonzkevm_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_OriginTransfer_orderBy = +export type localarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -156568,20 +154666,20 @@ export type polygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygonzkevm_Relayer = { +export type localarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygonzkevm_RelayerFee = { +export type localarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_Bytes']; + asset: Scalars['localarbitrumone_Bytes']; }; -export type polygonzkevm_RelayerFee_filter = { +export type localarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156610,7 +154708,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; @@ -156619,23 +154717,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 localarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156670,20 +154768,20 @@ export type polygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygonzkevm_RelayerFeesIncrease = { +export type localarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_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 polygonzkevm_RelayerFeesIncrease_filter = { +export type localarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156712,7 +154810,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; @@ -156721,36 +154819,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; @@ -156784,12 +154882,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 localarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156830,7 +154928,7 @@ export type polygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_Relayer_filter = { +export type localarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156843,33 +154941,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 localarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygonzkevm_RootCount = { +export type localarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygonzkevm_RootCount_filter = { +export type localarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156887,30 +154985,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 localarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type polygonzkevm_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 polygonzkevm_RootMessageSent_filter = { +export type localarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156935,16 +155033,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; @@ -156953,26 +155051,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; @@ -157006,12 +155104,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 localarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -157024,34 +155122,34 @@ export type polygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_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 polygonzkevm_RouterassetBalancesArgs = { +export type localarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_RouterDailyTVL = { +export type localarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygonzkevm_RouterDailyTVL_filter = { +export type localarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157080,7 +155178,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; @@ -157101,7 +155199,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; @@ -157119,12 +155217,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 localarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -157146,25 +155244,25 @@ export type polygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygonzkevm_RouterLiquidityEvent = { +export type localarbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_Router; - asset: polygonzkevm_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['polygonzkevm_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_RouterLiquidityEventType = +export type localarbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygonzkevm_RouterLiquidityEvent_filter = { +export type localarbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157173,10 +155271,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; @@ -157197,7 +155295,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; @@ -157218,7 +155316,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; @@ -157235,16 +155333,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; @@ -157261,16 +155359,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; @@ -157280,12 +155378,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 localarbitrumone_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -157313,7 +155411,7 @@ export type polygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygonzkevm_Router_filter = { +export type localarbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157326,36 +155424,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; @@ -157364,14 +155462,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 localarbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -157380,13 +155478,13 @@ export type polygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygonzkevm_Sequencer = { +export type localarbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygonzkevm_Sequencer_filter = { +export type localarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157399,34 +155497,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 localarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygonzkevm_Setting = { +export type localarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; }; -export type polygonzkevm_Setting_filter = { +export type localarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157443,40 +155541,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 localarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygonzkevm_SlippageUpdate = { +export type localarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: polygonzkevm_DestinationTransfer; + transfer: localarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SlippageUpdate_filter = { +export type localarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157505,7 +155603,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; @@ -157514,26 +155612,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; @@ -157567,12 +155665,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 localarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -157619,16 +155717,16 @@ export type polygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_SnapshotRoot = { +export type localarbitrumone_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['localarbitrumone_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SnapshotRoot_filter = { +export type localarbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157645,16 +155743,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; @@ -157680,12 +155778,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 localarbitrumone_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -157693,12 +155791,12 @@ export type polygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_SpokeConnectorMode = { +export type localarbitrumone_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygonzkevm_SpokeConnectorMode_filter = { +export type localarbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157728,25 +155826,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 localarbitrumone_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygonzkevm_TransferStatus = +export type localarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygonzkevm__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 */ @@ -157754,7 +155852,7 @@ export type polygonzkevm__Block_ = { }; /** The type for the top-level _meta field */ -export type polygonzkevm__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 @@ -157762,22 +155860,22 @@ export type polygonzkevm__Meta_ = { * and therefore asks for the latest block * */ - block: polygonzkevm__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 stagingoptimism_AggregateRoot = { +export type mumbai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['mumbai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_AggregateRootProposed = { +export type mumbai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['mumbai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -157785,7 +155883,7 @@ export type stagingoptimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingoptimism_AggregateRootProposed_filter = { +export type mumbai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157794,16 +155892,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; @@ -157845,12 +155943,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 mumbai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -157859,7 +155957,7 @@ export type stagingoptimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_AggregateRoot_filter = { +export type mumbai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157868,16 +155966,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; @@ -157887,45 +155985,45 @@ export type stagingoptimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_AggregateRoot_orderBy = +export type mumbai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingoptimism_Aggregation_interval = +export type mumbai_Aggregation_interval = | 'hour' | 'day'; -export type stagingoptimism_Asset = { +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 stagingoptimism_AssetBalance = { +export type mumbai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: mumbai_Router; + asset: mumbai_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingoptimism_AssetBalance_filter = { +export type mumbai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157986,7 +156084,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; @@ -158007,7 +156105,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; @@ -158017,12 +156115,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 mumbai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -158047,12 +156145,12 @@ export type stagingoptimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingoptimism_AssetStatus = { +export type mumbai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingoptimism_AssetStatus_filter = { +export type mumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158066,16 +156164,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 mumbai_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingoptimism_Asset_filter = { +export type mumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158084,16 +156182,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; @@ -158110,16 +156208,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; @@ -158128,26 +156226,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; @@ -158176,14 +156274,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 mumbai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -158197,26 +156295,26 @@ export type stagingoptimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingoptimism_BlockChangedFilter = { +export type mumbai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingoptimism_Block_height = { - hash?: InputMaybe; +export type mumbai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingoptimism_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 stagingoptimism_ConnectorMeta_filter = { +export type mumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158241,43 +156339,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 mumbai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -158285,57 +156383,57 @@ export type stagingoptimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingoptimism_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 stagingoptimism_DestinationTransferroutersArgs = { +export type mumbai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_DestinationTransfer_filter = { +export type mumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158352,16 +156450,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; @@ -158370,17 +156468,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; @@ -158405,40 +156503,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; @@ -158455,16 +156553,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; @@ -158481,16 +156579,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; @@ -158511,7 +156609,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; @@ -158528,26 +156626,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; @@ -158580,16 +156678,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; @@ -158598,26 +156696,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; @@ -158650,16 +156748,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; @@ -158669,12 +156767,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 mumbai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -158723,14 +156821,14 @@ export type stagingoptimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingoptimism_OptimisticRootFinalized = { +export type mumbai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingoptimism_OptimisticRootFinalized_filter = { +export type mumbai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158739,16 +156837,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; @@ -158766,36 +156864,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 mumbai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingoptimism_OrderDirection = +export type mumbai_OrderDirection = | 'asc' | 'desc'; -export type stagingoptimism_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 stagingoptimism_OriginMessage_filter = { +export type mumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158804,16 +156902,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; @@ -158822,16 +156920,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; @@ -158840,36 +156938,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; @@ -158898,14 +156996,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 mumbai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -158919,51 +157017,51 @@ export type stagingoptimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingoptimism_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 stagingoptimism_OriginTransferrelayerFeesArgs = { +export type mumbai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_OriginTransfer_filter = { +export type mumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158980,16 +157078,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; @@ -158998,20 +157096,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; @@ -159036,40 +157134,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; @@ -159078,16 +157176,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; @@ -159104,16 +157202,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; @@ -159134,17 +157232,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; @@ -159165,7 +157263,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; @@ -159180,37 +157278,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; @@ -159243,16 +157341,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; @@ -159262,12 +157360,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 mumbai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -159319,20 +157417,20 @@ export type stagingoptimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingoptimism_Relayer = { +export type mumbai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingoptimism_RelayerFee = { +export type mumbai_RelayerFee = { id: Scalars['ID']; - transfer: stagingoptimism_OriginTransfer; + transfer: mumbai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingoptimism_Bytes']; + asset: Scalars['mumbai_Bytes']; }; -export type stagingoptimism_RelayerFee_filter = { +export type mumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159361,7 +157459,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; @@ -159370,23 +157468,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 mumbai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159421,20 +157519,20 @@ export type stagingoptimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingoptimism_RelayerFeesIncrease = { +export type mumbai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingoptimism_OriginTransfer; + transfer: mumbai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimism_Bytes']; - transactionHash: Scalars['stagingoptimism_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 stagingoptimism_RelayerFeesIncrease_filter = { +export type mumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159463,7 +157561,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; @@ -159472,36 +157570,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; @@ -159535,12 +157633,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 mumbai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159581,7 +157679,7 @@ export type stagingoptimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_Relayer_filter = { +export type mumbai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159594,33 +157692,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 mumbai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingoptimism_RootCount = { +export type mumbai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingoptimism_RootCount_filter = { +export type mumbai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159638,30 +157736,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 mumbai_RootCount_orderBy = | 'id' | 'count'; -export type stagingoptimism_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 stagingoptimism_RootMessageSent_filter = { +export type mumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159686,16 +157784,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; @@ -159704,26 +157802,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; @@ -159757,12 +157855,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 mumbai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -159775,34 +157873,34 @@ export type stagingoptimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_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 stagingoptimism_RouterassetBalancesArgs = { +export type mumbai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_RouterDailyTVL = { +export type mumbai_RouterDailyTVL = { id: Scalars['ID']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: mumbai_Router; + asset: mumbai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingoptimism_RouterDailyTVL_filter = { +export type mumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159831,7 +157929,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; @@ -159852,7 +157950,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; @@ -159870,12 +157968,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 mumbai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -159897,25 +157995,25 @@ export type stagingoptimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingoptimism_RouterLiquidityEvent = { +export type mumbai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingoptimism_Router; - asset: stagingoptimism_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['stagingoptimism_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingoptimism_RouterLiquidityEventType = +export type mumbai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingoptimism_RouterLiquidityEvent_filter = { +export type mumbai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159924,10 +158022,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; @@ -159948,7 +158046,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; @@ -159969,7 +158067,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; @@ -159986,16 +158084,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; @@ -160012,16 +158110,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; @@ -160031,12 +158129,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 mumbai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -160064,7 +158162,7 @@ export type stagingoptimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingoptimism_Router_filter = { +export type mumbai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160077,36 +158175,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; @@ -160115,14 +158213,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 mumbai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -160131,13 +158229,13 @@ export type stagingoptimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingoptimism_Sequencer = { +export type mumbai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingoptimism_Sequencer_filter = { +export type mumbai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160150,34 +158248,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 mumbai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingoptimism_Setting = { +export type mumbai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimism_Bytes']; + caller: Scalars['mumbai_Bytes']; }; -export type stagingoptimism_Setting_filter = { +export type mumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160194,40 +158292,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 mumbai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingoptimism_SlippageUpdate = { +export type mumbai_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingoptimism_DestinationTransfer; + transfer: mumbai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimism_Bytes']; - transactionHash: Scalars['stagingoptimism_Bytes']; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_SlippageUpdate_filter = { +export type mumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160256,7 +158354,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; @@ -160265,26 +158363,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; @@ -160318,12 +158416,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 mumbai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -160370,16 +158468,16 @@ export type stagingoptimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_SnapshotRoot = { +export type mumbai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['mumbai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_SnapshotRoot_filter = { +export type mumbai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160396,16 +158494,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; @@ -160431,12 +158529,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 mumbai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -160444,12 +158542,12 @@ export type stagingoptimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_SpokeConnectorMode = { +export type mumbai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingoptimism_SpokeConnectorMode_filter = { +export type mumbai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160479,25 +158577,25 @@ 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 mumbai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingoptimism_TransferStatus = +export type mumbai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingoptimism__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 */ @@ -160505,7 +158603,7 @@ export type stagingoptimism__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingoptimism__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 @@ -160513,22 +158611,22 @@ export type stagingoptimism__Meta_ = { * and therefore asks for the latest block * */ - block: stagingoptimism__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 optimism_AggregateRoot = { +export type stagingmode_AggregateRoot = { id: Scalars['ID']; - root: Scalars['optimism_Bytes']; + root: Scalars['stagingmode_Bytes']; blockNumber: Scalars['BigInt']; }; -export type optimism_AggregateRootProposed = { +export type stagingmode_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -160536,7 +158634,7 @@ export type optimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type optimism_AggregateRootProposed_filter = { +export type stagingmode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160545,16 +158643,16 @@ export type optimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -160596,12 +158694,12 @@ export type optimism_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRootProposed_orderBy = +export type stagingmode_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -160610,7 +158708,7 @@ export type optimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type optimism_AggregateRoot_filter = { +export type stagingmode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160619,16 +158717,16 @@ export type optimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -160638,41 +158736,41 @@ export type optimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRoot_orderBy = +export type stagingmode_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type optimism_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 optimism_AssetBalance = { +export type stagingmode_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; + router: stagingmode_Router; + asset: stagingmode_Asset; feesEarned: Scalars['BigInt']; }; -export type optimism_AssetBalance_filter = { +export type stagingmode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160733,7 +158831,7 @@ export type optimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -160754,7 +158852,7 @@ export type optimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -160764,12 +158862,12 @@ export type optimism_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetBalance_orderBy = +export type stagingmode_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -160794,12 +158892,12 @@ export type optimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type optimism_AssetStatus = { +export type stagingmode_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type optimism_AssetStatus_filter = { +export type stagingmode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160813,16 +158911,16 @@ export type optimism_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetStatus_orderBy = +export type stagingmode_AssetStatus_orderBy = | 'id' | 'status'; -export type optimism_Asset_filter = { +export type stagingmode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160831,16 +158929,16 @@ export type optimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -160857,16 +158955,16 @@ export type optimism_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -160875,26 +158973,26 @@ export type optimism_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -160923,14 +159021,14 @@ export type optimism_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Asset_orderBy = +export type stagingmode_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -160944,26 +159042,26 @@ export type optimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type optimism_BlockChangedFilter = { +export type stagingmode_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimism_Block_height = { - hash?: InputMaybe; +export type stagingmode_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimism_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 optimism_ConnectorMeta_filter = { +export type stagingmode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160988,43 +159086,43 @@ export type optimism_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_ConnectorMeta_orderBy = +export type stagingmode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -161032,57 +159130,57 @@ export type optimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type optimism_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 optimism_DestinationTransferroutersArgs = { +export type stagingmode_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_DestinationTransfer_filter = { +export type stagingmode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161099,16 +159197,16 @@ export type optimism_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -161117,17 +159215,17 @@ export type optimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -161152,40 +159250,40 @@ export type optimism_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -161202,16 +159300,16 @@ export type optimism_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -161228,16 +159326,16 @@ export type optimism_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -161258,7 +159356,7 @@ export type optimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -161275,26 +159373,26 @@ export type optimism_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -161327,16 +159425,16 @@ export type optimism_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -161345,26 +159443,26 @@ export type optimism_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -161397,16 +159495,16 @@ export type optimism_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -161416,12 +159514,12 @@ export type optimism_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_DestinationTransfer_orderBy = +export type stagingmode_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -161470,14 +159568,14 @@ export type optimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type optimism_OptimisticRootFinalized = { +export type stagingmode_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type optimism_OptimisticRootFinalized_filter = { +export type stagingmode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161486,16 +159584,16 @@ export type optimism_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -161513,36 +159611,36 @@ export type optimism_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OptimisticRootFinalized_orderBy = +export type stagingmode_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type optimism_OrderDirection = +export type stagingmode_OrderDirection = | 'asc' | 'desc'; -export type optimism_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 optimism_OriginMessage_filter = { +export type stagingmode_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161551,16 +159649,16 @@ export type optimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -161569,16 +159667,16 @@ export type optimism_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -161587,36 +159685,36 @@ export type optimism_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -161645,14 +159743,14 @@ export type optimism_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginMessage_orderBy = +export type stagingmode_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -161666,51 +159764,51 @@ export type optimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type optimism_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 optimism_OriginTransferrelayerFeesArgs = { +export type stagingmode_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_OriginTransfer_filter = { +export type stagingmode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161727,16 +159825,16 @@ export type optimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -161745,20 +159843,20 @@ export type optimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -161783,40 +159881,40 @@ export type optimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -161825,16 +159923,16 @@ export type optimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -161851,16 +159949,16 @@ export type optimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -161881,17 +159979,17 @@ export type optimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -161912,7 +160010,7 @@ export type optimism_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -161927,37 +160025,37 @@ export type optimism_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -161990,16 +160088,16 @@ export type optimism_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -162009,12 +160107,12 @@ export type optimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginTransfer_orderBy = +export type stagingmode_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -162066,20 +160164,20 @@ export type optimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type optimism_Relayer = { +export type stagingmode_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type optimism_RelayerFee = { +export type stagingmode_RelayerFee = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; + transfer: stagingmode_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['optimism_Bytes']; + asset: Scalars['stagingmode_Bytes']; }; -export type optimism_RelayerFee_filter = { +export type stagingmode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162108,7 +160206,7 @@ export type optimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -162117,23 +160215,23 @@ export type optimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFee_orderBy = +export type stagingmode_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -162168,20 +160266,20 @@ export type optimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type optimism_RelayerFeesIncrease = { +export type stagingmode_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; + transfer: stagingmode_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_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 optimism_RelayerFeesIncrease_filter = { +export type stagingmode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162210,7 +160308,7 @@ export type optimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -162219,36 +160317,36 @@ export type optimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -162282,12 +160380,12 @@ export type optimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFeesIncrease_orderBy = +export type stagingmode_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -162328,7 +160426,7 @@ export type optimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_Relayer_filter = { +export type stagingmode_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162341,33 +160439,33 @@ export type optimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Relayer_orderBy = +export type stagingmode_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type optimism_RootCount = { +export type stagingmode_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type optimism_RootCount_filter = { +export type stagingmode_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162385,30 +160483,30 @@ export type optimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootCount_orderBy = +export type stagingmode_RootCount_orderBy = | 'id' | 'count'; -export type optimism_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 optimism_RootMessageSent_filter = { +export type stagingmode_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162433,16 +160531,16 @@ export type optimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -162451,26 +160549,26 @@ export type optimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -162504,12 +160602,12 @@ export type optimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootMessageSent_orderBy = +export type stagingmode_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -162522,34 +160620,34 @@ export type optimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_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 optimism_RouterassetBalancesArgs = { +export type stagingmode_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_RouterDailyTVL = { +export type stagingmode_RouterDailyTVL = { id: Scalars['ID']; - router: optimism_Router; - asset: optimism_Asset; + router: stagingmode_Router; + asset: stagingmode_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type optimism_RouterDailyTVL_filter = { +export type stagingmode_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162578,7 +160676,7 @@ export type optimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -162599,7 +160697,7 @@ export type optimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -162617,12 +160715,12 @@ export type optimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterDailyTVL_orderBy = +export type stagingmode_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -162644,25 +160742,25 @@ export type optimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type optimism_RouterLiquidityEvent = { +export type stagingmode_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: optimism_Router; - asset: optimism_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['optimism_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_RouterLiquidityEventType = +export type stagingmode_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type optimism_RouterLiquidityEvent_filter = { +export type stagingmode_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162671,10 +160769,10 @@ export type optimism_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -162695,7 +160793,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; @@ -162716,7 +160814,7 @@ export type optimism_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -162733,16 +160831,16 @@ export type optimism_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -162759,16 +160857,16 @@ export type optimism_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -162778,12 +160876,12 @@ export type optimism_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterLiquidityEvent_orderBy = +export type stagingmode_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -162811,7 +160909,7 @@ export type optimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type optimism_Router_filter = { +export type stagingmode_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162824,36 +160922,36 @@ export type optimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -162862,14 +160960,14 @@ export type optimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Router_orderBy = +export type stagingmode_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -162878,13 +160976,13 @@ export type optimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type optimism_Sequencer = { +export type stagingmode_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type optimism_Sequencer_filter = { +export type stagingmode_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162897,34 +160995,34 @@ export type optimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Sequencer_orderBy = +export type stagingmode_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type optimism_Setting = { +export type stagingmode_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; + caller: Scalars['stagingmode_Bytes']; }; -export type optimism_Setting_filter = { +export type stagingmode_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162941,40 +161039,40 @@ export type optimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Setting_orderBy = +export type stagingmode_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type optimism_SlippageUpdate = { +export type stagingmode_SlippageUpdate = { id: Scalars['ID']; - transfer: optimism_DestinationTransfer; + transfer: stagingmode_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + caller: Scalars['stagingmode_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_SlippageUpdate_filter = { +export type stagingmode_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163003,7 +161101,7 @@ export type optimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -163012,26 +161110,26 @@ export type optimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -163065,12 +161163,12 @@ export type optimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SlippageUpdate_orderBy = +export type stagingmode_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -163117,16 +161215,16 @@ export type optimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_SnapshotRoot = { +export type stagingmode_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['optimism_Bytes']; + root: Scalars['stagingmode_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_SnapshotRoot_filter = { +export type stagingmode_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163143,16 +161241,16 @@ export type optimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -163178,12 +161276,12 @@ export type optimism_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SnapshotRoot_orderBy = +export type stagingmode_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -163191,12 +161289,12 @@ export type optimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type optimism_SpokeConnectorMode = { +export type stagingmode_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type optimism_SpokeConnectorMode_filter = { +export type stagingmode_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163226,25 +161324,25 @@ export type optimism_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SpokeConnectorMode_orderBy = +export type stagingmode_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type optimism_TransferStatus = +export type stagingmode_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimism__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 */ @@ -163252,7 +161350,7 @@ export type optimism__Block_ = { }; /** The type for the top-level _meta field */ -export type optimism__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 @@ -163260,22 +161358,22 @@ export type optimism__Meta_ = { * and therefore asks for the latest block * */ - block: optimism__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 bnb_AggregateRoot = { +export type stagingzksync_AggregateRoot = { id: Scalars['ID']; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingzksync_Bytes']; blockNumber: Scalars['BigInt']; }; -export type bnb_AggregateRootProposed = { +export type stagingzksync_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -163283,7 +161381,7 @@ export type bnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type bnb_AggregateRootProposed_filter = { +export type stagingzksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163292,16 +161390,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; @@ -163343,12 +161441,12 @@ export type bnb_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AggregateRootProposed_orderBy = +export type stagingzksync_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -163357,7 +161455,7 @@ export type bnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_AggregateRoot_filter = { +export type stagingzksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163366,16 +161464,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; @@ -163385,45 +161483,45 @@ export type bnb_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AggregateRoot_orderBy = +export type stagingzksync_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type bnb_Aggregation_interval = +export type stagingzksync_Aggregation_interval = | 'hour' | 'day'; -export type bnb_Asset = { +export type stagingzksync_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type bnb_AssetBalance = { +export type stagingzksync_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingzksync_Router; + asset: stagingzksync_Asset; feesEarned: Scalars['BigInt']; }; -export type bnb_AssetBalance_filter = { +export type stagingzksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163484,7 +161582,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; @@ -163505,7 +161603,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; @@ -163515,12 +161613,12 @@ export type bnb_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AssetBalance_orderBy = +export type stagingzksync_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -163545,12 +161643,12 @@ export type bnb_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type bnb_AssetStatus = { +export type stagingzksync_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type bnb_AssetStatus_filter = { +export type stagingzksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163564,16 +161662,16 @@ export type bnb_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AssetStatus_orderBy = +export type stagingzksync_AssetStatus_orderBy = | 'id' | 'status'; -export type bnb_Asset_filter = { +export type stagingzksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163582,16 +161680,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; @@ -163608,16 +161706,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; @@ -163626,26 +161724,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; @@ -163674,14 +161772,14 @@ export type bnb_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Asset_orderBy = +export type stagingzksync_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -163695,26 +161793,26 @@ export type bnb_Asset_orderBy = | 'status__id' | 'status__status'; -export type bnb_BlockChangedFilter = { +export type stagingzksync_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_Block_height = { - hash?: InputMaybe; +export type stagingzksync_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_ConnectorMeta = { +export type stagingzksync_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type bnb_ConnectorMeta_filter = { +export type stagingzksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163739,43 +161837,43 @@ export type bnb_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_ConnectorMeta_orderBy = +export type stagingzksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -163783,57 +161881,57 @@ export type bnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type bnb_DestinationTransfer = { +export type stagingzksync_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type bnb_DestinationTransferroutersArgs = { +export type stagingzksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_DestinationTransfer_filter = { +export type stagingzksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163850,16 +161948,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; @@ -163868,17 +161966,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; @@ -163903,40 +162001,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; @@ -163953,16 +162051,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; @@ -163979,16 +162077,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; @@ -164009,7 +162107,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; @@ -164026,26 +162124,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; @@ -164078,16 +162176,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; @@ -164096,26 +162194,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; @@ -164148,16 +162246,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; @@ -164167,12 +162265,12 @@ export type bnb_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_DestinationTransfer_orderBy = +export type stagingzksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164221,14 +162319,14 @@ export type bnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type bnb_OptimisticRootFinalized = { +export type stagingzksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type bnb_OptimisticRootFinalized_filter = { +export type stagingzksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164237,16 +162335,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; @@ -164264,36 +162362,36 @@ export type bnb_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_OptimisticRootFinalized_orderBy = +export type stagingzksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = +export type stagingzksync_OrderDirection = | 'asc' | 'desc'; -export type bnb_OriginMessage = { +export type stagingzksync_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type bnb_OriginMessage_filter = { +export type stagingzksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164302,16 +162400,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; @@ -164320,16 +162418,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; @@ -164338,36 +162436,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; @@ -164396,14 +162494,14 @@ export type bnb_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_OriginMessage_orderBy = +export type stagingzksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -164417,51 +162515,51 @@ export type bnb_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type bnb_OriginTransfer = { +export type stagingzksync_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type bnb_OriginTransferrelayerFeesArgs = { +export type stagingzksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_OriginTransfer_filter = { +export type stagingzksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164478,16 +162576,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; @@ -164496,20 +162594,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; @@ -164534,40 +162632,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; @@ -164576,16 +162674,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; @@ -164602,16 +162700,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; @@ -164632,17 +162730,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; @@ -164663,7 +162761,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; @@ -164678,37 +162776,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; @@ -164741,16 +162839,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; @@ -164760,12 +162858,12 @@ export type bnb_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_OriginTransfer_orderBy = +export type stagingzksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164817,20 +162915,20 @@ export type bnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type bnb_Relayer = { +export type stagingzksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type bnb_RelayerFee = { +export type stagingzksync_RelayerFee = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingzksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; + asset: Scalars['stagingzksync_Bytes']; }; -export type bnb_RelayerFee_filter = { +export type stagingzksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164859,7 +162957,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; @@ -164868,23 +162966,23 @@ export type bnb_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RelayerFee_orderBy = +export type stagingzksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -164919,20 +163017,20 @@ export type bnb_RelayerFee_orderBy = | 'fee' | 'asset'; -export type bnb_RelayerFeesIncrease = { +export type stagingzksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingzksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + asset?: Maybe; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_RelayerFeesIncrease_filter = { +export type stagingzksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164961,7 +163059,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; @@ -164970,36 +163068,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; @@ -165033,12 +163131,12 @@ export type bnb_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RelayerFeesIncrease_orderBy = +export type stagingzksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -165079,7 +163177,7 @@ export type bnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Relayer_filter = { +export type stagingzksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165092,33 +163190,33 @@ export type bnb_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Relayer_orderBy = +export type stagingzksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type bnb_RootCount = { +export type stagingzksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type bnb_RootCount_filter = { +export type stagingzksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165136,30 +163234,30 @@ export type bnb_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RootCount_orderBy = +export type stagingzksync_RootCount_orderBy = | 'id' | 'count'; -export type bnb_RootMessageSent = { +export type stagingzksync_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type bnb_RootMessageSent_filter = { +export type stagingzksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165184,16 +163282,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; @@ -165202,26 +163300,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; @@ -165255,12 +163353,12 @@ export type bnb_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RootMessageSent_orderBy = +export type stagingzksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -165273,34 +163371,34 @@ export type bnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Router = { +export type stagingzksync_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type bnb_RouterassetBalancesArgs = { +export type stagingzksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_RouterDailyTVL = { +export type stagingzksync_RouterDailyTVL = { id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingzksync_Router; + asset: stagingzksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type bnb_RouterDailyTVL_filter = { +export type stagingzksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165329,7 +163427,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; @@ -165350,7 +163448,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; @@ -165368,12 +163466,12 @@ export type bnb_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RouterDailyTVL_orderBy = +export type stagingzksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -165395,25 +163493,25 @@ export type bnb_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type bnb_RouterLiquidityEvent = { +export type stagingzksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: bnb_Router; - asset: bnb_Asset; + type?: Maybe; + router: stagingzksync_Router; + asset: stagingzksync_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['bnb_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_RouterLiquidityEventType = +export type stagingzksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type bnb_RouterLiquidityEvent_filter = { +export type stagingzksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165422,10 +163520,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; @@ -165446,7 +163544,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; @@ -165467,7 +163565,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; @@ -165484,16 +163582,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; @@ -165510,16 +163608,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; @@ -165529,12 +163627,12 @@ export type bnb_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RouterLiquidityEvent_orderBy = +export type stagingzksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -165562,7 +163660,7 @@ export type bnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type bnb_Router_filter = { +export type stagingzksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165575,36 +163673,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; @@ -165613,14 +163711,14 @@ export type bnb_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Router_orderBy = +export type stagingzksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -165629,13 +163727,13 @@ export type bnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type bnb_Sequencer = { +export type stagingzksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type bnb_Sequencer_filter = { +export type stagingzksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165648,34 +163746,34 @@ export type bnb_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Sequencer_orderBy = +export type stagingzksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type bnb_Setting = { +export type stagingzksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; + caller: Scalars['stagingzksync_Bytes']; }; -export type bnb_Setting_filter = { +export type stagingzksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165692,40 +163790,40 @@ export type bnb_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Setting_orderBy = +export type stagingzksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type bnb_SlippageUpdate = { +export type stagingzksync_SlippageUpdate = { id: Scalars['ID']; - transfer: bnb_DestinationTransfer; + transfer: stagingzksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SlippageUpdate_filter = { +export type stagingzksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165754,7 +163852,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; @@ -165763,26 +163861,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; @@ -165816,12 +163914,12 @@ export type bnb_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SlippageUpdate_orderBy = +export type stagingzksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -165868,16 +163966,16 @@ export type bnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_SnapshotRoot = { +export type stagingzksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingzksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SnapshotRoot_filter = { +export type stagingzksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165894,16 +163992,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; @@ -165929,12 +164027,12 @@ export type bnb_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SnapshotRoot_orderBy = +export type stagingzksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -165942,12 +164040,12 @@ export type bnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_SpokeConnectorMode = { +export type stagingzksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type bnb_SpokeConnectorMode_filter = { +export type stagingzksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165977,25 +164075,25 @@ export type bnb_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SpokeConnectorMode_orderBy = +export type stagingzksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type bnb_TransferStatus = +export type stagingzksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type bnb__Block_ = { +export type stagingzksync__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -166003,7 +164101,7 @@ export type bnb__Block_ = { }; /** The type for the top-level _meta field */ -export type bnb__Meta_ = { +export type stagingzksync__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -166011,22 +164109,22 @@ export type bnb__Meta_ = { * and therefore asks for the latest block * */ - block: bnb__Block_; + block: stagingzksync__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type staginglinea_AggregateRoot = { +export type stagingbase_AggregateRoot = { id: Scalars['ID']; - root: Scalars['staginglinea_Bytes']; + root: Scalars['stagingbase_Bytes']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_AggregateRootProposed = { +export type stagingbase_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -166034,7 +164132,7 @@ export type staginglinea_AggregateRootProposed = { blockNumber?: Maybe; }; -export type staginglinea_AggregateRootProposed_filter = { +export type stagingbase_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166043,12 +164141,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; @@ -166090,10 +164192,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 stagingbase_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -166102,7 +164206,7 @@ export type staginglinea_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_AggregateRoot_filter = { +export type stagingbase_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166111,12 +164215,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; @@ -166126,39 +164234,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 stagingbase_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type staginglinea_Asset = { +export type stagingbase_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingbase_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type staginglinea_AssetBalance = { +export type stagingbase_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; feesEarned: Scalars['BigInt']; }; -export type staginglinea_AssetBalance_filter = { +export type stagingbase_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166219,7 +164333,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; @@ -166240,7 +164354,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; @@ -166250,25 +164364,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 stagingbase_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'feesEarned'; -export type staginglinea_AssetStatus = { +export type stagingbase_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type staginglinea_AssetStatus_filter = { +export type stagingbase_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166282,14 +164413,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 stagingbase_AssetStatus_orderBy = | 'id' | 'status'; -export type staginglinea_Asset_filter = { +export type stagingbase_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166298,12 +164431,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; @@ -166320,12 +164457,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; @@ -166334,18 +164475,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; @@ -166374,12 +164523,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 stagingbase_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -166389,28 +164540,30 @@ export type staginglinea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type staginglinea_BlockChangedFilter = { +export type stagingbase_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type staginglinea_Block_height = { - hash?: InputMaybe; +export type stagingbase_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type staginglinea_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 staginglinea_ConnectorMeta_filter = { +export type stagingbase_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166435,29 +164588,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 stagingbase_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -166465,57 +164632,57 @@ export type staginglinea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginglinea_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 staginglinea_DestinationTransferroutersArgs = { +export type stagingbase_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_DestinationTransfer_filter = { +export type stagingbase_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166532,12 +164699,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; @@ -166546,17 +164717,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; @@ -166581,28 +164752,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; @@ -166619,12 +164802,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; @@ -166641,12 +164828,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; @@ -166667,7 +164858,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; @@ -166684,18 +164875,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; @@ -166728,12 +164927,16 @@ export type staginglinea_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -166742,21 +164945,29 @@ 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; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: 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; @@ -166786,12 +164997,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; @@ -166801,10 +165016,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 stagingbase_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -166825,6 +165042,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' @@ -166844,14 +165070,14 @@ export type staginglinea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginglinea_OptimisticRootFinalized = { +export type stagingbase_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type staginglinea_OptimisticRootFinalized_filter = { +export type stagingbase_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166860,12 +165086,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; @@ -166883,34 +165113,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 stagingbase_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type staginglinea_OrderDirection = +export type stagingbase_OrderDirection = | 'asc' | 'desc'; -export type staginglinea_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 staginglinea_OriginMessage_filter = { +export type stagingbase_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166919,12 +165151,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; @@ -166933,12 +165169,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; @@ -166947,24 +165187,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; @@ -166993,12 +165245,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 stagingbase_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -167008,53 +165262,55 @@ export type staginglinea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type staginglinea_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 staginglinea_OriginTransferrelayerFeesArgs = { +export type stagingbase_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_OriginTransfer_filter = { +export type stagingbase_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167071,12 +165327,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; @@ -167085,16 +165345,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; @@ -167119,28 +165383,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; @@ -167149,12 +165425,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; @@ -167171,12 +165451,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; @@ -167197,13 +165481,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; @@ -167224,7 +165512,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; @@ -167239,25 +165527,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; @@ -167290,12 +165590,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; @@ -167305,10 +165609,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 stagingbase_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -167328,8 +165634,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' @@ -167342,20 +165666,20 @@ export type staginglinea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginglinea_Relayer = { +export type stagingbase_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginglinea_RelayerFee = { +export type stagingbase_RelayerFee = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: stagingbase_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginglinea_Bytes']; + asset: Scalars['stagingbase_Bytes']; }; -export type staginglinea_RelayerFee_filter = { +export type stagingbase_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167384,7 +165708,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; @@ -167393,36 +165717,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 stagingbase_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type staginglinea_RelayerFeesIncrease = { +export type stagingbase_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: stagingbase_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_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 staginglinea_RelayerFeesIncrease_filter = { +export type stagingbase_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167451,7 +165810,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; @@ -167460,24 +165819,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; @@ -167511,12 +165882,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 stagingbase_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -167526,7 +165928,7 @@ export type staginglinea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Relayer_filter = { +export type stagingbase_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167539,27 +165941,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 stagingbase_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginglinea_RootCount = { +export type stagingbase_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginglinea_RootCount_filter = { +export type stagingbase_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167577,28 +165985,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 stagingbase_RootCount_orderBy = | 'id' | 'count'; -export type staginglinea_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 staginglinea_RootMessageSent_filter = { +export type stagingbase_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167623,12 +166033,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; @@ -167637,18 +166051,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; @@ -167682,10 +166104,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 stagingbase_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -167698,34 +166122,34 @@ export type staginglinea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_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 staginglinea_RouterassetBalancesArgs = { +export type stagingbase_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_RouterDailyTVL = { +export type stagingbase_RouterDailyTVL = { id: Scalars['ID']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginglinea_RouterDailyTVL_filter = { +export type stagingbase_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167754,7 +166178,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; @@ -167775,7 +166199,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; @@ -167793,35 +166217,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 stagingbase_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type staginglinea_RouterLiquidityEvent = { +export type stagingbase_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: staginglinea_Router; - asset: staginglinea_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['staginglinea_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; nonce: Scalars['BigInt']; }; -export type staginglinea_RouterLiquidityEventType = +export type stagingbase_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type staginglinea_RouterLiquidityEvent_filter = { +export type stagingbase_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167830,10 +166271,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; @@ -167854,7 +166295,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; @@ -167875,7 +166316,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; @@ -167892,12 +166333,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; @@ -167914,12 +166359,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; @@ -167929,14 +166378,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 stagingbase_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -167945,7 +166411,7 @@ export type staginglinea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type staginglinea_Router_filter = { +export type stagingbase_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167958,24 +166424,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; @@ -167984,12 +166462,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 stagingbase_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -167998,13 +166478,13 @@ export type staginglinea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginglinea_Sequencer = { +export type stagingbase_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginglinea_Sequencer_filter = { +export type stagingbase_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168017,28 +166497,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 stagingbase_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginglinea_Setting = { +export type stagingbase_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; + caller: Scalars['stagingbase_Bytes']; }; -export type staginglinea_Setting_filter = { +export type stagingbase_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168055,34 +166541,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 stagingbase_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginglinea_SlippageUpdate = { +export type stagingbase_SlippageUpdate = { id: Scalars['ID']; - transfer: staginglinea_DestinationTransfer; + transfer: stagingbase_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SlippageUpdate_filter = { +export type stagingbase_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168111,7 +166603,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; @@ -168120,18 +166612,26 @@ export type staginglinea_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -168165,30 +166665,68 @@ 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 stagingbase_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'slippage' - | 'caller' + | '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 staginglinea_SnapshotRoot = { +export type stagingbase_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['staginglinea_Bytes']; + root: Scalars['stagingbase_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SnapshotRoot_filter = { +export type stagingbase_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168205,12 +166743,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; @@ -168236,10 +166778,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 stagingbase_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -168247,12 +166791,12 @@ export type staginglinea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_SpokeConnectorMode = { +export type stagingbase_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type staginglinea_SpokeConnectorMode_filter = { +export type stagingbase_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168282,23 +166826,25 @@ 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 stagingbase_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type staginglinea_TransferStatus = +export type stagingbase_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type staginglinea__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 */ @@ -168306,7 +166852,7 @@ export type staginglinea__Block_ = { }; /** The type for the top-level _meta field */ -export type staginglinea__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 @@ -168314,22 +166860,22 @@ export type staginglinea__Meta_ = { * and therefore asks for the latest block * */ - block: staginglinea__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 stagingmantle_AggregateRoot = { +export type stagingpolygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_AggregateRootProposed = { +export type stagingpolygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -168337,7 +166883,7 @@ export type stagingmantle_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmantle_AggregateRootProposed_filter = { +export type stagingpolygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168346,16 +166892,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; @@ -168397,12 +166943,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 stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -168411,7 +166957,7 @@ export type stagingmantle_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_AggregateRoot_filter = { +export type stagingpolygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168420,16 +166966,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; @@ -168439,41 +166985,45 @@ export type stagingmantle_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_AggregateRoot_orderBy = +export type stagingpolygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmantle_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 stagingmantle_AssetBalance = { +export type stagingpolygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmantle_AssetBalance_filter = { +export type stagingpolygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168534,7 +167084,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; @@ -168555,7 +167105,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; @@ -168565,12 +167115,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 stagingpolygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -168595,12 +167145,12 @@ export type stagingmantle_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmantle_AssetStatus = { +export type stagingpolygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmantle_AssetStatus_filter = { +export type stagingpolygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168614,16 +167164,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 stagingpolygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmantle_Asset_filter = { +export type stagingpolygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168632,16 +167182,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; @@ -168658,16 +167208,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; @@ -168676,26 +167226,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; @@ -168724,14 +167274,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 stagingpolygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -168745,26 +167295,26 @@ export type stagingmantle_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmantle_BlockChangedFilter = { +export type stagingpolygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmantle_Block_height = { - hash?: InputMaybe; +export type stagingpolygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmantle_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 stagingmantle_ConnectorMeta_filter = { +export type stagingpolygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168789,43 +167339,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 stagingpolygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -168833,57 +167383,57 @@ export type stagingmantle_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmantle_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 stagingmantle_DestinationTransferroutersArgs = { +export type stagingpolygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_DestinationTransfer_filter = { +export type stagingpolygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168900,16 +167450,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; @@ -168918,17 +167468,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; @@ -168953,40 +167503,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; @@ -169003,16 +167553,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; @@ -169029,16 +167579,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; @@ -169059,7 +167609,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; @@ -169076,26 +167626,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; @@ -169128,16 +167678,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; @@ -169146,26 +167696,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; @@ -169198,16 +167748,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; @@ -169217,12 +167767,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 stagingpolygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -169271,14 +167821,14 @@ export type stagingmantle_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmantle_OptimisticRootFinalized = { +export type stagingpolygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmantle_OptimisticRootFinalized_filter = { +export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169287,16 +167837,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; @@ -169314,36 +167864,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 stagingpolygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmantle_OrderDirection = +export type stagingpolygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type stagingmantle_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 stagingmantle_OriginMessage_filter = { +export type stagingpolygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169352,16 +167902,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; @@ -169370,16 +167920,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; @@ -169388,36 +167938,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; @@ -169446,14 +167996,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 stagingpolygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -169467,51 +168017,51 @@ export type stagingmantle_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmantle_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 stagingmantle_OriginTransferrelayerFeesArgs = { +export type stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_OriginTransfer_filter = { +export type stagingpolygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169528,16 +168078,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; @@ -169546,20 +168096,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; @@ -169584,40 +168134,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; @@ -169626,16 +168176,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; @@ -169652,16 +168202,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; @@ -169682,17 +168232,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; @@ -169713,7 +168263,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; @@ -169728,37 +168278,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; @@ -169791,16 +168341,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; @@ -169810,12 +168360,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 stagingpolygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -169867,20 +168417,20 @@ export type stagingmantle_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmantle_Relayer = { +export type stagingpolygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmantle_RelayerFee = { +export type stagingpolygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmantle_Bytes']; + asset: Scalars['stagingpolygonzkevm_Bytes']; }; -export type stagingmantle_RelayerFee_filter = { +export type stagingpolygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169909,7 +168459,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; @@ -169918,23 +168468,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 stagingpolygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -169969,20 +168519,20 @@ export type stagingmantle_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmantle_RelayerFeesIncrease = { +export type stagingpolygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_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 stagingmantle_RelayerFeesIncrease_filter = { +export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170011,7 +168561,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; @@ -170020,36 +168570,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; @@ -170083,12 +168633,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 stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -170129,7 +168679,7 @@ export type stagingmantle_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_Relayer_filter = { +export type stagingpolygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170142,33 +168692,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 stagingpolygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmantle_RootCount = { +export type stagingpolygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmantle_RootCount_filter = { +export type stagingpolygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170186,30 +168736,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 stagingpolygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type stagingmantle_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 stagingmantle_RootMessageSent_filter = { +export type stagingpolygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170234,16 +168784,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; @@ -170252,26 +168802,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; @@ -170305,12 +168855,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 stagingpolygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -170323,34 +168873,34 @@ export type stagingmantle_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_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 stagingmantle_RouterassetBalancesArgs = { +export type stagingpolygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_RouterDailyTVL = { +export type stagingpolygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmantle_RouterDailyTVL_filter = { +export type stagingpolygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170379,7 +168929,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; @@ -170400,7 +168950,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; @@ -170418,12 +168968,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 stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -170445,25 +168995,25 @@ export type stagingmantle_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmantle_RouterLiquidityEvent = { +export type stagingpolygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmantle_Router; - asset: stagingmantle_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['stagingmantle_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmantle_RouterLiquidityEventType = +export type stagingpolygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmantle_RouterLiquidityEvent_filter = { +export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170472,10 +169022,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; @@ -170496,7 +169046,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; @@ -170517,7 +169067,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; @@ -170534,16 +169084,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; @@ -170560,16 +169110,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; @@ -170579,12 +169129,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 stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -170612,7 +169162,7 @@ export type stagingmantle_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmantle_Router_filter = { +export type stagingpolygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170625,36 +169175,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; @@ -170663,14 +169213,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 stagingpolygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -170679,13 +169229,13 @@ export type stagingmantle_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmantle_Sequencer = { +export type stagingpolygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmantle_Sequencer_filter = { +export type stagingpolygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170698,34 +169248,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 stagingpolygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmantle_Setting = { +export type stagingpolygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; }; -export type stagingmantle_Setting_filter = { +export type stagingpolygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170742,40 +169292,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 stagingpolygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmantle_SlippageUpdate = { +export type stagingpolygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmantle_DestinationTransfer; + transfer: stagingpolygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SlippageUpdate_filter = { +export type stagingpolygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170804,7 +169354,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; @@ -170813,26 +169363,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; @@ -170866,12 +169416,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 stagingpolygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -170918,16 +169468,16 @@ export type stagingmantle_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_SnapshotRoot = { +export type stagingpolygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SnapshotRoot_filter = { +export type stagingpolygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170944,16 +169494,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; @@ -170979,12 +169529,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 stagingpolygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -170992,12 +169542,12 @@ export type stagingmantle_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_SpokeConnectorMode = { +export type stagingpolygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmantle_SpokeConnectorMode_filter = { +export type stagingpolygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171027,25 +169577,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 stagingpolygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmantle_TransferStatus = +export type stagingpolygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmantle__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 */ @@ -171053,7 +169603,7 @@ export type stagingmantle__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmantle__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 @@ -171061,22 +169611,22 @@ export type stagingmantle__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmantle__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 linea_AggregateRoot = { +export type bnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['linea_Bytes']; + root: Scalars['bnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type linea_AggregateRootProposed = { +export type bnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + aggregateRoot: Scalars['bnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -171084,7 +169634,7 @@ export type linea_AggregateRootProposed = { blockNumber?: Maybe; }; -export type linea_AggregateRootProposed_filter = { +export type bnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171093,12 +169643,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; @@ -171140,10 +169694,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 bnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -171152,7 +169708,7 @@ export type linea_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type linea_AggregateRoot_filter = { +export type bnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171161,12 +169717,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; @@ -171176,39 +169736,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 bnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type linea_Asset = { +export type bnb_Aggregation_interval = + | 'hour' + | 'day'; + +export type bnb_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type linea_AssetBalance = { +export type bnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; + router: bnb_Router; + asset: bnb_Asset; feesEarned: Scalars['BigInt']; }; -export type linea_AssetBalance_filter = { +export type bnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171269,7 +169835,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; @@ -171290,7 +169856,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; @@ -171300,25 +169866,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 bnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'feesEarned'; -export type linea_AssetStatus = { +export type bnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type linea_AssetStatus_filter = { +export type bnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171332,14 +169915,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 bnb_AssetStatus_orderBy = | 'id' | 'status'; -export type linea_Asset_filter = { +export type bnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171348,12 +169933,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; @@ -171370,12 +169959,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; @@ -171384,18 +169977,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; @@ -171424,12 +170025,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 bnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -171439,28 +170042,30 @@ export type linea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type linea_BlockChangedFilter = { +export type bnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_Block_height = { - hash?: InputMaybe; +export type bnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_ConnectorMeta = { +export type bnb_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type linea_ConnectorMeta_filter = { +export type bnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171485,29 +170090,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 bnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -171515,57 +170134,57 @@ export type linea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type linea_DestinationTransfer = { +export type bnb_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: 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 bnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_DestinationTransfer_filter = { +export type bnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171582,12 +170201,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; @@ -171596,17 +170219,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; @@ -171631,28 +170254,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; @@ -171669,12 +170304,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; @@ -171691,12 +170330,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; @@ -171717,7 +170360,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; @@ -171734,18 +170377,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; @@ -171778,12 +170429,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; @@ -171792,18 +170447,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; @@ -171836,12 +170499,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; @@ -171851,10 +170518,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 bnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -171875,6 +170544,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' @@ -171894,14 +170572,14 @@ export type linea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type linea_OptimisticRootFinalized = { +export type bnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + aggregateRoot: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type linea_OptimisticRootFinalized_filter = { +export type bnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171910,12 +170588,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; @@ -171933,34 +170615,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 bnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = +export type bnb_OrderDirection = | 'asc' | 'desc'; -export type linea_OriginMessage = { +export type bnb_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type linea_OriginMessage_filter = { +export type bnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171969,12 +170653,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; @@ -171983,12 +170671,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; @@ -171997,24 +170689,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; @@ -172043,12 +170747,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 bnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -172058,53 +170764,55 @@ export type linea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type linea_OriginTransfer = { +export type bnb_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type linea_OriginTransferrelayerFeesArgs = { +export type bnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_OriginTransfer_filter = { +export type bnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172121,12 +170829,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; @@ -172135,16 +170847,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; @@ -172169,28 +170885,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; @@ -172199,12 +170927,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; @@ -172221,12 +170953,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; @@ -172247,13 +170983,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; @@ -172274,7 +171014,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; @@ -172289,25 +171029,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; @@ -172340,12 +171092,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; @@ -172355,10 +171111,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 bnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -172378,8 +171136,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' @@ -172392,20 +171168,20 @@ export type linea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type linea_Relayer = { +export type bnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type linea_RelayerFee = { +export type bnb_RelayerFee = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: bnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; + asset: Scalars['bnb_Bytes']; }; -export type linea_RelayerFee_filter = { +export type bnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172434,7 +171210,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; @@ -172443,36 +171219,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 bnb_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type linea_RelayerFeesIncrease = { +export type bnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: bnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_RelayerFeesIncrease_filter = { +export type bnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172501,7 +171312,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; @@ -172510,24 +171321,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; @@ -172561,12 +171384,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 bnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -172576,7 +171430,7 @@ export type linea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Relayer_filter = { +export type bnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172589,27 +171443,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 bnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type linea_RootCount = { +export type bnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type linea_RootCount_filter = { +export type bnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172627,28 +171487,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 bnb_RootCount_orderBy = | 'id' | 'count'; -export type linea_RootMessageSent = { +export type bnb_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type linea_RootMessageSent_filter = { +export type bnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172673,12 +171535,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; @@ -172687,18 +171553,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; @@ -172732,10 +171606,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 bnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -172748,34 +171624,34 @@ export type linea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Router = { +export type bnb_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type linea_RouterassetBalancesArgs = { +export type bnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_RouterDailyTVL = { +export type bnb_RouterDailyTVL = { id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; + router: bnb_Router; + asset: bnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type linea_RouterDailyTVL_filter = { +export type bnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172804,7 +171680,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; @@ -172825,7 +171701,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; @@ -172843,35 +171719,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 bnb_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type linea_RouterLiquidityEvent = { +export type bnb_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_Asset; + type?: Maybe; + router: bnb_Router; + asset: bnb_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['linea_Bytes']; + transactionHash: Scalars['bnb_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_RouterLiquidityEventType = +export type bnb_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type linea_RouterLiquidityEvent_filter = { +export type bnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172880,10 +171773,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; @@ -172904,7 +171797,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; @@ -172925,7 +171818,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; @@ -172942,12 +171835,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; @@ -172964,12 +171861,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; @@ -172979,14 +171880,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 bnb_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -172995,7 +171913,7 @@ export type linea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type linea_Router_filter = { +export type bnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173008,24 +171926,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; @@ -173034,12 +171964,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 bnb_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -173048,13 +171980,13 @@ export type linea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type linea_Sequencer = { +export type bnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type linea_Sequencer_filter = { +export type bnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173067,28 +171999,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 bnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type linea_Setting = { +export type bnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; + caller: Scalars['bnb_Bytes']; }; -export type linea_Setting_filter = { +export type bnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173105,34 +172043,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 bnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type linea_SlippageUpdate = { +export type bnb_SlippageUpdate = { id: Scalars['ID']; - transfer: linea_DestinationTransfer; + transfer: bnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SlippageUpdate_filter = { +export type bnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173161,7 +172105,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; @@ -173170,18 +172114,26 @@ export type linea_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173215,12 +172167,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 bnb_SlippageUpdate_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -173229,16 +172219,16 @@ export type linea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_SnapshotRoot = { +export type bnb_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['linea_Bytes']; + root: Scalars['bnb_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SnapshotRoot_filter = { +export type bnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173255,12 +172245,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; @@ -173286,10 +172280,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 bnb_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -173297,12 +172293,12 @@ export type linea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type linea_SpokeConnectorMode = { +export type bnb_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type linea_SpokeConnectorMode_filter = { +export type bnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173332,23 +172328,25 @@ 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 bnb_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type linea_TransferStatus = +export type bnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type linea__Block_ = { +export type bnb__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -173356,7 +172354,7 @@ export type linea__Block_ = { }; /** The type for the top-level _meta field */ -export type linea__Meta_ = { +export type bnb__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -173364,22 +172362,22 @@ export type linea__Meta_ = { * and therefore asks for the latest block * */ - block: linea__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 stagingmetis_AggregateRoot = { +export type xdai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['xdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_AggregateRootProposed = { +export type xdai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['xdai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -173387,7 +172385,7 @@ export type stagingmetis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmetis_AggregateRootProposed_filter = { +export type xdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173396,16 +172394,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; @@ -173447,12 +172445,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 xdai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -173461,7 +172459,7 @@ export type stagingmetis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_AggregateRoot_filter = { +export type xdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173470,16 +172468,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; @@ -173489,41 +172487,45 @@ export type stagingmetis_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_AggregateRoot_orderBy = +export type xdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmetis_Asset = { +export type xdai_Aggregation_interval = + | 'hour' + | 'day'; + +export type xdai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmetis_AssetBalance = { +export type xdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: xdai_Router; + asset: xdai_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmetis_AssetBalance_filter = { +export type xdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173584,7 +172586,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; @@ -173605,7 +172607,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; @@ -173615,12 +172617,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 xdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -173645,12 +172647,12 @@ export type stagingmetis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmetis_AssetStatus = { +export type xdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmetis_AssetStatus_filter = { +export type xdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173664,16 +172666,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 xdai_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmetis_Asset_filter = { +export type xdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173682,16 +172684,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; @@ -173708,16 +172710,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; @@ -173726,26 +172728,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; @@ -173774,14 +172776,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 xdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -173795,26 +172797,26 @@ export type stagingmetis_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmetis_BlockChangedFilter = { +export type xdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmetis_Block_height = { - hash?: InputMaybe; +export type xdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmetis_ConnectorMeta = { +export type xdai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmetis_ConnectorMeta_filter = { +export type xdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173839,43 +172841,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 xdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -173883,57 +172885,57 @@ export type stagingmetis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmetis_DestinationTransfer = { +export type xdai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmetis_DestinationTransferroutersArgs = { +export type xdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_DestinationTransfer_filter = { +export type xdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173950,16 +172952,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; @@ -173968,17 +172970,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; @@ -174003,40 +173005,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; @@ -174053,16 +173055,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; @@ -174079,16 +173081,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; @@ -174109,7 +173111,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; @@ -174126,26 +173128,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; @@ -174178,16 +173180,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; @@ -174196,26 +173198,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; @@ -174248,16 +173250,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; @@ -174267,12 +173269,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 xdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -174321,14 +173323,14 @@ export type stagingmetis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmetis_OptimisticRootFinalized = { +export type xdai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmetis_OptimisticRootFinalized_filter = { +export type xdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174337,16 +173339,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; @@ -174364,36 +173366,36 @@ export type stagingmetis_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_OptimisticRootFinalized_orderBy = +export type xdai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmetis_OrderDirection = +export type xdai_OrderDirection = | 'asc' | 'desc'; -export type stagingmetis_OriginMessage = { +export type xdai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmetis_OriginMessage_filter = { +export type xdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174402,16 +173404,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; @@ -174420,16 +173422,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; @@ -174438,36 +173440,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; @@ -174496,14 +173498,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 xdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -174517,51 +173519,51 @@ export type stagingmetis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmetis_OriginTransfer = { +export type xdai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmetis_OriginTransferrelayerFeesArgs = { +export type xdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_OriginTransfer_filter = { +export type xdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174578,16 +173580,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; @@ -174596,20 +173598,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; @@ -174634,40 +173636,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; @@ -174676,16 +173678,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; @@ -174702,16 +173704,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; @@ -174732,17 +173734,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; @@ -174763,7 +173765,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; @@ -174778,37 +173780,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; @@ -174841,16 +173843,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; @@ -174860,12 +173862,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 xdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -174917,20 +173919,20 @@ export type stagingmetis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmetis_Relayer = { +export type xdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmetis_RelayerFee = { +export type xdai_RelayerFee = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: xdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmetis_Bytes']; + asset: Scalars['xdai_Bytes']; }; -export type stagingmetis_RelayerFee_filter = { +export type xdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174959,7 +173961,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; @@ -174968,23 +173970,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 xdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -175019,20 +174021,20 @@ export type stagingmetis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmetis_RelayerFeesIncrease = { +export type xdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: xdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_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 stagingmetis_RelayerFeesIncrease_filter = { +export type xdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175061,7 +174063,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; @@ -175070,36 +174072,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; @@ -175133,12 +174135,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 xdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -175179,7 +174181,7 @@ export type stagingmetis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_Relayer_filter = { +export type xdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175192,33 +174194,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 xdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmetis_RootCount = { +export type xdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmetis_RootCount_filter = { +export type xdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175236,30 +174238,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 xdai_RootCount_orderBy = | 'id' | 'count'; -export type stagingmetis_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 stagingmetis_RootMessageSent_filter = { +export type xdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175284,16 +174286,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; @@ -175302,26 +174304,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; @@ -175355,12 +174357,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 xdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -175373,34 +174375,34 @@ export type stagingmetis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_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 stagingmetis_RouterassetBalancesArgs = { +export type xdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_RouterDailyTVL = { +export type xdai_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: xdai_Router; + asset: xdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmetis_RouterDailyTVL_filter = { +export type xdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175429,7 +174431,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; @@ -175450,7 +174452,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; @@ -175468,12 +174470,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 xdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -175495,25 +174497,25 @@ export type stagingmetis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmetis_RouterLiquidityEvent = { +export type xdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + type?: Maybe; + router: xdai_Router; + asset: xdai_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['xdai_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmetis_RouterLiquidityEventType = +export type xdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmetis_RouterLiquidityEvent_filter = { +export type xdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175522,10 +174524,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; @@ -175546,7 +174548,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; @@ -175567,7 +174569,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; @@ -175584,16 +174586,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; @@ -175610,16 +174612,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; @@ -175629,12 +174631,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 xdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -175662,7 +174664,7 @@ export type stagingmetis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmetis_Router_filter = { +export type xdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175675,36 +174677,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; @@ -175713,14 +174715,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 xdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -175729,13 +174731,13 @@ export type stagingmetis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmetis_Sequencer = { +export type xdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmetis_Sequencer_filter = { +export type xdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175748,34 +174750,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 xdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmetis_Setting = { +export type xdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; + caller: Scalars['xdai_Bytes']; }; -export type stagingmetis_Setting_filter = { +export type xdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175792,40 +174794,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 xdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmetis_SlippageUpdate = { +export type xdai_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmetis_DestinationTransfer; + transfer: xdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_Bytes']; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SlippageUpdate_filter = { +export type xdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175854,7 +174856,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; @@ -175863,26 +174865,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; @@ -175916,12 +174918,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 xdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -175968,16 +174970,16 @@ export type stagingmetis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_SnapshotRoot = { +export type xdai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['xdai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SnapshotRoot_filter = { +export type xdai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175994,16 +174996,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; @@ -176029,12 +175031,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 xdai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -176042,12 +175044,12 @@ export type stagingmetis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_SpokeConnectorMode = { +export type xdai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmetis_SpokeConnectorMode_filter = { +export type xdai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176077,25 +175079,25 @@ 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 xdai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmetis_TransferStatus = +export type xdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmetis__Block_ = { +export type xdai__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -176103,7 +175105,7 @@ export type stagingmetis__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmetis__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 @@ -176111,22 +175113,22 @@ export type stagingmetis__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmetis__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 stagingarbitrumone_AggregateRoot = { +export type mainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['mainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_AggregateRootProposed = { +export type mainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -176134,7 +175136,7 @@ export type stagingarbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingarbitrumone_AggregateRootProposed_filter = { +export type mainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176143,16 +175145,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; @@ -176194,12 +175196,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 mainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -176208,7 +175210,7 @@ export type stagingarbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_AggregateRoot_filter = { +export type mainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176217,16 +175219,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; @@ -176236,45 +175238,41 @@ export type stagingarbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_AggregateRoot_orderBy = +export type mainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingarbitrumone_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingarbitrumone_Asset = { +export type mainnet_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingarbitrumone_AssetBalance = { +export type mainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: mainnet_Router; + asset: mainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingarbitrumone_AssetBalance_filter = { +export type mainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176335,7 +175333,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; @@ -176356,7 +175354,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; @@ -176366,12 +175364,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 mainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -176396,12 +175394,12 @@ export type stagingarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingarbitrumone_AssetStatus = { +export type mainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingarbitrumone_AssetStatus_filter = { +export type mainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176415,16 +175413,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 mainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingarbitrumone_Asset_filter = { +export type mainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176433,16 +175431,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; @@ -176459,16 +175457,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; @@ -176477,26 +175475,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; @@ -176525,14 +175523,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 mainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -176546,26 +175544,16 @@ export type stagingarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingarbitrumone_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingarbitrumone_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingarbitrumone_ConnectorMeta = { +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 stagingarbitrumone_ConnectorMeta_filter = { +export type mainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176590,43 +175578,43 @@ export type stagingarbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_ConnectorMeta_orderBy = +export type mainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -176634,57 +175622,57 @@ export type stagingarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingarbitrumone_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 stagingarbitrumone_DestinationTransferroutersArgs = { +export type mainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_DestinationTransfer_filter = { +export type mainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176701,16 +175689,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; @@ -176719,17 +175707,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; @@ -176754,40 +175742,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; @@ -176804,16 +175792,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; @@ -176830,16 +175818,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; @@ -176860,7 +175848,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; @@ -176877,26 +175865,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; @@ -176929,16 +175917,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; @@ -176947,26 +175935,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; @@ -176999,16 +175987,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; @@ -177018,12 +176006,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 mainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -177072,14 +176060,14 @@ export type stagingarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingarbitrumone_OptimisticRootFinalized = { +export type mainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingarbitrumone_OptimisticRootFinalized_filter = { +export type mainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177088,16 +176076,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; @@ -177115,36 +176103,31 @@ 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 mainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingarbitrumone_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingarbitrumone_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 stagingarbitrumone_OriginMessage_filter = { +export type mainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177153,16 +176136,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; @@ -177171,16 +176154,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; @@ -177189,36 +176172,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; @@ -177247,14 +176230,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 mainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -177268,51 +176251,51 @@ export type stagingarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingarbitrumone_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 stagingarbitrumone_OriginTransferrelayerFeesArgs = { +export type mainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_OriginTransfer_filter = { +export type mainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177329,16 +176312,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; @@ -177347,20 +176330,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; @@ -177385,40 +176368,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; @@ -177427,16 +176410,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; @@ -177453,16 +176436,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; @@ -177483,17 +176466,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; @@ -177514,7 +176497,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; @@ -177529,37 +176512,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; @@ -177592,16 +176575,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; @@ -177611,12 +176594,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 mainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -177668,20 +176651,20 @@ export type stagingarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingarbitrumone_Relayer = { +export type mainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingarbitrumone_RelayerFee = { +export type mainnet_RelayerFee = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: mainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingarbitrumone_Bytes']; + asset: Scalars['mainnet_Bytes']; }; -export type stagingarbitrumone_RelayerFee_filter = { +export type mainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177710,7 +176693,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; @@ -177719,23 +176702,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 mainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -177770,20 +176753,20 @@ export type stagingarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingarbitrumone_RelayerFeesIncrease = { +export type mainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: mainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_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 stagingarbitrumone_RelayerFeesIncrease_filter = { +export type mainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177812,7 +176795,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; @@ -177821,36 +176804,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; @@ -177884,12 +176867,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 mainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -177930,7 +176913,7 @@ export type stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_Relayer_filter = { +export type mainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177943,33 +176926,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 mainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingarbitrumone_RootCount = { +export type mainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingarbitrumone_RootCount_filter = { +export type mainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177987,30 +176970,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 mainnet_RootCount_orderBy = | 'id' | 'count'; -export type stagingarbitrumone_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 stagingarbitrumone_RootMessageSent_filter = { +export type mainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178035,16 +177018,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; @@ -178053,26 +177036,26 @@ export type stagingarbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -178106,12 +177089,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 mainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -178124,34 +177107,34 @@ export type stagingarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_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 stagingarbitrumone_RouterassetBalancesArgs = { +export type mainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_RouterDailyTVL = { +export type mainnet_RouterDailyTVL = { id: Scalars['ID']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: mainnet_Router; + asset: mainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterDailyTVL_filter = { +export type mainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178180,7 +177163,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; @@ -178201,7 +177184,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; @@ -178219,12 +177202,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 mainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -178246,25 +177229,25 @@ export type stagingarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingarbitrumone_RouterLiquidityEvent = { +export type mainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_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['stagingarbitrumone_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterLiquidityEventType = +export type mainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingarbitrumone_RouterLiquidityEvent_filter = { +export type mainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178273,10 +177256,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; @@ -178297,7 +177280,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; @@ -178318,7 +177301,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; @@ -178335,16 +177318,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; @@ -178361,16 +177344,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; @@ -178380,12 +177363,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 mainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -178413,7 +177396,7 @@ export type stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingarbitrumone_Router_filter = { +export type mainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178426,36 +177409,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; @@ -178464,14 +177447,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 mainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -178480,13 +177463,13 @@ export type stagingarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingarbitrumone_Sequencer = { +export type mainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingarbitrumone_Sequencer_filter = { +export type mainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178499,34 +177482,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 mainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingarbitrumone_Setting = { +export type mainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['mainnet_Bytes']; }; -export type stagingarbitrumone_Setting_filter = { +export type mainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178543,40 +177526,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 mainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingarbitrumone_SlippageUpdate = { +export type mainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingarbitrumone_DestinationTransfer; + transfer: mainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SlippageUpdate_filter = { +export type mainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178605,7 +177588,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; @@ -178614,26 +177597,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; @@ -178667,12 +177650,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 mainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -178719,16 +177702,16 @@ export type stagingarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_SnapshotRoot = { +export type mainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['mainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SnapshotRoot_filter = { +export type mainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178745,16 +177728,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; @@ -178780,12 +177763,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 mainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -178793,12 +177776,12 @@ export type stagingarbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_SpokeConnectorMode = { +export type mainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingarbitrumone_SpokeConnectorMode_filter = { +export type mainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178828,56 +177811,31 @@ 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 mainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingarbitrumone_TransferStatus = +export type mainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingarbitrumone__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingarbitrumone__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingarbitrumone__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type zksync_AggregateRoot = { +export type arbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['zksync_Bytes']; + root: Scalars['arbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type zksync_AggregateRootProposed = { +export type arbitrumone_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['arbitrumone_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -178885,7 +177843,7 @@ export type zksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type zksync_AggregateRootProposed_filter = { +export type arbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178894,16 +177852,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; @@ -178945,12 +177903,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 arbitrumone_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -178959,7 +177917,7 @@ export type zksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_AggregateRoot_filter = { +export type arbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178968,16 +177926,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; @@ -178987,45 +177945,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 arbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type zksync_Aggregation_interval = - | 'hour' - | 'day'; - -export type zksync_Asset = { +export type arbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type zksync_AssetBalance = { +export type arbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: zksync_Router; - asset: zksync_Asset; + router: arbitrumone_Router; + asset: arbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type zksync_AssetBalance_filter = { +export type arbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179086,7 +178040,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; @@ -179107,7 +178061,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; @@ -179117,12 +178071,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 arbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -179147,12 +178101,12 @@ export type zksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type zksync_AssetStatus = { +export type arbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type zksync_AssetStatus_filter = { +export type arbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179166,16 +178120,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 arbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type zksync_Asset_filter = { +export type arbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179184,16 +178138,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; @@ -179210,16 +178164,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; @@ -179228,26 +178182,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; @@ -179276,14 +178230,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 arbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -179297,26 +178251,26 @@ export type zksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type zksync_BlockChangedFilter = { +export type arbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type zksync_Block_height = { - hash?: InputMaybe; +export type arbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type zksync_ConnectorMeta = { +export type arbitrumone_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type zksync_ConnectorMeta_filter = { +export type arbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179341,43 +178295,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 arbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -179385,57 +178339,57 @@ export type zksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type zksync_DestinationTransfer = { +export type arbitrumone_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type zksync_DestinationTransferroutersArgs = { +export type arbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_DestinationTransfer_filter = { +export type arbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179452,16 +178406,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; @@ -179470,17 +178424,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; @@ -179505,40 +178459,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; @@ -179555,16 +178509,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; @@ -179581,16 +178535,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; @@ -179611,7 +178565,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; @@ -179628,26 +178582,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; @@ -179680,16 +178634,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; @@ -179698,26 +178652,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; @@ -179750,16 +178704,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; @@ -179769,12 +178723,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 arbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -179823,14 +178777,14 @@ export type zksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type zksync_OptimisticRootFinalized = { +export type arbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type zksync_OptimisticRootFinalized_filter = { +export type arbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179839,16 +178793,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; @@ -179866,36 +178820,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 arbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type zksync_OrderDirection = +export type arbitrumone_OrderDirection = | 'asc' | 'desc'; -export type zksync_OriginMessage = { +export type arbitrumone_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type zksync_OriginMessage_filter = { +export type arbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179904,16 +178858,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; @@ -179922,16 +178876,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; @@ -179940,36 +178894,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; @@ -179998,14 +178952,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 arbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -180019,51 +178973,51 @@ export type zksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type zksync_OriginTransfer = { +export type arbitrumone_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type zksync_OriginTransferrelayerFeesArgs = { +export type arbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_OriginTransfer_filter = { +export type arbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180080,16 +179034,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; @@ -180098,20 +179052,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; @@ -180136,40 +179090,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; @@ -180178,16 +179132,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; @@ -180204,16 +179158,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; @@ -180234,17 +179188,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; @@ -180265,7 +179219,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; @@ -180280,37 +179234,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; @@ -180343,16 +179297,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; @@ -180362,12 +179316,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 arbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -180419,20 +179373,20 @@ export type zksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type zksync_Relayer = { +export type arbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type zksync_RelayerFee = { +export type arbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: arbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['zksync_Bytes']; + asset: Scalars['arbitrumone_Bytes']; }; -export type zksync_RelayerFee_filter = { +export type arbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180461,7 +179415,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; @@ -180470,23 +179424,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 arbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -180521,20 +179475,20 @@ export type zksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type zksync_RelayerFeesIncrease = { +export type arbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: arbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; + asset?: Maybe; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_RelayerFeesIncrease_filter = { +export type arbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180563,7 +179517,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; @@ -180572,36 +179526,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; @@ -180635,12 +179589,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 arbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -180681,7 +179635,7 @@ export type zksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_Relayer_filter = { +export type arbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180694,33 +179648,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 arbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type zksync_RootCount = { +export type arbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type zksync_RootCount_filter = { +export type arbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180738,30 +179692,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 arbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type zksync_RootMessageSent = { +export type arbitrumone_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type zksync_RootMessageSent_filter = { +export type arbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180786,16 +179740,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; @@ -180804,26 +179758,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; @@ -180857,12 +179811,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 arbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -180875,34 +179829,34 @@ export type zksync_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_Router = { +export type arbitrumone_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type zksync_RouterassetBalancesArgs = { +export type arbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_RouterDailyTVL = { +export type arbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: zksync_Router; - asset: zksync_Asset; + router: arbitrumone_Router; + asset: arbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type zksync_RouterDailyTVL_filter = { +export type arbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180931,7 +179885,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; @@ -180952,7 +179906,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; @@ -180970,12 +179924,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 arbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -180997,25 +179951,25 @@ export type zksync_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type zksync_RouterLiquidityEvent = { +export type arbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: zksync_Router; - asset: zksync_Asset; + type?: Maybe; + router: arbitrumone_Router; + asset: arbitrumone_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['zksync_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_RouterLiquidityEventType = +export type arbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type zksync_RouterLiquidityEvent_filter = { +export type arbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181024,10 +179978,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; @@ -181048,7 +180002,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; @@ -181069,7 +180023,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; @@ -181086,16 +180040,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; @@ -181112,16 +180066,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; @@ -181131,12 +180085,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 arbitrumone_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -181164,7 +180118,7 @@ export type zksync_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type zksync_Router_filter = { +export type arbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181177,67 +180131,67 @@ export type zksync_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type zksync_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type zksync_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 arbitrumone_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type zksync_Sequencer_filter = { +export type arbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181250,34 +180204,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 arbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type zksync_Setting = { +export type arbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; + caller: Scalars['arbitrumone_Bytes']; }; -export type zksync_Setting_filter = { +export type arbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181294,40 +180248,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 arbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type zksync_SlippageUpdate = { +export type arbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: zksync_DestinationTransfer; + transfer: arbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SlippageUpdate_filter = { +export type arbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181356,7 +180310,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; @@ -181365,26 +180319,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; @@ -181418,12 +180372,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 arbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -181470,16 +180424,16 @@ export type zksync_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_SnapshotRoot = { +export type arbitrumone_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['zksync_Bytes']; + root: Scalars['arbitrumone_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SnapshotRoot_filter = { +export type arbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181496,16 +180450,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; @@ -181531,12 +180485,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 arbitrumone_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -181544,12 +180498,12 @@ export type zksync_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_SpokeConnectorMode = { +export type arbitrumone_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type zksync_SpokeConnectorMode_filter = { +export type arbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181579,25 +180533,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 arbitrumone_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type zksync_TransferStatus = +export type arbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type zksync__Block_ = { +export type arbitrumone__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -181605,7 +180559,7 @@ export type zksync__Block_ = { }; /** The type for the top-level _meta field */ -export type zksync__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 @@ -181613,22 +180567,22 @@ export type zksync__Meta_ = { * and therefore asks for the latest block * */ - block: zksync__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 stagingbase_AggregateRoot = { +export type polygon_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingbase_Bytes']; + root: Scalars['polygon_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_AggregateRootProposed = { +export type polygon_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbase_Bytes']; + aggregateRoot: Scalars['polygon_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -181636,7 +180590,7 @@ export type stagingbase_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingbase_AggregateRootProposed_filter = { +export type polygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181645,16 +180599,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; @@ -181696,12 +180650,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 polygon_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -181710,7 +180664,7 @@ export type stagingbase_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbase_AggregateRoot_filter = { +export type polygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181719,16 +180673,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; @@ -181738,45 +180692,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 polygon_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingbase_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingbase_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 stagingbase_AssetBalance = { +export type polygon_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingbase_Router; - asset: stagingbase_Asset; + router: polygon_Router; + asset: polygon_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingbase_AssetBalance_filter = { +export type polygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181837,7 +180787,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; @@ -181858,7 +180808,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; @@ -181868,12 +180818,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 polygon_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -181898,12 +180848,12 @@ export type stagingbase_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingbase_AssetStatus = { +export type polygon_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingbase_AssetStatus_filter = { +export type polygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181917,16 +180867,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 polygon_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingbase_Asset_filter = { +export type polygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181935,16 +180885,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; @@ -181961,16 +180911,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; @@ -181979,26 +180929,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; @@ -182027,14 +180977,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 polygon_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -182048,26 +180998,26 @@ export type stagingbase_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingbase_BlockChangedFilter = { +export type polygon_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingbase_Block_height = { - hash?: InputMaybe; +export type polygon_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingbase_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 stagingbase_ConnectorMeta_filter = { +export type polygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182092,43 +181042,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 polygon_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -182136,57 +181086,57 @@ export type stagingbase_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingbase_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 stagingbase_DestinationTransferroutersArgs = { +export type polygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_DestinationTransfer_filter = { +export type polygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182203,16 +181153,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; @@ -182221,17 +181171,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; @@ -182256,40 +181206,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; @@ -182306,16 +181256,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; @@ -182332,16 +181282,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; @@ -182362,7 +181312,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; @@ -182379,26 +181329,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; @@ -182431,16 +181381,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; @@ -182449,26 +181399,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; @@ -182501,16 +181451,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; @@ -182520,12 +181470,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 polygon_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -182574,14 +181524,14 @@ export type stagingbase_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingbase_OptimisticRootFinalized = { +export type polygon_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbase_Bytes']; + aggregateRoot: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingbase_OptimisticRootFinalized_filter = { +export type polygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182590,16 +181540,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; @@ -182617,36 +181567,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 polygon_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingbase_OrderDirection = +export type polygon_OrderDirection = | 'asc' | 'desc'; -export type stagingbase_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 stagingbase_OriginMessage_filter = { +export type polygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182655,16 +181605,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; @@ -182673,16 +181623,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; @@ -182691,36 +181641,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; @@ -182749,14 +181699,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 polygon_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -182770,51 +181720,51 @@ export type stagingbase_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingbase_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; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: 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 polygon_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_OriginTransfer_filter = { +export type polygon_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182831,16 +181781,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; @@ -182849,20 +181799,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; @@ -182887,40 +181837,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; @@ -182929,16 +181879,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; @@ -182955,16 +181905,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; @@ -182985,17 +181935,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; @@ -183016,7 +181966,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; @@ -183031,37 +181981,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; @@ -183094,16 +182044,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; @@ -183113,12 +182063,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 polygon_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -183170,20 +182120,20 @@ export type stagingbase_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingbase_Relayer = { +export type polygon_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingbase_RelayerFee = { +export type polygon_RelayerFee = { id: Scalars['ID']; - transfer: stagingbase_OriginTransfer; + transfer: polygon_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingbase_Bytes']; + asset: Scalars['polygon_Bytes']; }; -export type stagingbase_RelayerFee_filter = { +export type polygon_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183212,7 +182162,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; @@ -183221,23 +182171,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 polygon_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -183272,20 +182222,20 @@ export type stagingbase_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingbase_RelayerFeesIncrease = { +export type polygon_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingbase_OriginTransfer; + transfer: polygon_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingbase_Bytes']; - transactionHash: Scalars['stagingbase_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 stagingbase_RelayerFeesIncrease_filter = { +export type polygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183314,7 +182264,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; @@ -183323,36 +182273,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; @@ -183386,12 +182336,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 polygon_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -183432,7 +182382,7 @@ export type stagingbase_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_Relayer_filter = { +export type polygon_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183445,33 +182395,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 polygon_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingbase_RootCount = { +export type polygon_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingbase_RootCount_filter = { +export type polygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183489,30 +182439,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 polygon_RootCount_orderBy = | 'id' | 'count'; -export type stagingbase_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 stagingbase_RootMessageSent_filter = { +export type polygon_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183537,16 +182487,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; @@ -183555,26 +182505,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; @@ -183608,12 +182558,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 polygon_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -183626,34 +182576,34 @@ export type stagingbase_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_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 stagingbase_RouterassetBalancesArgs = { +export type polygon_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_RouterDailyTVL = { +export type polygon_RouterDailyTVL = { id: Scalars['ID']; - router: stagingbase_Router; - asset: stagingbase_Asset; + router: polygon_Router; + asset: polygon_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingbase_RouterDailyTVL_filter = { +export type polygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183682,7 +182632,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; @@ -183703,7 +182653,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; @@ -183721,12 +182671,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 polygon_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -183748,25 +182698,25 @@ export type stagingbase_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingbase_RouterLiquidityEvent = { +export type polygon_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingbase_Router; - asset: stagingbase_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['stagingbase_Bytes']; + transactionHash: Scalars['polygon_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingbase_RouterLiquidityEventType = +export type polygon_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingbase_RouterLiquidityEvent_filter = { +export type polygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183775,10 +182725,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; @@ -183799,7 +182749,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; @@ -183820,7 +182770,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; @@ -183837,16 +182787,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; @@ -183863,16 +182813,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; @@ -183882,12 +182832,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 polygon_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -183915,7 +182865,7 @@ export type stagingbase_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingbase_Router_filter = { +export type polygon_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183928,36 +182878,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; @@ -183966,14 +182916,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 polygon_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -183982,13 +182932,13 @@ export type stagingbase_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingbase_Sequencer = { +export type polygon_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingbase_Sequencer_filter = { +export type polygon_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184001,34 +182951,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 polygon_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingbase_Setting = { +export type polygon_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingbase_Bytes']; + caller: Scalars['polygon_Bytes']; }; -export type stagingbase_Setting_filter = { +export type polygon_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184045,40 +182995,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 polygon_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingbase_SlippageUpdate = { +export type polygon_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingbase_DestinationTransfer; + transfer: polygon_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingbase_Bytes']; - transactionHash: Scalars['stagingbase_Bytes']; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_SlippageUpdate_filter = { +export type polygon_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184107,7 +183057,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; @@ -184116,26 +183066,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; @@ -184169,12 +183119,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 polygon_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -184221,16 +183171,16 @@ export type stagingbase_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_SnapshotRoot = { +export type polygon_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingbase_Bytes']; + root: Scalars['polygon_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_SnapshotRoot_filter = { +export type polygon_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184247,16 +183197,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; @@ -184282,12 +183232,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 polygon_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -184295,12 +183245,12 @@ export type stagingbase_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbase_SpokeConnectorMode = { +export type polygon_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingbase_SpokeConnectorMode_filter = { +export type polygon_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184330,25 +183280,25 @@ 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 polygon_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingbase_TransferStatus = +export type polygon_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbase__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 */ @@ -184356,7 +183306,7 @@ export type stagingbase__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingbase__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 @@ -184364,104 +183314,49 @@ export type stagingbase__Meta_ = { * and therefore asks for the latest block * */ - block: stagingbase__Block_; + block: polygon__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type base_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['base_Bytes']; - blockNumber: Scalars['BigInt']; +export type metis_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type base_AggregateRootProposed = { +export type metis_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type metis_swap_LpAccount = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + address: Scalars['metis_swap_Bytes']; + balances: Array; }; -export type base_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 metis_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; +export type metis_swap_LpAccountBalance = { + id: Scalars['ID']; + account: metis_swap_LpAccount; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; -export type base_AggregateRoot_filter = { +export type metis_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184470,64 +183365,167 @@ 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; - 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 base_AggregateRoot_orderBy = +export type metis_swap_LpAccountBalance_orderBy = | 'id' - | 'root' - | '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 base_Aggregation_interval = - | 'hour' - | 'day'; +export type metis_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_Asset = { +export type metis_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type metis_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['metis_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['metis_swap_BigDecimal']; + events: Array; }; -export type base_AssetBalance = { + +export type metis_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: base_Router; - asset: base_Asset; - feesEarned: Scalars['BigInt']; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type base_AssetBalance_filter = { +export type metis_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184536,125 +183534,91 @@ export type base_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 base_AssetBalance_orderBy = +export type metis_swap_LpTokenEvent_orderBy = | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type base_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type base_AssetStatus_filter = { +export type metis_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184663,21 +183627,141 @@ export type base_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 base_AssetStatus_orderBy = +export type metis_swap_LpToken_orderBy = | 'id' - | 'status'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type base_Asset_filter = { +export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { + id: Scalars['ID']; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; + from: Scalars['metis_swap_Bytes']; + to: Scalars['metis_swap_Bytes']; + fromBalance: Scalars['metis_swap_BigDecimal']; + toBalance: Scalars['metis_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type metis_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184686,139 +183770,141 @@ 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; - 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 base_Asset_orderBy = +export type metis_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type base_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 base_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type metis_swap_OrderDirection = + | 'asc' + | 'desc'; -export type base_ConnectorMeta = { +export type metis_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['metis_swap_Bytes']; }; -export type base_ConnectorMeta_filter = { +export type metis_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184827,117 +183913,116 @@ export type base_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 base_ConnectorMeta_orderBy = +export type metis_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type base_DestinationTransfer = { +export type metis_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + isActive?: Maybe; + key: Scalars['metis_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type base_DestinationTransferroutersArgs = { +export type metis_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_DestinationTransfer_filter = { + +export type metis_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type metis_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type metis_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type metis_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type metis_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184946,393 +184031,160 @@ export type base_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 base_DestinationTransfer_orderBy = +export type metis_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type base_OptimisticRootFinalized = { +export type metis_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + stableSwap: metis_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type base_OptimisticRootFinalized_filter = { +export type metis_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185341,16 +184193,35 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -185359,45 +184230,71 @@ export type base_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 base_OptimisticRootFinalized_orderBy = +export type metis_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type base_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type base_OriginMessage = { +export type metis_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: metis_swap_StableSwap; + buyer: Scalars['metis_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type base_OriginMessage_filter = { +export type metis_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185406,166 +184303,171 @@ 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; - 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 base_OriginMessage_orderBy = +export type metis_swap_StableSwapExchange_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type base_OriginTransfer = { +export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type base_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type base_OriginTransfer_filter = { +export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185574,24 +184476,105 @@ export type base_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; @@ -185600,341 +184583,44 @@ 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; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_OriginTransfer_orderBy = +export type metis_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type base_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type base_RelayerFee = { - id: Scalars['ID']; - transfer: base_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['base_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type base_RelayerFee_filter = { +export type metis_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185943,100 +184629,200 @@ export type base_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 base_RelayerFee_orderBy = +export type metis_swap_StableSwap_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type base_RelayerFeesIncrease = { +export type metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: base_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type base_RelayerFeesIncrease_filter = { +export type metis_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186045,65 +184831,27 @@ export type base_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; @@ -186112,78 +184860,50 @@ export type base_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 base_RelayerFeesIncrease_orderBy = +export type metis_swap_SwapDailyVolume_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type base_Relayer_filter = { +export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; +}; + +export type metis_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186192,78 +184912,150 @@ export type base_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 base_Relayer_orderBy = +export type metis_swap_SwapHourlyVolume_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type base_RootCount = { - id: Scalars['ID']; - count?: Maybe; +export type metis_swap_SwapTradeVolume = { + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type base_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 metis_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RootCount_orderBy = - | 'id' - | 'count'; +export type metis_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type base_RootMessageSent = { +export type metis_swap_SwapWeeklyVolume = metis_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: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type base_RootMessageSent_filter = { +export type metis_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186272,750 +185064,27 @@ export type base_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type base_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type base_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_RouterDailyTVL = { - id: Scalars['ID']; - router: base_Router; - asset: base_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type base_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 base_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type base_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: base_Router; - asset: base_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['base_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type base_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type base_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 base_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type base_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 base_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type base_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type base_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 base_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type base_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['base_Bytes']; -}; - -export type base_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 base_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type base_SlippageUpdate = { - id: Scalars['ID']; - transfer: base_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type base_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 base_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 base_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['base_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type base_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -187024,34 +185093,49 @@ export type base_SnapshotRoot_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_SnapshotRoot_orderBy = +export type metis_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'blockNumber'; + | 'volume'; -export type base_SpokeConnectorMode = { +export type metis_swap_SystemInfo = { id: Scalars['ID']; - mode: Scalars['String']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type base_SpokeConnectorMode_filter = { +export type metis_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187060,46 +185144,36 @@ export type base_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_SpokeConnectorMode_orderBy = +export type metis_swap_SystemInfo_orderBy = | 'id' - | 'mode'; - -export type base_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type base__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 */ @@ -187107,7 +185181,7 @@ export type base__Block_ = { }; /** The type for the top-level _meta field */ -export type base__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 @@ -187115,22 +185189,22 @@ export type base__Meta_ = { * and therefore asks for the latest block * */ - block: base__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 stagingpolygonzkevm_AggregateRoot = { +export type stagingmetis_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['stagingmetis_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AggregateRootProposed = { +export type stagingmetis_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingmetis_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -187138,7 +185212,7 @@ export type stagingpolygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygonzkevm_AggregateRootProposed_filter = { +export type stagingmetis_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187147,16 +185221,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; @@ -187198,12 +185272,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 stagingmetis_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -187212,7 +185286,7 @@ export type stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_AggregateRoot_filter = { +export type stagingmetis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187221,16 +185295,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; @@ -187240,45 +185314,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 stagingmetis_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingpolygonzkevm_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 stagingpolygonzkevm_AssetBalance = { +export type stagingmetis_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: stagingmetis_Router; + asset: stagingmetis_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AssetBalance_filter = { +export type stagingmetis_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187339,7 +185409,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; @@ -187360,7 +185430,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; @@ -187370,12 +185440,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 stagingmetis_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -187400,12 +185470,12 @@ export type stagingpolygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygonzkevm_AssetStatus = { +export type stagingmetis_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygonzkevm_AssetStatus_filter = { +export type stagingmetis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187419,16 +185489,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 stagingmetis_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygonzkevm_Asset_filter = { +export type stagingmetis_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187437,16 +185507,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; @@ -187463,16 +185533,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; @@ -187481,34 +185551,34 @@ 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; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_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; @@ -187529,14 +185599,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 stagingmetis_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -187550,26 +185620,26 @@ export type stagingpolygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygonzkevm_BlockChangedFilter = { +export type stagingmetis_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygonzkevm_Block_height = { - hash?: InputMaybe; +export type stagingmetis_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_ConnectorMeta_filter = { +export type stagingmetis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187594,43 +185664,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 stagingmetis_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -187638,57 +185708,57 @@ export type stagingpolygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_DestinationTransferroutersArgs = { +export type stagingmetis_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_DestinationTransfer_filter = { +export type stagingmetis_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187705,16 +185775,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; @@ -187723,17 +185793,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; @@ -187758,40 +185828,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; @@ -187808,16 +185878,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; @@ -187834,16 +185904,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; @@ -187864,7 +185934,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; @@ -187881,26 +185951,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; @@ -187933,16 +186003,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; @@ -187951,26 +186021,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; @@ -188003,16 +186073,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; @@ -188022,12 +186092,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 stagingmetis_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -188076,14 +186146,14 @@ export type stagingpolygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygonzkevm_OptimisticRootFinalized = { +export type stagingmetis_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { +export type stagingmetis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188092,16 +186162,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; @@ -188119,36 +186189,36 @@ export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_OptimisticRootFinalized_orderBy = +export type stagingmetis_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygonzkevm_OrderDirection = +export type stagingmetis_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginMessage_filter = { +export type stagingmetis_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188157,16 +186227,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; @@ -188175,16 +186245,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; @@ -188193,36 +186263,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; @@ -188251,14 +186321,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 stagingmetis_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -188272,51 +186342,51 @@ export type stagingpolygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygonzkevm_OriginTransfer = { +export type stagingmetis_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { +export type stagingmetis_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_OriginTransfer_filter = { +export type stagingmetis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188333,16 +186403,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; @@ -188351,20 +186421,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; @@ -188389,40 +186459,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; @@ -188431,16 +186501,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; @@ -188457,16 +186527,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; @@ -188487,17 +186557,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; @@ -188518,7 +186588,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; @@ -188533,37 +186603,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; @@ -188596,16 +186666,16 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -188615,12 +186685,12 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_OriginTransfer_orderBy = +export type stagingmetis_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -188672,20 +186742,20 @@ export type stagingpolygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygonzkevm_Relayer = { +export type stagingmetis_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygonzkevm_RelayerFee = { +export type stagingmetis_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: stagingmetis_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygonzkevm_Bytes']; + asset: Scalars['stagingmetis_Bytes']; }; -export type stagingpolygonzkevm_RelayerFee_filter = { +export type stagingmetis_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188714,7 +186784,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; @@ -188723,23 +186793,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 stagingmetis_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -188774,20 +186844,20 @@ export type stagingpolygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygonzkevm_RelayerFeesIncrease = { +export type stagingmetis_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: stagingmetis_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerFeesIncrease_filter = { +export type stagingmetis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188816,7 +186886,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; @@ -188825,36 +186895,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; @@ -188888,12 +186958,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 stagingmetis_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -188934,7 +187004,7 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_Relayer_filter = { +export type stagingmetis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188947,33 +187017,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 stagingmetis_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygonzkevm_RootCount = { +export type stagingmetis_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygonzkevm_RootCount_filter = { +export type stagingmetis_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188991,30 +187061,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 stagingmetis_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_RootMessageSent_filter = { +export type stagingmetis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189039,16 +187109,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; @@ -189057,26 +187127,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; @@ -189110,12 +187180,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 stagingmetis_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -189128,34 +187198,34 @@ export type stagingpolygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_RouterassetBalancesArgs = { +export type stagingmetis_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_RouterDailyTVL = { +export type stagingmetis_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: stagingmetis_Router; + asset: stagingmetis_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterDailyTVL_filter = { +export type stagingmetis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189184,7 +187254,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; @@ -189205,7 +187275,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; @@ -189223,12 +187293,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 stagingmetis_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -189250,25 +187320,25 @@ export type stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygonzkevm_RouterLiquidityEvent = { +export type stagingmetis_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_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['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterLiquidityEventType = +export type stagingmetis_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { +export type stagingmetis_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189277,10 +187347,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; @@ -189301,7 +187371,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; @@ -189322,7 +187392,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; @@ -189339,16 +187409,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; @@ -189365,16 +187435,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; @@ -189384,12 +187454,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 stagingmetis_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -189417,7 +187487,7 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygonzkevm_Router_filter = { +export type stagingmetis_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189430,36 +187500,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; @@ -189468,14 +187538,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 stagingmetis_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -189484,13 +187554,13 @@ export type stagingpolygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygonzkevm_Sequencer = { +export type stagingmetis_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygonzkevm_Sequencer_filter = { +export type stagingmetis_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189503,34 +187573,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 stagingmetis_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygonzkevm_Setting = { +export type stagingmetis_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['stagingmetis_Bytes']; }; -export type stagingpolygonzkevm_Setting_filter = { +export type stagingmetis_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189547,40 +187617,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 stagingmetis_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygonzkevm_SlippageUpdate = { +export type stagingmetis_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_DestinationTransfer; + transfer: stagingmetis_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SlippageUpdate_filter = { +export type stagingmetis_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189609,7 +187679,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; @@ -189618,26 +187688,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; @@ -189671,12 +187741,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 stagingmetis_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -189723,16 +187793,16 @@ export type stagingpolygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_SnapshotRoot = { +export type stagingmetis_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['stagingmetis_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SnapshotRoot_filter = { +export type stagingmetis_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189749,16 +187819,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; @@ -189784,12 +187854,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 stagingmetis_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -189797,12 +187867,12 @@ export type stagingpolygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_SpokeConnectorMode = { +export type stagingmetis_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygonzkevm_SpokeConnectorMode_filter = { +export type stagingmetis_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189832,25 +187902,25 @@ 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 stagingmetis_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygonzkevm_TransferStatus = +export type stagingmetis_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygonzkevm__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 */ @@ -189858,7 +187928,7 @@ export type stagingpolygonzkevm__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingpolygonzkevm__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 @@ -189866,30 +187936,49 @@ export type stagingpolygonzkevm__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygonzkevm__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 stagingzksync_AggregateRoot = { +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['stagingzksync_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['mantle_swap_Bytes']; + balances: Array; }; -export type stagingzksync_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['stagingzksync_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 stagingzksync_AggregateRootProposed_filter = { +export type mantle_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189898,72 +187987,106 @@ 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; - 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 stagingzksync_AggregateRootProposed_orderBy = +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 stagingzksync_AggregateRoot_filter = { +export type mantle_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189972,191 +188095,59 @@ 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; - 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 stagingzksync_AggregateRoot_orderBy = +export type mantle_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type stagingzksync_Aggregation_interval = - | 'hour' - | 'day'; + | 'address' + | 'balances'; -export type stagingzksync_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 stagingzksync_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; - feesEarned: Scalars['BigInt']; -}; -export type stagingzksync_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type mantle_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type stagingzksync_AssetStatus = { +export type mantle_swap_LpTokenEvent = { id: Scalars['ID']; - status?: Maybe; + 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 stagingzksync_AssetStatus_filter = { +export type mantle_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190165,21 +188156,91 @@ export type stagingzksync_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_AssetStatus_orderBy = +export type mantle_swap_LpTokenEvent_orderBy = | 'id' - | 'status'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingzksync_Asset_filter = { +export type mantle_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190188,258 +188249,141 @@ 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; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingzksync_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingzksync_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingzksync_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type stagingzksync_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: 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 stagingzksync_ConnectorMeta_orderBy = +export type mantle_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type stagingzksync_DestinationTransfer = { +export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type stagingzksync_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + 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 stagingzksync_DestinationTransfer_filter = { +export type mantle_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190448,24 +188392,97 @@ export type stagingzksync_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>; + 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; @@ -190474,367 +188491,42 @@ 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>; - 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 stagingzksync_DestinationTransfer_orderBy = +export type mantle_swap_LpTransferEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingzksync_OptimisticRootFinalized = { +/** Defines the order direction, either ascending or descending */ +export type mantle_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type mantle_swap_PooledToken = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + asset: Scalars['mantle_swap_Bytes']; }; -export type stagingzksync_OptimisticRootFinalized_filter = { +export type mantle_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190843,63 +188535,116 @@ 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; - 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>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + 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_OptimisticRootFinalized_orderBy = +export type mantle_swap_PooledToken_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; + | 'asset'; -/** Defines the order direction, either ascending or descending */ -export type stagingzksync_OrderDirection = - | 'asc' - | 'desc'; +export type mantle_swap_StableSwap = { + 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>; +}; -export type stagingzksync_OriginMessage = { + +export type mantle_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + 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 stagingzksync_OriginMessage_filter = { +export type mantle_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190908,166 +188653,160 @@ 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; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_OriginMessage_orderBy = +export type mantle_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingzksync_OriginTransfer = { +export type 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 stagingzksync_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: mantle_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingzksync_OriginTransfer_filter = { +export type mantle_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191076,245 +188815,35 @@ export type stagingzksync_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -191323,120 +188852,71 @@ export type stagingzksync_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 stagingzksync_OriginTransfer_orderBy = +export type mantle_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 stagingzksync_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type stagingzksync_RelayerFee = { +export type mantle_swap_StableSwapExchange = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + 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']; - asset: Scalars['stagingzksync_Bytes']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingzksync_RelayerFee_filter = { +export type mantle_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191445,27 +188925,75 @@ export type stagingzksync_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; @@ -191474,71 +189002,94 @@ 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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 stagingzksync_RelayerFee_orderBy = +export type mantle_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 stagingzksync_RelayerFeesIncrease = { +export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; + 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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingzksync_RelayerFeesIncrease_filter = { +export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191547,145 +189098,151 @@ export type stagingzksync_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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 stagingzksync_Relayer_filter = { +export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type mantle_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191698,33 +189255,196 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 stagingzksync_Relayer_orderBy = +export type mantle_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'relayer'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingzksync_RootCount = { +export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type stagingzksync_RootCount_filter = { +export type mantle_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191733,39 +189453,388 @@ export type stagingzksync_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_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 stagingzksync_RootCount_orderBy = +export type mantle_swap_SwapDailyVolume_orderBy = | 'id' - | 'count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingzksync_RootMessageSent = { +export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + 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; + 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 mantle_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mantle_swap_SwapTradeVolume = { + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; +}; + +export type mantle_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; +}; + +export type mantle_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 mantle_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mantle_swap_SystemInfo = { + id: Scalars['ID']; + 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 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']; +}; + +export type mantle_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['mantle_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type mantle_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['mantle_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingzksync_RootMessageSent_filter = { +export type mantle_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191774,60 +189843,40 @@ export type stagingzksync_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -191836,22 +189885,6 @@ export type stagingzksync_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -191861,52 +189894,83 @@ 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 mantle_AggregateRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingzksync_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; +export type mantle_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 mantle_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; -export type stagingzksync_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mantle_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type stagingzksync_RouterDailyTVL = { +export type mantle_AssetBalance = { id: Scalars['ID']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mantle_Router; + asset: mantle_Asset; + feesEarned: Scalars['BigInt']; }; -export type stagingzksync_RouterDailyTVL_filter = { +export type mantle_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191915,6 +189979,38 @@ export type stagingzksync_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -191935,7 +190031,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; @@ -191956,31 +190052,27 @@ export type stagingzksync_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RouterDailyTVL_orderBy = +export type mantle_AssetBalance_orderBy = | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -191998,912 +190090,14 @@ export type stagingzksync_RouterDailyTVL_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'feesEarned'; -export type stagingzksync_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: stagingzksync_Router; - asset: stagingzksync_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingzksync_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingzksync_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type stagingzksync_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type stagingzksync_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type stagingzksync_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type stagingzksync_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type stagingzksync_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; -}; - -export type stagingzksync_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type stagingzksync_SlippageUpdate = { - id: Scalars['ID']; - transfer: stagingzksync_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingzksync_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type stagingzksync_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingzksync_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingzksync_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type stagingzksync_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingzksync_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingzksync_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type 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 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 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; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_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 x1testnet_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 x1testnet_AssetStatus = { +export type mantle_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type x1testnet_AssetStatus_filter = { +export type mantle_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192917,16 +190111,16 @@ export type x1testnet_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 x1testnet_AssetStatus_orderBy = +export type mantle_AssetStatus_orderBy = | 'id' | 'status'; -export type x1testnet_Asset_filter = { +export type mantle_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192935,16 +190129,16 @@ export type x1testnet_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; @@ -192961,16 +190155,16 @@ export type x1testnet_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; @@ -192979,26 +190173,26 @@ export type x1testnet_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; @@ -193027,14 +190221,14 @@ export type x1testnet_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 x1testnet_Asset_orderBy = +export type mantle_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -193048,26 +190242,26 @@ export type x1testnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type x1testnet_BlockChangedFilter = { +export type mantle_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type x1testnet_Block_height = { - hash?: InputMaybe; +export type mantle_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type x1testnet_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 x1testnet_ConnectorMeta_filter = { +export type mantle_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193092,43 +190286,43 @@ export type x1testnet_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 x1testnet_ConnectorMeta_orderBy = +export type mantle_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -193136,57 +190330,57 @@ export type x1testnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type x1testnet_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 x1testnet_DestinationTransferroutersArgs = { +export type mantle_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type x1testnet_DestinationTransfer_filter = { +export type mantle_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193203,16 +190397,16 @@ export type x1testnet_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; @@ -193221,17 +190415,17 @@ export type x1testnet_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; @@ -193256,40 +190450,40 @@ export type x1testnet_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; @@ -193306,16 +190500,16 @@ export type x1testnet_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; @@ -193332,16 +190526,16 @@ export type x1testnet_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; @@ -193362,7 +190556,7 @@ export type x1testnet_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; @@ -193379,26 +190573,26 @@ export type x1testnet_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; @@ -193431,16 +190625,16 @@ export type x1testnet_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; @@ -193449,26 +190643,26 @@ export type x1testnet_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; @@ -193501,16 +190695,16 @@ export type x1testnet_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; @@ -193520,12 +190714,12 @@ export type x1testnet_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 x1testnet_DestinationTransfer_orderBy = +export type mantle_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -193574,14 +190768,14 @@ export type x1testnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type x1testnet_OptimisticRootFinalized = { +export type mantle_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['x1testnet_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type x1testnet_OptimisticRootFinalized_filter = { +export type mantle_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193590,16 +190784,16 @@ export type x1testnet_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; @@ -193617,36 +190811,36 @@ export type x1testnet_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 x1testnet_OptimisticRootFinalized_orderBy = +export type mantle_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type x1testnet_OrderDirection = +export type mantle_OrderDirection = | 'asc' | 'desc'; -export type x1testnet_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 x1testnet_OriginMessage_filter = { +export type mantle_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193655,16 +190849,16 @@ export type x1testnet_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; @@ -193673,16 +190867,16 @@ export type x1testnet_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; @@ -193691,36 +190885,36 @@ export type x1testnet_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; @@ -193749,14 +190943,14 @@ export type x1testnet_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 x1testnet_OriginMessage_orderBy = +export type mantle_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -193770,51 +190964,51 @@ export type x1testnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type x1testnet_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 x1testnet_OriginTransferrelayerFeesArgs = { +export type mantle_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type x1testnet_OriginTransfer_filter = { +export type mantle_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193831,16 +191025,16 @@ export type x1testnet_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; @@ -193849,20 +191043,20 @@ export type x1testnet_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; @@ -193887,40 +191081,40 @@ export type x1testnet_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; @@ -193929,16 +191123,16 @@ export type x1testnet_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; @@ -193955,16 +191149,16 @@ export type x1testnet_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; @@ -193985,17 +191179,17 @@ export type x1testnet_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; @@ -194016,7 +191210,7 @@ export type x1testnet_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; @@ -194031,37 +191225,37 @@ export type x1testnet_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; @@ -194094,16 +191288,16 @@ export type x1testnet_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; @@ -194113,12 +191307,12 @@ export type x1testnet_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 x1testnet_OriginTransfer_orderBy = +export type mantle_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -194170,20 +191364,20 @@ export type x1testnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type x1testnet_Relayer = { +export type mantle_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type x1testnet_RelayerFee = { +export type mantle_RelayerFee = { id: Scalars['ID']; - transfer: x1testnet_OriginTransfer; + transfer: mantle_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['x1testnet_Bytes']; + asset: Scalars['mantle_Bytes']; }; -export type x1testnet_RelayerFee_filter = { +export type mantle_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194212,7 +191406,7 @@ export type x1testnet_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; @@ -194221,23 +191415,23 @@ export type x1testnet_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 x1testnet_RelayerFee_orderBy = +export type mantle_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -194272,20 +191466,20 @@ export type x1testnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type x1testnet_RelayerFeesIncrease = { +export type mantle_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: x1testnet_OriginTransfer; + transfer: mantle_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['x1testnet_Bytes']; - transactionHash: Scalars['x1testnet_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 x1testnet_RelayerFeesIncrease_filter = { +export type mantle_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194314,7 +191508,7 @@ export type x1testnet_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; @@ -194323,36 +191517,36 @@ export type x1testnet_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; @@ -194386,12 +191580,12 @@ export type x1testnet_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 x1testnet_RelayerFeesIncrease_orderBy = +export type mantle_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -194432,7 +191626,7 @@ export type x1testnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type x1testnet_Relayer_filter = { +export type mantle_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194445,33 +191639,33 @@ export type x1testnet_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 x1testnet_Relayer_orderBy = +export type mantle_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type x1testnet_RootCount = { +export type mantle_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type x1testnet_RootCount_filter = { +export type mantle_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194489,30 +191683,30 @@ export type x1testnet_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 x1testnet_RootCount_orderBy = +export type mantle_RootCount_orderBy = | 'id' | 'count'; -export type x1testnet_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 x1testnet_RootMessageSent_filter = { +export type mantle_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194537,16 +191731,16 @@ export type x1testnet_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; @@ -194555,26 +191749,26 @@ export type x1testnet_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; @@ -194608,12 +191802,12 @@ export type x1testnet_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 x1testnet_RootMessageSent_orderBy = +export type mantle_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -194626,34 +191820,34 @@ export type x1testnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type x1testnet_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 x1testnet_RouterassetBalancesArgs = { +export type mantle_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type x1testnet_RouterDailyTVL = { +export type mantle_RouterDailyTVL = { id: Scalars['ID']; - router: x1testnet_Router; - asset: x1testnet_Asset; + router: mantle_Router; + asset: mantle_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type x1testnet_RouterDailyTVL_filter = { +export type mantle_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194682,7 +191876,7 @@ export type x1testnet_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; @@ -194703,7 +191897,7 @@ export type x1testnet_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; @@ -194721,12 +191915,12 @@ export type x1testnet_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 x1testnet_RouterDailyTVL_orderBy = +export type mantle_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -194748,25 +191942,25 @@ export type x1testnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type x1testnet_RouterLiquidityEvent = { +export type mantle_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: x1testnet_Router; - asset: x1testnet_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['x1testnet_Bytes']; + transactionHash: Scalars['mantle_Bytes']; nonce: Scalars['BigInt']; }; -export type x1testnet_RouterLiquidityEventType = +export type mantle_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type x1testnet_RouterLiquidityEvent_filter = { +export type mantle_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194775,10 +191969,10 @@ export type x1testnet_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; @@ -194799,7 +191993,7 @@ export type x1testnet_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; @@ -194820,7 +192014,7 @@ export type x1testnet_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; @@ -194837,16 +192031,16 @@ export type x1testnet_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; @@ -194863,16 +192057,16 @@ export type x1testnet_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; @@ -194882,12 +192076,12 @@ export type x1testnet_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 x1testnet_RouterLiquidityEvent_orderBy = +export type mantle_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -194915,7 +192109,7 @@ export type x1testnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type x1testnet_Router_filter = { +export type mantle_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194928,36 +192122,36 @@ export type x1testnet_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; @@ -194966,14 +192160,14 @@ export type x1testnet_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 x1testnet_Router_orderBy = +export type mantle_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -194982,13 +192176,13 @@ export type x1testnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type x1testnet_Sequencer = { +export type mantle_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type x1testnet_Sequencer_filter = { +export type mantle_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195001,34 +192195,34 @@ export type x1testnet_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 x1testnet_Sequencer_orderBy = +export type mantle_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type x1testnet_Setting = { +export type mantle_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['x1testnet_Bytes']; + caller: Scalars['mantle_Bytes']; }; -export type x1testnet_Setting_filter = { +export type mantle_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195045,40 +192239,40 @@ export type x1testnet_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 x1testnet_Setting_orderBy = +export type mantle_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type x1testnet_SlippageUpdate = { +export type mantle_SlippageUpdate = { id: Scalars['ID']; - transfer: x1testnet_DestinationTransfer; + transfer: mantle_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['x1testnet_Bytes']; - transactionHash: Scalars['x1testnet_Bytes']; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type x1testnet_SlippageUpdate_filter = { +export type mantle_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195107,7 +192301,7 @@ export type x1testnet_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; @@ -195116,26 +192310,26 @@ export type x1testnet_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; @@ -195169,12 +192363,12 @@ export type x1testnet_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 x1testnet_SlippageUpdate_orderBy = +export type mantle_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -195221,16 +192415,16 @@ export type x1testnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type x1testnet_SnapshotRoot = { +export type mantle_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['x1testnet_Bytes']; + root: Scalars['mantle_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type x1testnet_SnapshotRoot_filter = { +export type mantle_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195247,16 +192441,16 @@ export type x1testnet_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; @@ -195282,12 +192476,12 @@ export type x1testnet_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 x1testnet_SnapshotRoot_orderBy = +export type mantle_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -195295,12 +192489,12 @@ export type x1testnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type x1testnet_SpokeConnectorMode = { +export type mantle_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type x1testnet_SpokeConnectorMode_filter = { +export type mantle_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195330,25 +192524,25 @@ export type x1testnet_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 x1testnet_SpokeConnectorMode_orderBy = +export type mantle_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type x1testnet_TransferStatus = +export type mantle_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type x1testnet__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 */ @@ -195356,7 +192550,7 @@ export type x1testnet__Block_ = { }; /** The type for the top-level _meta field */ -export type x1testnet__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 @@ -195364,5055 +192558,15763 @@ export type x1testnet__Meta_ = { * and therefore asks for the latest block * */ - block: x1testnet__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 WithIndex = TObject & Record; -export type ResolversObject = WithIndex; +export type stagingmantle_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingmantle_Bytes']; + blockNumber: Scalars['BigInt']; +}; -export type ResolverTypeWrapper = Promise | T; +export type stagingmantle_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmantle_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmantle_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; +export type stagingmantle_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type ResolverWithResolve = { - resolve: ResolverFn; +export type stagingmantle_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type LegacyStitchingResolver = { - fragment: string; - resolve: ResolverFn; +export type stagingmantle_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingmantle_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type NewStitchingResolver = { - selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); - resolve: ResolverFn; +export type stagingmantle_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmantle_Router; + asset: stagingmantle_Asset; + feesEarned: Scalars['BigInt']; }; -export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; -export type Resolver = - | ResolverFn - | ResolverWithResolve - | StitchingResolver; -export type ResolverFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => Promise | TResult; +export type stagingmantle_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type SubscriptionSubscribeFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => AsyncIterable | Promise>; +export type stagingmantle_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type SubscriptionResolveFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => TResult | Promise; +export type stagingmantle_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; -export interface SubscriptionSubscriberObject { - subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; - resolve?: SubscriptionResolveFn; -} +export type stagingmantle_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export interface SubscriptionResolverObject { - subscribe: SubscriptionSubscribeFn; - resolve: SubscriptionResolveFn; -} +export type stagingmantle_AssetStatus_orderBy = + | 'id' + | 'status'; -export type SubscriptionObject = - | SubscriptionSubscriberObject - | SubscriptionResolverObject; +export type stagingmantle_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type SubscriptionResolver = - | ((...args: any[]) => SubscriptionObject) - | SubscriptionObject; +export type stagingmantle_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type TypeResolveFn = ( - parent: TParent, - context: TContext, - info: GraphQLResolveInfo -) => Maybe | Promise>; +export type stagingmantle_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; +export type stagingmantle_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; -export type NextResolverFn = () => Promise; +export type stagingmantle_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; -export type DirectiveResolverFn = ( - next: NextResolverFn, - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => TResult | Promise; +export type stagingmantle_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; +export type stagingmantle_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; +export type stagingmantle_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; -/** Mapping between all available schema types and the resolvers types */ -export type ResolversTypes = ResolversObject<{ - Query: ResolverTypeWrapper<{}>; - 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_; - 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; - goerli_swap_Aggregation_interval: goerli_swap_Aggregation_interval; - goerli_swap_BigDecimal: ResolverTypeWrapper; - goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; - goerli_swap_Block_height: goerli_swap_Block_height; - goerli_swap_Bytes: ResolverTypeWrapper; - goerli_swap_Int8: ResolverTypeWrapper; - goerli_swap_LpAccount: ResolverTypeWrapper; - goerli_swap_LpAccountBalance: ResolverTypeWrapper; - goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; - goerli_swap_LpAccountBalance_orderBy: goerli_swap_LpAccountBalance_orderBy; - goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; - goerli_swap_LpAccount_orderBy: goerli_swap_LpAccount_orderBy; - goerli_swap_LpToken: ResolverTypeWrapper; - goerli_swap_LpTokenEvent: ResolversTypes['goerli_swap_LpTransferEvent']; - goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; - goerli_swap_LpTokenEvent_orderBy: goerli_swap_LpTokenEvent_orderBy; - goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; - goerli_swap_LpToken_orderBy: goerli_swap_LpToken_orderBy; - goerli_swap_LpTransferEvent: ResolverTypeWrapper; - goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; - goerli_swap_LpTransferEvent_orderBy: goerli_swap_LpTransferEvent_orderBy; - goerli_swap_OrderDirection: goerli_swap_OrderDirection; - goerli_swap_PooledToken: ResolverTypeWrapper; - goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; - goerli_swap_PooledToken_orderBy: goerli_swap_PooledToken_orderBy; - goerli_swap_StableSwap: ResolverTypeWrapper; - goerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; - goerli_swap_StableSwapAddLiquidityEvent_orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy; - goerli_swap_StableSwapEvent: ResolversTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; - goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; - goerli_swap_StableSwapEvent_orderBy: goerli_swap_StableSwapEvent_orderBy; - goerli_swap_StableSwapExchange: ResolverTypeWrapper; - goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; - goerli_swap_StableSwapExchange_orderBy: goerli_swap_StableSwapExchange_orderBy; - goerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; - goerli_swap_StableSwapRemoveLiquidityEvent_orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; - goerli_swap_StableSwap_orderBy: goerli_swap_StableSwap_orderBy; - goerli_swap_SwapDailyVolume: ResolverTypeWrapper; - goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; - goerli_swap_SwapDailyVolume_orderBy: goerli_swap_SwapDailyVolume_orderBy; - goerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; - goerli_swap_SwapHourlyVolume_orderBy: goerli_swap_SwapHourlyVolume_orderBy; - goerli_swap_SwapTradeVolume: ResolversTypes['goerli_swap_SwapDailyVolume'] | ResolversTypes['goerli_swap_SwapHourlyVolume'] | ResolversTypes['goerli_swap_SwapWeeklyVolume']; - goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; - goerli_swap_SwapTradeVolume_orderBy: goerli_swap_SwapTradeVolume_orderBy; - goerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; - goerli_swap_SwapWeeklyVolume_orderBy: goerli_swap_SwapWeeklyVolume_orderBy; - goerli_swap_SystemInfo: ResolverTypeWrapper; - goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; - goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; - goerli_swap__Block_: ResolverTypeWrapper; - goerli_swap__Meta_: ResolverTypeWrapper; - staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; - staginggoerli_AggregatedMessageRoot: ResolverTypeWrapper; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_AggregatedMessageRoot_orderBy: staginggoerli_AggregatedMessageRoot_orderBy; - staginggoerli_Aggregation_interval: staginggoerli_Aggregation_interval; - staginggoerli_ArbitrumConnectorMeta: ResolverTypeWrapper; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; - staginggoerli_BigDecimal: ResolverTypeWrapper; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; - staginggoerli_Bytes: ResolverTypeWrapper; - staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; - staginggoerli_HubDomain: ResolverTypeWrapper; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubDomain_orderBy: staginggoerli_HubDomain_orderBy; - staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; - staginggoerli_Int8: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; - staginggoerli_OptimisticRootPropagated: ResolverTypeWrapper; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootPropagated_orderBy: staginggoerli_OptimisticRootPropagated_orderBy; - staginggoerli_OptimisticRootProposed: ResolverTypeWrapper; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_OptimisticRootProposed_orderBy: staginggoerli_OptimisticRootProposed_orderBy; - staginggoerli_OrderDirection: staginggoerli_OrderDirection; - staginggoerli_PolygonConnectorMeta: ResolverTypeWrapper; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_PolygonConnectorMeta_orderBy: staginggoerli_PolygonConnectorMeta_orderBy; - staginggoerli_RootAggregated: ResolverTypeWrapper; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootAggregated_orderBy: staginggoerli_RootAggregated_orderBy; - staginggoerli_RootManagerMeta: ResolverTypeWrapper; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMeta_orderBy: staginggoerli_RootManagerMeta_orderBy; - staginggoerli_RootManagerMode: ResolverTypeWrapper; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootManagerMode_orderBy: staginggoerli_RootManagerMode_orderBy; - staginggoerli_RootMessageProcessed: ResolverTypeWrapper; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootMessageProcessed_orderBy: staginggoerli_RootMessageProcessed_orderBy; - staginggoerli_RootPropagated: ResolverTypeWrapper; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; - staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; - staginggoerli__Block_: ResolverTypeWrapper; - staginggoerli__Meta_: ResolverTypeWrapper; - testgoerli_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; - 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; - stagingmumbai_swap_Aggregation_interval: stagingmumbai_swap_Aggregation_interval; - stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: ResolverTypeWrapper; - stagingmumbai_swap_Int8: ResolverTypeWrapper; - stagingmumbai_swap_LpAccount: ResolverTypeWrapper; - stagingmumbai_swap_LpAccountBalance: ResolverTypeWrapper; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccountBalance_orderBy: stagingmumbai_swap_LpAccountBalance_orderBy; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpAccount_orderBy: stagingmumbai_swap_LpAccount_orderBy; - stagingmumbai_swap_LpToken: ResolverTypeWrapper; - stagingmumbai_swap_LpTokenEvent: ResolversTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpTokenEvent_orderBy: stagingmumbai_swap_LpTokenEvent_orderBy; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpToken_orderBy: stagingmumbai_swap_LpToken_orderBy; - stagingmumbai_swap_LpTransferEvent: ResolverTypeWrapper; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_LpTransferEvent_orderBy: stagingmumbai_swap_LpTransferEvent_orderBy; - stagingmumbai_swap_OrderDirection: stagingmumbai_swap_OrderDirection; - stagingmumbai_swap_PooledToken: ResolverTypeWrapper; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_PooledToken_orderBy: stagingmumbai_swap_PooledToken_orderBy; - stagingmumbai_swap_StableSwap: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy; - stagingmumbai_swap_StableSwapEvent: ResolversTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapEvent_orderBy: stagingmumbai_swap_StableSwapEvent_orderBy; - stagingmumbai_swap_StableSwapExchange: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapExchange_orderBy: stagingmumbai_swap_StableSwapExchange_orderBy; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_StableSwap_orderBy: stagingmumbai_swap_StableSwap_orderBy; - stagingmumbai_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapDailyVolume_orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy; - stagingmumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume_orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy; - stagingmumbai_swap_SwapTradeVolume: ResolversTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapTradeVolume_orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy; - stagingmumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume_orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy; - stagingmumbai_swap_SystemInfo: ResolverTypeWrapper; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; - stagingmumbai_swap__Block_: ResolverTypeWrapper; - stagingmumbai_swap__Meta_: ResolverTypeWrapper; - optimismgoerli_swap_Aggregation_interval: optimismgoerli_swap_Aggregation_interval; - optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: ResolverTypeWrapper; - optimismgoerli_swap_Int8: ResolverTypeWrapper; - optimismgoerli_swap_LpAccount: ResolverTypeWrapper; - optimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccountBalance_orderBy: optimismgoerli_swap_LpAccountBalance_orderBy; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpAccount_orderBy: optimismgoerli_swap_LpAccount_orderBy; - optimismgoerli_swap_LpToken: ResolverTypeWrapper; - optimismgoerli_swap_LpTokenEvent: ResolversTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpTokenEvent_orderBy: optimismgoerli_swap_LpTokenEvent_orderBy; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpToken_orderBy: optimismgoerli_swap_LpToken_orderBy; - optimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_LpTransferEvent_orderBy: optimismgoerli_swap_LpTransferEvent_orderBy; - optimismgoerli_swap_OrderDirection: optimismgoerli_swap_OrderDirection; - optimismgoerli_swap_PooledToken: ResolverTypeWrapper; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_PooledToken_orderBy: optimismgoerli_swap_PooledToken_orderBy; - optimismgoerli_swap_StableSwap: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - optimismgoerli_swap_StableSwapEvent: ResolversTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapEvent_orderBy: optimismgoerli_swap_StableSwapEvent_orderBy; - optimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapExchange_orderBy: optimismgoerli_swap_StableSwapExchange_orderBy; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_StableSwap_orderBy: optimismgoerli_swap_StableSwap_orderBy; - optimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapDailyVolume_orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy; - optimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume_orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy; - optimismgoerli_swap_SwapTradeVolume: ResolversTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapTradeVolume_orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy; - optimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume_orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy; - optimismgoerli_swap_SystemInfo: ResolverTypeWrapper; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; - optimismgoerli_swap__Block_: ResolverTypeWrapper; - optimismgoerli_swap__Meta_: ResolverTypeWrapper; - mainnet_AggregateRootSavedSlow: ResolverTypeWrapper; - mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; - mainnet_AggregateRootSavedSlow_orderBy: mainnet_AggregateRootSavedSlow_orderBy; - mainnet_AggregatedMessageRoot: ResolverTypeWrapper; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; - mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; - mainnet_AvalancheConnectorMeta: ResolverTypeWrapper; - mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; - mainnet_AvalancheConnectorMeta_orderBy: mainnet_AvalancheConnectorMeta_orderBy; - mainnet_BaseConnectorMeta: ResolverTypeWrapper; - mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; - mainnet_BaseConnectorMeta_orderBy: mainnet_BaseConnectorMeta_orderBy; - mainnet_BigDecimal: ResolverTypeWrapper; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: ResolverTypeWrapper; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; - mainnet_Bytes: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; - mainnet_HubDomain: ResolverTypeWrapper; - mainnet_HubDomain_filter: mainnet_HubDomain_filter; - mainnet_HubDomain_orderBy: mainnet_HubDomain_orderBy; - mainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; - mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; - mainnet_HubOptimisticRootFinalized_orderBy: mainnet_HubOptimisticRootFinalized_orderBy; - mainnet_Int8: ResolverTypeWrapper; - mainnet_LineaConnectorMeta: ResolverTypeWrapper; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; - mainnet_MantleConnectorMeta: ResolverTypeWrapper; - mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; - mainnet_MantleConnectorMeta_orderBy: mainnet_MantleConnectorMeta_orderBy; - mainnet_MetisConnectorMeta: ResolverTypeWrapper; - mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; - mainnet_MetisConnectorMeta_orderBy: mainnet_MetisConnectorMeta_orderBy; - mainnet_OptimismConnectorMeta: ResolverTypeWrapper; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; - mainnet_OptimisticRootPropagated: ResolverTypeWrapper; - mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; - mainnet_OptimisticRootPropagated_orderBy: mainnet_OptimisticRootPropagated_orderBy; - mainnet_OptimisticRootProposed: ResolverTypeWrapper; - mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; - mainnet_OptimisticRootProposed_orderBy: mainnet_OptimisticRootProposed_orderBy; - mainnet_OrderDirection: mainnet_OrderDirection; - mainnet_PolygonConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; - mainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; - mainnet_PolygonZkConnectorMeta_orderBy: mainnet_PolygonZkConnectorMeta_orderBy; - mainnet_RootAggregated: ResolverTypeWrapper; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; - mainnet_RootManagerMeta: ResolverTypeWrapper; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; - mainnet_RootManagerMode: ResolverTypeWrapper; - mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; - mainnet_RootManagerMode_orderBy: mainnet_RootManagerMode_orderBy; - mainnet_RootMessageProcessed: ResolverTypeWrapper; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; - mainnet_RootPropagated: ResolverTypeWrapper; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; - mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; - mainnet__Block_: ResolverTypeWrapper; - mainnet__Meta_: ResolverTypeWrapper; - lineagoerli_AggregateRoot: ResolverTypeWrapper; - lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; - lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; - lineagoerli_Asset: ResolverTypeWrapper; - lineagoerli_AssetBalance: ResolverTypeWrapper; - lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; - lineagoerli_AssetBalance_orderBy: lineagoerli_AssetBalance_orderBy; - lineagoerli_AssetStatus: ResolverTypeWrapper; - lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; - lineagoerli_AssetStatus_orderBy: lineagoerli_AssetStatus_orderBy; - lineagoerli_Asset_filter: lineagoerli_Asset_filter; - lineagoerli_Asset_orderBy: lineagoerli_Asset_orderBy; - lineagoerli_BigDecimal: ResolverTypeWrapper; - lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; - lineagoerli_Block_height: lineagoerli_Block_height; - lineagoerli_Bytes: ResolverTypeWrapper; - lineagoerli_ConnectorMeta: ResolverTypeWrapper; - lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; - lineagoerli_ConnectorMeta_orderBy: lineagoerli_ConnectorMeta_orderBy; - lineagoerli_DestinationTransfer: ResolverTypeWrapper; - lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; - lineagoerli_DestinationTransfer_orderBy: lineagoerli_DestinationTransfer_orderBy; - lineagoerli_OrderDirection: lineagoerli_OrderDirection; - lineagoerli_OriginMessage: ResolverTypeWrapper; - lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; - lineagoerli_OriginMessage_orderBy: lineagoerli_OriginMessage_orderBy; - lineagoerli_OriginTransfer: ResolverTypeWrapper; - lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; - lineagoerli_OriginTransfer_orderBy: lineagoerli_OriginTransfer_orderBy; - lineagoerli_Relayer: ResolverTypeWrapper; - lineagoerli_RelayerFee: ResolverTypeWrapper; - lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; - lineagoerli_RelayerFee_orderBy: lineagoerli_RelayerFee_orderBy; - lineagoerli_RelayerFeesIncrease: ResolverTypeWrapper; - lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; - lineagoerli_RelayerFeesIncrease_orderBy: lineagoerli_RelayerFeesIncrease_orderBy; - lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; - lineagoerli_Relayer_orderBy: lineagoerli_Relayer_orderBy; - lineagoerli_RootCount: ResolverTypeWrapper; - lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; - lineagoerli_RootCount_orderBy: lineagoerli_RootCount_orderBy; - lineagoerli_RootMessageSent: ResolverTypeWrapper; - lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; - lineagoerli_RootMessageSent_orderBy: lineagoerli_RootMessageSent_orderBy; - lineagoerli_Router: ResolverTypeWrapper; - lineagoerli_RouterDailyTVL: ResolverTypeWrapper; - lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; - lineagoerli_RouterDailyTVL_orderBy: lineagoerli_RouterDailyTVL_orderBy; - lineagoerli_Router_filter: lineagoerli_Router_filter; - lineagoerli_Router_orderBy: lineagoerli_Router_orderBy; - lineagoerli_Sequencer: ResolverTypeWrapper; - lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; - lineagoerli_Sequencer_orderBy: lineagoerli_Sequencer_orderBy; - lineagoerli_Setting: ResolverTypeWrapper; - lineagoerli_Setting_filter: lineagoerli_Setting_filter; - lineagoerli_Setting_orderBy: lineagoerli_Setting_orderBy; - lineagoerli_SlippageUpdate: ResolverTypeWrapper; - lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; - lineagoerli_SlippageUpdate_orderBy: lineagoerli_SlippageUpdate_orderBy; - lineagoerli_TransferStatus: lineagoerli_TransferStatus; - lineagoerli__Block_: ResolverTypeWrapper; - lineagoerli__Meta_: ResolverTypeWrapper; - 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; - 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; - 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; - polygonzkevm_swap_Aggregation_interval: polygonzkevm_swap_Aggregation_interval; - polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; - polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; - polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; - polygonzkevm_swap_Bytes: ResolverTypeWrapper; - polygonzkevm_swap_Int8: ResolverTypeWrapper; - polygonzkevm_swap_LpAccount: ResolverTypeWrapper; - polygonzkevm_swap_LpAccountBalance: ResolverTypeWrapper; - polygonzkevm_swap_LpAccountBalance_filter: polygonzkevm_swap_LpAccountBalance_filter; - polygonzkevm_swap_LpAccountBalance_orderBy: polygonzkevm_swap_LpAccountBalance_orderBy; - polygonzkevm_swap_LpAccount_filter: polygonzkevm_swap_LpAccount_filter; - polygonzkevm_swap_LpAccount_orderBy: polygonzkevm_swap_LpAccount_orderBy; - polygonzkevm_swap_LpToken: ResolverTypeWrapper; - polygonzkevm_swap_LpTokenEvent: ResolversTypes['polygonzkevm_swap_LpTransferEvent']; - polygonzkevm_swap_LpTokenEvent_filter: polygonzkevm_swap_LpTokenEvent_filter; - polygonzkevm_swap_LpTokenEvent_orderBy: polygonzkevm_swap_LpTokenEvent_orderBy; - polygonzkevm_swap_LpToken_filter: polygonzkevm_swap_LpToken_filter; - polygonzkevm_swap_LpToken_orderBy: polygonzkevm_swap_LpToken_orderBy; - polygonzkevm_swap_LpTransferEvent: ResolverTypeWrapper; - polygonzkevm_swap_LpTransferEvent_filter: polygonzkevm_swap_LpTransferEvent_filter; - polygonzkevm_swap_LpTransferEvent_orderBy: polygonzkevm_swap_LpTransferEvent_orderBy; - polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; - polygonzkevm_swap_PooledToken: ResolverTypeWrapper; - polygonzkevm_swap_PooledToken_filter: polygonzkevm_swap_PooledToken_filter; - polygonzkevm_swap_PooledToken_orderBy: polygonzkevm_swap_PooledToken_orderBy; - polygonzkevm_swap_StableSwap: ResolverTypeWrapper; - polygonzkevm_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_swap_StableSwapAddLiquidityEvent_filter: polygonzkevm_swap_StableSwapAddLiquidityEvent_filter; - polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy: polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy; - polygonzkevm_swap_StableSwapEvent: ResolversTypes['polygonzkevm_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygonzkevm_swap_StableSwapRemoveLiquidityEvent']; - polygonzkevm_swap_StableSwapEvent_filter: polygonzkevm_swap_StableSwapEvent_filter; - polygonzkevm_swap_StableSwapEvent_orderBy: polygonzkevm_swap_StableSwapEvent_orderBy; - polygonzkevm_swap_StableSwapExchange: ResolverTypeWrapper; - polygonzkevm_swap_StableSwapExchange_filter: polygonzkevm_swap_StableSwapExchange_filter; - polygonzkevm_swap_StableSwapExchange_orderBy: polygonzkevm_swap_StableSwapExchange_orderBy; - polygonzkevm_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter; - polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy; - polygonzkevm_swap_StableSwap_filter: polygonzkevm_swap_StableSwap_filter; - polygonzkevm_swap_StableSwap_orderBy: polygonzkevm_swap_StableSwap_orderBy; - polygonzkevm_swap_SwapDailyVolume: ResolverTypeWrapper; - polygonzkevm_swap_SwapDailyVolume_filter: polygonzkevm_swap_SwapDailyVolume_filter; - polygonzkevm_swap_SwapDailyVolume_orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy; - polygonzkevm_swap_SwapHourlyVolume: ResolverTypeWrapper; - polygonzkevm_swap_SwapHourlyVolume_filter: polygonzkevm_swap_SwapHourlyVolume_filter; - polygonzkevm_swap_SwapHourlyVolume_orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy; - polygonzkevm_swap_SwapTradeVolume: ResolversTypes['polygonzkevm_swap_SwapDailyVolume'] | ResolversTypes['polygonzkevm_swap_SwapHourlyVolume'] | ResolversTypes['polygonzkevm_swap_SwapWeeklyVolume']; - polygonzkevm_swap_SwapTradeVolume_filter: polygonzkevm_swap_SwapTradeVolume_filter; - polygonzkevm_swap_SwapTradeVolume_orderBy: polygonzkevm_swap_SwapTradeVolume_orderBy; - polygonzkevm_swap_SwapWeeklyVolume: ResolverTypeWrapper; - polygonzkevm_swap_SwapWeeklyVolume_filter: polygonzkevm_swap_SwapWeeklyVolume_filter; - polygonzkevm_swap_SwapWeeklyVolume_orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy; - polygonzkevm_swap_SystemInfo: ResolverTypeWrapper; - polygonzkevm_swap_SystemInfo_filter: polygonzkevm_swap_SystemInfo_filter; - polygonzkevm_swap_SystemInfo_orderBy: polygonzkevm_swap_SystemInfo_orderBy; - polygonzkevm_swap__Block_: ResolverTypeWrapper; - polygonzkevm_swap__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; - base_swap_Aggregation_interval: base_swap_Aggregation_interval; - base_swap_BigDecimal: ResolverTypeWrapper; - base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; - base_swap_Block_height: base_swap_Block_height; - base_swap_Bytes: ResolverTypeWrapper; - base_swap_Int8: ResolverTypeWrapper; - base_swap_LpAccount: ResolverTypeWrapper; - base_swap_LpAccountBalance: ResolverTypeWrapper; - base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; - base_swap_LpAccountBalance_orderBy: base_swap_LpAccountBalance_orderBy; - base_swap_LpAccount_filter: base_swap_LpAccount_filter; - base_swap_LpAccount_orderBy: base_swap_LpAccount_orderBy; - base_swap_LpToken: ResolverTypeWrapper; - base_swap_LpTokenEvent: ResolversTypes['base_swap_LpTransferEvent']; - base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; - base_swap_LpTokenEvent_orderBy: base_swap_LpTokenEvent_orderBy; - base_swap_LpToken_filter: base_swap_LpToken_filter; - base_swap_LpToken_orderBy: base_swap_LpToken_orderBy; - base_swap_LpTransferEvent: ResolverTypeWrapper; - base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; - base_swap_LpTransferEvent_orderBy: base_swap_LpTransferEvent_orderBy; - base_swap_OrderDirection: base_swap_OrderDirection; - base_swap_PooledToken: ResolverTypeWrapper; - base_swap_PooledToken_filter: base_swap_PooledToken_filter; - base_swap_PooledToken_orderBy: base_swap_PooledToken_orderBy; - base_swap_StableSwap: ResolverTypeWrapper; - base_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; - base_swap_StableSwapAddLiquidityEvent_orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy; - base_swap_StableSwapEvent: ResolversTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['base_swap_StableSwapRemoveLiquidityEvent']; - base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; - base_swap_StableSwapEvent_orderBy: base_swap_StableSwapEvent_orderBy; - base_swap_StableSwapExchange: ResolverTypeWrapper; - base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; - base_swap_StableSwapExchange_orderBy: base_swap_StableSwapExchange_orderBy; - base_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; - base_swap_StableSwapRemoveLiquidityEvent_orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy; - base_swap_StableSwap_filter: base_swap_StableSwap_filter; - base_swap_StableSwap_orderBy: base_swap_StableSwap_orderBy; - base_swap_SwapDailyVolume: ResolverTypeWrapper; - base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; - base_swap_SwapDailyVolume_orderBy: base_swap_SwapDailyVolume_orderBy; - base_swap_SwapHourlyVolume: ResolverTypeWrapper; - base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; - base_swap_SwapHourlyVolume_orderBy: base_swap_SwapHourlyVolume_orderBy; - base_swap_SwapTradeVolume: ResolversTypes['base_swap_SwapDailyVolume'] | ResolversTypes['base_swap_SwapHourlyVolume'] | ResolversTypes['base_swap_SwapWeeklyVolume']; - base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; - base_swap_SwapTradeVolume_orderBy: base_swap_SwapTradeVolume_orderBy; - base_swap_SwapWeeklyVolume: ResolverTypeWrapper; - base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; - base_swap_SwapWeeklyVolume_orderBy: base_swap_SwapWeeklyVolume_orderBy; - base_swap_SystemInfo: ResolverTypeWrapper; - base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; - base_swap_SystemInfo_orderBy: base_swap_SystemInfo_orderBy; - base_swap__Block_: ResolverTypeWrapper; - base_swap__Meta_: ResolverTypeWrapper; - 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; - 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; - 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; - 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_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; - 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; - 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; - xdai_swap_Aggregation_interval: xdai_swap_Aggregation_interval; - xdai_swap_BigDecimal: ResolverTypeWrapper; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: ResolverTypeWrapper; - xdai_swap_Int8: ResolverTypeWrapper; - xdai_swap_LpAccount: ResolverTypeWrapper; - xdai_swap_LpAccountBalance: ResolverTypeWrapper; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; - xdai_swap_LpToken: ResolverTypeWrapper; - xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; - xdai_swap_LpTransferEvent: ResolverTypeWrapper; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; - xdai_swap_OrderDirection: xdai_swap_OrderDirection; - xdai_swap_PooledToken: ResolverTypeWrapper; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; - xdai_swap_StableSwap: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; - xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; - xdai_swap_StableSwapExchange: ResolverTypeWrapper; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; - xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; - xdai_swap_SwapDailyVolume: ResolverTypeWrapper; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; - xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; - xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; - xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; - xdai_swap_SystemInfo: ResolverTypeWrapper; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; - xdai_swap__Block_: ResolverTypeWrapper; - xdai_swap__Meta_: ResolverTypeWrapper; - polygon_swap_Aggregation_interval: polygon_swap_Aggregation_interval; - polygon_swap_BigDecimal: ResolverTypeWrapper; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: ResolverTypeWrapper; - polygon_swap_Int8: ResolverTypeWrapper; - polygon_swap_LpAccount: ResolverTypeWrapper; - polygon_swap_LpAccountBalance: ResolverTypeWrapper; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccountBalance_orderBy: polygon_swap_LpAccountBalance_orderBy; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpAccount_orderBy: polygon_swap_LpAccount_orderBy; - polygon_swap_LpToken: ResolverTypeWrapper; - polygon_swap_LpTokenEvent: ResolversTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpTokenEvent_orderBy: polygon_swap_LpTokenEvent_orderBy; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpToken_orderBy: polygon_swap_LpToken_orderBy; - polygon_swap_LpTransferEvent: ResolverTypeWrapper; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_LpTransferEvent_orderBy: polygon_swap_LpTransferEvent_orderBy; - polygon_swap_OrderDirection: polygon_swap_OrderDirection; - polygon_swap_PooledToken: ResolverTypeWrapper; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_PooledToken_orderBy: polygon_swap_PooledToken_orderBy; - polygon_swap_StableSwap: ResolverTypeWrapper; - polygon_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapAddLiquidityEvent_orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy; - polygon_swap_StableSwapEvent: ResolversTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapEvent_orderBy: polygon_swap_StableSwapEvent_orderBy; - polygon_swap_StableSwapExchange: ResolverTypeWrapper; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapExchange_orderBy: polygon_swap_StableSwapExchange_orderBy; - polygon_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwapRemoveLiquidityEvent_orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_StableSwap_orderBy: polygon_swap_StableSwap_orderBy; - polygon_swap_SwapDailyVolume: ResolverTypeWrapper; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapDailyVolume_orderBy: polygon_swap_SwapDailyVolume_orderBy; - polygon_swap_SwapHourlyVolume: ResolverTypeWrapper; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapHourlyVolume_orderBy: polygon_swap_SwapHourlyVolume_orderBy; - polygon_swap_SwapTradeVolume: ResolversTypes['polygon_swap_SwapDailyVolume'] | ResolversTypes['polygon_swap_SwapHourlyVolume'] | ResolversTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapTradeVolume_orderBy: polygon_swap_SwapTradeVolume_orderBy; - polygon_swap_SwapWeeklyVolume: ResolverTypeWrapper; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SwapWeeklyVolume_orderBy: polygon_swap_SwapWeeklyVolume_orderBy; - polygon_swap_SystemInfo: ResolverTypeWrapper; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap_SystemInfo_orderBy: polygon_swap_SystemInfo_orderBy; - polygon_swap__Block_: ResolverTypeWrapper; - polygon_swap__Meta_: ResolverTypeWrapper; - optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; - optimism_swap_BigDecimal: ResolverTypeWrapper; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: ResolverTypeWrapper; - optimism_swap_Int8: ResolverTypeWrapper; - optimism_swap_LpAccount: ResolverTypeWrapper; - optimism_swap_LpAccountBalance: ResolverTypeWrapper; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; - optimism_swap_LpToken: ResolverTypeWrapper; - optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; - optimism_swap_LpTransferEvent: ResolverTypeWrapper; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; - optimism_swap_OrderDirection: optimism_swap_OrderDirection; - optimism_swap_PooledToken: ResolverTypeWrapper; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; - optimism_swap_StableSwap: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; - optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; - optimism_swap_StableSwapExchange: ResolverTypeWrapper; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; - optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; - optimism_swap_SwapDailyVolume: ResolverTypeWrapper; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; - optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; - optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; - optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; - optimism_swap_SystemInfo: ResolverTypeWrapper; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; - optimism_swap__Block_: ResolverTypeWrapper; - optimism_swap__Meta_: ResolverTypeWrapper; - 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_ZkSyncConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; - stagingmainnet_ZkSyncConnectorMeta_orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy; - stagingmainnet__Block_: ResolverTypeWrapper; - stagingmainnet__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; - metis_swap_BigDecimal: ResolverTypeWrapper; - metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; - metis_swap_Block_height: metis_swap_Block_height; - metis_swap_Bytes: ResolverTypeWrapper; - metis_swap_Int8: ResolverTypeWrapper; - metis_swap_LpAccount: ResolverTypeWrapper; - metis_swap_LpAccountBalance: ResolverTypeWrapper; - metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; - metis_swap_LpAccountBalance_orderBy: metis_swap_LpAccountBalance_orderBy; - metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; - metis_swap_LpAccount_orderBy: metis_swap_LpAccount_orderBy; - metis_swap_LpToken: ResolverTypeWrapper; - metis_swap_LpTokenEvent: ResolversTypes['metis_swap_LpTransferEvent']; - metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; - metis_swap_LpTokenEvent_orderBy: metis_swap_LpTokenEvent_orderBy; - metis_swap_LpToken_filter: metis_swap_LpToken_filter; - metis_swap_LpToken_orderBy: metis_swap_LpToken_orderBy; - metis_swap_LpTransferEvent: ResolverTypeWrapper; - metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; - metis_swap_LpTransferEvent_orderBy: metis_swap_LpTransferEvent_orderBy; - metis_swap_OrderDirection: metis_swap_OrderDirection; - metis_swap_PooledToken: ResolverTypeWrapper; - metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; - metis_swap_PooledToken_orderBy: metis_swap_PooledToken_orderBy; - metis_swap_StableSwap: ResolverTypeWrapper; - metis_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; - metis_swap_StableSwapAddLiquidityEvent_orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy; - metis_swap_StableSwapEvent: ResolversTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['metis_swap_StableSwapRemoveLiquidityEvent']; - metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; - metis_swap_StableSwapEvent_orderBy: metis_swap_StableSwapEvent_orderBy; - metis_swap_StableSwapExchange: ResolverTypeWrapper; - metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; - metis_swap_StableSwapExchange_orderBy: metis_swap_StableSwapExchange_orderBy; - metis_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; - metis_swap_StableSwapRemoveLiquidityEvent_orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy; - metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; - metis_swap_StableSwap_orderBy: metis_swap_StableSwap_orderBy; - metis_swap_SwapDailyVolume: ResolverTypeWrapper; - metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; - metis_swap_SwapDailyVolume_orderBy: metis_swap_SwapDailyVolume_orderBy; - metis_swap_SwapHourlyVolume: ResolverTypeWrapper; - metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; - metis_swap_SwapHourlyVolume_orderBy: metis_swap_SwapHourlyVolume_orderBy; - metis_swap_SwapTradeVolume: ResolversTypes['metis_swap_SwapDailyVolume'] | ResolversTypes['metis_swap_SwapHourlyVolume'] | ResolversTypes['metis_swap_SwapWeeklyVolume']; - metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; - metis_swap_SwapTradeVolume_orderBy: metis_swap_SwapTradeVolume_orderBy; - metis_swap_SwapWeeklyVolume: ResolverTypeWrapper; - metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; - metis_swap_SwapWeeklyVolume_orderBy: metis_swap_SwapWeeklyVolume_orderBy; - metis_swap_SystemInfo: ResolverTypeWrapper; - metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; - metis_swap_SystemInfo_orderBy: metis_swap_SystemInfo_orderBy; - metis_swap__Block_: ResolverTypeWrapper; - metis_swap__Meta_: ResolverTypeWrapper; - zksync_swap_Aggregation_interval: zksync_swap_Aggregation_interval; - zksync_swap_BigDecimal: ResolverTypeWrapper; - zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; - zksync_swap_Block_height: zksync_swap_Block_height; - zksync_swap_Bytes: ResolverTypeWrapper; - zksync_swap_Int8: ResolverTypeWrapper; - zksync_swap_LpAccount: ResolverTypeWrapper; - zksync_swap_LpAccountBalance: ResolverTypeWrapper; - zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; - zksync_swap_LpAccountBalance_orderBy: zksync_swap_LpAccountBalance_orderBy; - zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; - zksync_swap_LpAccount_orderBy: zksync_swap_LpAccount_orderBy; - zksync_swap_LpToken: ResolverTypeWrapper; - zksync_swap_LpTokenEvent: ResolversTypes['zksync_swap_LpTransferEvent']; - zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; - zksync_swap_LpTokenEvent_orderBy: zksync_swap_LpTokenEvent_orderBy; - zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; - zksync_swap_LpToken_orderBy: zksync_swap_LpToken_orderBy; - zksync_swap_LpTransferEvent: ResolverTypeWrapper; - zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; - zksync_swap_LpTransferEvent_orderBy: zksync_swap_LpTransferEvent_orderBy; - zksync_swap_OrderDirection: zksync_swap_OrderDirection; - zksync_swap_PooledToken: ResolverTypeWrapper; - zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; - zksync_swap_PooledToken_orderBy: zksync_swap_PooledToken_orderBy; - zksync_swap_StableSwap: ResolverTypeWrapper; - zksync_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; - zksync_swap_StableSwapAddLiquidityEvent_orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy; - zksync_swap_StableSwapEvent: ResolversTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; - zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; - zksync_swap_StableSwapEvent_orderBy: zksync_swap_StableSwapEvent_orderBy; - zksync_swap_StableSwapExchange: ResolverTypeWrapper; - zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; - zksync_swap_StableSwapExchange_orderBy: zksync_swap_StableSwapExchange_orderBy; - zksync_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; - zksync_swap_StableSwapRemoveLiquidityEvent_orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy; - zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; - zksync_swap_StableSwap_orderBy: zksync_swap_StableSwap_orderBy; - zksync_swap_SwapDailyVolume: ResolverTypeWrapper; - zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; - zksync_swap_SwapDailyVolume_orderBy: zksync_swap_SwapDailyVolume_orderBy; - zksync_swap_SwapHourlyVolume: ResolverTypeWrapper; - zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; - zksync_swap_SwapHourlyVolume_orderBy: zksync_swap_SwapHourlyVolume_orderBy; - zksync_swap_SwapTradeVolume: ResolversTypes['zksync_swap_SwapDailyVolume'] | ResolversTypes['zksync_swap_SwapHourlyVolume'] | ResolversTypes['zksync_swap_SwapWeeklyVolume']; - zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; - zksync_swap_SwapTradeVolume_orderBy: zksync_swap_SwapTradeVolume_orderBy; - zksync_swap_SwapWeeklyVolume: ResolverTypeWrapper; - zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; - zksync_swap_SwapWeeklyVolume_orderBy: zksync_swap_SwapWeeklyVolume_orderBy; - zksync_swap_SystemInfo: ResolverTypeWrapper; - zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; - zksync_swap_SystemInfo_orderBy: zksync_swap_SystemInfo_orderBy; - zksync_swap__Block_: ResolverTypeWrapper; - zksync_swap__Meta_: ResolverTypeWrapper; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - polygonzkevm_AggregateRoot: ResolverTypeWrapper; - polygonzkevm_AggregateRootProposed: ResolverTypeWrapper; - polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; - polygonzkevm_AggregateRootProposed_orderBy: polygonzkevm_AggregateRootProposed_orderBy; - polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; - polygonzkevm_AggregateRoot_orderBy: polygonzkevm_AggregateRoot_orderBy; - polygonzkevm_Aggregation_interval: polygonzkevm_Aggregation_interval; - polygonzkevm_Asset: ResolverTypeWrapper; - polygonzkevm_AssetBalance: ResolverTypeWrapper; - polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; - polygonzkevm_AssetBalance_orderBy: polygonzkevm_AssetBalance_orderBy; - polygonzkevm_AssetStatus: ResolverTypeWrapper; - polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; - polygonzkevm_AssetStatus_orderBy: polygonzkevm_AssetStatus_orderBy; - polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; - polygonzkevm_Asset_orderBy: polygonzkevm_Asset_orderBy; - polygonzkevm_BigDecimal: ResolverTypeWrapper; - polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; - polygonzkevm_Block_height: polygonzkevm_Block_height; - polygonzkevm_Bytes: ResolverTypeWrapper; - polygonzkevm_ConnectorMeta: ResolverTypeWrapper; - polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; - polygonzkevm_ConnectorMeta_orderBy: polygonzkevm_ConnectorMeta_orderBy; - polygonzkevm_DestinationTransfer: ResolverTypeWrapper; - polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; - polygonzkevm_DestinationTransfer_orderBy: polygonzkevm_DestinationTransfer_orderBy; - polygonzkevm_Int8: ResolverTypeWrapper; - polygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; - polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; - polygonzkevm_OptimisticRootFinalized_orderBy: polygonzkevm_OptimisticRootFinalized_orderBy; - polygonzkevm_OrderDirection: polygonzkevm_OrderDirection; - polygonzkevm_OriginMessage: ResolverTypeWrapper; - polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; - polygonzkevm_OriginMessage_orderBy: polygonzkevm_OriginMessage_orderBy; - polygonzkevm_OriginTransfer: ResolverTypeWrapper; - polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; - polygonzkevm_OriginTransfer_orderBy: polygonzkevm_OriginTransfer_orderBy; - polygonzkevm_Relayer: ResolverTypeWrapper; - polygonzkevm_RelayerFee: ResolverTypeWrapper; - polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; - polygonzkevm_RelayerFee_orderBy: polygonzkevm_RelayerFee_orderBy; - polygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; - polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; - polygonzkevm_RelayerFeesIncrease_orderBy: polygonzkevm_RelayerFeesIncrease_orderBy; - polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; - polygonzkevm_Relayer_orderBy: polygonzkevm_Relayer_orderBy; - polygonzkevm_RootCount: ResolverTypeWrapper; - polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; - polygonzkevm_RootCount_orderBy: polygonzkevm_RootCount_orderBy; - polygonzkevm_RootMessageSent: ResolverTypeWrapper; - polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; - polygonzkevm_RootMessageSent_orderBy: polygonzkevm_RootMessageSent_orderBy; - polygonzkevm_Router: ResolverTypeWrapper; - polygonzkevm_RouterDailyTVL: ResolverTypeWrapper; - polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; - polygonzkevm_RouterDailyTVL_orderBy: polygonzkevm_RouterDailyTVL_orderBy; - polygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_RouterLiquidityEventType: polygonzkevm_RouterLiquidityEventType; - polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; - polygonzkevm_RouterLiquidityEvent_orderBy: polygonzkevm_RouterLiquidityEvent_orderBy; - polygonzkevm_Router_filter: polygonzkevm_Router_filter; - polygonzkevm_Router_orderBy: polygonzkevm_Router_orderBy; - polygonzkevm_Sequencer: ResolverTypeWrapper; - polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; - polygonzkevm_Sequencer_orderBy: polygonzkevm_Sequencer_orderBy; - polygonzkevm_Setting: ResolverTypeWrapper; - polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; - polygonzkevm_Setting_orderBy: polygonzkevm_Setting_orderBy; - polygonzkevm_SlippageUpdate: ResolverTypeWrapper; - polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; - polygonzkevm_SlippageUpdate_orderBy: polygonzkevm_SlippageUpdate_orderBy; - polygonzkevm_SnapshotRoot: ResolverTypeWrapper; - polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; - polygonzkevm_SnapshotRoot_orderBy: polygonzkevm_SnapshotRoot_orderBy; - polygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; - polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; - polygonzkevm_SpokeConnectorMode_orderBy: polygonzkevm_SpokeConnectorMode_orderBy; - polygonzkevm_TransferStatus: polygonzkevm_TransferStatus; - polygonzkevm__Block_: ResolverTypeWrapper; - polygonzkevm__Meta_: ResolverTypeWrapper; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - zksync_AggregateRoot: ResolverTypeWrapper; - zksync_AggregateRootProposed: ResolverTypeWrapper; - zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; - zksync_AggregateRootProposed_orderBy: zksync_AggregateRootProposed_orderBy; - zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; - zksync_AggregateRoot_orderBy: zksync_AggregateRoot_orderBy; - zksync_Aggregation_interval: zksync_Aggregation_interval; - zksync_Asset: ResolverTypeWrapper; - zksync_AssetBalance: ResolverTypeWrapper; - zksync_AssetBalance_filter: zksync_AssetBalance_filter; - zksync_AssetBalance_orderBy: zksync_AssetBalance_orderBy; - zksync_AssetStatus: ResolverTypeWrapper; - zksync_AssetStatus_filter: zksync_AssetStatus_filter; - zksync_AssetStatus_orderBy: zksync_AssetStatus_orderBy; - zksync_Asset_filter: zksync_Asset_filter; - zksync_Asset_orderBy: zksync_Asset_orderBy; - zksync_BigDecimal: ResolverTypeWrapper; - zksync_BlockChangedFilter: zksync_BlockChangedFilter; - zksync_Block_height: zksync_Block_height; - zksync_Bytes: ResolverTypeWrapper; - zksync_ConnectorMeta: ResolverTypeWrapper; - zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; - zksync_ConnectorMeta_orderBy: zksync_ConnectorMeta_orderBy; - zksync_DestinationTransfer: ResolverTypeWrapper; - zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; - zksync_DestinationTransfer_orderBy: zksync_DestinationTransfer_orderBy; - zksync_Int8: ResolverTypeWrapper; - zksync_OptimisticRootFinalized: ResolverTypeWrapper; - zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; - zksync_OptimisticRootFinalized_orderBy: zksync_OptimisticRootFinalized_orderBy; - zksync_OrderDirection: zksync_OrderDirection; - zksync_OriginMessage: ResolverTypeWrapper; - zksync_OriginMessage_filter: zksync_OriginMessage_filter; - zksync_OriginMessage_orderBy: zksync_OriginMessage_orderBy; - zksync_OriginTransfer: ResolverTypeWrapper; - zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; - zksync_OriginTransfer_orderBy: zksync_OriginTransfer_orderBy; - zksync_Relayer: ResolverTypeWrapper; - zksync_RelayerFee: ResolverTypeWrapper; - zksync_RelayerFee_filter: zksync_RelayerFee_filter; - zksync_RelayerFee_orderBy: zksync_RelayerFee_orderBy; - zksync_RelayerFeesIncrease: ResolverTypeWrapper; - zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; - zksync_RelayerFeesIncrease_orderBy: zksync_RelayerFeesIncrease_orderBy; - zksync_Relayer_filter: zksync_Relayer_filter; - zksync_Relayer_orderBy: zksync_Relayer_orderBy; - zksync_RootCount: ResolverTypeWrapper; - zksync_RootCount_filter: zksync_RootCount_filter; - zksync_RootCount_orderBy: zksync_RootCount_orderBy; - zksync_RootMessageSent: ResolverTypeWrapper; - zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; - zksync_RootMessageSent_orderBy: zksync_RootMessageSent_orderBy; - zksync_Router: ResolverTypeWrapper; - zksync_RouterDailyTVL: ResolverTypeWrapper; - zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; - zksync_RouterDailyTVL_orderBy: zksync_RouterDailyTVL_orderBy; - zksync_RouterLiquidityEvent: ResolverTypeWrapper; - zksync_RouterLiquidityEventType: zksync_RouterLiquidityEventType; - zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; - zksync_RouterLiquidityEvent_orderBy: zksync_RouterLiquidityEvent_orderBy; - zksync_Router_filter: zksync_Router_filter; - zksync_Router_orderBy: zksync_Router_orderBy; - zksync_Sequencer: ResolverTypeWrapper; - zksync_Sequencer_filter: zksync_Sequencer_filter; - zksync_Sequencer_orderBy: zksync_Sequencer_orderBy; - zksync_Setting: ResolverTypeWrapper; - zksync_Setting_filter: zksync_Setting_filter; - zksync_Setting_orderBy: zksync_Setting_orderBy; - zksync_SlippageUpdate: ResolverTypeWrapper; - zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; - zksync_SlippageUpdate_orderBy: zksync_SlippageUpdate_orderBy; - zksync_SnapshotRoot: ResolverTypeWrapper; - zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; - zksync_SnapshotRoot_orderBy: zksync_SnapshotRoot_orderBy; - zksync_SpokeConnectorMode: ResolverTypeWrapper; - zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; - zksync_SpokeConnectorMode_orderBy: zksync_SpokeConnectorMode_orderBy; - zksync_TransferStatus: zksync_TransferStatus; - zksync__Block_: ResolverTypeWrapper; - zksync__Meta_: ResolverTypeWrapper; - 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; - base_AggregateRoot: ResolverTypeWrapper; - base_AggregateRootProposed: ResolverTypeWrapper; - base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; - base_AggregateRootProposed_orderBy: base_AggregateRootProposed_orderBy; - base_AggregateRoot_filter: base_AggregateRoot_filter; - base_AggregateRoot_orderBy: base_AggregateRoot_orderBy; - base_Aggregation_interval: base_Aggregation_interval; - base_Asset: ResolverTypeWrapper; - base_AssetBalance: ResolverTypeWrapper; - base_AssetBalance_filter: base_AssetBalance_filter; - base_AssetBalance_orderBy: base_AssetBalance_orderBy; - base_AssetStatus: ResolverTypeWrapper; - base_AssetStatus_filter: base_AssetStatus_filter; - base_AssetStatus_orderBy: base_AssetStatus_orderBy; - base_Asset_filter: base_Asset_filter; - base_Asset_orderBy: base_Asset_orderBy; - base_BigDecimal: ResolverTypeWrapper; - base_BlockChangedFilter: base_BlockChangedFilter; - base_Block_height: base_Block_height; - base_Bytes: ResolverTypeWrapper; - base_ConnectorMeta: ResolverTypeWrapper; - base_ConnectorMeta_filter: base_ConnectorMeta_filter; - base_ConnectorMeta_orderBy: base_ConnectorMeta_orderBy; - base_DestinationTransfer: ResolverTypeWrapper; - base_DestinationTransfer_filter: base_DestinationTransfer_filter; - base_DestinationTransfer_orderBy: base_DestinationTransfer_orderBy; - base_Int8: ResolverTypeWrapper; - base_OptimisticRootFinalized: ResolverTypeWrapper; - base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; - base_OptimisticRootFinalized_orderBy: base_OptimisticRootFinalized_orderBy; - base_OrderDirection: base_OrderDirection; - base_OriginMessage: ResolverTypeWrapper; - base_OriginMessage_filter: base_OriginMessage_filter; - base_OriginMessage_orderBy: base_OriginMessage_orderBy; - base_OriginTransfer: ResolverTypeWrapper; - base_OriginTransfer_filter: base_OriginTransfer_filter; - base_OriginTransfer_orderBy: base_OriginTransfer_orderBy; - base_Relayer: ResolverTypeWrapper; - base_RelayerFee: ResolverTypeWrapper; - base_RelayerFee_filter: base_RelayerFee_filter; - base_RelayerFee_orderBy: base_RelayerFee_orderBy; - base_RelayerFeesIncrease: ResolverTypeWrapper; - base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; - base_RelayerFeesIncrease_orderBy: base_RelayerFeesIncrease_orderBy; - base_Relayer_filter: base_Relayer_filter; - base_Relayer_orderBy: base_Relayer_orderBy; - base_RootCount: ResolverTypeWrapper; - base_RootCount_filter: base_RootCount_filter; - base_RootCount_orderBy: base_RootCount_orderBy; - base_RootMessageSent: ResolverTypeWrapper; - base_RootMessageSent_filter: base_RootMessageSent_filter; - base_RootMessageSent_orderBy: base_RootMessageSent_orderBy; - base_Router: ResolverTypeWrapper; - base_RouterDailyTVL: ResolverTypeWrapper; - base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; - base_RouterDailyTVL_orderBy: base_RouterDailyTVL_orderBy; - base_RouterLiquidityEvent: ResolverTypeWrapper; - base_RouterLiquidityEventType: base_RouterLiquidityEventType; - base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; - base_RouterLiquidityEvent_orderBy: base_RouterLiquidityEvent_orderBy; - base_Router_filter: base_Router_filter; - base_Router_orderBy: base_Router_orderBy; - base_Sequencer: ResolverTypeWrapper; - base_Sequencer_filter: base_Sequencer_filter; - base_Sequencer_orderBy: base_Sequencer_orderBy; - base_Setting: ResolverTypeWrapper; - base_Setting_filter: base_Setting_filter; - base_Setting_orderBy: base_Setting_orderBy; - base_SlippageUpdate: ResolverTypeWrapper; - base_SlippageUpdate_filter: base_SlippageUpdate_filter; - base_SlippageUpdate_orderBy: base_SlippageUpdate_orderBy; - base_SnapshotRoot: ResolverTypeWrapper; - base_SnapshotRoot_filter: base_SnapshotRoot_filter; - base_SnapshotRoot_orderBy: base_SnapshotRoot_orderBy; - base_SpokeConnectorMode: ResolverTypeWrapper; - base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; - base_SpokeConnectorMode_orderBy: base_SpokeConnectorMode_orderBy; - base_TransferStatus: base_TransferStatus; - base__Block_: ResolverTypeWrapper; - base__Meta_: ResolverTypeWrapper; - stagingpolygonzkevm_AggregateRoot: ResolverTypeWrapper; - stagingpolygonzkevm_AggregateRootProposed: ResolverTypeWrapper; - stagingpolygonzkevm_AggregateRootProposed_filter: stagingpolygonzkevm_AggregateRootProposed_filter; - stagingpolygonzkevm_AggregateRootProposed_orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy; - stagingpolygonzkevm_AggregateRoot_filter: stagingpolygonzkevm_AggregateRoot_filter; - stagingpolygonzkevm_AggregateRoot_orderBy: stagingpolygonzkevm_AggregateRoot_orderBy; - stagingpolygonzkevm_Aggregation_interval: stagingpolygonzkevm_Aggregation_interval; - stagingpolygonzkevm_Asset: ResolverTypeWrapper; - stagingpolygonzkevm_AssetBalance: ResolverTypeWrapper; - stagingpolygonzkevm_AssetBalance_filter: stagingpolygonzkevm_AssetBalance_filter; - stagingpolygonzkevm_AssetBalance_orderBy: stagingpolygonzkevm_AssetBalance_orderBy; - stagingpolygonzkevm_AssetStatus: ResolverTypeWrapper; - stagingpolygonzkevm_AssetStatus_filter: stagingpolygonzkevm_AssetStatus_filter; - stagingpolygonzkevm_AssetStatus_orderBy: stagingpolygonzkevm_AssetStatus_orderBy; - stagingpolygonzkevm_Asset_filter: stagingpolygonzkevm_Asset_filter; - stagingpolygonzkevm_Asset_orderBy: stagingpolygonzkevm_Asset_orderBy; - stagingpolygonzkevm_BigDecimal: ResolverTypeWrapper; - stagingpolygonzkevm_BlockChangedFilter: stagingpolygonzkevm_BlockChangedFilter; - stagingpolygonzkevm_Block_height: stagingpolygonzkevm_Block_height; - stagingpolygonzkevm_Bytes: ResolverTypeWrapper; - stagingpolygonzkevm_ConnectorMeta: ResolverTypeWrapper; - stagingpolygonzkevm_ConnectorMeta_filter: stagingpolygonzkevm_ConnectorMeta_filter; - stagingpolygonzkevm_ConnectorMeta_orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy; - stagingpolygonzkevm_DestinationTransfer: ResolverTypeWrapper; - stagingpolygonzkevm_DestinationTransfer_filter: stagingpolygonzkevm_DestinationTransfer_filter; - stagingpolygonzkevm_DestinationTransfer_orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy; - stagingpolygonzkevm_Int8: ResolverTypeWrapper; - stagingpolygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; - stagingpolygonzkevm_OptimisticRootFinalized_filter: stagingpolygonzkevm_OptimisticRootFinalized_filter; - stagingpolygonzkevm_OptimisticRootFinalized_orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy; - stagingpolygonzkevm_OrderDirection: stagingpolygonzkevm_OrderDirection; - stagingpolygonzkevm_OriginMessage: ResolverTypeWrapper; - stagingpolygonzkevm_OriginMessage_filter: stagingpolygonzkevm_OriginMessage_filter; - stagingpolygonzkevm_OriginMessage_orderBy: stagingpolygonzkevm_OriginMessage_orderBy; - stagingpolygonzkevm_OriginTransfer: ResolverTypeWrapper; - stagingpolygonzkevm_OriginTransfer_filter: stagingpolygonzkevm_OriginTransfer_filter; - stagingpolygonzkevm_OriginTransfer_orderBy: stagingpolygonzkevm_OriginTransfer_orderBy; - stagingpolygonzkevm_Relayer: ResolverTypeWrapper; - stagingpolygonzkevm_RelayerFee: ResolverTypeWrapper; - stagingpolygonzkevm_RelayerFee_filter: stagingpolygonzkevm_RelayerFee_filter; - stagingpolygonzkevm_RelayerFee_orderBy: stagingpolygonzkevm_RelayerFee_orderBy; - stagingpolygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; - stagingpolygonzkevm_RelayerFeesIncrease_filter: stagingpolygonzkevm_RelayerFeesIncrease_filter; - stagingpolygonzkevm_RelayerFeesIncrease_orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy; - stagingpolygonzkevm_Relayer_filter: stagingpolygonzkevm_Relayer_filter; - stagingpolygonzkevm_Relayer_orderBy: stagingpolygonzkevm_Relayer_orderBy; - stagingpolygonzkevm_RootCount: ResolverTypeWrapper; - stagingpolygonzkevm_RootCount_filter: stagingpolygonzkevm_RootCount_filter; - stagingpolygonzkevm_RootCount_orderBy: stagingpolygonzkevm_RootCount_orderBy; - stagingpolygonzkevm_RootMessageSent: ResolverTypeWrapper; - stagingpolygonzkevm_RootMessageSent_filter: stagingpolygonzkevm_RootMessageSent_filter; - stagingpolygonzkevm_RootMessageSent_orderBy: stagingpolygonzkevm_RootMessageSent_orderBy; - stagingpolygonzkevm_Router: ResolverTypeWrapper; - stagingpolygonzkevm_RouterDailyTVL: ResolverTypeWrapper; - stagingpolygonzkevm_RouterDailyTVL_filter: stagingpolygonzkevm_RouterDailyTVL_filter; - stagingpolygonzkevm_RouterDailyTVL_orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy; - stagingpolygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; - stagingpolygonzkevm_RouterLiquidityEventType: stagingpolygonzkevm_RouterLiquidityEventType; - stagingpolygonzkevm_RouterLiquidityEvent_filter: stagingpolygonzkevm_RouterLiquidityEvent_filter; - stagingpolygonzkevm_RouterLiquidityEvent_orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy; - stagingpolygonzkevm_Router_filter: stagingpolygonzkevm_Router_filter; - stagingpolygonzkevm_Router_orderBy: stagingpolygonzkevm_Router_orderBy; - stagingpolygonzkevm_Sequencer: ResolverTypeWrapper; - stagingpolygonzkevm_Sequencer_filter: stagingpolygonzkevm_Sequencer_filter; - stagingpolygonzkevm_Sequencer_orderBy: stagingpolygonzkevm_Sequencer_orderBy; - stagingpolygonzkevm_Setting: ResolverTypeWrapper; - stagingpolygonzkevm_Setting_filter: stagingpolygonzkevm_Setting_filter; - stagingpolygonzkevm_Setting_orderBy: stagingpolygonzkevm_Setting_orderBy; - stagingpolygonzkevm_SlippageUpdate: ResolverTypeWrapper; - stagingpolygonzkevm_SlippageUpdate_filter: stagingpolygonzkevm_SlippageUpdate_filter; - stagingpolygonzkevm_SlippageUpdate_orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy; - stagingpolygonzkevm_SnapshotRoot: ResolverTypeWrapper; - stagingpolygonzkevm_SnapshotRoot_filter: stagingpolygonzkevm_SnapshotRoot_filter; - stagingpolygonzkevm_SnapshotRoot_orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy; - stagingpolygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; - stagingpolygonzkevm_SpokeConnectorMode_filter: stagingpolygonzkevm_SpokeConnectorMode_filter; - stagingpolygonzkevm_SpokeConnectorMode_orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy; - stagingpolygonzkevm_TransferStatus: stagingpolygonzkevm_TransferStatus; - stagingpolygonzkevm__Block_: ResolverTypeWrapper; - stagingpolygonzkevm__Meta_: ResolverTypeWrapper; - 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; - 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; +export type stagingmantle_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmantle_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingmantle_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmantle_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmantle_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingmantle_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmantle_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingmantle_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingmantle_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type stagingmantle_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmantle_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type stagingmantle_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmantle_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmantle_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmantle_Bytes']; +}; + +export type stagingmantle_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type stagingmantle_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingmantle_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmantle_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingmantle_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingmantle_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmantle_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type stagingmantle_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmantle_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingmantle_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmantle_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingmantle_Router; + asset: stagingmantle_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingmantle_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingmantle_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingmantle_Router; + asset: stagingmantle_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingmantle_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmantle_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmantle_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingmantle_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmantle_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmantle_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingmantle_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmantle_Bytes']; +}; + +export type stagingmantle_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmantle_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmantle_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmantle_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingmantle_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingmantle_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmantle_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type stagingmantle_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmantle__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingmantle__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingmantle__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type metis_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['metis_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type metis_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['metis_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type metis_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 metis_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type metis_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_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type metis_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_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: metis_Router; + asset: metis_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type metis_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type metis_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 metis_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type metis_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 metis_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type metis_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 metis_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type metis_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type metis_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type metis_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type metis_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 metis_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type metis_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 metis_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type metis_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type metis_OrderDirection = + | 'asc' + | 'desc'; + +export type metis_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type metis_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 metis_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type metis_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 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; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type metis_Relayer = { + id: Scalars['ID']; + 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']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type metis_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 metis_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 metis_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 metis_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type metis_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +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 metis_RootCount_orderBy = + | 'id' + | 'count'; + +export type metis_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 metis_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 metis_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type metis_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type metis_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_RouterDailyTVL = { + id: Scalars['ID']; + router: metis_Router; + asset: metis_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type metis_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 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 optimism_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['optimism_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['optimism_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type optimism_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type optimism_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type optimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type optimism_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: optimism_Router; + asset: optimism_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type optimism_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type optimism_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type optimism_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type optimism_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type optimism_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimism_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimism_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type optimism_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type optimism_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type optimism_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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 optimism_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['optimism_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type optimism_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type optimism_OrderDirection = + | 'asc' + | 'desc'; + +export type optimism_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type optimism_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type optimism_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type optimism_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type optimism_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type optimism_RelayerFee = { + id: Scalars['ID']; + transfer: optimism_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['optimism_Bytes']; +}; + +export type optimism_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type optimism_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: optimism_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type optimism_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type optimism_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type optimism_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RootCount_orderBy = + | 'id' + | 'count'; + +export type optimism_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type optimism_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type optimism_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type optimism_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_RouterDailyTVL = { + id: Scalars['ID']; + router: optimism_Router; + asset: optimism_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type optimism_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type optimism_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: optimism_Router; + asset: optimism_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['optimism_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type optimism_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type optimism_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type optimism_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type optimism_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type optimism_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['optimism_Bytes']; +}; + +export type optimism_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type optimism_SlippageUpdate = { + id: Scalars['ID']; + transfer: optimism_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type optimism_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['optimism_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_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 optimism_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type optimism_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type optimism_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 optimism_SpokeConnectorMode_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 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; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_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 x1testnet_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 x1testnet_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type x1testnet_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 x1testnet_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type x1testnet_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 x1testnet_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type x1testnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type x1testnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type x1testnet_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type x1testnet_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 x1testnet_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type x1testnet_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 x1testnet_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type x1testnet_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type x1testnet_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 x1testnet_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['x1testnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type x1testnet_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type x1testnet_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type x1testnet_OrderDirection = + | 'asc' + | 'desc'; + +export type x1testnet_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type x1testnet_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 x1testnet_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type x1testnet_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 x1testnet_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type x1testnet_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type x1testnet_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type x1testnet_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type x1testnet_RelayerFee = { + id: Scalars['ID']; + transfer: x1testnet_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['x1testnet_Bytes']; +}; + +export type x1testnet_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 x1testnet_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 x1testnet_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: x1testnet_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['x1testnet_Bytes']; + transactionHash: Scalars['x1testnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type x1testnet_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 x1testnet_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 x1testnet_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 x1testnet_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type x1testnet_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type x1testnet_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_RootCount_orderBy = + | 'id' + | 'count'; + +export type x1testnet_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 x1testnet_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 x1testnet_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type x1testnet_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type x1testnet_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type x1testnet_RouterDailyTVL = { + id: Scalars['ID']; + router: x1testnet_Router; + asset: x1testnet_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type x1testnet_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 x1testnet_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 x1testnet_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: x1testnet_Router; + asset: x1testnet_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['x1testnet_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type x1testnet_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type x1testnet_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 x1testnet_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 x1testnet_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 x1testnet_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type x1testnet_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type x1testnet_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 x1testnet_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type x1testnet_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['x1testnet_Bytes']; +}; + +export type x1testnet_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 x1testnet_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type x1testnet_SlippageUpdate = { + id: Scalars['ID']; + transfer: x1testnet_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['x1testnet_Bytes']; + transactionHash: Scalars['x1testnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type x1testnet_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 x1testnet_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 x1testnet_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['x1testnet_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type x1testnet_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 x1testnet_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type x1testnet_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type x1testnet_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 x1testnet_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type x1testnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type x1testnet__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 x1testnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: x1testnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type WithIndex = TObject & Record; +export type ResolversObject = WithIndex; + +export type ResolverTypeWrapper = Promise | T; + + +export type ResolverWithResolve = { + resolve: ResolverFn; +}; + +export type LegacyStitchingResolver = { + fragment: string; + resolve: ResolverFn; +}; + +export type NewStitchingResolver = { + selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); + resolve: ResolverFn; +}; +export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; +export type Resolver = + | ResolverFn + | ResolverWithResolve + | StitchingResolver; + +export type ResolverFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => Promise | TResult; + +export type SubscriptionSubscribeFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => AsyncIterable | Promise>; + +export type SubscriptionResolveFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => TResult | Promise; + +export interface SubscriptionSubscriberObject { + subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; + resolve?: SubscriptionResolveFn; +} + +export interface SubscriptionResolverObject { + subscribe: SubscriptionSubscribeFn; + resolve: SubscriptionResolveFn; +} + +export type SubscriptionObject = + | SubscriptionSubscriberObject + | SubscriptionResolverObject; + +export type SubscriptionResolver = + | ((...args: any[]) => SubscriptionObject) + | SubscriptionObject; + +export type TypeResolveFn = ( + parent: TParent, + context: TContext, + info: GraphQLResolveInfo +) => Maybe | Promise>; + +export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; + +export type NextResolverFn = () => Promise; + +export type DirectiveResolverFn = ( + next: NextResolverFn, + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => TResult | Promise; + + + +/** Mapping between all available schema types and the resolvers types */ +export type ResolversTypes = ResolversObject<{ + Query: ResolverTypeWrapper<{}>; + Subscription: ResolverTypeWrapper<{}>; + 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_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; - BigInt: Scalars['BigInt']; + testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; + testoptimismgoerli_BigDecimal: ResolverTypeWrapper; + BigInt: ResolverTypeWrapper; testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - Boolean: Scalars['Boolean']; - testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; - testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; + Boolean: ResolverTypeWrapper; + testoptimismgoerli_Bytes: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; 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_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_Relayer: testoptimismgoerli_Relayer; + testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; + testoptimismgoerli_Relayer: ResolverTypeWrapper; testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Router: testoptimismgoerli_Router; + testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; + testoptimismgoerli_Router: ResolverTypeWrapper; testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Setting: testoptimismgoerli_Setting; + testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; + testoptimismgoerli_Setting: ResolverTypeWrapper; testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; + testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; + testoptimismgoerli_SponsorVault: ResolverTypeWrapper; testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; + testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; + testoptimismgoerli_StableSwap: ResolverTypeWrapper; testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - String: Scalars['String']; - testoptimismgoerli__Block_: testoptimismgoerli__Block_; - testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; - mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; + testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; + String: ResolverTypeWrapper; + testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; + testoptimismgoerli__Block_: ResolverTypeWrapper; + testoptimismgoerli__Meta_: ResolverTypeWrapper; + _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; + stagingmumbai_swap_Aggregation_interval: stagingmumbai_swap_Aggregation_interval; + stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; + stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; + stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; + stagingmumbai_swap_Bytes: ResolverTypeWrapper; + stagingmumbai_swap_Int8: ResolverTypeWrapper; + stagingmumbai_swap_LpAccount: ResolverTypeWrapper; + stagingmumbai_swap_LpAccountBalance: ResolverTypeWrapper; + stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; + stagingmumbai_swap_LpAccountBalance_orderBy: stagingmumbai_swap_LpAccountBalance_orderBy; + stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; + stagingmumbai_swap_LpAccount_orderBy: stagingmumbai_swap_LpAccount_orderBy; + stagingmumbai_swap_LpToken: ResolverTypeWrapper; + stagingmumbai_swap_LpTokenEvent: ResolversTypes['stagingmumbai_swap_LpTransferEvent']; + stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; + stagingmumbai_swap_LpTokenEvent_orderBy: stagingmumbai_swap_LpTokenEvent_orderBy; + stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; + stagingmumbai_swap_LpToken_orderBy: stagingmumbai_swap_LpToken_orderBy; + stagingmumbai_swap_LpTransferEvent: ResolverTypeWrapper; + stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; + stagingmumbai_swap_LpTransferEvent_orderBy: stagingmumbai_swap_LpTransferEvent_orderBy; + stagingmumbai_swap_OrderDirection: stagingmumbai_swap_OrderDirection; + stagingmumbai_swap_PooledToken: ResolverTypeWrapper; + stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; + stagingmumbai_swap_PooledToken_orderBy: stagingmumbai_swap_PooledToken_orderBy; + stagingmumbai_swap_StableSwap: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; + stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy; + stagingmumbai_swap_StableSwapEvent: ResolversTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; + stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; + stagingmumbai_swap_StableSwapEvent_orderBy: stagingmumbai_swap_StableSwapEvent_orderBy; + stagingmumbai_swap_StableSwapExchange: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; + stagingmumbai_swap_StableSwapExchange_orderBy: stagingmumbai_swap_StableSwapExchange_orderBy; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; + stagingmumbai_swap_StableSwap_orderBy: stagingmumbai_swap_StableSwap_orderBy; + stagingmumbai_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; + stagingmumbai_swap_SwapDailyVolume_orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy; + stagingmumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; + stagingmumbai_swap_SwapHourlyVolume_orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy; + stagingmumbai_swap_SwapTradeVolume: ResolversTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversTypes['stagingmumbai_swap_SwapWeeklyVolume']; + stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; + stagingmumbai_swap_SwapTradeVolume_orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy; + stagingmumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; + stagingmumbai_swap_SwapWeeklyVolume_orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy; + stagingmumbai_swap_SystemInfo: ResolverTypeWrapper; + stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; + stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; + stagingmumbai_swap__Block_: ResolverTypeWrapper; + stagingmumbai_swap__Meta_: ResolverTypeWrapper; + staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; + staginggoerli_AggregatedMessageRoot: ResolverTypeWrapper; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_AggregatedMessageRoot_orderBy: staginggoerli_AggregatedMessageRoot_orderBy; + staginggoerli_Aggregation_interval: staginggoerli_Aggregation_interval; + staginggoerli_ArbitrumConnectorMeta: ResolverTypeWrapper; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; + staginggoerli_BigDecimal: ResolverTypeWrapper; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; + staginggoerli_Bytes: ResolverTypeWrapper; + staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; + staginggoerli_HubDomain: ResolverTypeWrapper; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubDomain_orderBy: staginggoerli_HubDomain_orderBy; + staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; + staginggoerli_Int8: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; + staginggoerli_OptimisticRootPropagated: ResolverTypeWrapper; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootPropagated_orderBy: staginggoerli_OptimisticRootPropagated_orderBy; + staginggoerli_OptimisticRootProposed: ResolverTypeWrapper; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_OptimisticRootProposed_orderBy: staginggoerli_OptimisticRootProposed_orderBy; + staginggoerli_OrderDirection: staginggoerli_OrderDirection; + staginggoerli_PolygonConnectorMeta: ResolverTypeWrapper; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_PolygonConnectorMeta_orderBy: staginggoerli_PolygonConnectorMeta_orderBy; + staginggoerli_RootAggregated: ResolverTypeWrapper; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootAggregated_orderBy: staginggoerli_RootAggregated_orderBy; + staginggoerli_RootManagerMeta: ResolverTypeWrapper; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMeta_orderBy: staginggoerli_RootManagerMeta_orderBy; + staginggoerli_RootManagerMode: ResolverTypeWrapper; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootManagerMode_orderBy: staginggoerli_RootManagerMode_orderBy; + staginggoerli_RootMessageProcessed: ResolverTypeWrapper; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootMessageProcessed_orderBy: staginggoerli_RootMessageProcessed_orderBy; + staginggoerli_RootPropagated: ResolverTypeWrapper; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; + staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; + staginggoerli__Block_: ResolverTypeWrapper; + staginggoerli__Meta_: ResolverTypeWrapper; + testgoerli_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; + 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; + 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: 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_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_LpToken: mumbai_swap_LpToken; - mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; + 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_LpTransferEvent: mumbai_swap_LpTransferEvent; + mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; + mumbai_swap_LpTransferEvent: ResolverTypeWrapper; mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_PooledToken: mumbai_swap_PooledToken; + 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_StableSwap: mumbai_swap_StableSwap; - mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; + 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_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + 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_StableSwapExchange: mumbai_swap_StableSwapExchange; + mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; + mumbai_swap_StableSwapExchange: ResolverTypeWrapper; mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; + 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_SwapDailyVolume: mumbai_swap_SwapDailyVolume; + mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; + mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; + mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; + mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; 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_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_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; + mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; + mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; + mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; + mumbai_swap_SystemInfo: ResolverTypeWrapper; mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap__Block_: mumbai_swap__Block_; - mumbai_swap__Meta_: mumbai_swap__Meta_; - goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; + mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; + mumbai_swap__Block_: ResolverTypeWrapper; + mumbai_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; + optimismgoerli_swap_Aggregation_interval: optimismgoerli_swap_Aggregation_interval; + optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; + optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; + optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; + optimismgoerli_swap_Bytes: ResolverTypeWrapper; + optimismgoerli_swap_Int8: ResolverTypeWrapper; + optimismgoerli_swap_LpAccount: ResolverTypeWrapper; + optimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; + optimismgoerli_swap_LpAccountBalance_orderBy: optimismgoerli_swap_LpAccountBalance_orderBy; + optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; + optimismgoerli_swap_LpAccount_orderBy: optimismgoerli_swap_LpAccount_orderBy; + optimismgoerli_swap_LpToken: ResolverTypeWrapper; + optimismgoerli_swap_LpTokenEvent: ResolversTypes['optimismgoerli_swap_LpTransferEvent']; + optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; + optimismgoerli_swap_LpTokenEvent_orderBy: optimismgoerli_swap_LpTokenEvent_orderBy; + optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; + optimismgoerli_swap_LpToken_orderBy: optimismgoerli_swap_LpToken_orderBy; + optimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; + optimismgoerli_swap_LpTransferEvent_orderBy: optimismgoerli_swap_LpTransferEvent_orderBy; + optimismgoerli_swap_OrderDirection: optimismgoerli_swap_OrderDirection; + optimismgoerli_swap_PooledToken: ResolverTypeWrapper; + optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; + optimismgoerli_swap_PooledToken_orderBy: optimismgoerli_swap_PooledToken_orderBy; + optimismgoerli_swap_StableSwap: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + optimismgoerli_swap_StableSwapEvent: ResolversTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; + optimismgoerli_swap_StableSwapEvent_orderBy: optimismgoerli_swap_StableSwapEvent_orderBy; + optimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; + optimismgoerli_swap_StableSwapExchange_orderBy: optimismgoerli_swap_StableSwapExchange_orderBy; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; + optimismgoerli_swap_StableSwap_orderBy: optimismgoerli_swap_StableSwap_orderBy; + optimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; + optimismgoerli_swap_SwapDailyVolume_orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy; + optimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; + optimismgoerli_swap_SwapHourlyVolume_orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy; + optimismgoerli_swap_SwapTradeVolume: ResolversTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['optimismgoerli_swap_SwapWeeklyVolume']; + optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; + optimismgoerli_swap_SwapTradeVolume_orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy; + optimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; + optimismgoerli_swap_SwapWeeklyVolume_orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy; + optimismgoerli_swap_SystemInfo: ResolverTypeWrapper; + optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; + optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; + optimismgoerli_swap__Block_: ResolverTypeWrapper; + optimismgoerli_swap__Meta_: ResolverTypeWrapper; + goerli_swap_Aggregation_interval: goerli_swap_Aggregation_interval; + goerli_swap_BigDecimal: ResolverTypeWrapper; 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_Bytes: ResolverTypeWrapper; + goerli_swap_Int8: ResolverTypeWrapper; + goerli_swap_LpAccount: ResolverTypeWrapper; + goerli_swap_LpAccountBalance: ResolverTypeWrapper; goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; + goerli_swap_LpAccountBalance_orderBy: goerli_swap_LpAccountBalance_orderBy; goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; - goerli_swap_LpToken: goerli_swap_LpToken; - goerli_swap_LpTokenEvent: ResolversParentTypes['goerli_swap_LpTransferEvent']; + goerli_swap_LpAccount_orderBy: goerli_swap_LpAccount_orderBy; + goerli_swap_LpToken: ResolverTypeWrapper; + goerli_swap_LpTokenEvent: ResolversTypes['goerli_swap_LpTransferEvent']; goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; + goerli_swap_LpTokenEvent_orderBy: goerli_swap_LpTokenEvent_orderBy; goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; - goerli_swap_LpTransferEvent: goerli_swap_LpTransferEvent; + goerli_swap_LpToken_orderBy: goerli_swap_LpToken_orderBy; + goerli_swap_LpTransferEvent: ResolverTypeWrapper; goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; - goerli_swap_PooledToken: goerli_swap_PooledToken; + goerli_swap_LpTransferEvent_orderBy: goerli_swap_LpTransferEvent_orderBy; + goerli_swap_OrderDirection: goerli_swap_OrderDirection; + goerli_swap_PooledToken: ResolverTypeWrapper; goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; - goerli_swap_StableSwap: goerli_swap_StableSwap; - goerli_swap_StableSwapAddLiquidityEvent: goerli_swap_StableSwapAddLiquidityEvent; + goerli_swap_PooledToken_orderBy: goerli_swap_PooledToken_orderBy; + goerli_swap_StableSwap: ResolverTypeWrapper; + goerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; - goerli_swap_StableSwapEvent: ResolversParentTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; + goerli_swap_StableSwapAddLiquidityEvent_orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy; + goerli_swap_StableSwapEvent: ResolversTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; - goerli_swap_StableSwapExchange: goerli_swap_StableSwapExchange; + goerli_swap_StableSwapEvent_orderBy: goerli_swap_StableSwapEvent_orderBy; + goerli_swap_StableSwapExchange: ResolverTypeWrapper; goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; - goerli_swap_StableSwapRemoveLiquidityEvent: goerli_swap_StableSwapRemoveLiquidityEvent; + goerli_swap_StableSwapExchange_orderBy: goerli_swap_StableSwapExchange_orderBy; + goerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; + goerli_swap_StableSwapRemoveLiquidityEvent_orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy; goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; - goerli_swap_SwapDailyVolume: goerli_swap_SwapDailyVolume; + goerli_swap_StableSwap_orderBy: goerli_swap_StableSwap_orderBy; + goerli_swap_SwapDailyVolume: ResolverTypeWrapper; goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; - goerli_swap_SwapHourlyVolume: goerli_swap_SwapHourlyVolume; + goerli_swap_SwapDailyVolume_orderBy: goerli_swap_SwapDailyVolume_orderBy; + goerli_swap_SwapHourlyVolume: ResolverTypeWrapper; 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_SwapHourlyVolume_orderBy: goerli_swap_SwapHourlyVolume_orderBy; + goerli_swap_SwapTradeVolume: ResolversTypes['goerli_swap_SwapDailyVolume'] | ResolversTypes['goerli_swap_SwapHourlyVolume'] | ResolversTypes['goerli_swap_SwapWeeklyVolume']; goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; - goerli_swap_SwapWeeklyVolume: goerli_swap_SwapWeeklyVolume; + goerli_swap_SwapTradeVolume_orderBy: goerli_swap_SwapTradeVolume_orderBy; + goerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; - goerli_swap_SystemInfo: goerli_swap_SystemInfo; + goerli_swap_SwapWeeklyVolume_orderBy: goerli_swap_SwapWeeklyVolume_orderBy; + goerli_swap_SystemInfo: ResolverTypeWrapper; goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; - goerli_swap__Block_: goerli_swap__Block_; - goerli_swap__Meta_: goerli_swap__Meta_; - staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; - staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_HubDomain: staginggoerli_HubDomain; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - staginggoerli_Int8: Scalars['staginggoerli_Int8']; - staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_RootAggregated: staginggoerli_RootAggregated; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootPropagated: staginggoerli_RootPropagated; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli__Block_: staginggoerli__Block_; - staginggoerli__Meta_: staginggoerli__Meta_; - testgoerli_Asset: testgoerli_Asset; - testgoerli_AssetBalance: testgoerli_AssetBalance; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: Scalars['testgoerli_Bytes']; - testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_Int8: Scalars['testgoerli_Int8']; - testgoerli_OriginTransfer: testgoerli_OriginTransfer; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_Relayer: testgoerli_Relayer; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Router: testgoerli_Router; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Setting: testgoerli_Setting; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_SponsorVault: testgoerli_SponsorVault; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_StableSwap: testgoerli_StableSwap; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli__Block_: testgoerli__Block_; - testgoerli__Meta_: testgoerli__Meta_; - goerli_AggregateRootSavedSlow: goerli_AggregateRootSavedSlow; + goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; + goerli_swap__Block_: ResolverTypeWrapper; + goerli_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; + 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; + 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_Aggregation_interval: goerli_Aggregation_interval; + 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_BigDecimal: ResolverTypeWrapper; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_Bytes: ResolverTypeWrapper; + 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_Int8: ResolverTypeWrapper; + goerli_OptimisticRootFinalized: ResolverTypeWrapper; + goerli_OptimisticRootFinalized_filter: goerli_OptimisticRootFinalized_filter; + goerli_OptimisticRootFinalized_orderBy: goerli_OptimisticRootFinalized_orderBy; + goerli_OrderDirection: goerli_OrderDirection; + 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; + goerli__Block_: ResolverTypeWrapper; + goerli__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; + 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; + 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; + 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; + goerli_AggregateRootSavedSlow: ResolverTypeWrapper; goerli_AggregateRootSavedSlow_filter: goerli_AggregateRootSavedSlow_filter; - goerli_AggregatedMessageRoot: goerli_AggregatedMessageRoot; + goerli_AggregateRootSavedSlow_orderBy: goerli_AggregateRootSavedSlow_orderBy; + goerli_AggregatedMessageRoot: ResolverTypeWrapper; goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; - goerli_ArbitrumConnectorMeta: goerli_ArbitrumConnectorMeta; + goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; + goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; - goerli_BaseConnectorMeta: goerli_BaseConnectorMeta; + goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; + goerli_BaseConnectorMeta: ResolverTypeWrapper; 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_BaseConnectorMeta_orderBy: goerli_BaseConnectorMeta_orderBy; + goerli_BnbConnectorMeta: ResolverTypeWrapper; goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; - goerli_Bytes: Scalars['goerli_Bytes']; - goerli_GnosisConnectorMeta: goerli_GnosisConnectorMeta; + goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; + goerli_GnosisConnectorMeta: ResolverTypeWrapper; goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; - goerli_HubDomain: goerli_HubDomain; + goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; + goerli_HubDomain: ResolverTypeWrapper; goerli_HubDomain_filter: goerli_HubDomain_filter; - goerli_HubOptimisticRootFinalized: goerli_HubOptimisticRootFinalized; + goerli_HubDomain_orderBy: goerli_HubDomain_orderBy; + goerli_HubOptimisticRootFinalized: ResolverTypeWrapper; goerli_HubOptimisticRootFinalized_filter: goerli_HubOptimisticRootFinalized_filter; - goerli_Int8: Scalars['goerli_Int8']; - goerli_LineaConnectorMeta: goerli_LineaConnectorMeta; + goerli_HubOptimisticRootFinalized_orderBy: goerli_HubOptimisticRootFinalized_orderBy; + goerli_LineaConnectorMeta: ResolverTypeWrapper; goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; - goerli_OptimismConnectorMeta: goerli_OptimismConnectorMeta; + goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; + goerli_OptimismConnectorMeta: ResolverTypeWrapper; goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; - goerli_OptimisticRootPropagated: goerli_OptimisticRootPropagated; + goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; + goerli_OptimisticRootPropagated: ResolverTypeWrapper; goerli_OptimisticRootPropagated_filter: goerli_OptimisticRootPropagated_filter; - goerli_OptimisticRootProposed: goerli_OptimisticRootProposed; + goerli_OptimisticRootPropagated_orderBy: goerli_OptimisticRootPropagated_orderBy; + goerli_OptimisticRootProposed: ResolverTypeWrapper; goerli_OptimisticRootProposed_filter: goerli_OptimisticRootProposed_filter; - goerli_PolygonConnectorMeta: goerli_PolygonConnectorMeta; + goerli_OptimisticRootProposed_orderBy: goerli_OptimisticRootProposed_orderBy; + goerli_PolygonConnectorMeta: ResolverTypeWrapper; goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; - goerli_RootAggregated: goerli_RootAggregated; + goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; + goerli_RootAggregated: ResolverTypeWrapper; goerli_RootAggregated_filter: goerli_RootAggregated_filter; - goerli_RootManagerMeta: goerli_RootManagerMeta; + goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; + goerli_RootManagerMeta: ResolverTypeWrapper; goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; - goerli_RootManagerMode: goerli_RootManagerMode; + goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; + goerli_RootManagerMode: ResolverTypeWrapper; goerli_RootManagerMode_filter: goerli_RootManagerMode_filter; - goerli_RootMessageProcessed: goerli_RootMessageProcessed; + goerli_RootManagerMode_orderBy: goerli_RootManagerMode_orderBy; + goerli_RootMessageProcessed: ResolverTypeWrapper; goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; - goerli_RootPropagated: goerli_RootPropagated; + goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; + goerli_RootPropagated: ResolverTypeWrapper; goerli_RootPropagated_filter: goerli_RootPropagated_filter; - goerli_X1ConnectorMeta: goerli_X1ConnectorMeta; + goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; + goerli_X1ConnectorMeta: ResolverTypeWrapper; goerli_X1ConnectorMeta_filter: goerli_X1ConnectorMeta_filter; - goerli_ZkSyncConnectorMeta: goerli_ZkSyncConnectorMeta; + goerli_X1ConnectorMeta_orderBy: goerli_X1ConnectorMeta_orderBy; + goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; - goerli__Block_: goerli__Block_; - goerli__Meta_: goerli__Meta_; - stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; - stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; - stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; - stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; - stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; - stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; - stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; - optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; - optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; - optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; - optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; - optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; - optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; - optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; - mainnet_AggregateRootSavedSlow: mainnet_AggregateRootSavedSlow; + goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; + 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_AvalancheConnectorMeta: ResolverTypeWrapper; + localmainnet_AvalancheConnectorMeta_filter: localmainnet_AvalancheConnectorMeta_filter; + localmainnet_AvalancheConnectorMeta_orderBy: localmainnet_AvalancheConnectorMeta_orderBy; + localmainnet_BaseConnectorMeta: ResolverTypeWrapper; + localmainnet_BaseConnectorMeta_filter: localmainnet_BaseConnectorMeta_filter; + localmainnet_BaseConnectorMeta_orderBy: localmainnet_BaseConnectorMeta_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_LineaConnectorMeta: ResolverTypeWrapper; + localmainnet_LineaConnectorMeta_filter: localmainnet_LineaConnectorMeta_filter; + localmainnet_LineaConnectorMeta_orderBy: localmainnet_LineaConnectorMeta_orderBy; + localmainnet_MantleConnectorMeta: ResolverTypeWrapper; + localmainnet_MantleConnectorMeta_filter: localmainnet_MantleConnectorMeta_filter; + localmainnet_MantleConnectorMeta_orderBy: localmainnet_MantleConnectorMeta_orderBy; + localmainnet_MetisConnectorMeta: ResolverTypeWrapper; + localmainnet_MetisConnectorMeta_filter: localmainnet_MetisConnectorMeta_filter; + localmainnet_MetisConnectorMeta_orderBy: localmainnet_MetisConnectorMeta_orderBy; + localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; + localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; + localmainnet_OptimisticRootProposed: ResolverTypeWrapper; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; + localmainnet_OrderDirection: localmainnet_OrderDirection; + localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; + localmainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; + localmainnet_PolygonZkConnectorMeta_filter: localmainnet_PolygonZkConnectorMeta_filter; + localmainnet_PolygonZkConnectorMeta_orderBy: localmainnet_PolygonZkConnectorMeta_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; + 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_ZkSyncConnectorMeta: ResolverTypeWrapper; + stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; + stagingmainnet_ZkSyncConnectorMeta_orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy; + stagingmainnet__Block_: ResolverTypeWrapper; + stagingmainnet__Meta_: ResolverTypeWrapper; + arbitrumone_swap_Aggregation_interval: arbitrumone_swap_Aggregation_interval; + arbitrumone_swap_BigDecimal: ResolverTypeWrapper; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: ResolverTypeWrapper; + arbitrumone_swap_Int8: ResolverTypeWrapper; + arbitrumone_swap_LpAccount: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; + arbitrumone_swap_LpToken: ResolverTypeWrapper; + arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; + arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; + arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; + arbitrumone_swap_PooledToken: ResolverTypeWrapper; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; + arbitrumone_swap_StableSwap: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; + arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; + arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; + arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; + arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; + arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; + arbitrumone_swap_SystemInfo: ResolverTypeWrapper; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; + arbitrumone_swap__Block_: ResolverTypeWrapper; + arbitrumone_swap__Meta_: ResolverTypeWrapper; + bnb_swap_Aggregation_interval: bnb_swap_Aggregation_interval; + bnb_swap_BigDecimal: ResolverTypeWrapper; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: ResolverTypeWrapper; + bnb_swap_Int8: ResolverTypeWrapper; + bnb_swap_LpAccount: ResolverTypeWrapper; + bnb_swap_LpAccountBalance: ResolverTypeWrapper; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; + bnb_swap_LpToken: ResolverTypeWrapper; + bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; + bnb_swap_LpTransferEvent: ResolverTypeWrapper; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; + bnb_swap_OrderDirection: bnb_swap_OrderDirection; + bnb_swap_PooledToken: ResolverTypeWrapper; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; + bnb_swap_StableSwap: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; + bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; + bnb_swap_StableSwapExchange: ResolverTypeWrapper; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; + bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; + bnb_swap_SwapDailyVolume: ResolverTypeWrapper; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; + bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; + bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; + bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; + bnb_swap_SystemInfo: ResolverTypeWrapper; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; + bnb_swap__Block_: ResolverTypeWrapper; + bnb_swap__Meta_: ResolverTypeWrapper; + lineagoerli_AggregateRoot: ResolverTypeWrapper; + lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; + lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; + lineagoerli_Asset: ResolverTypeWrapper; + lineagoerli_AssetBalance: ResolverTypeWrapper; + lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; + lineagoerli_AssetBalance_orderBy: lineagoerli_AssetBalance_orderBy; + lineagoerli_AssetStatus: ResolverTypeWrapper; + lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; + lineagoerli_AssetStatus_orderBy: lineagoerli_AssetStatus_orderBy; + lineagoerli_Asset_filter: lineagoerli_Asset_filter; + lineagoerli_Asset_orderBy: lineagoerli_Asset_orderBy; + lineagoerli_BigDecimal: ResolverTypeWrapper; + lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; + lineagoerli_Block_height: lineagoerli_Block_height; + lineagoerli_Bytes: ResolverTypeWrapper; + lineagoerli_ConnectorMeta: ResolverTypeWrapper; + lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; + lineagoerli_ConnectorMeta_orderBy: lineagoerli_ConnectorMeta_orderBy; + lineagoerli_DestinationTransfer: ResolverTypeWrapper; + lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; + lineagoerli_DestinationTransfer_orderBy: lineagoerli_DestinationTransfer_orderBy; + lineagoerli_OrderDirection: lineagoerli_OrderDirection; + lineagoerli_OriginMessage: ResolverTypeWrapper; + lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; + lineagoerli_OriginMessage_orderBy: lineagoerli_OriginMessage_orderBy; + lineagoerli_OriginTransfer: ResolverTypeWrapper; + lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; + lineagoerli_OriginTransfer_orderBy: lineagoerli_OriginTransfer_orderBy; + lineagoerli_Relayer: ResolverTypeWrapper; + lineagoerli_RelayerFee: ResolverTypeWrapper; + lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; + lineagoerli_RelayerFee_orderBy: lineagoerli_RelayerFee_orderBy; + lineagoerli_RelayerFeesIncrease: ResolverTypeWrapper; + lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; + lineagoerli_RelayerFeesIncrease_orderBy: lineagoerli_RelayerFeesIncrease_orderBy; + lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; + lineagoerli_Relayer_orderBy: lineagoerli_Relayer_orderBy; + lineagoerli_RootCount: ResolverTypeWrapper; + lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; + lineagoerli_RootCount_orderBy: lineagoerli_RootCount_orderBy; + lineagoerli_RootMessageSent: ResolverTypeWrapper; + lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; + lineagoerli_RootMessageSent_orderBy: lineagoerli_RootMessageSent_orderBy; + lineagoerli_Router: ResolverTypeWrapper; + lineagoerli_RouterDailyTVL: ResolverTypeWrapper; + lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; + lineagoerli_RouterDailyTVL_orderBy: lineagoerli_RouterDailyTVL_orderBy; + lineagoerli_Router_filter: lineagoerli_Router_filter; + lineagoerli_Router_orderBy: lineagoerli_Router_orderBy; + lineagoerli_Sequencer: ResolverTypeWrapper; + lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; + lineagoerli_Sequencer_orderBy: lineagoerli_Sequencer_orderBy; + lineagoerli_Setting: ResolverTypeWrapper; + lineagoerli_Setting_filter: lineagoerli_Setting_filter; + lineagoerli_Setting_orderBy: lineagoerli_Setting_orderBy; + lineagoerli_SlippageUpdate: ResolverTypeWrapper; + lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; + lineagoerli_SlippageUpdate_orderBy: lineagoerli_SlippageUpdate_orderBy; + lineagoerli_TransferStatus: lineagoerli_TransferStatus; + lineagoerli__Block_: ResolverTypeWrapper; + lineagoerli__Meta_: ResolverTypeWrapper; + avalanche_swap_Aggregation_interval: avalanche_swap_Aggregation_interval; + avalanche_swap_BigDecimal: ResolverTypeWrapper; + avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; + avalanche_swap_Block_height: avalanche_swap_Block_height; + avalanche_swap_Bytes: ResolverTypeWrapper; + avalanche_swap_Int8: ResolverTypeWrapper; + avalanche_swap_LpAccount: ResolverTypeWrapper; + avalanche_swap_LpAccountBalance: ResolverTypeWrapper; + avalanche_swap_LpAccountBalance_filter: avalanche_swap_LpAccountBalance_filter; + avalanche_swap_LpAccountBalance_orderBy: avalanche_swap_LpAccountBalance_orderBy; + avalanche_swap_LpAccount_filter: avalanche_swap_LpAccount_filter; + avalanche_swap_LpAccount_orderBy: avalanche_swap_LpAccount_orderBy; + avalanche_swap_LpToken: ResolverTypeWrapper; + avalanche_swap_LpTokenEvent: ResolversTypes['avalanche_swap_LpTransferEvent']; + avalanche_swap_LpTokenEvent_filter: avalanche_swap_LpTokenEvent_filter; + avalanche_swap_LpTokenEvent_orderBy: avalanche_swap_LpTokenEvent_orderBy; + avalanche_swap_LpToken_filter: avalanche_swap_LpToken_filter; + avalanche_swap_LpToken_orderBy: avalanche_swap_LpToken_orderBy; + avalanche_swap_LpTransferEvent: ResolverTypeWrapper; + avalanche_swap_LpTransferEvent_filter: avalanche_swap_LpTransferEvent_filter; + avalanche_swap_LpTransferEvent_orderBy: avalanche_swap_LpTransferEvent_orderBy; + avalanche_swap_OrderDirection: avalanche_swap_OrderDirection; + avalanche_swap_PooledToken: ResolverTypeWrapper; + avalanche_swap_PooledToken_filter: avalanche_swap_PooledToken_filter; + avalanche_swap_PooledToken_orderBy: avalanche_swap_PooledToken_orderBy; + avalanche_swap_StableSwap: ResolverTypeWrapper; + avalanche_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + avalanche_swap_StableSwapAddLiquidityEvent_filter: avalanche_swap_StableSwapAddLiquidityEvent_filter; + avalanche_swap_StableSwapAddLiquidityEvent_orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy; + avalanche_swap_StableSwapEvent: ResolversTypes['avalanche_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['avalanche_swap_StableSwapRemoveLiquidityEvent']; + avalanche_swap_StableSwapEvent_filter: avalanche_swap_StableSwapEvent_filter; + avalanche_swap_StableSwapEvent_orderBy: avalanche_swap_StableSwapEvent_orderBy; + avalanche_swap_StableSwapExchange: ResolverTypeWrapper; + avalanche_swap_StableSwapExchange_filter: avalanche_swap_StableSwapExchange_filter; + avalanche_swap_StableSwapExchange_orderBy: avalanche_swap_StableSwapExchange_orderBy; + avalanche_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + avalanche_swap_StableSwapRemoveLiquidityEvent_filter: avalanche_swap_StableSwapRemoveLiquidityEvent_filter; + avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy; + avalanche_swap_StableSwap_filter: avalanche_swap_StableSwap_filter; + avalanche_swap_StableSwap_orderBy: avalanche_swap_StableSwap_orderBy; + avalanche_swap_SwapDailyVolume: ResolverTypeWrapper; + avalanche_swap_SwapDailyVolume_filter: avalanche_swap_SwapDailyVolume_filter; + avalanche_swap_SwapDailyVolume_orderBy: avalanche_swap_SwapDailyVolume_orderBy; + avalanche_swap_SwapHourlyVolume: ResolverTypeWrapper; + avalanche_swap_SwapHourlyVolume_filter: avalanche_swap_SwapHourlyVolume_filter; + avalanche_swap_SwapHourlyVolume_orderBy: avalanche_swap_SwapHourlyVolume_orderBy; + avalanche_swap_SwapTradeVolume: ResolversTypes['avalanche_swap_SwapDailyVolume'] | ResolversTypes['avalanche_swap_SwapHourlyVolume'] | ResolversTypes['avalanche_swap_SwapWeeklyVolume']; + avalanche_swap_SwapTradeVolume_filter: avalanche_swap_SwapTradeVolume_filter; + avalanche_swap_SwapTradeVolume_orderBy: avalanche_swap_SwapTradeVolume_orderBy; + avalanche_swap_SwapWeeklyVolume: ResolverTypeWrapper; + avalanche_swap_SwapWeeklyVolume_filter: avalanche_swap_SwapWeeklyVolume_filter; + avalanche_swap_SwapWeeklyVolume_orderBy: avalanche_swap_SwapWeeklyVolume_orderBy; + avalanche_swap_SystemInfo: ResolverTypeWrapper; + avalanche_swap_SystemInfo_filter: avalanche_swap_SystemInfo_filter; + avalanche_swap_SystemInfo_orderBy: avalanche_swap_SystemInfo_orderBy; + avalanche_swap__Block_: ResolverTypeWrapper; + avalanche_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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + polygon_swap_Aggregation_interval: polygon_swap_Aggregation_interval; + polygon_swap_BigDecimal: ResolverTypeWrapper; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: ResolverTypeWrapper; + polygon_swap_Int8: ResolverTypeWrapper; + polygon_swap_LpAccount: ResolverTypeWrapper; + polygon_swap_LpAccountBalance: ResolverTypeWrapper; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccountBalance_orderBy: polygon_swap_LpAccountBalance_orderBy; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpAccount_orderBy: polygon_swap_LpAccount_orderBy; + polygon_swap_LpToken: ResolverTypeWrapper; + polygon_swap_LpTokenEvent: ResolversTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpTokenEvent_orderBy: polygon_swap_LpTokenEvent_orderBy; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpToken_orderBy: polygon_swap_LpToken_orderBy; + polygon_swap_LpTransferEvent: ResolverTypeWrapper; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_LpTransferEvent_orderBy: polygon_swap_LpTransferEvent_orderBy; + polygon_swap_OrderDirection: polygon_swap_OrderDirection; + polygon_swap_PooledToken: ResolverTypeWrapper; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_PooledToken_orderBy: polygon_swap_PooledToken_orderBy; + polygon_swap_StableSwap: ResolverTypeWrapper; + polygon_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapAddLiquidityEvent_orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy; + polygon_swap_StableSwapEvent: ResolversTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapEvent_orderBy: polygon_swap_StableSwapEvent_orderBy; + polygon_swap_StableSwapExchange: ResolverTypeWrapper; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapExchange_orderBy: polygon_swap_StableSwapExchange_orderBy; + polygon_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwapRemoveLiquidityEvent_orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_StableSwap_orderBy: polygon_swap_StableSwap_orderBy; + polygon_swap_SwapDailyVolume: ResolverTypeWrapper; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapDailyVolume_orderBy: polygon_swap_SwapDailyVolume_orderBy; + polygon_swap_SwapHourlyVolume: ResolverTypeWrapper; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapHourlyVolume_orderBy: polygon_swap_SwapHourlyVolume_orderBy; + polygon_swap_SwapTradeVolume: ResolversTypes['polygon_swap_SwapDailyVolume'] | ResolversTypes['polygon_swap_SwapHourlyVolume'] | ResolversTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapTradeVolume_orderBy: polygon_swap_SwapTradeVolume_orderBy; + polygon_swap_SwapWeeklyVolume: ResolverTypeWrapper; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SwapWeeklyVolume_orderBy: polygon_swap_SwapWeeklyVolume_orderBy; + polygon_swap_SystemInfo: ResolverTypeWrapper; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap_SystemInfo_orderBy: polygon_swap_SystemInfo_orderBy; + polygon_swap__Block_: ResolverTypeWrapper; + polygon_swap__Meta_: ResolverTypeWrapper; + optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; + optimism_swap_BigDecimal: ResolverTypeWrapper; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: ResolverTypeWrapper; + optimism_swap_Int8: ResolverTypeWrapper; + optimism_swap_LpAccount: ResolverTypeWrapper; + optimism_swap_LpAccountBalance: ResolverTypeWrapper; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; + optimism_swap_LpToken: ResolverTypeWrapper; + optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; + optimism_swap_LpTransferEvent: ResolverTypeWrapper; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; + optimism_swap_OrderDirection: optimism_swap_OrderDirection; + optimism_swap_PooledToken: ResolverTypeWrapper; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; + optimism_swap_StableSwap: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; + optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; + optimism_swap_StableSwapExchange: ResolverTypeWrapper; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; + optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; + optimism_swap_SwapDailyVolume: ResolverTypeWrapper; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; + optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; + optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; + optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; + optimism_swap_SystemInfo: ResolverTypeWrapper; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; + optimism_swap__Block_: ResolverTypeWrapper; + optimism_swap__Meta_: ResolverTypeWrapper; + 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; + 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; + mainnet_AggregateRootSavedSlow: ResolverTypeWrapper; mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; - mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; + mainnet_AggregateRootSavedSlow_orderBy: mainnet_AggregateRootSavedSlow_orderBy; + mainnet_AggregatedMessageRoot: ResolverTypeWrapper; mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; + mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; + mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_AvalancheConnectorMeta: mainnet_AvalancheConnectorMeta; + mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; + mainnet_AvalancheConnectorMeta: ResolverTypeWrapper; mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; - mainnet_BaseConnectorMeta: mainnet_BaseConnectorMeta; + mainnet_AvalancheConnectorMeta_orderBy: mainnet_AvalancheConnectorMeta_orderBy; + mainnet_BaseConnectorMeta: ResolverTypeWrapper; mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; - mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; + mainnet_BaseConnectorMeta_orderBy: mainnet_BaseConnectorMeta_orderBy; + mainnet_BigDecimal: ResolverTypeWrapper; mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; + mainnet_BnbConnectorMeta: ResolverTypeWrapper; mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_Bytes: Scalars['mainnet_Bytes']; - mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; + mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; + mainnet_Bytes: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta: ResolverTypeWrapper; mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_HubDomain: mainnet_HubDomain; + mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; + mainnet_HubDomain: ResolverTypeWrapper; mainnet_HubDomain_filter: mainnet_HubDomain_filter; - mainnet_HubOptimisticRootFinalized: mainnet_HubOptimisticRootFinalized; + mainnet_HubDomain_orderBy: mainnet_HubDomain_orderBy; + mainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; - mainnet_Int8: Scalars['mainnet_Int8']; - mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; + mainnet_HubOptimisticRootFinalized_orderBy: mainnet_HubOptimisticRootFinalized_orderBy; + mainnet_Int8: ResolverTypeWrapper; + mainnet_LineaConnectorMeta: ResolverTypeWrapper; mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_MantleConnectorMeta: mainnet_MantleConnectorMeta; + mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; + mainnet_MantleConnectorMeta: ResolverTypeWrapper; mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; - mainnet_MetisConnectorMeta: mainnet_MetisConnectorMeta; + mainnet_MantleConnectorMeta_orderBy: mainnet_MantleConnectorMeta_orderBy; + mainnet_MetisConnectorMeta: ResolverTypeWrapper; mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; - mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; + mainnet_MetisConnectorMeta_orderBy: mainnet_MetisConnectorMeta_orderBy; + mainnet_ModeConnectorMeta: ResolverTypeWrapper; + mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; + mainnet_ModeConnectorMeta_orderBy: mainnet_ModeConnectorMeta_orderBy; + mainnet_OptimismConnectorMeta: ResolverTypeWrapper; mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimisticRootPropagated: mainnet_OptimisticRootPropagated; + mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; + mainnet_OptimisticRootPropagated: ResolverTypeWrapper; mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; - mainnet_OptimisticRootProposed: mainnet_OptimisticRootProposed; + mainnet_OptimisticRootPropagated_orderBy: mainnet_OptimisticRootPropagated_orderBy; + mainnet_OptimisticRootProposed: ResolverTypeWrapper; mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; - mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; + mainnet_OptimisticRootProposed_orderBy: mainnet_OptimisticRootProposed_orderBy; + mainnet_OrderDirection: mainnet_OrderDirection; + mainnet_PolygonConnectorMeta: ResolverTypeWrapper; mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonZkConnectorMeta: mainnet_PolygonZkConnectorMeta; + mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; + mainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; - mainnet_RootAggregated: mainnet_RootAggregated; + mainnet_PolygonZkConnectorMeta_orderBy: mainnet_PolygonZkConnectorMeta_orderBy; + mainnet_RootAggregated: ResolverTypeWrapper; mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootManagerMeta: mainnet_RootManagerMeta; + mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; + mainnet_RootManagerMeta: ResolverTypeWrapper; mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMode: mainnet_RootManagerMode; + mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; + mainnet_RootManagerMode: ResolverTypeWrapper; mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; - mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; + mainnet_RootManagerMode_orderBy: mainnet_RootManagerMode_orderBy; + mainnet_RootMessageProcessed: ResolverTypeWrapper; mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootPropagated: mainnet_RootPropagated; + mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; + mainnet_RootPropagated: ResolverTypeWrapper; mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; + mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; + mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet__Block_: mainnet__Block_; - mainnet__Meta_: mainnet__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_; - 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_; - 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_; - 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_; - 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_Int8: Scalars['polygonzkevm_swap_Int8']; - polygonzkevm_swap_LpAccount: polygonzkevm_swap_LpAccount; - polygonzkevm_swap_LpAccountBalance: polygonzkevm_swap_LpAccountBalance; - polygonzkevm_swap_LpAccountBalance_filter: polygonzkevm_swap_LpAccountBalance_filter; - polygonzkevm_swap_LpAccount_filter: polygonzkevm_swap_LpAccount_filter; - polygonzkevm_swap_LpToken: polygonzkevm_swap_LpToken; - polygonzkevm_swap_LpTokenEvent: ResolversParentTypes['polygonzkevm_swap_LpTransferEvent']; - polygonzkevm_swap_LpTokenEvent_filter: polygonzkevm_swap_LpTokenEvent_filter; - polygonzkevm_swap_LpToken_filter: polygonzkevm_swap_LpToken_filter; - polygonzkevm_swap_LpTransferEvent: polygonzkevm_swap_LpTransferEvent; - polygonzkevm_swap_LpTransferEvent_filter: polygonzkevm_swap_LpTransferEvent_filter; - polygonzkevm_swap_PooledToken: polygonzkevm_swap_PooledToken; - polygonzkevm_swap_PooledToken_filter: polygonzkevm_swap_PooledToken_filter; - polygonzkevm_swap_StableSwap: polygonzkevm_swap_StableSwap; - polygonzkevm_swap_StableSwapAddLiquidityEvent: polygonzkevm_swap_StableSwapAddLiquidityEvent; - polygonzkevm_swap_StableSwapAddLiquidityEvent_filter: polygonzkevm_swap_StableSwapAddLiquidityEvent_filter; - polygonzkevm_swap_StableSwapEvent: ResolversParentTypes['polygonzkevm_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygonzkevm_swap_StableSwapRemoveLiquidityEvent']; - polygonzkevm_swap_StableSwapEvent_filter: polygonzkevm_swap_StableSwapEvent_filter; - polygonzkevm_swap_StableSwapExchange: polygonzkevm_swap_StableSwapExchange; - polygonzkevm_swap_StableSwapExchange_filter: polygonzkevm_swap_StableSwapExchange_filter; - polygonzkevm_swap_StableSwapRemoveLiquidityEvent: polygonzkevm_swap_StableSwapRemoveLiquidityEvent; - polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter; - polygonzkevm_swap_StableSwap_filter: polygonzkevm_swap_StableSwap_filter; - polygonzkevm_swap_SwapDailyVolume: polygonzkevm_swap_SwapDailyVolume; - polygonzkevm_swap_SwapDailyVolume_filter: polygonzkevm_swap_SwapDailyVolume_filter; - polygonzkevm_swap_SwapHourlyVolume: polygonzkevm_swap_SwapHourlyVolume; - polygonzkevm_swap_SwapHourlyVolume_filter: polygonzkevm_swap_SwapHourlyVolume_filter; - polygonzkevm_swap_SwapTradeVolume: ResolversParentTypes['polygonzkevm_swap_SwapDailyVolume'] | ResolversParentTypes['polygonzkevm_swap_SwapHourlyVolume'] | ResolversParentTypes['polygonzkevm_swap_SwapWeeklyVolume']; - polygonzkevm_swap_SwapTradeVolume_filter: polygonzkevm_swap_SwapTradeVolume_filter; - polygonzkevm_swap_SwapWeeklyVolume: polygonzkevm_swap_SwapWeeklyVolume; - polygonzkevm_swap_SwapWeeklyVolume_filter: polygonzkevm_swap_SwapWeeklyVolume_filter; - polygonzkevm_swap_SystemInfo: polygonzkevm_swap_SystemInfo; - polygonzkevm_swap_SystemInfo_filter: polygonzkevm_swap_SystemInfo_filter; - polygonzkevm_swap__Block_: polygonzkevm_swap__Block_; - polygonzkevm_swap__Meta_: polygonzkevm_swap__Meta_; - stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; - stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; - stagingoptimismgoerli_swap_Bytes: Scalars['stagingoptimismgoerli_swap_Bytes']; - stagingoptimismgoerli_swap_Int8: Scalars['stagingoptimismgoerli_swap_Int8']; - stagingoptimismgoerli_swap_LpAccount: stagingoptimismgoerli_swap_LpAccount; - stagingoptimismgoerli_swap_LpAccountBalance: stagingoptimismgoerli_swap_LpAccountBalance; - stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; - stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; - stagingoptimismgoerli_swap_LpToken: stagingoptimismgoerli_swap_LpToken; - stagingoptimismgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingoptimismgoerli_swap_LpTransferEvent']; - stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; - stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; - stagingoptimismgoerli_swap_LpTransferEvent: stagingoptimismgoerli_swap_LpTransferEvent; - stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; - stagingoptimismgoerli_swap_PooledToken: stagingoptimismgoerli_swap_PooledToken; - stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; - stagingoptimismgoerli_swap_StableSwap: stagingoptimismgoerli_swap_StableSwap; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; - stagingoptimismgoerli_swap_StableSwapExchange: stagingoptimismgoerli_swap_StableSwapExchange; - stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; - stagingoptimismgoerli_swap_SwapDailyVolume: stagingoptimismgoerli_swap_SwapDailyVolume; - stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; - stagingoptimismgoerli_swap_SwapHourlyVolume: stagingoptimismgoerli_swap_SwapHourlyVolume; - stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; - stagingoptimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; - stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; - stagingoptimismgoerli_swap_SwapWeeklyVolume: stagingoptimismgoerli_swap_SwapWeeklyVolume; - stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; - stagingoptimismgoerli_swap_SystemInfo: stagingoptimismgoerli_swap_SystemInfo; - stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; - stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; - stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_swap__Meta_; + mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; + mainnet__Block_: ResolverTypeWrapper; + mainnet__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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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_; + 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_; + staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; + staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_HubDomain: staginggoerli_HubDomain; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + staginggoerli_Int8: Scalars['staginggoerli_Int8']; + staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_RootAggregated: staginggoerli_RootAggregated; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootPropagated: staginggoerli_RootPropagated; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli__Block_: staginggoerli__Block_; + staginggoerli__Meta_: staginggoerli__Meta_; + testgoerli_Asset: testgoerli_Asset; + testgoerli_AssetBalance: testgoerli_AssetBalance; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: Scalars['testgoerli_Bytes']; + testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_Int8: Scalars['testgoerli_Int8']; + testgoerli_OriginTransfer: testgoerli_OriginTransfer; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_Relayer: testgoerli_Relayer; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Router: testgoerli_Router; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Setting: testgoerli_Setting; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_SponsorVault: testgoerli_SponsorVault; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_StableSwap: testgoerli_StableSwap; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli__Block_: testgoerli__Block_; + testgoerli__Meta_: testgoerli__Meta_; base_swap_BigDecimal: Scalars['base_swap_BigDecimal']; base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; base_swap_Block_height: base_swap_Block_height; @@ -200452,349 +208354,162 @@ export type ResolversParentTypes = ResolversObject<{ base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; base_swap__Block_: base_swap__Block_; base_swap__Meta_: base_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_; - 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_; - 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_; - 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_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_; - 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_; - 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_; + mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; + mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; + mumbai_swap_LpAccount: mumbai_swap_LpAccount; + mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpToken: mumbai_swap_LpToken; + mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_PooledToken: mumbai_swap_PooledToken; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_StableSwap: mumbai_swap_StableSwap; + mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap__Block_: mumbai_swap__Block_; + mumbai_swap__Meta_: mumbai_swap__Meta_; + staginggoerli_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_; + 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_; + 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_; xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; xdai_swap_Block_height: xdai_swap_Block_height; @@ -200834,139 +208549,59 @@ export type ResolversParentTypes = ResolversObject<{ xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; xdai_swap__Block_: xdai_swap__Block_; xdai_swap__Meta_: xdai_swap__Meta_; - polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; - polygon_swap_Int8: Scalars['polygon_swap_Int8']; - polygon_swap_LpAccount: polygon_swap_LpAccount; - polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpToken: polygon_swap_LpToken; - polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_PooledToken: polygon_swap_PooledToken; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_StableSwap: polygon_swap_StableSwap; - polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SystemInfo: polygon_swap_SystemInfo; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap__Block_: polygon_swap__Block_; - polygon_swap__Meta_: polygon_swap__Meta_; - 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_; - 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_ZkSyncConnectorMeta: stagingmainnet_ZkSyncConnectorMeta; - stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; - stagingmainnet__Block_: stagingmainnet__Block_; - stagingmainnet__Meta_: stagingmainnet__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_; goerli_AggregateRoot: goerli_AggregateRoot; goerli_AggregateRootProposed: goerli_AggregateRootProposed; goerli_AggregateRootProposed_filter: goerli_AggregateRootProposed_filter; @@ -200977,10 +208612,15 @@ export type ResolversParentTypes = ResolversObject<{ goerli_AssetStatus: goerli_AssetStatus; goerli_AssetStatus_filter: goerli_AssetStatus_filter; goerli_Asset_filter: goerli_Asset_filter; + goerli_BigDecimal: Scalars['goerli_BigDecimal']; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_Bytes: Scalars['goerli_Bytes']; goerli_ConnectorMeta: goerli_ConnectorMeta; goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; goerli_DestinationTransfer: goerli_DestinationTransfer; goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; + goerli_Int8: Scalars['goerli_Int8']; goerli_OptimisticRootFinalized: goerli_OptimisticRootFinalized; goerli_OptimisticRootFinalized_filter: goerli_OptimisticRootFinalized_filter; goerli_OriginMessage: goerli_OriginMessage; @@ -201013,45 +208653,8 @@ export type ResolversParentTypes = ResolversObject<{ goerli_SnapshotRoot_filter: goerli_SnapshotRoot_filter; goerli_SpokeConnectorMode: goerli_SpokeConnectorMode; goerli_SpokeConnectorMode_filter: goerli_SpokeConnectorMode_filter; - 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_; + goerli__Block_: goerli__Block_; + goerli__Meta_: goerli__Meta_; zksync_swap_BigDecimal: Scalars['zksync_swap_BigDecimal']; zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; zksync_swap_Block_height: zksync_swap_Block_height; @@ -201091,706 +208694,800 @@ export type ResolversParentTypes = ResolversObject<{ zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; zksync_swap__Block_: zksync_swap__Block_; zksync_swap__Meta_: zksync_swap__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; - 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_; - 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_; - 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_; - 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; - 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_; - 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_; - 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_; - 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_; - 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; - 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; - 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_; - 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_; - 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_; + 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_; + 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_; + 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_; + 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_BnbConnectorMeta: goerli_BnbConnectorMeta; + goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + 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_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; + 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_AvalancheConnectorMeta: localmainnet_AvalancheConnectorMeta; + localmainnet_AvalancheConnectorMeta_filter: localmainnet_AvalancheConnectorMeta_filter; + localmainnet_BaseConnectorMeta: localmainnet_BaseConnectorMeta; + localmainnet_BaseConnectorMeta_filter: localmainnet_BaseConnectorMeta_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_LineaConnectorMeta: localmainnet_LineaConnectorMeta; + localmainnet_LineaConnectorMeta_filter: localmainnet_LineaConnectorMeta_filter; + localmainnet_MantleConnectorMeta: localmainnet_MantleConnectorMeta; + localmainnet_MantleConnectorMeta_filter: localmainnet_MantleConnectorMeta_filter; + localmainnet_MetisConnectorMeta: localmainnet_MetisConnectorMeta; + localmainnet_MetisConnectorMeta_filter: localmainnet_MetisConnectorMeta_filter; + localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_PolygonZkConnectorMeta: localmainnet_PolygonZkConnectorMeta; + localmainnet_PolygonZkConnectorMeta_filter: localmainnet_PolygonZkConnectorMeta_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_; + 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_ZkSyncConnectorMeta: stagingmainnet_ZkSyncConnectorMeta; + stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; + stagingmainnet__Block_: stagingmainnet__Block_; + stagingmainnet__Meta_: stagingmainnet__Meta_; + arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; + arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; + arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; + arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; + arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; + arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap__Block_: arbitrumone_swap__Block_; + arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; + bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: Scalars['bnb_swap_Bytes']; + bnb_swap_Int8: Scalars['bnb_swap_Int8']; + bnb_swap_LpAccount: bnb_swap_LpAccount; + bnb_swap_LpAccountBalance: bnb_swap_LpAccountBalance; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpToken: bnb_swap_LpToken; + bnb_swap_LpTokenEvent: ResolversParentTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpTransferEvent: bnb_swap_LpTransferEvent; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_PooledToken: bnb_swap_PooledToken; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_StableSwap: bnb_swap_StableSwap; + bnb_swap_StableSwapAddLiquidityEvent: bnb_swap_StableSwapAddLiquidityEvent; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapEvent: ResolversParentTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapExchange: bnb_swap_StableSwapExchange; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapRemoveLiquidityEvent: bnb_swap_StableSwapRemoveLiquidityEvent; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_SwapDailyVolume: bnb_swap_SwapDailyVolume; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapHourlyVolume: bnb_swap_SwapHourlyVolume; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapTradeVolume: ResolversParentTypes['bnb_swap_SwapDailyVolume'] | ResolversParentTypes['bnb_swap_SwapHourlyVolume'] | ResolversParentTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapWeeklyVolume: bnb_swap_SwapWeeklyVolume; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SystemInfo: bnb_swap_SystemInfo; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap__Block_: bnb_swap__Block_; + bnb_swap__Meta_: bnb_swap__Meta_; + 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_; + 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_; + 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_; + 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_; + 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_; + 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; + 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_; + 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; + 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_; stagingpolygon_AggregateRoot: stagingpolygon_AggregateRoot; stagingpolygon_AggregateRootProposed: stagingpolygon_AggregateRootProposed; stagingpolygon_AggregateRootProposed_filter: stagingpolygon_AggregateRootProposed_filter; @@ -201844,6 +209541,59 @@ export type ResolversParentTypes = ResolversObject<{ 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_; stagingavalanche_AggregateRoot: stagingavalanche_AggregateRoot; stagingavalanche_AggregateRootProposed: stagingavalanche_AggregateRootProposed; stagingavalanche_AggregateRootProposed_filter: stagingavalanche_AggregateRootProposed_filter; @@ -201897,271 +209647,6 @@ export type ResolversParentTypes = ResolversObject<{ stagingavalanche_SpokeConnectorMode_filter: stagingavalanche_SpokeConnectorMode_filter; stagingavalanche__Block_: stagingavalanche__Block_; stagingavalanche__Meta_: stagingavalanche__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_; - 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_; - 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_; - 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_; - 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_; staginglinea_AggregateRoot: staginglinea_AggregateRoot; staginglinea_AggregateRootProposed: staginglinea_AggregateRootProposed; staginglinea_AggregateRootProposed_filter: staginglinea_AggregateRootProposed_filter; @@ -202214,59 +209699,298 @@ export type ResolversParentTypes = ResolversObject<{ 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_; + polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; + polygon_swap_Int8: Scalars['polygon_swap_Int8']; + polygon_swap_LpAccount: polygon_swap_LpAccount; + polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpToken: polygon_swap_LpToken; + polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_PooledToken: polygon_swap_PooledToken; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_StableSwap: polygon_swap_StableSwap; + polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SystemInfo: polygon_swap_SystemInfo; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap__Block_: polygon_swap__Block_; + polygon_swap__Meta_: polygon_swap__Meta_; + optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + 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_; + 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_; + 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_; + 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_; + 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; @@ -202319,59 +210043,158 @@ export type ResolversParentTypes = ResolversObject<{ linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; linea__Block_: linea__Block_; linea__Meta_: linea__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_; + 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; + 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_; + 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_; stagingarbitrumone_AggregateRoot: stagingarbitrumone_AggregateRoot; stagingarbitrumone_AggregateRootProposed: stagingarbitrumone_AggregateRootProposed; stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; @@ -202425,59 +210248,218 @@ export type ResolversParentTypes = ResolversObject<{ stagingarbitrumone_SpokeConnectorMode_filter: stagingarbitrumone_SpokeConnectorMode_filter; stagingarbitrumone__Block_: stagingarbitrumone__Block_; stagingarbitrumone__Meta_: stagingarbitrumone__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_; + 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_; + 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_; + 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_; + 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_; stagingbase_AggregateRoot: stagingbase_AggregateRoot; stagingbase_AggregateRootProposed: stagingbase_AggregateRootProposed; stagingbase_AggregateRootProposed_filter: stagingbase_AggregateRootProposed_filter; @@ -202531,59 +210513,6 @@ export type ResolversParentTypes = ResolversObject<{ stagingbase_SpokeConnectorMode_filter: stagingbase_SpokeConnectorMode_filter; stagingbase__Block_: stagingbase__Block_; stagingbase__Meta_: stagingbase__Meta_; - base_AggregateRoot: base_AggregateRoot; - base_AggregateRootProposed: base_AggregateRootProposed; - base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; - base_AggregateRoot_filter: base_AggregateRoot_filter; - base_Asset: base_Asset; - base_AssetBalance: base_AssetBalance; - base_AssetBalance_filter: base_AssetBalance_filter; - base_AssetStatus: base_AssetStatus; - base_AssetStatus_filter: base_AssetStatus_filter; - base_Asset_filter: base_Asset_filter; - base_BigDecimal: Scalars['base_BigDecimal']; - base_BlockChangedFilter: base_BlockChangedFilter; - base_Block_height: base_Block_height; - base_Bytes: Scalars['base_Bytes']; - base_ConnectorMeta: base_ConnectorMeta; - base_ConnectorMeta_filter: base_ConnectorMeta_filter; - base_DestinationTransfer: base_DestinationTransfer; - base_DestinationTransfer_filter: base_DestinationTransfer_filter; - base_Int8: Scalars['base_Int8']; - base_OptimisticRootFinalized: base_OptimisticRootFinalized; - base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; - base_OriginMessage: base_OriginMessage; - base_OriginMessage_filter: base_OriginMessage_filter; - base_OriginTransfer: base_OriginTransfer; - base_OriginTransfer_filter: base_OriginTransfer_filter; - base_Relayer: base_Relayer; - base_RelayerFee: base_RelayerFee; - base_RelayerFee_filter: base_RelayerFee_filter; - base_RelayerFeesIncrease: base_RelayerFeesIncrease; - base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; - base_Relayer_filter: base_Relayer_filter; - base_RootCount: base_RootCount; - base_RootCount_filter: base_RootCount_filter; - base_RootMessageSent: base_RootMessageSent; - base_RootMessageSent_filter: base_RootMessageSent_filter; - base_Router: base_Router; - base_RouterDailyTVL: base_RouterDailyTVL; - base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; - base_RouterLiquidityEvent: base_RouterLiquidityEvent; - base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; - base_Router_filter: base_Router_filter; - base_Sequencer: base_Sequencer; - base_Sequencer_filter: base_Sequencer_filter; - base_Setting: base_Setting; - base_Setting_filter: base_Setting_filter; - base_SlippageUpdate: base_SlippageUpdate; - base_SlippageUpdate_filter: base_SlippageUpdate_filter; - base_SnapshotRoot: base_SnapshotRoot; - base_SnapshotRoot_filter: base_SnapshotRoot_filter; - base_SpokeConnectorMode: base_SpokeConnectorMode; - base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; - base__Block_: base__Block_; - base__Meta_: base__Meta_; stagingpolygonzkevm_AggregateRoot: stagingpolygonzkevm_AggregateRoot; stagingpolygonzkevm_AggregateRootProposed: stagingpolygonzkevm_AggregateRootProposed; stagingpolygonzkevm_AggregateRootProposed_filter: stagingpolygonzkevm_AggregateRootProposed_filter; @@ -202637,59 +210566,607 @@ export type ResolversParentTypes = ResolversObject<{ stagingpolygonzkevm_SpokeConnectorMode_filter: stagingpolygonzkevm_SpokeConnectorMode_filter; stagingpolygonzkevm__Block_: stagingpolygonzkevm__Block_; stagingpolygonzkevm__Meta_: stagingpolygonzkevm__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_; + 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_; + 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_; + 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; + arbitrumone_AggregateRoot: arbitrumone_AggregateRoot; + arbitrumone_AggregateRootProposed: arbitrumone_AggregateRootProposed; + arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; + arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; + arbitrumone_Asset: arbitrumone_Asset; + arbitrumone_AssetBalance: arbitrumone_AssetBalance; + arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; + arbitrumone_AssetStatus: arbitrumone_AssetStatus; + arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; + arbitrumone_Asset_filter: arbitrumone_Asset_filter; + arbitrumone_BigDecimal: Scalars['arbitrumone_BigDecimal']; + arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; + arbitrumone_Block_height: arbitrumone_Block_height; + arbitrumone_Bytes: Scalars['arbitrumone_Bytes']; + arbitrumone_ConnectorMeta: arbitrumone_ConnectorMeta; + arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; + arbitrumone_DestinationTransfer: arbitrumone_DestinationTransfer; + arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; + arbitrumone_Int8: Scalars['arbitrumone_Int8']; + arbitrumone_OptimisticRootFinalized: arbitrumone_OptimisticRootFinalized; + arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; + arbitrumone_OriginMessage: arbitrumone_OriginMessage; + arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; + arbitrumone_OriginTransfer: arbitrumone_OriginTransfer; + arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; + arbitrumone_Relayer: arbitrumone_Relayer; + arbitrumone_RelayerFee: arbitrumone_RelayerFee; + arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; + arbitrumone_RelayerFeesIncrease: arbitrumone_RelayerFeesIncrease; + arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; + arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; + arbitrumone_RootCount: arbitrumone_RootCount; + arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; + arbitrumone_RootMessageSent: arbitrumone_RootMessageSent; + arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; + arbitrumone_Router: arbitrumone_Router; + arbitrumone_RouterDailyTVL: arbitrumone_RouterDailyTVL; + arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; + arbitrumone_RouterLiquidityEvent: arbitrumone_RouterLiquidityEvent; + arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; + arbitrumone_Router_filter: arbitrumone_Router_filter; + arbitrumone_Sequencer: arbitrumone_Sequencer; + arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; + arbitrumone_Setting: arbitrumone_Setting; + arbitrumone_Setting_filter: arbitrumone_Setting_filter; + arbitrumone_SlippageUpdate: arbitrumone_SlippageUpdate; + arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; + arbitrumone_SnapshotRoot: arbitrumone_SnapshotRoot; + arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; + arbitrumone_SpokeConnectorMode: arbitrumone_SpokeConnectorMode; + arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; + arbitrumone__Block_: arbitrumone__Block_; + arbitrumone__Meta_: arbitrumone__Meta_; + polygon_AggregateRoot: polygon_AggregateRoot; + polygon_AggregateRootProposed: polygon_AggregateRootProposed; + polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_Asset: polygon_Asset; + polygon_AssetBalance: polygon_AssetBalance; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetStatus: polygon_AssetStatus; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_Asset_filter: polygon_Asset_filter; + polygon_BigDecimal: Scalars['polygon_BigDecimal']; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: Scalars['polygon_Bytes']; + polygon_ConnectorMeta: polygon_ConnectorMeta; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_DestinationTransfer: polygon_DestinationTransfer; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_Int8: Scalars['polygon_Int8']; + polygon_OptimisticRootFinalized: polygon_OptimisticRootFinalized; + polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; + polygon_OriginMessage: polygon_OriginMessage; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginTransfer: polygon_OriginTransfer; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_Relayer: polygon_Relayer; + polygon_RelayerFee: polygon_RelayerFee; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_RootCount: polygon_RootCount; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootMessageSent: polygon_RootMessageSent; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_Router: polygon_Router; + polygon_RouterDailyTVL: polygon_RouterDailyTVL; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_Router_filter: polygon_Router_filter; + polygon_Sequencer: polygon_Sequencer; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Setting: polygon_Setting; + polygon_Setting_filter: polygon_Setting_filter; + polygon_SlippageUpdate: polygon_SlippageUpdate; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SnapshotRoot: polygon_SnapshotRoot; + polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; + polygon_SpokeConnectorMode: polygon_SpokeConnectorMode; + polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; + polygon__Block_: polygon__Block_; + polygon__Meta_: polygon__Meta_; + 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_; + 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_; + 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_; + 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_; + 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_; + 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_; + 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_; x1testnet_AggregateRoot: x1testnet_AggregateRoot; x1testnet_AggregateRootProposed: x1testnet_AggregateRootProposed; x1testnet_AggregateRootProposed_filter: x1testnet_AggregateRootProposed_filter; @@ -202781,72 +211258,39 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; testoptimismgoerli__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>; - 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>; + 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>; staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; @@ -202901,364 +211345,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; testgoerli__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>; - stagingmumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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_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>; - 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>; - 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>; - 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>; - 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>; - polygonzkevm_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap__meta?: Resolver, ParentType, ContextType, Partial>; - stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; base_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; base_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; base_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -203292,180 +211378,171 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; base_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; base_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>; - 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>; - 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>; - 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>; + mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_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>; + 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>; + 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>; + 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>; stagingoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -203513,6 +211590,133 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli__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>; + goerli__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>; + 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>; stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -203560,138 +211764,126 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingmumbai__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>; - xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + 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>; + 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>; + 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_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonZkConnectorMetas?: 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>; stagingmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; stagingmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; stagingmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; @@ -203741,164 +211933,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; stagingmainnet__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>; - 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>; - 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>; arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -203908,591 +211942,446 @@ export type QueryResolvers, 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; + bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; stagingpolygon_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingpolygon_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingpolygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -204540,6 +212429,53 @@ export type QueryResolvers, 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>; stagingavalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingavalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingavalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -204587,241 +212523,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingavalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingavalanche__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>; - 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>; - 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>; - 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>; - 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>; staginglinea_asset?: Resolver, ParentType, ContextType, RequireFields>; staginglinea_assets?: Resolver, ParentType, ContextType, RequireFields>; staginglinea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -204869,53 +212570,262 @@ export type QueryResolvers, 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>; + polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + 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>; + 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>; + 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>; + 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>; + 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>; @@ -204963,53 +212873,146 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; linea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; linea__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>; + 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>; + 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>; + 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>; stagingarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -205057,53 +213060,194 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumone__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>; + 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>; + 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>; + 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>; + 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>; stagingbase_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingbase_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingbase_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -205151,53 +213295,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingbase_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingbase__meta?: Resolver, ParentType, ContextType, Partial>; - base_asset?: Resolver, ParentType, ContextType, RequireFields>; - base_assets?: Resolver, ParentType, ContextType, RequireFields>; - base_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - base_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - base_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - base_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - base_router?: Resolver, ParentType, ContextType, RequireFields>; - base_routers?: Resolver, ParentType, ContextType, RequireFields>; - base_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - base_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - base_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_setting?: Resolver, ParentType, ContextType, RequireFields>; - base_settings?: Resolver, ParentType, ContextType, RequireFields>; - base_relayer?: Resolver, ParentType, ContextType, RequireFields>; - base_relayers?: Resolver, ParentType, ContextType, RequireFields>; - base_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - base_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - base_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - base_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - base_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - base_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - base_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - base_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - base_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - base_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - base_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - base_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - base_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - base_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - base_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - base_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - base_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - base_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - base_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - base_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - base_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - base_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - base__meta?: Resolver, ParentType, ContextType, Partial>; stagingpolygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingpolygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingpolygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -205245,53 +213342,541 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingpolygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingpolygonzkevm__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>; + 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>; + 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>; + 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>; + arbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_router?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygon_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygon_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygon_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygon_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygon__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; x1testnet_asset?: Resolver, ParentType, ContextType, RequireFields>; x1testnet_assets?: Resolver, ParentType, ContextType, RequireFields>; x1testnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -205327,106 +213912,73 @@ export type QueryResolvers, 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>; - 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>; - 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>; + 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>; + 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>; staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; @@ -205481,364 +214033,6 @@ export type SubscriptionResolvers, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; testgoerli__meta?: SubscriptionResolver, "testgoerli__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>; - stagingmumbai_swap_systemInfo?: SubscriptionResolver, "stagingmumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_systemInfos?: SubscriptionResolver, "stagingmumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledToken?: SubscriptionResolver, "stagingmumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledTokens?: SubscriptionResolver, "stagingmumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwap?: SubscriptionResolver, "stagingmumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwaps?: SubscriptionResolver, "stagingmumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchange?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchanges?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccount?: SubscriptionResolver, "stagingmumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccounts?: SubscriptionResolver, "stagingmumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalance?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalances?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpToken?: SubscriptionResolver, "stagingmumbai_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokens?: SubscriptionResolver, "stagingmumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolume?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap__meta?: SubscriptionResolver, "stagingmumbai_swap__meta", ParentType, ContextType, Partial>; - optimismgoerli_swap_systemInfo?: SubscriptionResolver, "optimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_systemInfos?: SubscriptionResolver, "optimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledToken?: SubscriptionResolver, "optimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledTokens?: SubscriptionResolver, "optimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwap?: SubscriptionResolver, "optimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwaps?: SubscriptionResolver, "optimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccount?: SubscriptionResolver, "optimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccounts?: SubscriptionResolver, "optimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpToken?: SubscriptionResolver, "optimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokens?: SubscriptionResolver, "optimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap__meta?: SubscriptionResolver, "optimismgoerli_swap__meta", ParentType, ContextType, Partial>; - 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_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>; - 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>; - 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>; - 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>; - 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>; - polygonzkevm_swap_systemInfo?: SubscriptionResolver, "polygonzkevm_swap_systemInfo", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_systemInfos?: SubscriptionResolver, "polygonzkevm_swap_systemInfos", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_pooledToken?: SubscriptionResolver, "polygonzkevm_swap_pooledToken", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_pooledTokens?: SubscriptionResolver, "polygonzkevm_swap_pooledTokens", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwap?: SubscriptionResolver, "polygonzkevm_swap_stableSwap", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwaps?: SubscriptionResolver, "polygonzkevm_swap_stableSwaps", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygonzkevm_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygonzkevm_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygonzkevm_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygonzkevm_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapExchange?: SubscriptionResolver, "polygonzkevm_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapExchanges?: SubscriptionResolver, "polygonzkevm_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapDailyVolume?: SubscriptionResolver, "polygonzkevm_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapDailyVolumes?: SubscriptionResolver, "polygonzkevm_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapHourlyVolume?: SubscriptionResolver, "polygonzkevm_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapHourlyVolumes?: SubscriptionResolver, "polygonzkevm_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapWeeklyVolume?: SubscriptionResolver, "polygonzkevm_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygonzkevm_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccount?: SubscriptionResolver, "polygonzkevm_swap_lpAccount", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccounts?: SubscriptionResolver, "polygonzkevm_swap_lpAccounts", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccountBalance?: SubscriptionResolver, "polygonzkevm_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpAccountBalances?: SubscriptionResolver, "polygonzkevm_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpToken?: SubscriptionResolver, "polygonzkevm_swap_lpToken", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTokens?: SubscriptionResolver, "polygonzkevm_swap_lpTokens", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTransferEvent?: SubscriptionResolver, "polygonzkevm_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTransferEvents?: SubscriptionResolver, "polygonzkevm_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapEvent?: SubscriptionResolver, "polygonzkevm_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_stableSwapEvents?: SubscriptionResolver, "polygonzkevm_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapTradeVolume?: SubscriptionResolver, "polygonzkevm_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_swapTradeVolumes?: SubscriptionResolver, "polygonzkevm_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTokenEvent?: SubscriptionResolver, "polygonzkevm_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_lpTokenEvents?: SubscriptionResolver, "polygonzkevm_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap__meta?: SubscriptionResolver, "polygonzkevm_swap__meta", ParentType, ContextType, Partial>; - stagingoptimismgoerli_swap_systemInfo?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_systemInfos?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwap?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccount?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap__meta?: SubscriptionResolver, "stagingoptimismgoerli_swap__meta", ParentType, ContextType, Partial>; 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>; @@ -205872,180 +214066,171 @@ export type SubscriptionResolvers, "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>; - 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>; - 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>; - 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>; - stagingmode_asset?: SubscriptionResolver, "stagingmode_asset", ParentType, ContextType, RequireFields>; - stagingmode_assets?: SubscriptionResolver, "stagingmode_assets", ParentType, ContextType, RequireFields>; - stagingmode_assetStatus?: SubscriptionResolver, "stagingmode_assetStatus", ParentType, ContextType, RequireFields>; - stagingmode_assetStatuses?: SubscriptionResolver, "stagingmode_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmode_assetBalance?: SubscriptionResolver, "stagingmode_assetBalance", ParentType, ContextType, RequireFields>; - stagingmode_assetBalances?: SubscriptionResolver, "stagingmode_assetBalances", ParentType, ContextType, RequireFields>; - stagingmode_router?: SubscriptionResolver, "stagingmode_router", ParentType, ContextType, RequireFields>; - stagingmode_routers?: SubscriptionResolver, "stagingmode_routers", ParentType, ContextType, RequireFields>; - stagingmode_routerDailyTVL?: SubscriptionResolver, "stagingmode_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmode_routerDailyTVLs?: SubscriptionResolver, "stagingmode_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmode_routerLiquidityEvent?: SubscriptionResolver, "stagingmode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmode_routerLiquidityEvents?: SubscriptionResolver, "stagingmode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmode_setting?: SubscriptionResolver, "stagingmode_setting", ParentType, ContextType, RequireFields>; - stagingmode_settings?: SubscriptionResolver, "stagingmode_settings", ParentType, ContextType, RequireFields>; - stagingmode_relayer?: SubscriptionResolver, "stagingmode_relayer", ParentType, ContextType, RequireFields>; - stagingmode_relayers?: SubscriptionResolver, "stagingmode_relayers", ParentType, ContextType, RequireFields>; - stagingmode_sequencer?: SubscriptionResolver, "stagingmode_sequencer", ParentType, ContextType, RequireFields>; - stagingmode_sequencers?: SubscriptionResolver, "stagingmode_sequencers", ParentType, ContextType, RequireFields>; - stagingmode_relayerFee?: SubscriptionResolver, "stagingmode_relayerFee", ParentType, ContextType, RequireFields>; - stagingmode_relayerFees?: SubscriptionResolver, "stagingmode_relayerFees", ParentType, ContextType, RequireFields>; - stagingmode_originTransfer?: SubscriptionResolver, "stagingmode_originTransfer", ParentType, ContextType, RequireFields>; - stagingmode_originTransfers?: SubscriptionResolver, "stagingmode_originTransfers", ParentType, ContextType, RequireFields>; - stagingmode_destinationTransfer?: SubscriptionResolver, "stagingmode_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmode_destinationTransfers?: SubscriptionResolver, "stagingmode_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmode_originMessage?: SubscriptionResolver, "stagingmode_originMessage", ParentType, ContextType, RequireFields>; - stagingmode_originMessages?: SubscriptionResolver, "stagingmode_originMessages", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRoot?: SubscriptionResolver, "stagingmode_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRoots?: SubscriptionResolver, "stagingmode_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmode_connectorMeta?: SubscriptionResolver, "stagingmode_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmode_connectorMetas?: SubscriptionResolver, "stagingmode_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmode_rootCount?: SubscriptionResolver, "stagingmode_rootCount", ParentType, ContextType, RequireFields>; - stagingmode_rootCounts?: SubscriptionResolver, "stagingmode_rootCounts", ParentType, ContextType, RequireFields>; - stagingmode_rootMessageSent?: SubscriptionResolver, "stagingmode_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmode_rootMessageSents?: SubscriptionResolver, "stagingmode_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmode_relayerFeesIncrease?: SubscriptionResolver, "stagingmode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmode_relayerFeesIncreases?: SubscriptionResolver, "stagingmode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmode_slippageUpdate?: SubscriptionResolver, "stagingmode_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmode_slippageUpdates?: SubscriptionResolver, "stagingmode_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmode_snapshotRoot?: SubscriptionResolver, "stagingmode_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmode_snapshotRoots?: SubscriptionResolver, "stagingmode_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmode_spokeConnectorMode?: SubscriptionResolver, "stagingmode_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmode_spokeConnectorModes?: SubscriptionResolver, "stagingmode_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRootProposed?: SubscriptionResolver, "stagingmode_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRootProposeds?: SubscriptionResolver, "stagingmode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmode_optimisticRootFinalized?: SubscriptionResolver, "stagingmode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmode_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmode__meta?: SubscriptionResolver, "stagingmode__meta", ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; + staginggoerli_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>; + 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>; + 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>; + 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>; stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -206093,6 +214278,133 @@ export type SubscriptionResolvers, "stagingoptimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingoptimismgoerli__meta?: SubscriptionResolver, "stagingoptimismgoerli__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>; + goerli__meta?: SubscriptionResolver, "goerli__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>; + 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>; stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; @@ -206107,171 +214419,159 @@ export type SubscriptionResolvers, "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>; - 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>; - xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; - polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; - polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; - polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; - polygon_swap_pooledTokens?: SubscriptionResolver, "polygon_swap_pooledTokens", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwap?: SubscriptionResolver, "polygon_swap_stableSwap", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwaps?: SubscriptionResolver, "polygon_swap_stableSwaps", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchange?: SubscriptionResolver, "polygon_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchanges?: SubscriptionResolver, "polygon_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolume?: SubscriptionResolver, "polygon_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolumes?: SubscriptionResolver, "polygon_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolume?: SubscriptionResolver, "polygon_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolumes?: SubscriptionResolver, "polygon_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolume?: SubscriptionResolver, "polygon_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygon_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccount?: SubscriptionResolver, "polygon_swap_lpAccount", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccounts?: SubscriptionResolver, "polygon_swap_lpAccounts", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalance?: SubscriptionResolver, "polygon_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalances?: SubscriptionResolver, "polygon_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - polygon_swap_lpToken?: SubscriptionResolver, "polygon_swap_lpToken", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokens?: SubscriptionResolver, "polygon_swap_lpTokens", ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvent?: SubscriptionResolver, "polygon_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvents?: SubscriptionResolver, "polygon_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvent?: SubscriptionResolver, "polygon_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvents?: SubscriptionResolver, "polygon_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolume?: SubscriptionResolver, "polygon_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolumes?: SubscriptionResolver, "polygon_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvent?: SubscriptionResolver, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; - 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_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>; + 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>; + 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>; + 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_lineaConnectorMeta?: SubscriptionResolver, "localmainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_lineaConnectorMetas?: SubscriptionResolver, "localmainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_metisConnectorMeta?: SubscriptionResolver, "localmainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_metisConnectorMetas?: SubscriptionResolver, "localmainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_mantleConnectorMeta?: SubscriptionResolver, "localmainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_mantleConnectorMetas?: SubscriptionResolver, "localmainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_avalancheConnectorMeta?: SubscriptionResolver, "localmainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_avalancheConnectorMetas?: SubscriptionResolver, "localmainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_baseConnectorMeta?: SubscriptionResolver, "localmainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_baseConnectorMetas?: SubscriptionResolver, "localmainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_polygonZkConnectorMeta?: SubscriptionResolver, "localmainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_polygonZkConnectorMetas?: SubscriptionResolver, "localmainnet_polygonZkConnectorMetas", 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>; stagingmainnet_rootAggregated?: SubscriptionResolver, "stagingmainnet_rootAggregated", ParentType, ContextType, RequireFields>; stagingmainnet_rootAggregateds?: SubscriptionResolver, "stagingmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; stagingmainnet_rootPropagated?: SubscriptionResolver, "stagingmainnet_rootPropagated", ParentType, ContextType, RequireFields>; @@ -206321,118 +214621,269 @@ export type SubscriptionResolvers, "stagingmainnet_hubDomain", ParentType, ContextType, RequireFields>; stagingmainnet_hubDomains?: SubscriptionResolver, "stagingmainnet_hubDomains", ParentType, ContextType, RequireFields>; stagingmainnet__meta?: SubscriptionResolver, "stagingmainnet__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>; - 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>; + arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; + bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + 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>; + 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>; staginggoerli_asset?: SubscriptionResolver, "staginggoerli_asset", ParentType, ContextType, RequireFields>; staginggoerli_assets?: SubscriptionResolver, "staginggoerli_assets", ParentType, ContextType, RequireFields>; staginggoerli_assetStatus?: SubscriptionResolver, "staginggoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -206479,133 +214930,53 @@ export type SubscriptionResolvers, "staginggoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; staginggoerli_optimisticRootFinalized?: SubscriptionResolver, "staginggoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; staginggoerli_optimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - 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>; - 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>; - 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>; + 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>; localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; @@ -206613,466 +214984,92 @@ export type SubscriptionResolvers, "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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; - localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatuses?: SubscriptionResolver, "localarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalance?: SubscriptionResolver, "localarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalances?: SubscriptionResolver, "localarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - localarbitrumone_router?: SubscriptionResolver, "localarbitrumone_router", ParentType, ContextType, RequireFields>; - localarbitrumone_routers?: SubscriptionResolver, "localarbitrumone_routers", ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVL?: SubscriptionResolver, "localarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVLs?: SubscriptionResolver, "localarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localarbitrumone_routerLiquidityEvent?: SubscriptionResolver, "localarbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - localarbitrumone_routerLiquidityEvents?: SubscriptionResolver, "localarbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - localarbitrumone_setting?: SubscriptionResolver, "localarbitrumone_setting", ParentType, ContextType, RequireFields>; - localarbitrumone_settings?: SubscriptionResolver, "localarbitrumone_settings", ParentType, ContextType, RequireFields>; - localarbitrumone_relayer?: SubscriptionResolver, "localarbitrumone_relayer", ParentType, ContextType, RequireFields>; - localarbitrumone_relayers?: SubscriptionResolver, "localarbitrumone_relayers", ParentType, ContextType, RequireFields>; - localarbitrumone_sequencer?: SubscriptionResolver, "localarbitrumone_sequencer", ParentType, ContextType, RequireFields>; - localarbitrumone_sequencers?: SubscriptionResolver, "localarbitrumone_sequencers", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFee?: SubscriptionResolver, "localarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFees?: SubscriptionResolver, "localarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfer?: SubscriptionResolver, "localarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfers?: SubscriptionResolver, "localarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfer?: SubscriptionResolver, "localarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfers?: SubscriptionResolver, "localarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - localarbitrumone_originMessage?: SubscriptionResolver, "localarbitrumone_originMessage", ParentType, ContextType, RequireFields>; - localarbitrumone_originMessages?: SubscriptionResolver, "localarbitrumone_originMessages", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoot?: SubscriptionResolver, "localarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoots?: SubscriptionResolver, "localarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMeta?: SubscriptionResolver, "localarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMetas?: SubscriptionResolver, "localarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - localarbitrumone_rootCount?: SubscriptionResolver, "localarbitrumone_rootCount", ParentType, ContextType, RequireFields>; - localarbitrumone_rootCounts?: SubscriptionResolver, "localarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSent?: SubscriptionResolver, "localarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSents?: SubscriptionResolver, "localarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "localarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "localarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdate?: SubscriptionResolver, "localarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdates?: SubscriptionResolver, "localarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoot?: SubscriptionResolver, "localarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoots?: SubscriptionResolver, "localarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorMode?: SubscriptionResolver, "localarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorModes?: SubscriptionResolver, "localarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposed?: SubscriptionResolver, "localarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "localarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__meta", ParentType, ContextType, Partial>; - 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>; - 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>; + 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>; + 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>; stagingpolygon_asset?: SubscriptionResolver, "stagingpolygon_asset", ParentType, ContextType, RequireFields>; stagingpolygon_assets?: SubscriptionResolver, "stagingpolygon_assets", ParentType, ContextType, RequireFields>; stagingpolygon_assetStatus?: SubscriptionResolver, "stagingpolygon_assetStatus", ParentType, ContextType, RequireFields>; @@ -207120,6 +215117,53 @@ export type SubscriptionResolvers, "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>; stagingavalanche_asset?: SubscriptionResolver, "stagingavalanche_asset", ParentType, ContextType, RequireFields>; stagingavalanche_assets?: SubscriptionResolver, "stagingavalanche_assets", ParentType, ContextType, RequireFields>; stagingavalanche_assetStatus?: SubscriptionResolver, "stagingavalanche_assetStatus", ParentType, ContextType, RequireFields>; @@ -207167,241 +215211,6 @@ export type SubscriptionResolvers, "stagingavalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingavalanche_optimisticRootFinalizeds?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingavalanche__meta?: SubscriptionResolver, "stagingavalanche__meta", ParentType, ContextType, Partial>; - arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; - arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; - arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - arbitrumone_assetStatuses?: SubscriptionResolver, "arbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - arbitrumone_assetBalance?: SubscriptionResolver, "arbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - arbitrumone_assetBalances?: SubscriptionResolver, "arbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - arbitrumone_router?: SubscriptionResolver, "arbitrumone_router", ParentType, ContextType, RequireFields>; - arbitrumone_routers?: SubscriptionResolver, "arbitrumone_routers", ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVL?: SubscriptionResolver, "arbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVLs?: SubscriptionResolver, "arbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvent?: SubscriptionResolver, "arbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvents?: SubscriptionResolver, "arbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_setting?: SubscriptionResolver, "arbitrumone_setting", ParentType, ContextType, RequireFields>; - arbitrumone_settings?: SubscriptionResolver, "arbitrumone_settings", ParentType, ContextType, RequireFields>; - arbitrumone_relayer?: SubscriptionResolver, "arbitrumone_relayer", ParentType, ContextType, RequireFields>; - arbitrumone_relayers?: SubscriptionResolver, "arbitrumone_relayers", ParentType, ContextType, RequireFields>; - arbitrumone_sequencer?: SubscriptionResolver, "arbitrumone_sequencer", ParentType, ContextType, RequireFields>; - arbitrumone_sequencers?: SubscriptionResolver, "arbitrumone_sequencers", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFee?: SubscriptionResolver, "arbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFees?: SubscriptionResolver, "arbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - arbitrumone_originTransfer?: SubscriptionResolver, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; - arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; - arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumone_snapshotRoot?: SubscriptionResolver, "arbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; - arbitrumone_snapshotRoots?: SubscriptionResolver, "arbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; - arbitrumone_spokeConnectorMode?: SubscriptionResolver, "arbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; - arbitrumone_spokeConnectorModes?: SubscriptionResolver, "arbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRootProposed?: SubscriptionResolver, "arbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRootProposeds?: SubscriptionResolver, "arbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - arbitrumone_optimisticRootFinalized?: SubscriptionResolver, "arbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - arbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; - polygonzkevm_asset?: SubscriptionResolver, "polygonzkevm_asset", ParentType, ContextType, RequireFields>; - polygonzkevm_assets?: SubscriptionResolver, "polygonzkevm_assets", ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatus?: SubscriptionResolver, "polygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatuses?: SubscriptionResolver, "polygonzkevm_assetStatuses", ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalance?: SubscriptionResolver, "polygonzkevm_assetBalance", ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalances?: SubscriptionResolver, "polygonzkevm_assetBalances", ParentType, ContextType, RequireFields>; - polygonzkevm_router?: SubscriptionResolver, "polygonzkevm_router", ParentType, ContextType, RequireFields>; - polygonzkevm_routers?: SubscriptionResolver, "polygonzkevm_routers", ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_setting?: SubscriptionResolver, "polygonzkevm_setting", ParentType, ContextType, RequireFields>; - polygonzkevm_settings?: SubscriptionResolver, "polygonzkevm_settings", ParentType, ContextType, RequireFields>; - polygonzkevm_relayer?: SubscriptionResolver, "polygonzkevm_relayer", ParentType, ContextType, RequireFields>; - polygonzkevm_relayers?: SubscriptionResolver, "polygonzkevm_relayers", ParentType, ContextType, RequireFields>; - polygonzkevm_sequencer?: SubscriptionResolver, "polygonzkevm_sequencer", ParentType, ContextType, RequireFields>; - polygonzkevm_sequencers?: SubscriptionResolver, "polygonzkevm_sequencers", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFee?: SubscriptionResolver, "polygonzkevm_relayerFee", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFees?: SubscriptionResolver, "polygonzkevm_relayerFees", ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfer?: SubscriptionResolver, "polygonzkevm_originTransfer", ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfers?: SubscriptionResolver, "polygonzkevm_originTransfers", ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfer?: SubscriptionResolver, "polygonzkevm_destinationTransfer", ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfers?: SubscriptionResolver, "polygonzkevm_destinationTransfers", ParentType, ContextType, RequireFields>; - polygonzkevm_originMessage?: SubscriptionResolver, "polygonzkevm_originMessage", ParentType, ContextType, RequireFields>; - polygonzkevm_originMessages?: SubscriptionResolver, "polygonzkevm_originMessages", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoot?: SubscriptionResolver, "polygonzkevm_aggregateRoot", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoots?: SubscriptionResolver, "polygonzkevm_aggregateRoots", ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMeta?: SubscriptionResolver, "polygonzkevm_connectorMeta", ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMetas?: SubscriptionResolver, "polygonzkevm_connectorMetas", ParentType, ContextType, RequireFields>; - polygonzkevm_rootCount?: SubscriptionResolver, "polygonzkevm_rootCount", ParentType, ContextType, RequireFields>; - polygonzkevm_rootCounts?: SubscriptionResolver, "polygonzkevm_rootCounts", ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSent?: SubscriptionResolver, "polygonzkevm_rootMessageSent", ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSents?: SubscriptionResolver, "polygonzkevm_rootMessageSents", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdate?: SubscriptionResolver, "polygonzkevm_slippageUpdate", ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdates?: SubscriptionResolver, "polygonzkevm_slippageUpdates", ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoot?: SubscriptionResolver, "polygonzkevm_snapshotRoot", ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoots?: SubscriptionResolver, "polygonzkevm_snapshotRoots", ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_spokeConnectorMode", ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_spokeConnectorModes", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_aggregateRootProposed", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - polygonzkevm__meta?: SubscriptionResolver, "polygonzkevm__meta", ParentType, ContextType, Partial>; - 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>; - 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>; - 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>; staginglinea_asset?: SubscriptionResolver, "staginglinea_asset", ParentType, ContextType, RequireFields>; staginglinea_assets?: SubscriptionResolver, "staginglinea_assets", ParentType, ContextType, RequireFields>; staginglinea_assetStatus?: SubscriptionResolver, "staginglinea_assetStatus", ParentType, ContextType, RequireFields>; @@ -207449,53 +215258,262 @@ export type SubscriptionResolvers, "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>; - stagingmantle_assetStatuses?: SubscriptionResolver, "stagingmantle_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmantle_assetBalance?: SubscriptionResolver, "stagingmantle_assetBalance", ParentType, ContextType, RequireFields>; - stagingmantle_assetBalances?: SubscriptionResolver, "stagingmantle_assetBalances", ParentType, ContextType, RequireFields>; - stagingmantle_router?: SubscriptionResolver, "stagingmantle_router", ParentType, ContextType, RequireFields>; - stagingmantle_routers?: SubscriptionResolver, "stagingmantle_routers", ParentType, ContextType, RequireFields>; - stagingmantle_routerDailyTVL?: SubscriptionResolver, "stagingmantle_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmantle_routerDailyTVLs?: SubscriptionResolver, "stagingmantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmantle_routerLiquidityEvent?: SubscriptionResolver, "stagingmantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmantle_routerLiquidityEvents?: SubscriptionResolver, "stagingmantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmantle_setting?: SubscriptionResolver, "stagingmantle_setting", ParentType, ContextType, RequireFields>; - stagingmantle_settings?: SubscriptionResolver, "stagingmantle_settings", ParentType, ContextType, RequireFields>; - stagingmantle_relayer?: SubscriptionResolver, "stagingmantle_relayer", ParentType, ContextType, RequireFields>; - stagingmantle_relayers?: SubscriptionResolver, "stagingmantle_relayers", ParentType, ContextType, RequireFields>; - stagingmantle_sequencer?: SubscriptionResolver, "stagingmantle_sequencer", ParentType, ContextType, RequireFields>; - stagingmantle_sequencers?: SubscriptionResolver, "stagingmantle_sequencers", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFee?: SubscriptionResolver, "stagingmantle_relayerFee", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFees?: SubscriptionResolver, "stagingmantle_relayerFees", ParentType, ContextType, RequireFields>; - stagingmantle_originTransfer?: SubscriptionResolver, "stagingmantle_originTransfer", ParentType, ContextType, RequireFields>; - stagingmantle_originTransfers?: SubscriptionResolver, "stagingmantle_originTransfers", ParentType, ContextType, RequireFields>; - stagingmantle_destinationTransfer?: SubscriptionResolver, "stagingmantle_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmantle_destinationTransfers?: SubscriptionResolver, "stagingmantle_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmantle_originMessage?: SubscriptionResolver, "stagingmantle_originMessage", ParentType, ContextType, RequireFields>; - stagingmantle_originMessages?: SubscriptionResolver, "stagingmantle_originMessages", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRoot?: SubscriptionResolver, "stagingmantle_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRoots?: SubscriptionResolver, "stagingmantle_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmantle_connectorMeta?: SubscriptionResolver, "stagingmantle_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmantle_connectorMetas?: SubscriptionResolver, "stagingmantle_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmantle_rootCount?: SubscriptionResolver, "stagingmantle_rootCount", ParentType, ContextType, RequireFields>; - stagingmantle_rootCounts?: SubscriptionResolver, "stagingmantle_rootCounts", ParentType, ContextType, RequireFields>; - stagingmantle_rootMessageSent?: SubscriptionResolver, "stagingmantle_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmantle_rootMessageSents?: SubscriptionResolver, "stagingmantle_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFeesIncrease?: SubscriptionResolver, "stagingmantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFeesIncreases?: SubscriptionResolver, "stagingmantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmantle_slippageUpdate?: SubscriptionResolver, "stagingmantle_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmantle_slippageUpdates?: SubscriptionResolver, "stagingmantle_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmantle_snapshotRoot?: SubscriptionResolver, "stagingmantle_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmantle_snapshotRoots?: SubscriptionResolver, "stagingmantle_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmantle_spokeConnectorMode?: SubscriptionResolver, "stagingmantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmantle_spokeConnectorModes?: SubscriptionResolver, "stagingmantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRootProposed?: SubscriptionResolver, "stagingmantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRootProposeds?: SubscriptionResolver, "stagingmantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmantle_optimisticRootFinalized?: SubscriptionResolver, "stagingmantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmantle_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmantle__meta?: SubscriptionResolver, "stagingmantle__meta", ParentType, ContextType, Partial>; + polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; + polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; + polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; + polygon_swap_pooledTokens?: SubscriptionResolver, "polygon_swap_pooledTokens", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwap?: SubscriptionResolver, "polygon_swap_stableSwap", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwaps?: SubscriptionResolver, "polygon_swap_stableSwaps", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchange?: SubscriptionResolver, "polygon_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchanges?: SubscriptionResolver, "polygon_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolume?: SubscriptionResolver, "polygon_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolumes?: SubscriptionResolver, "polygon_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolume?: SubscriptionResolver, "polygon_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolumes?: SubscriptionResolver, "polygon_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolume?: SubscriptionResolver, "polygon_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygon_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccount?: SubscriptionResolver, "polygon_swap_lpAccount", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccounts?: SubscriptionResolver, "polygon_swap_lpAccounts", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalance?: SubscriptionResolver, "polygon_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalances?: SubscriptionResolver, "polygon_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + polygon_swap_lpToken?: SubscriptionResolver, "polygon_swap_lpToken", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokens?: SubscriptionResolver, "polygon_swap_lpTokens", ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvent?: SubscriptionResolver, "polygon_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvents?: SubscriptionResolver, "polygon_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvent?: SubscriptionResolver, "polygon_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvents?: SubscriptionResolver, "polygon_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolume?: SubscriptionResolver, "polygon_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolumes?: SubscriptionResolver, "polygon_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvent?: SubscriptionResolver, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; + 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>; + 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>; + 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>; + 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>; + 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>; linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; @@ -207543,53 +215561,146 @@ export type SubscriptionResolvers, "linea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; linea_optimisticRootFinalizeds?: SubscriptionResolver, "linea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; - stagingmetis_asset?: SubscriptionResolver, "stagingmetis_asset", ParentType, ContextType, RequireFields>; - stagingmetis_assets?: SubscriptionResolver, "stagingmetis_assets", ParentType, ContextType, RequireFields>; - stagingmetis_assetStatus?: SubscriptionResolver, "stagingmetis_assetStatus", ParentType, ContextType, RequireFields>; - stagingmetis_assetStatuses?: SubscriptionResolver, "stagingmetis_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmetis_assetBalance?: SubscriptionResolver, "stagingmetis_assetBalance", ParentType, ContextType, RequireFields>; - stagingmetis_assetBalances?: SubscriptionResolver, "stagingmetis_assetBalances", ParentType, ContextType, RequireFields>; - stagingmetis_router?: SubscriptionResolver, "stagingmetis_router", ParentType, ContextType, RequireFields>; - stagingmetis_routers?: SubscriptionResolver, "stagingmetis_routers", ParentType, ContextType, RequireFields>; - stagingmetis_routerDailyTVL?: SubscriptionResolver, "stagingmetis_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmetis_routerDailyTVLs?: SubscriptionResolver, "stagingmetis_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmetis_routerLiquidityEvent?: SubscriptionResolver, "stagingmetis_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmetis_routerLiquidityEvents?: SubscriptionResolver, "stagingmetis_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmetis_setting?: SubscriptionResolver, "stagingmetis_setting", ParentType, ContextType, RequireFields>; - stagingmetis_settings?: SubscriptionResolver, "stagingmetis_settings", ParentType, ContextType, RequireFields>; - stagingmetis_relayer?: SubscriptionResolver, "stagingmetis_relayer", ParentType, ContextType, RequireFields>; - stagingmetis_relayers?: SubscriptionResolver, "stagingmetis_relayers", ParentType, ContextType, RequireFields>; - stagingmetis_sequencer?: SubscriptionResolver, "stagingmetis_sequencer", ParentType, ContextType, RequireFields>; - stagingmetis_sequencers?: SubscriptionResolver, "stagingmetis_sequencers", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFee?: SubscriptionResolver, "stagingmetis_relayerFee", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFees?: SubscriptionResolver, "stagingmetis_relayerFees", ParentType, ContextType, RequireFields>; - stagingmetis_originTransfer?: SubscriptionResolver, "stagingmetis_originTransfer", ParentType, ContextType, RequireFields>; - stagingmetis_originTransfers?: SubscriptionResolver, "stagingmetis_originTransfers", ParentType, ContextType, RequireFields>; - stagingmetis_destinationTransfer?: SubscriptionResolver, "stagingmetis_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmetis_destinationTransfers?: SubscriptionResolver, "stagingmetis_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmetis_originMessage?: SubscriptionResolver, "stagingmetis_originMessage", ParentType, ContextType, RequireFields>; - stagingmetis_originMessages?: SubscriptionResolver, "stagingmetis_originMessages", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRoot?: SubscriptionResolver, "stagingmetis_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRoots?: SubscriptionResolver, "stagingmetis_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmetis_connectorMeta?: SubscriptionResolver, "stagingmetis_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmetis_connectorMetas?: SubscriptionResolver, "stagingmetis_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmetis_rootCount?: SubscriptionResolver, "stagingmetis_rootCount", ParentType, ContextType, RequireFields>; - stagingmetis_rootCounts?: SubscriptionResolver, "stagingmetis_rootCounts", ParentType, ContextType, RequireFields>; - stagingmetis_rootMessageSent?: SubscriptionResolver, "stagingmetis_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmetis_rootMessageSents?: SubscriptionResolver, "stagingmetis_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFeesIncrease?: SubscriptionResolver, "stagingmetis_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFeesIncreases?: SubscriptionResolver, "stagingmetis_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmetis_slippageUpdate?: SubscriptionResolver, "stagingmetis_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmetis_slippageUpdates?: SubscriptionResolver, "stagingmetis_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmetis_snapshotRoot?: SubscriptionResolver, "stagingmetis_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmetis_snapshotRoots?: SubscriptionResolver, "stagingmetis_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmetis_spokeConnectorMode?: SubscriptionResolver, "stagingmetis_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmetis_spokeConnectorModes?: SubscriptionResolver, "stagingmetis_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRootProposed?: SubscriptionResolver, "stagingmetis_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRootProposeds?: SubscriptionResolver, "stagingmetis_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmetis_optimisticRootFinalized?: SubscriptionResolver, "stagingmetis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmetis_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmetis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmetis__meta?: SubscriptionResolver, "stagingmetis__meta", ParentType, ContextType, Partial>; + 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>; + polygonzkevm_asset?: SubscriptionResolver, "polygonzkevm_asset", ParentType, ContextType, RequireFields>; + polygonzkevm_assets?: SubscriptionResolver, "polygonzkevm_assets", ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatus?: SubscriptionResolver, "polygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatuses?: SubscriptionResolver, "polygonzkevm_assetStatuses", ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalance?: SubscriptionResolver, "polygonzkevm_assetBalance", ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalances?: SubscriptionResolver, "polygonzkevm_assetBalances", ParentType, ContextType, RequireFields>; + polygonzkevm_router?: SubscriptionResolver, "polygonzkevm_router", ParentType, ContextType, RequireFields>; + polygonzkevm_routers?: SubscriptionResolver, "polygonzkevm_routers", ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygonzkevm_setting?: SubscriptionResolver, "polygonzkevm_setting", ParentType, ContextType, RequireFields>; + polygonzkevm_settings?: SubscriptionResolver, "polygonzkevm_settings", ParentType, ContextType, RequireFields>; + polygonzkevm_relayer?: SubscriptionResolver, "polygonzkevm_relayer", ParentType, ContextType, RequireFields>; + polygonzkevm_relayers?: SubscriptionResolver, "polygonzkevm_relayers", ParentType, ContextType, RequireFields>; + polygonzkevm_sequencer?: SubscriptionResolver, "polygonzkevm_sequencer", ParentType, ContextType, RequireFields>; + polygonzkevm_sequencers?: SubscriptionResolver, "polygonzkevm_sequencers", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFee?: SubscriptionResolver, "polygonzkevm_relayerFee", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFees?: SubscriptionResolver, "polygonzkevm_relayerFees", ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfer?: SubscriptionResolver, "polygonzkevm_originTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfers?: SubscriptionResolver, "polygonzkevm_originTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfer?: SubscriptionResolver, "polygonzkevm_destinationTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfers?: SubscriptionResolver, "polygonzkevm_destinationTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_originMessage?: SubscriptionResolver, "polygonzkevm_originMessage", ParentType, ContextType, RequireFields>; + polygonzkevm_originMessages?: SubscriptionResolver, "polygonzkevm_originMessages", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoot?: SubscriptionResolver, "polygonzkevm_aggregateRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoots?: SubscriptionResolver, "polygonzkevm_aggregateRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMeta?: SubscriptionResolver, "polygonzkevm_connectorMeta", ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMetas?: SubscriptionResolver, "polygonzkevm_connectorMetas", ParentType, ContextType, RequireFields>; + polygonzkevm_rootCount?: SubscriptionResolver, "polygonzkevm_rootCount", ParentType, ContextType, RequireFields>; + polygonzkevm_rootCounts?: SubscriptionResolver, "polygonzkevm_rootCounts", ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSent?: SubscriptionResolver, "polygonzkevm_rootMessageSent", ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSents?: SubscriptionResolver, "polygonzkevm_rootMessageSents", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdate?: SubscriptionResolver, "polygonzkevm_slippageUpdate", ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdates?: SubscriptionResolver, "polygonzkevm_slippageUpdates", ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoot?: SubscriptionResolver, "polygonzkevm_snapshotRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoots?: SubscriptionResolver, "polygonzkevm_snapshotRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygonzkevm__meta?: SubscriptionResolver, "polygonzkevm__meta", ParentType, ContextType, Partial>; + 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>; stagingarbitrumone_asset?: SubscriptionResolver, "stagingarbitrumone_asset", ParentType, ContextType, RequireFields>; stagingarbitrumone_assets?: SubscriptionResolver, "stagingarbitrumone_assets", ParentType, ContextType, RequireFields>; stagingarbitrumone_assetStatus?: SubscriptionResolver, "stagingarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; @@ -207637,53 +215748,194 @@ export type SubscriptionResolvers, "stagingarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "stagingarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingarbitrumone__meta?: SubscriptionResolver, "stagingarbitrumone__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>; + localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; + localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatuses?: SubscriptionResolver, "localarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalance?: SubscriptionResolver, "localarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalances?: SubscriptionResolver, "localarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; + localarbitrumone_router?: SubscriptionResolver, "localarbitrumone_router", ParentType, ContextType, RequireFields>; + localarbitrumone_routers?: SubscriptionResolver, "localarbitrumone_routers", ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVL?: SubscriptionResolver, "localarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVLs?: SubscriptionResolver, "localarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localarbitrumone_routerLiquidityEvent?: SubscriptionResolver, "localarbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + localarbitrumone_routerLiquidityEvents?: SubscriptionResolver, "localarbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + localarbitrumone_setting?: SubscriptionResolver, "localarbitrumone_setting", ParentType, ContextType, RequireFields>; + localarbitrumone_settings?: SubscriptionResolver, "localarbitrumone_settings", ParentType, ContextType, RequireFields>; + localarbitrumone_relayer?: SubscriptionResolver, "localarbitrumone_relayer", ParentType, ContextType, RequireFields>; + localarbitrumone_relayers?: SubscriptionResolver, "localarbitrumone_relayers", ParentType, ContextType, RequireFields>; + localarbitrumone_sequencer?: SubscriptionResolver, "localarbitrumone_sequencer", ParentType, ContextType, RequireFields>; + localarbitrumone_sequencers?: SubscriptionResolver, "localarbitrumone_sequencers", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFee?: SubscriptionResolver, "localarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFees?: SubscriptionResolver, "localarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfer?: SubscriptionResolver, "localarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfers?: SubscriptionResolver, "localarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfer?: SubscriptionResolver, "localarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfers?: SubscriptionResolver, "localarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + localarbitrumone_originMessage?: SubscriptionResolver, "localarbitrumone_originMessage", ParentType, ContextType, RequireFields>; + localarbitrumone_originMessages?: SubscriptionResolver, "localarbitrumone_originMessages", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoot?: SubscriptionResolver, "localarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoots?: SubscriptionResolver, "localarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMeta?: SubscriptionResolver, "localarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMetas?: SubscriptionResolver, "localarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + localarbitrumone_rootCount?: SubscriptionResolver, "localarbitrumone_rootCount", ParentType, ContextType, RequireFields>; + localarbitrumone_rootCounts?: SubscriptionResolver, "localarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSent?: SubscriptionResolver, "localarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSents?: SubscriptionResolver, "localarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "localarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "localarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdate?: SubscriptionResolver, "localarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdates?: SubscriptionResolver, "localarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoot?: SubscriptionResolver, "localarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoots?: SubscriptionResolver, "localarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorMode?: SubscriptionResolver, "localarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorModes?: SubscriptionResolver, "localarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposed?: SubscriptionResolver, "localarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "localarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__meta", ParentType, ContextType, Partial>; + 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>; + stagingmode_asset?: SubscriptionResolver, "stagingmode_asset", ParentType, ContextType, RequireFields>; + stagingmode_assets?: SubscriptionResolver, "stagingmode_assets", ParentType, ContextType, RequireFields>; + stagingmode_assetStatus?: SubscriptionResolver, "stagingmode_assetStatus", ParentType, ContextType, RequireFields>; + stagingmode_assetStatuses?: SubscriptionResolver, "stagingmode_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmode_assetBalance?: SubscriptionResolver, "stagingmode_assetBalance", ParentType, ContextType, RequireFields>; + stagingmode_assetBalances?: SubscriptionResolver, "stagingmode_assetBalances", ParentType, ContextType, RequireFields>; + stagingmode_router?: SubscriptionResolver, "stagingmode_router", ParentType, ContextType, RequireFields>; + stagingmode_routers?: SubscriptionResolver, "stagingmode_routers", ParentType, ContextType, RequireFields>; + stagingmode_routerDailyTVL?: SubscriptionResolver, "stagingmode_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmode_routerDailyTVLs?: SubscriptionResolver, "stagingmode_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmode_routerLiquidityEvent?: SubscriptionResolver, "stagingmode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmode_routerLiquidityEvents?: SubscriptionResolver, "stagingmode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmode_setting?: SubscriptionResolver, "stagingmode_setting", ParentType, ContextType, RequireFields>; + stagingmode_settings?: SubscriptionResolver, "stagingmode_settings", ParentType, ContextType, RequireFields>; + stagingmode_relayer?: SubscriptionResolver, "stagingmode_relayer", ParentType, ContextType, RequireFields>; + stagingmode_relayers?: SubscriptionResolver, "stagingmode_relayers", ParentType, ContextType, RequireFields>; + stagingmode_sequencer?: SubscriptionResolver, "stagingmode_sequencer", ParentType, ContextType, RequireFields>; + stagingmode_sequencers?: SubscriptionResolver, "stagingmode_sequencers", ParentType, ContextType, RequireFields>; + stagingmode_relayerFee?: SubscriptionResolver, "stagingmode_relayerFee", ParentType, ContextType, RequireFields>; + stagingmode_relayerFees?: SubscriptionResolver, "stagingmode_relayerFees", ParentType, ContextType, RequireFields>; + stagingmode_originTransfer?: SubscriptionResolver, "stagingmode_originTransfer", ParentType, ContextType, RequireFields>; + stagingmode_originTransfers?: SubscriptionResolver, "stagingmode_originTransfers", ParentType, ContextType, RequireFields>; + stagingmode_destinationTransfer?: SubscriptionResolver, "stagingmode_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmode_destinationTransfers?: SubscriptionResolver, "stagingmode_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmode_originMessage?: SubscriptionResolver, "stagingmode_originMessage", ParentType, ContextType, RequireFields>; + stagingmode_originMessages?: SubscriptionResolver, "stagingmode_originMessages", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRoot?: SubscriptionResolver, "stagingmode_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRoots?: SubscriptionResolver, "stagingmode_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmode_connectorMeta?: SubscriptionResolver, "stagingmode_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmode_connectorMetas?: SubscriptionResolver, "stagingmode_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmode_rootCount?: SubscriptionResolver, "stagingmode_rootCount", ParentType, ContextType, RequireFields>; + stagingmode_rootCounts?: SubscriptionResolver, "stagingmode_rootCounts", ParentType, ContextType, RequireFields>; + stagingmode_rootMessageSent?: SubscriptionResolver, "stagingmode_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmode_rootMessageSents?: SubscriptionResolver, "stagingmode_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmode_relayerFeesIncrease?: SubscriptionResolver, "stagingmode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmode_relayerFeesIncreases?: SubscriptionResolver, "stagingmode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmode_slippageUpdate?: SubscriptionResolver, "stagingmode_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmode_slippageUpdates?: SubscriptionResolver, "stagingmode_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmode_snapshotRoot?: SubscriptionResolver, "stagingmode_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmode_snapshotRoots?: SubscriptionResolver, "stagingmode_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmode_spokeConnectorMode?: SubscriptionResolver, "stagingmode_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmode_spokeConnectorModes?: SubscriptionResolver, "stagingmode_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRootProposed?: SubscriptionResolver, "stagingmode_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRootProposeds?: SubscriptionResolver, "stagingmode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmode_optimisticRootFinalized?: SubscriptionResolver, "stagingmode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmode_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmode__meta?: SubscriptionResolver, "stagingmode__meta", ParentType, ContextType, Partial>; + 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>; stagingbase_asset?: SubscriptionResolver, "stagingbase_asset", ParentType, ContextType, RequireFields>; stagingbase_assets?: SubscriptionResolver, "stagingbase_assets", ParentType, ContextType, RequireFields>; stagingbase_assetStatus?: SubscriptionResolver, "stagingbase_assetStatus", ParentType, ContextType, RequireFields>; @@ -207731,53 +215983,6 @@ export type SubscriptionResolvers, "stagingbase_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingbase_optimisticRootFinalizeds?: SubscriptionResolver, "stagingbase_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingbase__meta?: SubscriptionResolver, "stagingbase__meta", ParentType, ContextType, Partial>; - base_asset?: SubscriptionResolver, "base_asset", ParentType, ContextType, RequireFields>; - base_assets?: SubscriptionResolver, "base_assets", ParentType, ContextType, RequireFields>; - base_assetStatus?: SubscriptionResolver, "base_assetStatus", ParentType, ContextType, RequireFields>; - base_assetStatuses?: SubscriptionResolver, "base_assetStatuses", ParentType, ContextType, RequireFields>; - base_assetBalance?: SubscriptionResolver, "base_assetBalance", ParentType, ContextType, RequireFields>; - base_assetBalances?: SubscriptionResolver, "base_assetBalances", ParentType, ContextType, RequireFields>; - base_router?: SubscriptionResolver, "base_router", ParentType, ContextType, RequireFields>; - base_routers?: SubscriptionResolver, "base_routers", ParentType, ContextType, RequireFields>; - base_routerDailyTVL?: SubscriptionResolver, "base_routerDailyTVL", ParentType, ContextType, RequireFields>; - base_routerDailyTVLs?: SubscriptionResolver, "base_routerDailyTVLs", ParentType, ContextType, RequireFields>; - base_routerLiquidityEvent?: SubscriptionResolver, "base_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - base_routerLiquidityEvents?: SubscriptionResolver, "base_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - base_setting?: SubscriptionResolver, "base_setting", ParentType, ContextType, RequireFields>; - base_settings?: SubscriptionResolver, "base_settings", ParentType, ContextType, RequireFields>; - base_relayer?: SubscriptionResolver, "base_relayer", ParentType, ContextType, RequireFields>; - base_relayers?: SubscriptionResolver, "base_relayers", ParentType, ContextType, RequireFields>; - base_sequencer?: SubscriptionResolver, "base_sequencer", ParentType, ContextType, RequireFields>; - base_sequencers?: SubscriptionResolver, "base_sequencers", ParentType, ContextType, RequireFields>; - base_relayerFee?: SubscriptionResolver, "base_relayerFee", ParentType, ContextType, RequireFields>; - base_relayerFees?: SubscriptionResolver, "base_relayerFees", ParentType, ContextType, RequireFields>; - base_originTransfer?: SubscriptionResolver, "base_originTransfer", ParentType, ContextType, RequireFields>; - base_originTransfers?: SubscriptionResolver, "base_originTransfers", ParentType, ContextType, RequireFields>; - base_destinationTransfer?: SubscriptionResolver, "base_destinationTransfer", ParentType, ContextType, RequireFields>; - base_destinationTransfers?: SubscriptionResolver, "base_destinationTransfers", ParentType, ContextType, RequireFields>; - base_originMessage?: SubscriptionResolver, "base_originMessage", ParentType, ContextType, RequireFields>; - base_originMessages?: SubscriptionResolver, "base_originMessages", ParentType, ContextType, RequireFields>; - base_aggregateRoot?: SubscriptionResolver, "base_aggregateRoot", ParentType, ContextType, RequireFields>; - base_aggregateRoots?: SubscriptionResolver, "base_aggregateRoots", ParentType, ContextType, RequireFields>; - base_connectorMeta?: SubscriptionResolver, "base_connectorMeta", ParentType, ContextType, RequireFields>; - base_connectorMetas?: SubscriptionResolver, "base_connectorMetas", ParentType, ContextType, RequireFields>; - base_rootCount?: SubscriptionResolver, "base_rootCount", ParentType, ContextType, RequireFields>; - base_rootCounts?: SubscriptionResolver, "base_rootCounts", ParentType, ContextType, RequireFields>; - base_rootMessageSent?: SubscriptionResolver, "base_rootMessageSent", ParentType, ContextType, RequireFields>; - base_rootMessageSents?: SubscriptionResolver, "base_rootMessageSents", ParentType, ContextType, RequireFields>; - base_relayerFeesIncrease?: SubscriptionResolver, "base_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - base_relayerFeesIncreases?: SubscriptionResolver, "base_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - base_slippageUpdate?: SubscriptionResolver, "base_slippageUpdate", ParentType, ContextType, RequireFields>; - base_slippageUpdates?: SubscriptionResolver, "base_slippageUpdates", ParentType, ContextType, RequireFields>; - base_snapshotRoot?: SubscriptionResolver, "base_snapshotRoot", ParentType, ContextType, RequireFields>; - base_snapshotRoots?: SubscriptionResolver, "base_snapshotRoots", ParentType, ContextType, RequireFields>; - base_spokeConnectorMode?: SubscriptionResolver, "base_spokeConnectorMode", ParentType, ContextType, RequireFields>; - base_spokeConnectorModes?: SubscriptionResolver, "base_spokeConnectorModes", ParentType, ContextType, RequireFields>; - base_aggregateRootProposed?: SubscriptionResolver, "base_aggregateRootProposed", ParentType, ContextType, RequireFields>; - base_aggregateRootProposeds?: SubscriptionResolver, "base_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - base_optimisticRootFinalized?: SubscriptionResolver, "base_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - base_optimisticRootFinalizeds?: SubscriptionResolver, "base_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - base__meta?: SubscriptionResolver, "base__meta", ParentType, ContextType, Partial>; stagingpolygonzkevm_asset?: SubscriptionResolver, "stagingpolygonzkevm_asset", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_assets?: SubscriptionResolver, "stagingpolygonzkevm_assets", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_assetStatus?: SubscriptionResolver, "stagingpolygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; @@ -207825,53 +216030,541 @@ export type SubscriptionResolvers, "stagingpolygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingpolygonzkevm__meta?: SubscriptionResolver, "stagingpolygonzkevm__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>; + 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>; + 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>; + 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>; + arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; + arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; + arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; + arbitrumone_assetStatuses?: SubscriptionResolver, "arbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; + arbitrumone_assetBalance?: SubscriptionResolver, "arbitrumone_assetBalance", ParentType, ContextType, RequireFields>; + arbitrumone_assetBalances?: SubscriptionResolver, "arbitrumone_assetBalances", ParentType, ContextType, RequireFields>; + arbitrumone_router?: SubscriptionResolver, "arbitrumone_router", ParentType, ContextType, RequireFields>; + arbitrumone_routers?: SubscriptionResolver, "arbitrumone_routers", ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVL?: SubscriptionResolver, "arbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVLs?: SubscriptionResolver, "arbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvent?: SubscriptionResolver, "arbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvents?: SubscriptionResolver, "arbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_setting?: SubscriptionResolver, "arbitrumone_setting", ParentType, ContextType, RequireFields>; + arbitrumone_settings?: SubscriptionResolver, "arbitrumone_settings", ParentType, ContextType, RequireFields>; + arbitrumone_relayer?: SubscriptionResolver, "arbitrumone_relayer", ParentType, ContextType, RequireFields>; + arbitrumone_relayers?: SubscriptionResolver, "arbitrumone_relayers", ParentType, ContextType, RequireFields>; + arbitrumone_sequencer?: SubscriptionResolver, "arbitrumone_sequencer", ParentType, ContextType, RequireFields>; + arbitrumone_sequencers?: SubscriptionResolver, "arbitrumone_sequencers", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFee?: SubscriptionResolver, "arbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFees?: SubscriptionResolver, "arbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + arbitrumone_originTransfer?: SubscriptionResolver, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoot?: SubscriptionResolver, "arbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoots?: SubscriptionResolver, "arbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorMode?: SubscriptionResolver, "arbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorModes?: SubscriptionResolver, "arbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposed?: SubscriptionResolver, "arbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposeds?: SubscriptionResolver, "arbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalized?: SubscriptionResolver, "arbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; + polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; + polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; + polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; + polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; + polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; + polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; + polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; + polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; + polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; + polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; + polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; + polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; + polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; + polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; + polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; + polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; + polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; + polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; + polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; + polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; + polygon_snapshotRoot?: SubscriptionResolver, "polygon_snapshotRoot", ParentType, ContextType, RequireFields>; + polygon_snapshotRoots?: SubscriptionResolver, "polygon_snapshotRoots", ParentType, ContextType, RequireFields>; + polygon_spokeConnectorMode?: SubscriptionResolver, "polygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygon_spokeConnectorModes?: SubscriptionResolver, "polygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposed?: SubscriptionResolver, "polygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposeds?: SubscriptionResolver, "polygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalized?: SubscriptionResolver, "polygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalizeds?: SubscriptionResolver, "polygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; + 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>; + stagingmetis_asset?: SubscriptionResolver, "stagingmetis_asset", ParentType, ContextType, RequireFields>; + stagingmetis_assets?: SubscriptionResolver, "stagingmetis_assets", ParentType, ContextType, RequireFields>; + stagingmetis_assetStatus?: SubscriptionResolver, "stagingmetis_assetStatus", ParentType, ContextType, RequireFields>; + stagingmetis_assetStatuses?: SubscriptionResolver, "stagingmetis_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmetis_assetBalance?: SubscriptionResolver, "stagingmetis_assetBalance", ParentType, ContextType, RequireFields>; + stagingmetis_assetBalances?: SubscriptionResolver, "stagingmetis_assetBalances", ParentType, ContextType, RequireFields>; + stagingmetis_router?: SubscriptionResolver, "stagingmetis_router", ParentType, ContextType, RequireFields>; + stagingmetis_routers?: SubscriptionResolver, "stagingmetis_routers", ParentType, ContextType, RequireFields>; + stagingmetis_routerDailyTVL?: SubscriptionResolver, "stagingmetis_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmetis_routerDailyTVLs?: SubscriptionResolver, "stagingmetis_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmetis_routerLiquidityEvent?: SubscriptionResolver, "stagingmetis_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmetis_routerLiquidityEvents?: SubscriptionResolver, "stagingmetis_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmetis_setting?: SubscriptionResolver, "stagingmetis_setting", ParentType, ContextType, RequireFields>; + stagingmetis_settings?: SubscriptionResolver, "stagingmetis_settings", ParentType, ContextType, RequireFields>; + stagingmetis_relayer?: SubscriptionResolver, "stagingmetis_relayer", ParentType, ContextType, RequireFields>; + stagingmetis_relayers?: SubscriptionResolver, "stagingmetis_relayers", ParentType, ContextType, RequireFields>; + stagingmetis_sequencer?: SubscriptionResolver, "stagingmetis_sequencer", ParentType, ContextType, RequireFields>; + stagingmetis_sequencers?: SubscriptionResolver, "stagingmetis_sequencers", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFee?: SubscriptionResolver, "stagingmetis_relayerFee", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFees?: SubscriptionResolver, "stagingmetis_relayerFees", ParentType, ContextType, RequireFields>; + stagingmetis_originTransfer?: SubscriptionResolver, "stagingmetis_originTransfer", ParentType, ContextType, RequireFields>; + stagingmetis_originTransfers?: SubscriptionResolver, "stagingmetis_originTransfers", ParentType, ContextType, RequireFields>; + stagingmetis_destinationTransfer?: SubscriptionResolver, "stagingmetis_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmetis_destinationTransfers?: SubscriptionResolver, "stagingmetis_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmetis_originMessage?: SubscriptionResolver, "stagingmetis_originMessage", ParentType, ContextType, RequireFields>; + stagingmetis_originMessages?: SubscriptionResolver, "stagingmetis_originMessages", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRoot?: SubscriptionResolver, "stagingmetis_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRoots?: SubscriptionResolver, "stagingmetis_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmetis_connectorMeta?: SubscriptionResolver, "stagingmetis_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmetis_connectorMetas?: SubscriptionResolver, "stagingmetis_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmetis_rootCount?: SubscriptionResolver, "stagingmetis_rootCount", ParentType, ContextType, RequireFields>; + stagingmetis_rootCounts?: SubscriptionResolver, "stagingmetis_rootCounts", ParentType, ContextType, RequireFields>; + stagingmetis_rootMessageSent?: SubscriptionResolver, "stagingmetis_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmetis_rootMessageSents?: SubscriptionResolver, "stagingmetis_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFeesIncrease?: SubscriptionResolver, "stagingmetis_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFeesIncreases?: SubscriptionResolver, "stagingmetis_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmetis_slippageUpdate?: SubscriptionResolver, "stagingmetis_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmetis_slippageUpdates?: SubscriptionResolver, "stagingmetis_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmetis_snapshotRoot?: SubscriptionResolver, "stagingmetis_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmetis_snapshotRoots?: SubscriptionResolver, "stagingmetis_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmetis_spokeConnectorMode?: SubscriptionResolver, "stagingmetis_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmetis_spokeConnectorModes?: SubscriptionResolver, "stagingmetis_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRootProposed?: SubscriptionResolver, "stagingmetis_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRootProposeds?: SubscriptionResolver, "stagingmetis_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmetis_optimisticRootFinalized?: SubscriptionResolver, "stagingmetis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmetis_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmetis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmetis__meta?: SubscriptionResolver, "stagingmetis__meta", ParentType, ContextType, Partial>; + 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>; + 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>; + stagingmantle_asset?: SubscriptionResolver, "stagingmantle_asset", ParentType, ContextType, RequireFields>; + stagingmantle_assets?: SubscriptionResolver, "stagingmantle_assets", ParentType, ContextType, RequireFields>; + stagingmantle_assetStatus?: SubscriptionResolver, "stagingmantle_assetStatus", ParentType, ContextType, RequireFields>; + stagingmantle_assetStatuses?: SubscriptionResolver, "stagingmantle_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmantle_assetBalance?: SubscriptionResolver, "stagingmantle_assetBalance", ParentType, ContextType, RequireFields>; + stagingmantle_assetBalances?: SubscriptionResolver, "stagingmantle_assetBalances", ParentType, ContextType, RequireFields>; + stagingmantle_router?: SubscriptionResolver, "stagingmantle_router", ParentType, ContextType, RequireFields>; + stagingmantle_routers?: SubscriptionResolver, "stagingmantle_routers", ParentType, ContextType, RequireFields>; + stagingmantle_routerDailyTVL?: SubscriptionResolver, "stagingmantle_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmantle_routerDailyTVLs?: SubscriptionResolver, "stagingmantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmantle_routerLiquidityEvent?: SubscriptionResolver, "stagingmantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmantle_routerLiquidityEvents?: SubscriptionResolver, "stagingmantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmantle_setting?: SubscriptionResolver, "stagingmantle_setting", ParentType, ContextType, RequireFields>; + stagingmantle_settings?: SubscriptionResolver, "stagingmantle_settings", ParentType, ContextType, RequireFields>; + stagingmantle_relayer?: SubscriptionResolver, "stagingmantle_relayer", ParentType, ContextType, RequireFields>; + stagingmantle_relayers?: SubscriptionResolver, "stagingmantle_relayers", ParentType, ContextType, RequireFields>; + stagingmantle_sequencer?: SubscriptionResolver, "stagingmantle_sequencer", ParentType, ContextType, RequireFields>; + stagingmantle_sequencers?: SubscriptionResolver, "stagingmantle_sequencers", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFee?: SubscriptionResolver, "stagingmantle_relayerFee", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFees?: SubscriptionResolver, "stagingmantle_relayerFees", ParentType, ContextType, RequireFields>; + stagingmantle_originTransfer?: SubscriptionResolver, "stagingmantle_originTransfer", ParentType, ContextType, RequireFields>; + stagingmantle_originTransfers?: SubscriptionResolver, "stagingmantle_originTransfers", ParentType, ContextType, RequireFields>; + stagingmantle_destinationTransfer?: SubscriptionResolver, "stagingmantle_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmantle_destinationTransfers?: SubscriptionResolver, "stagingmantle_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmantle_originMessage?: SubscriptionResolver, "stagingmantle_originMessage", ParentType, ContextType, RequireFields>; + stagingmantle_originMessages?: SubscriptionResolver, "stagingmantle_originMessages", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRoot?: SubscriptionResolver, "stagingmantle_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRoots?: SubscriptionResolver, "stagingmantle_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmantle_connectorMeta?: SubscriptionResolver, "stagingmantle_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmantle_connectorMetas?: SubscriptionResolver, "stagingmantle_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmantle_rootCount?: SubscriptionResolver, "stagingmantle_rootCount", ParentType, ContextType, RequireFields>; + stagingmantle_rootCounts?: SubscriptionResolver, "stagingmantle_rootCounts", ParentType, ContextType, RequireFields>; + stagingmantle_rootMessageSent?: SubscriptionResolver, "stagingmantle_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmantle_rootMessageSents?: SubscriptionResolver, "stagingmantle_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFeesIncrease?: SubscriptionResolver, "stagingmantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFeesIncreases?: SubscriptionResolver, "stagingmantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmantle_slippageUpdate?: SubscriptionResolver, "stagingmantle_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmantle_slippageUpdates?: SubscriptionResolver, "stagingmantle_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmantle_snapshotRoot?: SubscriptionResolver, "stagingmantle_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmantle_snapshotRoots?: SubscriptionResolver, "stagingmantle_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmantle_spokeConnectorMode?: SubscriptionResolver, "stagingmantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmantle_spokeConnectorModes?: SubscriptionResolver, "stagingmantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRootProposed?: SubscriptionResolver, "stagingmantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRootProposeds?: SubscriptionResolver, "stagingmantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmantle_optimisticRootFinalized?: SubscriptionResolver, "stagingmantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmantle_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmantle__meta?: SubscriptionResolver, "stagingmantle__meta", ParentType, ContextType, Partial>; + 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>; + 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>; x1testnet_asset?: SubscriptionResolver, "x1testnet_asset", ParentType, ContextType, RequireFields>; x1testnet_assets?: SubscriptionResolver, "x1testnet_assets", ParentType, ContextType, RequireFields>; x1testnet_assetStatus?: SubscriptionResolver, "x1testnet_assetStatus", ParentType, ContextType, RequireFields>; @@ -208081,329 +216774,113 @@ export type testoptimismgoerli__Meta_Resolvers; }>; -export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_BigDecimal'; -} - -export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Bytes'; -} - -export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Int8'; -} - -export type mumbai_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_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 mumbai_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 mumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_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 mumbai_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 mumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ - 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 mumbai_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 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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_BigDecimal'; +export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_BigDecimal'; } -export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Bytes'; +export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Bytes'; } -export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Int8'; +export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Int8'; } -export type goerli_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 goerli_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 goerli_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 goerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_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 goerli_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 goerli_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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 goerli_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>; @@ -208412,25 +216889,25 @@ export type goerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type 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 goerli_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; @@ -208439,15 +216916,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 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>; @@ -208456,58 +216933,58 @@ 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 stagingmumbai_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 stagingmumbai_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 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 goerli_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 goerli_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -208852,326 +217329,977 @@ export type testgoerli__Meta_Resolvers; }>; -export type goerli_AggregateRootSavedSlowResolvers = ResolversObject<{ +export interface base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_BigDecimal'; +} + +export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Bytes'; +} + +export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Int8'; +} + +export type base_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregatedMessageRootResolvers = ResolversObject<{ +export type base_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type base_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type base_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_BaseConnectorMetaResolvers = ResolversObject<{ +export type base_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type base_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface goerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_BigDecimal'; -} +export type base_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type goerli_BnbConnectorMetaResolvers = ResolversObject<{ +export type base_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface goerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_Bytes'; +export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type base_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_BigDecimal'; } -export type goerli_GnosisConnectorMetaResolvers = ResolversObject<{ +export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Bytes'; +} + +export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Int8'; +} + +export type mumbai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_HubDomainResolvers = ResolversObject<{ +export type mumbai_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 mumbai_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 mumbai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_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 goerli_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface goerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_Int8'; +export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ + 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 mumbai_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 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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_BigDecimal'; } -export type goerli_LineaConnectorMetaResolvers = ResolversObject<{ +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; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OptimismConnectorMetaResolvers = ResolversObject<{ +export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + 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_OptimisticRootProposedResolvers = ResolversObject<{ +export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: 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; - blockNumber?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_PolygonConnectorMetaResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: 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_RootAggregatedResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootManagerMetaResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootManagerModeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootMessageProcessedResolvers = 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; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootPropagatedResolvers = ResolversObject<{ +export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_X1ConnectorMetaResolvers = ResolversObject<{ +export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_BigDecimal'; +} + +export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Bytes'; +} + +export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Int8'; +} + +export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_BigDecimal'; +export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_BigDecimal'; } -export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Bytes'; +export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Bytes'; } -export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Int8'; +export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Int8'; } -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_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 stagingmumbai_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>; @@ -209180,25 +218308,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 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 stagingmumbai_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; @@ -209207,15 +218335,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 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>; @@ -209224,170 +218352,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 goerli_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 goerli_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 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 stagingmumbai_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 stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type goerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type goerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_BigDecimal'; +export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_BigDecimal'; } -export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Bytes'; +export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Bytes'; } -export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Int8'; +export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Int8'; } -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type xdai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_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 optimismgoerli_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>; @@ -209396,25 +218524,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 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 optimismgoerli_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; @@ -209423,15 +218551,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 xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -209440,476 +218568,571 @@ 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 xdai_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 xdai_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 xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_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 stagingoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_Bytes'; } -export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_HubDomainResolvers = ResolversObject<{ +export type stagingoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export interface stagingoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_Int8'; +} + +export type stagingoptimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Int8'; -} - -export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_MetisConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_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 mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_RootAggregatedResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_RootManagerMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootManagerModeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_RootPropagatedResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingoptimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingoptimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_AggregateRootResolvers = ResolversObject<{ +export type goerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_AssetResolvers = ResolversObject<{ +export type goerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_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 lineagoerli_AssetStatusResolvers = ResolversObject<{ +export type goerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface lineagoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'lineagoerli_BigDecimal'; +export interface goerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_BigDecimal'; } -export interface lineagoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'lineagoerli_Bytes'; +export interface goerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_Bytes'; } -export type lineagoerli_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 lineagoerli_DestinationTransferResolvers = ResolversObject<{ +export type goerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_OriginMessageResolvers = ResolversObject<{ +export interface goerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_Int8'; +} + +export type goerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_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 lineagoerli_RelayerResolvers = ResolversObject<{ +export type goerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerFeeResolvers = ResolversObject<{ +export type goerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_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; @@ -209917,20 +219140,20 @@ export type lineagoerli_RelayerFeesIncreaseResolvers; }>; -export type lineagoerli_RootCountResolvers = ResolversObject<{ +export type goerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_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>; @@ -209938,46 +219161,61 @@ export type lineagoerli_RootMessageSentResolvers; }>; -export type lineagoerli_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 lineagoerli_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 lineagoerli_SequencerResolvers = ResolversObject<{ +export type goerli_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_SettingResolvers = ResolversObject<{ +export type goerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_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; @@ -209985,306 +219223,143 @@ export type lineagoerli_SlippageUpdateResolvers; }>; -export type lineagoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type lineagoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type goerli_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_BigDecimal'; -} - -export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Bytes'; -} - -export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_HubDomainResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Int8'; -} - -export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_OptimisticRootProposedResolvers = ResolversObject<{ - id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootManagerModeResolvers = ResolversObject<{ +export type goerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_RootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type goerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type goerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; +export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_BigDecimal'; } -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; +export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Bytes'; } -export type linea_swap_LpAccountResolvers = ResolversObject<{ +export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Int8'; +} + +export type zksync_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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 linea_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 linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_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 linea_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 linea_swap_PooledTokenResolvers = ResolversObject<{ +export type zksync_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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 linea_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>; @@ -210293,25 +219368,25 @@ export type linea_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type 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 linea_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; @@ -210320,15 +219395,15 @@ export type linea_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type 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>; @@ -210337,490 +219412,686 @@ export type linea_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type 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 linea_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 linea_swap_SystemInfoResolvers = ResolversObject<{ +export type zksync_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_BigDecimal'; -} +export type optimismgoerli_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Bytes'; +export type optimismgoerli_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_BigDecimal'; } -export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Int8'; +export interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_Bytes'; } -export type staginggoerli_swap_LpAccountResolvers = ResolversObject<{ +export type optimismgoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type optimismgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ +export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_Int8'; +} + +export type optimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type optimismgoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type optimismgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type optimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ +export type optimismgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type optimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type optimismgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type optimismgoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type optimismgoerli_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 staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: 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 optimismgoerli_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 staginggoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type optimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_BigDecimal'; -} +export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Bytes'; +export type stagingmumbai_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_AssetResolvers = ResolversObject<{ + 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 stagingmumbai_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_BigDecimal'; } -export interface polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Int8'; +export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Bytes'; } -export type polygonzkevm_swap_LpAccountResolvers = ResolversObject<{ +export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingmumbai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_LpTokenResolvers = ResolversObject<{ +export interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Int8'; +} + +export type stagingmumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygonzkevm_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingmumbai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygonzkevm_swap_StableSwapAddLiquidityEvent' | 'polygonzkevm_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingmumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingmumbai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_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 stagingmumbai_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingmumbai_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 polygonzkevm_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygonzkevm_swap_SwapDailyVolume' | 'polygonzkevm_swap_SwapHourlyVolume' | 'polygonzkevm_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingmumbai_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 polygonzkevm_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmumbai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmumbai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -211042,957 +220313,796 @@ export type stagingoptimismgoerli_swap__Meta_Resolvers; }>; -export interface base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_BigDecimal'; -} - -export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_Bytes'; -} - -export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_Int8'; -} - -export type base_swap_LpAccountResolvers = ResolversObject<{ +export type goerli_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type goerli_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_LpTokenResolvers = ResolversObject<{ +export type goerli_ArbitrumConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_LpTransferEvent', ParentType, ContextType>; +export type goerli_BaseConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapResolvers = ResolversObject<{ +export type goerli_HubDomainResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_HubOptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type goerli_LineaConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type goerli_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_OptimisticRootProposedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_PolygonConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type goerli_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type goerli_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type goerli_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type goerli_RootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_X1ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_AssetBalanceResolvers = ResolversObject<{ +export type localmainnet_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 localmainnet_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 optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Bytes'; +export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_BigDecimal'; } -export type optimismgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type localmainnet_BnbConnectorMetaResolvers = 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 interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Bytes'; +} + +export type localmainnet_GnosisConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Int8'; -} - -export type optimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type localmainnet_HubDomainResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_OriginMessageResolvers = ResolversObject<{ +export type localmainnet_HubOptimisticRootFinalizedResolvers = 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>; + aggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_OriginTransferResolvers = ResolversObject<{ +export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Int8'; +} + +export type localmainnet_LineaConnectorMetaResolvers = 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 localmainnet_MantleConnectorMetaResolvers = 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 localmainnet_MetisConnectorMetaResolvers = 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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type localmainnet_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 localmainnet_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 localmainnet_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 localmainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type localmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_AggregateRootResolvers = ResolversObject<{ +export type stagingmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_AssetResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_AssetBalanceResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_AssetStatusResolvers = ResolversObject<{ +export type stagingmainnet_BaseConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface basegoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'basegoerli_BigDecimal'; +export interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_BigDecimal'; } -export interface basegoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'basegoerli_Bytes'; +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 basegoerli_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_DestinationTransferResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'basegoerli_Int8'; -} - -export type basegoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_OriginMessageResolvers = ResolversObject<{ +export interface stagingmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_Int8'; +} + +export type stagingmainnet_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 basegoerli_OriginTransferResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_RelayerResolvers = ResolversObject<{ +export type stagingmainnet_MetisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_RelayerFeeResolvers = ResolversObject<{ +export type stagingmainnet_ModeConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_RootCountResolvers = ResolversObject<{ +export type stagingmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_RootMessageSentResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_RouterResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_SequencerResolvers = ResolversObject<{ +export type stagingmainnet_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_SettingResolvers = ResolversObject<{ +export type stagingmainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_SnapshotRootResolvers = ResolversObject<{ +export type stagingmainnet_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 basegoerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_BigDecimal'; +export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_BigDecimal'; } -export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Bytes'; +export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Bytes'; } -export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Int8'; +export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Int8'; } -export type bnb_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 bnb_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 bnb_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 bnb_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_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 bnb_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 bnb_swap_PooledTokenResolvers = ResolversObject<{ +export type arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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 bnb_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>; @@ -212001,25 +221111,25 @@ export type bnb_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type 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 bnb_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; @@ -212028,15 +221138,15 @@ export type bnb_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type 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>; @@ -212045,571 +221155,449 @@ export type bnb_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type 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 bnb_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 bnb_swap_SystemInfoResolvers = ResolversObject<{ +export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmode_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 stagingmode_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmode_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_BigDecimal'; +export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_BigDecimal'; } -export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Bytes'; +export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Bytes'; } -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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmode_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 stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Int8'; +export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Int8'; } -export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmode_OriginMessageResolvers = ResolversObject<{ +export type bnb_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_OriginTransferResolvers = ResolversObject<{ +export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RelayerResolvers = ResolversObject<{ +export type bnb_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RelayerFeeResolvers = ResolversObject<{ +export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type stagingmode_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RootCountResolvers = ResolversObject<{ +export type bnb_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RootMessageSentResolvers = ResolversObject<{ +export type bnb_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RouterResolvers = ResolversObject<{ +export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RouterDailyTVLResolvers = ResolversObject<{ +export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type stagingmode_RouterLiquidityEventResolvers = ResolversObject<{ +export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SequencerResolvers = ResolversObject<{ +export type bnb_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 stagingmode_SettingResolvers = ResolversObject<{ +export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SlippageUpdateResolvers = ResolversObject<{ +export type bnb_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 stagingmode_SnapshotRootResolvers = ResolversObject<{ +export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ +export type bnb_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AggregateRootResolvers = ResolversObject<{ +export type lineagoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_AssetResolvers = ResolversObject<{ +export type lineagoerli_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 stagingoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ +export type lineagoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AssetStatusResolvers = ResolversObject<{ +export type lineagoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_BigDecimal'; +export interface lineagoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'lineagoerli_BigDecimal'; } -export interface stagingoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_Bytes'; +export interface lineagoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'lineagoerli_Bytes'; } -export type stagingoptimismgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type lineagoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ +export type lineagoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_Int8'; -} - -export type stagingoptimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_OriginMessageResolvers = ResolversObject<{ +export type lineagoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_OriginTransferResolvers = ResolversObject<{ +export type lineagoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerResolvers = ResolversObject<{ +export type lineagoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerFeeResolvers = ResolversObject<{ +export type lineagoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type lineagoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -212617,20 +221605,20 @@ export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers; }>; -export type stagingoptimismgoerli_RootCountResolvers = ResolversObject<{ +export type lineagoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RootMessageSentResolvers = ResolversObject<{ +export type lineagoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -212638,61 +221626,46 @@ export type stagingoptimismgoerli_RootMessageSentResolvers; }>; -export type stagingoptimismgoerli_RouterResolvers = ResolversObject<{ +export type lineagoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type lineagoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_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 stagingoptimismgoerli_SequencerResolvers = ResolversObject<{ +export type lineagoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SettingResolvers = ResolversObject<{ +export type lineagoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type lineagoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -212700,457 +221673,339 @@ export type stagingoptimismgoerli_SlippageUpdateResolvers; }>; -export type stagingoptimismgoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type lineagoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type lineagoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_AssetResolvers = ResolversObject<{ - 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 stagingmumbai_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_BigDecimal'; +export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_BigDecimal'; } -export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Bytes'; +export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Bytes'; } -export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_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 stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Int8'; +export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Int8'; } -export type stagingmumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type avalanche_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ +export type avalanche_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_OriginTransferResolvers = ResolversObject<{ +export type avalanche_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerResolvers = ResolversObject<{ +export type avalanche_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ +export type avalanche_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type avalanche_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RootCountResolvers = ResolversObject<{ +export type avalanche_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RootMessageSentResolvers = ResolversObject<{ +export type avalanche_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RouterResolvers = ResolversObject<{ +export type avalanche_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type stagingmumbai_RouterDailyTVLResolvers = ResolversObject<{ +export type avalanche_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RouterLiquidityEventResolvers = ResolversObject<{ +export type avalanche_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 stagingmumbai_SequencerResolvers = ResolversObject<{ +export type avalanche_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SettingResolvers = ResolversObject<{ +export type avalanche_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; +export type avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + volume?: Resolver; }>; -export type stagingmumbai_SnapshotRootResolvers = ResolversObject<{ +export type avalanche_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 stagingmumbai_SpokeConnectorModeResolvers = ResolversObject<{ +export type avalanche_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type avalanche_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type avalanche_swap__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 linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; } -export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Int8'; +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; } -export type mantle_swap_LpAccountResolvers = ResolversObject<{ +export type linea_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpTokenResolvers = ResolversObject<{ +export type linea_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mantle_swap_LpTransferEventResolvers = ResolversObject<{ +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_PooledTokenResolvers = ResolversObject<{ +export type linea_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapResolvers = ResolversObject<{ +export type linea_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -213159,25 +222014,25 @@ export type mantle_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type linea_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mantle_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -213186,15 +222041,15 @@ export type mantle_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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>; @@ -213203,974 +222058,1303 @@ export type mantle_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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 mantle_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 mantle_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_SwapDailyVolume' | 'mantle_swap_SwapHourlyVolume' | 'mantle_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 mantle_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 mantle_swap_SystemInfoResolvers = ResolversObject<{ +export type linea_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_BigDecimal'; +export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygonzkevm_swap_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 polygonzkevm_swap_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_BigDecimal'; } -export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Bytes'; +export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Bytes'; } -export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Int8'; +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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygonzkevm_swap_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 polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Int8'; } -export type xdai_swap_LpAccountResolvers = ResolversObject<{ +export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_LpTokenResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; +export type polygonzkevm_swap_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 xdai_swap_LpTransferEventResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_PooledTokenResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_StableSwapResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type polygonzkevm_swap_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 xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type polygonzkevm_swap_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: 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 polygonzkevm_swap_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 xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type polygonzkevm_swap_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ +export type polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_BigDecimal'; -} +export type avalanche_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Bytes'; +export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_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 avalanche_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_BigDecimal'; } -export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Int8'; +export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Bytes'; } -export type polygon_swap_LpAccountResolvers = ResolversObject<{ +export type avalanche_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type avalanche_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenResolvers = ResolversObject<{ +export interface avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Int8'; +} + +export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; +export type avalanche_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ +export type avalanche_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_PooledTokenResolvers = ResolversObject<{ +export type avalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapResolvers = ResolversObject<{ +export type avalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type avalanche_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type avalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type avalanche_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_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 avalanche_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type avalanche_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 polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type avalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type avalanche_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: 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 avalanche_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 polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type avalanche_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SystemInfoResolvers = ResolversObject<{ +export type avalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type avalanche__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type avalanche__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_BigDecimal'; -} +export type staginggoerli_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Bytes'; -} +export type staginggoerli_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Int8'; -} +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 optimism_swap_LpAccountResolvers = ResolversObject<{ +export type staginggoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type staginggoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenResolvers = ResolversObject<{ +export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; +export type staginggoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ +export type staginggoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_PooledTokenResolvers = ResolversObject<{ +export type staginggoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - asset?: 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 optimism_swap_StableSwapResolvers = ResolversObject<{ +export type staginggoerli_OriginTransferResolvers = 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>; + 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 optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type staginggoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_RootCountResolvers = 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; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type staginggoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: 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 optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type staginggoerli_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - volume?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type staginggoerli_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - volume?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SystemInfoResolvers = ResolversObject<{ +export type staginggoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type staginggoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregatedMessageRootResolvers = ResolversObject<{ +export type staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type base_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ +export type base_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_BaseConnectorMetaResolvers = ResolversObject<{ +export type base_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 interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_BigDecimal'; -} +export type base_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type stagingmainnet_BnbConnectorMetaResolvers = ResolversObject<{ +export type base_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Bytes'; +export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_BigDecimal'; } -export type stagingmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ +export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Bytes'; +} + +export type base_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_HubDomainResolvers = ResolversObject<{ +export type base_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export interface base_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Int8'; +} + +export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: 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<{ +export type base_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_MantleConnectorMetaResolvers = ResolversObject<{ +export type base_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_MetisConnectorMetaResolvers = ResolversObject<{ +export type base_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_ModeConnectorMetaResolvers = ResolversObject<{ +export type base_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_OptimismConnectorMetaResolvers = ResolversObject<{ +export type base_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_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type base_RootCountResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type base_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: 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_PolygonConnectorMetaResolvers = ResolversObject<{ +export type base_RouterResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ +export type base_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_RootAggregatedResolvers = ResolversObject<{ +export type base_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 stagingmainnet_RootManagerMetaResolvers = ResolversObject<{ +export type base_SequencerResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootManagerModeResolvers = ResolversObject<{ +export type base_SettingResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type base_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 stagingmainnet_RootPropagatedResolvers = ResolversObject<{ +export type base_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 stagingmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type base_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type base__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootResolvers = ResolversObject<{ +export type localmainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootProposedResolvers = ResolversObject<{ +export type localmainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -214179,170 +223363,170 @@ export type goerli_AggregateRootProposedResolvers; }>; -export type goerli_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 goerli_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 goerli_AssetStatusResolvers = ResolversObject<{ +export type localmainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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 goerli_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 type goerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type localmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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 goerli_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 goerli_RelayerResolvers = ResolversObject<{ +export type localmainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeeResolvers = ResolversObject<{ +export type localmainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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; @@ -214350,20 +223534,20 @@ export type goerli_RelayerFeesIncreaseResolvers; }>; -export type goerli_RootCountResolvers = ResolversObject<{ +export type localmainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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>; @@ -214371,61 +223555,61 @@ export type goerli_RootMessageSentResolvers; }>; -export type goerli_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 goerli_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 goerli_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 goerli_SequencerResolvers = ResolversObject<{ +export type localmainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SettingResolvers = ResolversObject<{ +export type localmainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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; @@ -214433,464 +223617,660 @@ export type goerli_SlippageUpdateResolvers; }>; -export type goerli_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 goerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type localmainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_BigDecimal'; -} +export type zksync_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface metis_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_Bytes'; +export type zksync_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_BigDecimal'; } -export interface metis_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_Int8'; +export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Bytes'; } -export type metis_swap_LpAccountResolvers = ResolversObject<{ +export type zksync_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type zksync_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_LpTokenResolvers = ResolversObject<{ +export interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Int8'; +} + +export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_LpTransferEvent', ParentType, ContextType>; +export type zksync_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_LpTransferEventResolvers = ResolversObject<{ +export type zksync_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_PooledTokenResolvers = ResolversObject<{ +export type zksync_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapResolvers = ResolversObject<{ +export type zksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type zksync_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_StableSwapAddLiquidityEvent' | 'metis_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type zksync_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type zksync_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_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 zksync_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type zksync_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 metis_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type zksync_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type zksync_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_SwapDailyVolume' | 'metis_swap_SwapHourlyVolume' | 'metis_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type zksync_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 metis_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type zksync_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_SystemInfoResolvers = ResolversObject<{ +export type zksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type zksync__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_BigDecimal'; -} +export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_Bytes'; +export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingpolygon_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 stagingpolygon_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingpolygon_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_BigDecimal'; } -export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_Int8'; +export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Bytes'; } -export type zksync_swap_LpAccountResolvers = ResolversObject<{ +export type stagingpolygon_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingpolygon_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpTokenResolvers = ResolversObject<{ +export interface stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Int8'; +} + +export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingpolygon_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingpolygon_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingpolygon_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapResolvers = ResolversObject<{ +export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingpolygon_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingpolygon_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingpolygon_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingpolygon_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 stagingpolygon_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingpolygon_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 zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingpolygon_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingpolygon_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingpolygon_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 zksync_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingpolygon_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingpolygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_AggregateRootResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -214899,170 +224279,182 @@ export type staginggoerli_AggregateRootProposedResolvers; }>; -export type staginggoerli_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 staginggoerli_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 staginggoerli_AssetStatusResolvers = ResolversObject<{ +export type stagingxdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ +export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_BigDecimal'; +} + +export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Bytes'; +} + +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 staginggoerli_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 type staginggoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Int8'; +} + +export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_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 staginggoerli_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 staginggoerli_RelayerResolvers = ResolversObject<{ +export type stagingxdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ +export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_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; @@ -215070,20 +224462,20 @@ export type staginggoerli_RelayerFeesIncreaseResolvers; }>; -export type staginggoerli_RootCountResolvers = ResolversObject<{ +export type stagingxdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_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>; @@ -215091,61 +224483,61 @@ export type staginggoerli_RootMessageSentResolvers; }>; -export type staginggoerli_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 staginggoerli_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 staginggoerli_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 staginggoerli_SequencerResolvers = ResolversObject<{ +export type stagingxdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SettingResolvers = ResolversObject<{ +export type stagingxdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_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; @@ -215153,248 +224545,46 @@ export type staginggoerli_SlippageUpdateResolvers; }>; -export type staginggoerli_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 staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_BigDecimal'; -} - -export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Bytes'; -} - -export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Int8'; -} - -export type arbitrumone_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type arbitrumone_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 arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_StableSwapAddLiquidityEvent' | 'arbitrumone_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: 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; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type arbitrumone_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingxdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingxdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AggregateRootResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -215403,182 +224593,182 @@ export type mumbai_AggregateRootProposedResolvers; }>; -export type mumbai_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 mumbai_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 mumbai_AssetStatusResolvers = ResolversObject<{ +export type stagingavalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_BigDecimal'; +export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_BigDecimal'; } -export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Bytes'; +export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Bytes'; } -export type mumbai_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 mumbai_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 mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Int8'; +export interface stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Int8'; } -export type mumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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 mumbai_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 mumbai_RelayerResolvers = ResolversObject<{ +export type stagingavalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerFeeResolvers = ResolversObject<{ +export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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; @@ -215586,20 +224776,20 @@ export type mumbai_RelayerFeesIncreaseResolvers; }>; -export type mumbai_RootCountResolvers = ResolversObject<{ +export type stagingavalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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>; @@ -215607,61 +224797,61 @@ export type mumbai_RootMessageSentResolvers; }>; -export type mumbai_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 mumbai_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 mumbai_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 mumbai_SequencerResolvers = ResolversObject<{ +export type stagingavalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SettingResolvers = ResolversObject<{ +export type stagingavalanche_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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; @@ -215669,46 +224859,46 @@ export type mumbai_SlippageUpdateResolvers; }>; -export type mumbai_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 mumbai_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingavalanche__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingavalanche__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootResolvers = ResolversObject<{ +export type staginglinea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootProposedResolvers = ResolversObject<{ +export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -215717,182 +224907,178 @@ export type xdai_AggregateRootProposedResolvers; }>; -export type xdai_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 xdai_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 xdai_AssetStatusResolvers = ResolversObject<{ +export type staginglinea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_BigDecimal'; +export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_BigDecimal'; } -export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Bytes'; +export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_Bytes'; } -export type xdai_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 xdai_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 xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Int8'; -} - -export type xdai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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 xdai_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 xdai_RelayerResolvers = ResolversObject<{ +export type staginglinea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeeResolvers = ResolversObject<{ +export type staginglinea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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; @@ -215900,20 +225086,20 @@ export type xdai_RelayerFeesIncreaseResolvers; }>; -export type xdai_RootCountResolvers = ResolversObject<{ +export type staginglinea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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>; @@ -215921,61 +225107,61 @@ export type xdai_RootMessageSentResolvers; }>; -export type xdai_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 xdai_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 xdai_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 xdai_SequencerResolvers = ResolversObject<{ +export type staginglinea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SettingResolvers = ResolversObject<{ +export type staginglinea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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; @@ -215983,334 +225169,478 @@ export type xdai_SlippageUpdateResolvers; }>; -export type xdai_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 xdai_SpokeConnectorModeResolvers = ResolversObject<{ +export type staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__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 xdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type staginglinea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootResolvers = ResolversObject<{ +export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_BigDecimal'; +} + +export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Bytes'; +} + +export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Int8'; +} + +export type polygon_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AssetResolvers = ResolversObject<{ +export type polygon_swap_PooledTokenResolvers = 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>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AssetBalanceResolvers = ResolversObject<{ +export type polygon_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AssetStatusResolvers = ResolversObject<{ +export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ConnectorMetaResolvers = ResolversObject<{ +export type polygon_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; +export type polygon_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; +export type polygon_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OriginMessageResolvers = ResolversObject<{ +export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_BigDecimal'; +} + +export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Bytes'; +} + +export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Int8'; +} + +export type optimism_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OriginTransferResolvers = ResolversObject<{ +export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RelayerResolvers = ResolversObject<{ +export type optimism_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RelayerFeeResolvers = ResolversObject<{ +export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type localmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootCountResolvers = ResolversObject<{ +export type optimism_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootMessageSentResolvers = ResolversObject<{ +export type optimism_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RouterResolvers = ResolversObject<{ +export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RouterDailyTVLResolvers = ResolversObject<{ +export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type localmainnet_RouterLiquidityEventResolvers = ResolversObject<{ +export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SequencerResolvers = ResolversObject<{ +export type optimism_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 localmainnet_SettingResolvers = ResolversObject<{ +export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SlippageUpdateResolvers = ResolversObject<{ +export type optimism_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 localmainnet_SnapshotRootResolvers = ResolversObject<{ +export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type optimism_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootResolvers = ResolversObject<{ +export type optimism_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimism_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type basegoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootProposedResolvers = ResolversObject<{ +export type basegoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -216319,182 +225649,182 @@ export type polygon_AggregateRootProposedResolvers; }>; -export type polygon_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 polygon_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 polygon_AssetStatusResolvers = ResolversObject<{ +export type basegoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_BigDecimal'; +export interface basegoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'basegoerli_BigDecimal'; } -export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Bytes'; +export interface basegoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'basegoerli_Bytes'; } -export type polygon_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 polygon_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 polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Int8'; +export interface basegoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'basegoerli_Int8'; } -export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type basegoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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 polygon_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 polygon_RelayerResolvers = ResolversObject<{ +export type basegoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_RelayerFeeResolvers = ResolversObject<{ +export type basegoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -216502,20 +225832,20 @@ export type polygon_RelayerFeesIncreaseResolvers; }>; -export type polygon_RootCountResolvers = ResolversObject<{ +export type basegoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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>; @@ -216523,61 +225853,61 @@ export type polygon_RootMessageSentResolvers; }>; -export type polygon_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 polygon_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 polygon_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 polygon_SequencerResolvers = ResolversObject<{ +export type basegoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_SettingResolvers = ResolversObject<{ +export type basegoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -216585,46 +225915,46 @@ export type polygon_SlippageUpdateResolvers; }>; -export type polygon_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 polygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type basegoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type basegoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type basegoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AggregateRootResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -216633,182 +225963,182 @@ export type stagingxdai_AggregateRootProposedResolvers; }>; -export type stagingxdai_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 stagingxdai_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 stagingxdai_AssetStatusResolvers = ResolversObject<{ +export type stagingbnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_BigDecimal'; +export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_BigDecimal'; } -export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_Bytes'; +export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Bytes'; } -export type stagingxdai_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 stagingxdai_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 stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_Int8'; +export interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Int8'; } -export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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 stagingxdai_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 stagingxdai_RelayerResolvers = ResolversObject<{ +export type stagingbnb_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ +export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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; @@ -216816,20 +226146,20 @@ export type stagingxdai_RelayerFeesIncreaseResolvers; }>; -export type stagingxdai_RootCountResolvers = ResolversObject<{ +export type stagingbnb_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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>; @@ -216837,61 +226167,61 @@ export type stagingxdai_RootMessageSentResolvers; }>; -export type stagingxdai_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 stagingxdai_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 stagingxdai_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 stagingxdai_SequencerResolvers = ResolversObject<{ +export type stagingbnb_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_SettingResolvers = ResolversObject<{ +export type stagingbnb_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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; @@ -216899,345 +226229,284 @@ export type stagingxdai_SlippageUpdateResolvers; }>; -export type stagingxdai_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 stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingbnb__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai__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 mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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 mantle_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 mantle_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 mantle_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 mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_BigDecimal'; -} - -export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Bytes'; +export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_BigDecimal'; } -export type mantle_ConnectorMetaResolvers = ResolversObject<{ +export type mainnet_BnbConnectorMetaResolvers = 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 mantle_DestinationTransferResolvers = ResolversObject<{ +export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Bytes'; +} + +export type mainnet_GnosisConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Int8'; -} - -export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mainnet_HubDomainResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_OriginMessageResolvers = ResolversObject<{ +export type mainnet_HubOptimisticRootFinalizedResolvers = 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>; + aggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_OriginTransferResolvers = ResolversObject<{ +export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Int8'; +} + +export type mainnet_LineaConnectorMetaResolvers = 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 mantle_RelayerResolvers = ResolversObject<{ +export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerFeeResolvers = ResolversObject<{ +export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mainnet_ModeConnectorMetaResolvers = 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 mantle_RootCountResolvers = ResolversObject<{ +export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RootMessageSentResolvers = ResolversObject<{ +export type mainnet_OptimisticRootPropagatedResolvers = 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>; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_OptimisticRootProposedResolvers = ResolversObject<{ + id?: Resolver; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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 mantle_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 mantle_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 mantle_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 mantle_SettingResolvers = ResolversObject<{ +export type mainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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 mantle_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 mantle_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 mantle__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -217557,16 +226826,16 @@ export type localoptimism__Meta_Resolvers; }>; -export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ +export type linea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type linea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -217575,170 +226844,178 @@ export type stagingmainnet_AggregateRootProposedResolvers; }>; -export type stagingmainnet_AssetResolvers = ResolversObject<{ +export type linea_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AssetBalanceResolvers = ResolversObject<{ +export type linea_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AssetStatusResolvers = ResolversObject<{ +export type linea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ConnectorMetaResolvers = ResolversObject<{ +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>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_DestinationTransferResolvers = ResolversObject<{ +export type linea_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OriginMessageResolvers = ResolversObject<{ +export type linea_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OriginTransferResolvers = ResolversObject<{ +export type linea_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerResolvers = ResolversObject<{ +export type linea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ +export type linea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -217746,20 +227023,20 @@ export type stagingmainnet_RelayerFeesIncreaseResolvers; }>; -export type stagingmainnet_RootCountResolvers = ResolversObject<{ +export type linea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootMessageSentResolvers = ResolversObject<{ +export type linea_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -217767,61 +227044,61 @@ export type stagingmainnet_RootMessageSentResolvers; }>; -export type stagingmainnet_RouterResolvers = ResolversObject<{ +export type linea_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RouterDailyTVLResolvers = ResolversObject<{ +export type linea_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RouterLiquidityEventResolvers = ResolversObject<{ +export type linea_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SequencerResolvers = ResolversObject<{ +export type linea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SettingResolvers = ResolversObject<{ +export type linea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SlippageUpdateResolvers = ResolversObject<{ +export type linea_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -217829,32 +227106,46 @@ export type stagingmainnet_SlippageUpdateResolvers; }>; -export type stagingmainnet_SnapshotRootResolvers = ResolversObject<{ +export type linea_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type linea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootResolvers = ResolversObject<{ +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 stagingmainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -217863,170 +227154,170 @@ export type mainnet_AggregateRootProposedResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_AssetStatusResolvers = ResolversObject<{ +export type stagingmainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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 mainnet_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 type mainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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 mainnet_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 mainnet_RelayerResolvers = ResolversObject<{ +export type stagingmainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RelayerFeeResolvers = ResolversObject<{ +export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -218034,20 +227325,20 @@ export type mainnet_RelayerFeesIncreaseResolvers; }>; -export type mainnet_RootCountResolvers = ResolversObject<{ +export type stagingmainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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>; @@ -218055,61 +227346,61 @@ export type mainnet_RootMessageSentResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_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 mainnet_SequencerResolvers = ResolversObject<{ +export type stagingmainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SettingResolvers = ResolversObject<{ +export type stagingmainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -218117,32 +227408,32 @@ export type mainnet_SlippageUpdateResolvers; }>; -export type mainnet_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 mainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -218151,182 +227442,182 @@ export type localarbitrumone_AggregateRootProposedResolvers; }>; -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_BigDecimal'; +export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_BigDecimal'; } -export interface localarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_Bytes'; +export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Bytes'; } -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_Int8'; +export interface polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Int8'; } -export type localarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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; @@ -218334,20 +227625,20 @@ export type localarbitrumone_RelayerFeesIncreaseResolvers; }>; -export type localarbitrumone_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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>; @@ -218355,61 +227646,61 @@ export type localarbitrumone_RootMessageSentResolvers; }>; -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_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 localarbitrumone_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_SettingResolvers = ResolversObject<{ +export type polygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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; @@ -218417,46 +227708,46 @@ export type localarbitrumone_SlippageUpdateResolvers; }>; -export type localarbitrumone_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 localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygonzkevm__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_AggregateRootResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -218465,182 +227756,182 @@ export type stagingbnb_AggregateRootProposedResolvers; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_AssetStatusResolvers = ResolversObject<{ +export type stagingoptimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_BigDecimal'; +export interface stagingoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_BigDecimal'; } -export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Bytes'; +export interface stagingoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_Bytes'; } -export type stagingbnb_ConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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 interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Int8'; +export interface stagingoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_Int8'; } -export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_RelayerResolvers = ResolversObject<{ +export type stagingoptimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ +export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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; @@ -218648,20 +227939,20 @@ export type stagingbnb_RelayerFeesIncreaseResolvers; }>; -export type stagingbnb_RootCountResolvers = ResolversObject<{ +export type stagingoptimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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>; @@ -218669,61 +227960,61 @@ export type stagingbnb_RootMessageSentResolvers; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_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 stagingbnb_SequencerResolvers = ResolversObject<{ +export type stagingoptimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_SettingResolvers = ResolversObject<{ +export type stagingoptimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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; @@ -218731,46 +228022,46 @@ export type stagingbnb_SlippageUpdateResolvers; }>; -export type stagingbnb_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 stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingoptimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingoptimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingoptimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -218779,182 +228070,182 @@ export type metis_AggregateRootProposedResolvers; }>; -export type metis_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 metis_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 metis_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_BigDecimal'; +export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_BigDecimal'; } -export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Bytes'; +export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Bytes'; } -export type metis_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 metis_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 metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Int8'; +export interface stagingarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Int8'; } -export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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 metis_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 metis_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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; @@ -218962,20 +228253,20 @@ export type metis_RelayerFeesIncreaseResolvers; }>; -export type metis_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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>; @@ -218983,61 +228274,61 @@ export type metis_RootMessageSentResolvers; }>; -export type metis_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 metis_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 metis_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 metis_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SettingResolvers = ResolversObject<{ +export type stagingarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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; @@ -219045,46 +228336,46 @@ export type metis_SlippageUpdateResolvers; }>; -export type metis_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 metis_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumone__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 stagingarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ +export type localarbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ +export type localarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -219093,182 +228384,182 @@ export type stagingpolygon_AggregateRootProposedResolvers; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_AssetStatusResolvers = ResolversObject<{ +export type localarbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_BigDecimal'; +export interface localarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_BigDecimal'; } -export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Bytes'; +export interface localarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_Bytes'; } -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Int8'; +export interface localarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_Int8'; } -export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type localarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_RelayerResolvers = ResolversObject<{ +export type localarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ +export type localarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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; @@ -219276,20 +228567,20 @@ export type stagingpolygon_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygon_RootCountResolvers = ResolversObject<{ +export type localarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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>; @@ -219297,61 +228588,61 @@ export type stagingpolygon_RootMessageSentResolvers; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_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 stagingpolygon_SequencerResolvers = ResolversObject<{ +export type localarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SettingResolvers = ResolversObject<{ +export type localarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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; @@ -219359,46 +228650,46 @@ export type stagingpolygon_SlippageUpdateResolvers; }>; -export type stagingpolygon_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 stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localarbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type localarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ +export type mumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type mumbai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -219407,182 +228698,182 @@ export type stagingavalanche_AggregateRootProposedResolvers; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_AssetStatusResolvers = ResolversObject<{ +export type mumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_BigDecimal'; +export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_BigDecimal'; } -export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Bytes'; +export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Bytes'; } -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Int8'; +export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Int8'; } -export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_RelayerResolvers = ResolversObject<{ +export type mumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ +export type mumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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; @@ -219590,20 +228881,20 @@ export type stagingavalanche_RelayerFeesIncreaseResolvers; }>; -export type stagingavalanche_RootCountResolvers = ResolversObject<{ +export type mumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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>; @@ -219611,61 +228902,61 @@ export type stagingavalanche_RootMessageSentResolvers; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_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 stagingavalanche_SequencerResolvers = ResolversObject<{ +export type mumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SettingResolvers = ResolversObject<{ +export type mumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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; @@ -219673,46 +228964,46 @@ export type stagingavalanche_SlippageUpdateResolvers; }>; -export type stagingavalanche_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 stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type mumbai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mumbai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootResolvers = ResolversObject<{ +export type stagingmode_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -219721,182 +229012,182 @@ export type arbitrumone_AggregateRootProposedResolvers; }>; -export type arbitrumone_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 arbitrumone_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 arbitrumone_AssetStatusResolvers = ResolversObject<{ +export type stagingmode_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_BigDecimal'; +export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_BigDecimal'; } -export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Bytes'; +export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Bytes'; } -export type arbitrumone_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 arbitrumone_DestinationTransferResolvers = ResolversObject<{ +export type stagingmode_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Int8'; +export interface stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Int8'; } -export type arbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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 arbitrumone_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 arbitrumone_RelayerResolvers = ResolversObject<{ +export type stagingmode_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type stagingmode_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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; @@ -219904,20 +229195,20 @@ export type arbitrumone_RelayerFeesIncreaseResolvers; }>; -export type arbitrumone_RootCountResolvers = ResolversObject<{ +export type stagingmode_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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>; @@ -219925,61 +229216,61 @@ export type arbitrumone_RootMessageSentResolvers; }>; -export type arbitrumone_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 arbitrumone_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 arbitrumone_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 arbitrumone_SequencerResolvers = ResolversObject<{ +export type stagingmode_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SettingResolvers = ResolversObject<{ +export type stagingmode_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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; @@ -219987,46 +229278,46 @@ export type arbitrumone_SlippageUpdateResolvers; }>; -export type arbitrumone_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 arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone__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 arbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -220035,182 +229326,182 @@ export type polygonzkevm_AggregateRootProposedResolvers; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type stagingzksync_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_BigDecimal'; +export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_BigDecimal'; } -export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Bytes'; +export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Bytes'; } -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Int8'; +export interface stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Int8'; } -export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_RelayerResolvers = ResolversObject<{ +export type stagingzksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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; @@ -220218,20 +229509,20 @@ export type polygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_RootCountResolvers = ResolversObject<{ +export type stagingzksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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>; @@ -220239,61 +229530,61 @@ export type polygonzkevm_RootMessageSentResolvers; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_SequencerResolvers = ResolversObject<{ +export type stagingzksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SettingResolvers = ResolversObject<{ +export type stagingzksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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; @@ -220301,46 +229592,46 @@ export type polygonzkevm_SlippageUpdateResolvers; }>; -export type polygonzkevm_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 polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingzksync__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 stagingzksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ +export type stagingbase_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -220349,182 +229640,182 @@ export type stagingoptimism_AggregateRootProposedResolvers; }>; -export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_AssetStatusResolvers = ResolversObject<{ +export type stagingbase_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_BigDecimal'; +export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_BigDecimal'; } -export interface stagingoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_Bytes'; +export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Bytes'; } -export type stagingoptimism_ConnectorMetaResolvers = ResolversObject<{ +export type stagingbase_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_DestinationTransferResolvers = ResolversObject<{ +export type stagingbase_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_Int8'; +export interface stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Int8'; } -export type stagingoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_RelayerResolvers = ResolversObject<{ +export type stagingbase_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ +export type stagingbase_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_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; @@ -220532,20 +229823,20 @@ export type stagingoptimism_RelayerFeesIncreaseResolvers; }>; -export type stagingoptimism_RootCountResolvers = ResolversObject<{ +export type stagingbase_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_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>; @@ -220553,61 +229844,61 @@ export type stagingoptimism_RootMessageSentResolvers; }>; -export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_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 stagingoptimism_SequencerResolvers = ResolversObject<{ +export type stagingbase_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SettingResolvers = ResolversObject<{ +export type stagingbase_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_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; @@ -220615,46 +229906,46 @@ export type stagingoptimism_SlippageUpdateResolvers; }>; -export type stagingoptimism_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 stagingoptimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingbase__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingbase__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -220663,182 +229954,182 @@ export type optimism_AggregateRootProposedResolvers; }>; -export type optimism_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 optimism_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 optimism_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; +export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_BigDecimal'; } -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; +export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Bytes'; } -export type optimism_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 optimism_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 optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; +export interface stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Int8'; } -export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_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 optimism_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 optimism_RelayerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_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; @@ -220846,20 +230137,20 @@ export type optimism_RelayerFeesIncreaseResolvers; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_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>; @@ -220867,61 +230158,61 @@ export type optimism_RootMessageSentResolvers; }>; -export type optimism_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 optimism_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 optimism_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 optimism_SequencerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_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; @@ -220929,31 +230220,31 @@ export type optimism_SlippageUpdateResolvers; }>; -export type optimism_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 optimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingpolygonzkevm__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -221273,16 +230564,16 @@ export type bnb__Meta_Resolvers; }>; -export type staginglinea_AggregateRootResolvers = ResolversObject<{ +export type xdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ +export type xdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -221291,178 +230582,182 @@ export type staginglinea_AggregateRootProposedResolvers; }>; -export type staginglinea_AssetResolvers = ResolversObject<{ +export type xdai_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AssetBalanceResolvers = ResolversObject<{ +export type xdai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AssetStatusResolvers = ResolversObject<{ +export type xdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_BigDecimal'; +export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_BigDecimal'; } -export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_Bytes'; +export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Bytes'; } -export type staginglinea_ConnectorMetaResolvers = ResolversObject<{ +export type xdai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_DestinationTransferResolvers = ResolversObject<{ +export type xdai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Int8'; +} + +export type xdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_OriginMessageResolvers = ResolversObject<{ +export type xdai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_OriginTransferResolvers = ResolversObject<{ +export type xdai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerResolvers = ResolversObject<{ +export type xdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerFeeResolvers = ResolversObject<{ +export type xdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -221470,20 +230765,20 @@ export type staginglinea_RelayerFeesIncreaseResolvers; }>; -export type staginglinea_RootCountResolvers = ResolversObject<{ +export type xdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RootMessageSentResolvers = ResolversObject<{ +export type xdai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -221491,61 +230786,61 @@ export type staginglinea_RootMessageSentResolvers; }>; -export type staginglinea_RouterResolvers = ResolversObject<{ +export type xdai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RouterDailyTVLResolvers = ResolversObject<{ +export type xdai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RouterLiquidityEventResolvers = ResolversObject<{ +export type xdai_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SequencerResolvers = ResolversObject<{ +export type xdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SettingResolvers = ResolversObject<{ +export type xdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SlippageUpdateResolvers = ResolversObject<{ +export type xdai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -221553,46 +230848,46 @@ export type staginglinea_SlippageUpdateResolvers; }>; -export type staginglinea_SnapshotRootResolvers = ResolversObject<{ +export type xdai_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ +export type xdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootResolvers = ResolversObject<{ +export type mainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ +export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -221601,182 +230896,470 @@ export type stagingmantle_AggregateRootProposedResolvers; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_AssetStatusResolvers = ResolversObject<{ +export type mainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_BigDecimal'; +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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_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 mainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_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 mainnet_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootMessageSentResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_BigDecimal'; } -export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Bytes'; +export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Bytes'; } -export type stagingmantle_ConnectorMetaResolvers = ResolversObject<{ +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 stagingmantle_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 interface stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Int8'; +export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Int8'; } -export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type arbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_RelayerResolvers = ResolversObject<{ +export type arbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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; @@ -221784,20 +231367,20 @@ export type stagingmantle_RelayerFeesIncreaseResolvers; }>; -export type stagingmantle_RootCountResolvers = ResolversObject<{ +export type arbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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>; @@ -221805,61 +231388,61 @@ export type stagingmantle_RootMessageSentResolvers; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_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 stagingmantle_SequencerResolvers = ResolversObject<{ +export type arbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SettingResolvers = ResolversObject<{ +export type arbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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; @@ -221867,46 +231450,46 @@ export type stagingmantle_SlippageUpdateResolvers; }>; -export type stagingmantle_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 stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootResolvers = ResolversObject<{ +export type polygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootProposedResolvers = ResolversObject<{ +export type polygon_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -221915,178 +231498,182 @@ export type linea_AggregateRootProposedResolvers; }>; -export type linea_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 linea_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 linea_AssetStatusResolvers = ResolversObject<{ +export type polygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_BigDecimal'; +export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_BigDecimal'; } -export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_Bytes'; +export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Bytes'; } -export type linea_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 linea_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 type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Int8'; +} + +export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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 linea_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 linea_RelayerResolvers = ResolversObject<{ +export type polygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeeResolvers = ResolversObject<{ +export type polygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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; @@ -222094,20 +231681,20 @@ export type linea_RelayerFeesIncreaseResolvers; }>; -export type linea_RootCountResolvers = ResolversObject<{ +export type polygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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>; @@ -222115,61 +231702,61 @@ export type linea_RootMessageSentResolvers; }>; -export type linea_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 linea_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 linea_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 linea_SequencerResolvers = ResolversObject<{ +export type polygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SettingResolvers = ResolversObject<{ +export type polygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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; @@ -222177,31 +231764,247 @@ export type linea_SlippageUpdateResolvers; }>; -export type linea_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 linea_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygon_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface metis_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_BigDecimal'; +} + +export interface metis_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_Bytes'; +} + +export interface metis_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_Int8'; +} + +export type metis_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type metis_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_swap_StableSwapAddLiquidityEvent' | 'metis_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type metis_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_swap_SwapDailyVolume' | 'metis_swap_SwapHourlyVolume' | 'metis_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type metis_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -222521,644 +232324,232 @@ export type stagingmetis__Meta_Resolvers; }>; -export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_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 stagingarbitrumone_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_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<{ - 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 stagingarbitrumone_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 stagingarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_Int8'; -} - -export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_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 stagingarbitrumone_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_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 stagingarbitrumone_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_BigDecimal'; -} - -export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Bytes'; +export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_BigDecimal'; } -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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Bytes'; +} -export interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Int8'; +export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Int8'; } -export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mantle_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_OriginMessageResolvers = ResolversObject<{ +export type mantle_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_OriginTransferResolvers = ResolversObject<{ +export type mantle_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerResolvers = ResolversObject<{ +export type mantle_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type zksync_RelayerFeeResolvers = ResolversObject<{ +export type mantle_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mantle_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RootCountResolvers = ResolversObject<{ +export type mantle_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RootMessageSentResolvers = ResolversObject<{ +export type mantle_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RouterResolvers = ResolversObject<{ +export type mantle_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type zksync_RouterDailyTVLResolvers = ResolversObject<{ +export type mantle_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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 zksync_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 zksync_SettingResolvers = ResolversObject<{ +export type mantle_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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 zksync_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 zksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mantle_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootResolvers = ResolversObject<{ +export type mantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ +export type mantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -223167,182 +232558,182 @@ export type stagingbase_AggregateRootProposedResolvers; }>; -export type stagingbase_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 stagingbase_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 stagingbase_AssetStatusResolvers = ResolversObject<{ +export type mantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_BigDecimal'; +export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_BigDecimal'; } -export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Bytes'; +export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Bytes'; } -export type stagingbase_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 stagingbase_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 stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Int8'; +export interface mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Int8'; } -export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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 stagingbase_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 stagingbase_RelayerResolvers = ResolversObject<{ +export type mantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerFeeResolvers = ResolversObject<{ +export type mantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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; @@ -223350,20 +232741,20 @@ export type stagingbase_RelayerFeesIncreaseResolvers; }>; -export type stagingbase_RootCountResolvers = ResolversObject<{ +export type mantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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>; @@ -223371,61 +232762,61 @@ export type stagingbase_RootMessageSentResolvers; }>; -export type stagingbase_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 stagingbase_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 stagingbase_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 stagingbase_SequencerResolvers = ResolversObject<{ +export type mantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SettingResolvers = ResolversObject<{ +export type mantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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; @@ -223433,46 +232824,46 @@ export type stagingbase_SlippageUpdateResolvers; }>; -export type stagingbase_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 stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase__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 stagingbase__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -223481,182 +232872,182 @@ export type base_AggregateRootProposedResolvers; }>; -export type base_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 base_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 base_AssetStatusResolvers = ResolversObject<{ +export type stagingmantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_BigDecimal'; +export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_BigDecimal'; } -export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Bytes'; +export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Bytes'; } -export type base_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 base_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 base_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Int8'; +export interface stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Int8'; } -export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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 base_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 base_RelayerResolvers = ResolversObject<{ +export type stagingmantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RelayerFeeResolvers = ResolversObject<{ +export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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; @@ -223664,20 +233055,20 @@ export type base_RelayerFeesIncreaseResolvers; }>; -export type base_RootCountResolvers = ResolversObject<{ +export type stagingmantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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>; @@ -223685,61 +233076,61 @@ export type base_RootMessageSentResolvers; }>; -export type base_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 base_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 base_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 base_SequencerResolvers = ResolversObject<{ +export type stagingmantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SettingResolvers = ResolversObject<{ +export type stagingmantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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; @@ -223747,46 +233138,46 @@ export type base_SlippageUpdateResolvers; }>; -export type base_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 base_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmantle__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 stagingmantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type metis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type metis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -223795,182 +233186,182 @@ export type stagingpolygonzkevm_AggregateRootProposedResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type metis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_BigDecimal'; +export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_BigDecimal'; } -export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_Bytes'; +export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Bytes'; } -export type stagingpolygonzkevm_ConnectorMetaResolvers = ResolversObject<{ +export type metis_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_Int8'; +export interface metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Int8'; } -export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ +export type metis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type metis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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; @@ -223978,20 +233369,20 @@ export type stagingpolygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ +export type metis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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>; @@ -223999,61 +233390,61 @@ export type stagingpolygonzkevm_RootMessageSentResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ +export type metis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ +export type metis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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; @@ -224061,46 +233452,46 @@ export type stagingpolygonzkevm_SlippageUpdateResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type metis_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type metis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type metis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ +export type optimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -224109,182 +233500,182 @@ export type stagingzksync_AggregateRootProposedResolvers; }>; -export type stagingzksync_AssetResolvers = ResolversObject<{ +export type optimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AssetBalanceResolvers = ResolversObject<{ +export type optimism_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type stagingzksync_ConnectorMetaResolvers = ResolversObject<{ +export type optimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_DestinationTransferResolvers = ResolversObject<{ +export type optimism_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_OriginMessageResolvers = ResolversObject<{ +export type optimism_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_OriginTransferResolvers = ResolversObject<{ +export type optimism_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -224292,20 +233683,20 @@ export type stagingzksync_RelayerFeesIncreaseResolvers; }>; -export type stagingzksync_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RootMessageSentResolvers = ResolversObject<{ +export type optimism_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -224313,61 +233704,61 @@ export type stagingzksync_RootMessageSentResolvers; }>; -export type stagingzksync_RouterResolvers = ResolversObject<{ +export type optimism_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RouterDailyTVLResolvers = ResolversObject<{ +export type optimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RouterLiquidityEventResolvers = ResolversObject<{ +export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SequencerResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SlippageUpdateResolvers = ResolversObject<{ +export type optimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -224375,31 +233766,31 @@ export type stagingzksync_SlippageUpdateResolvers; }>; -export type stagingzksync_SnapshotRootResolvers = ResolversObject<{ +export type optimism_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -224737,48 +234128,27 @@ export type Resolvers = ResolversObject<{ testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; testoptimismgoerli__Meta_?: testoptimismgoerli__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; - 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; + 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; staginggoerli_AggregateRootSavedSlow?: staginggoerli_AggregateRootSavedSlowResolvers; staginggoerli_AggregatedMessageRoot?: staginggoerli_AggregatedMessageRootResolvers; staginggoerli_ArbitrumConnectorMeta?: staginggoerli_ArbitrumConnectorMetaResolvers; @@ -224815,228 +234185,6 @@ export type Resolvers = ResolversObject<{ testgoerli_StableSwap?: testgoerli_StableSwapResolvers; testgoerli__Block_?: testgoerli__Block_Resolvers; testgoerli__Meta_?: testgoerli__Meta_Resolvers; - goerli_AggregateRootSavedSlow?: goerli_AggregateRootSavedSlowResolvers; - goerli_AggregatedMessageRoot?: goerli_AggregatedMessageRootResolvers; - goerli_ArbitrumConnectorMeta?: goerli_ArbitrumConnectorMetaResolvers; - goerli_BaseConnectorMeta?: goerli_BaseConnectorMetaResolvers; - goerli_BigDecimal?: GraphQLScalarType; - goerli_BnbConnectorMeta?: goerli_BnbConnectorMetaResolvers; - goerli_Bytes?: GraphQLScalarType; - goerli_GnosisConnectorMeta?: goerli_GnosisConnectorMetaResolvers; - goerli_HubDomain?: goerli_HubDomainResolvers; - goerli_HubOptimisticRootFinalized?: goerli_HubOptimisticRootFinalizedResolvers; - goerli_Int8?: GraphQLScalarType; - goerli_LineaConnectorMeta?: goerli_LineaConnectorMetaResolvers; - goerli_OptimismConnectorMeta?: goerli_OptimismConnectorMetaResolvers; - goerli_OptimisticRootPropagated?: goerli_OptimisticRootPropagatedResolvers; - goerli_OptimisticRootProposed?: goerli_OptimisticRootProposedResolvers; - goerli_PolygonConnectorMeta?: goerli_PolygonConnectorMetaResolvers; - goerli_RootAggregated?: goerli_RootAggregatedResolvers; - goerli_RootManagerMeta?: goerli_RootManagerMetaResolvers; - goerli_RootManagerMode?: goerli_RootManagerModeResolvers; - goerli_RootMessageProcessed?: goerli_RootMessageProcessedResolvers; - goerli_RootPropagated?: goerli_RootPropagatedResolvers; - goerli_X1ConnectorMeta?: goerli_X1ConnectorMetaResolvers; - goerli_ZkSyncConnectorMeta?: goerli_ZkSyncConnectorMetaResolvers; - goerli__Block_?: goerli__Block_Resolvers; - goerli__Meta_?: goerli__Meta_Resolvers; - stagingmumbai_swap_BigDecimal?: GraphQLScalarType; - stagingmumbai_swap_Bytes?: GraphQLScalarType; - stagingmumbai_swap_Int8?: GraphQLScalarType; - stagingmumbai_swap_LpAccount?: stagingmumbai_swap_LpAccountResolvers; - stagingmumbai_swap_LpAccountBalance?: stagingmumbai_swap_LpAccountBalanceResolvers; - stagingmumbai_swap_LpToken?: stagingmumbai_swap_LpTokenResolvers; - stagingmumbai_swap_LpTokenEvent?: stagingmumbai_swap_LpTokenEventResolvers; - stagingmumbai_swap_LpTransferEvent?: stagingmumbai_swap_LpTransferEventResolvers; - stagingmumbai_swap_PooledToken?: stagingmumbai_swap_PooledTokenResolvers; - stagingmumbai_swap_StableSwap?: stagingmumbai_swap_StableSwapResolvers; - stagingmumbai_swap_StableSwapAddLiquidityEvent?: stagingmumbai_swap_StableSwapAddLiquidityEventResolvers; - stagingmumbai_swap_StableSwapEvent?: stagingmumbai_swap_StableSwapEventResolvers; - stagingmumbai_swap_StableSwapExchange?: stagingmumbai_swap_StableSwapExchangeResolvers; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent?: stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers; - stagingmumbai_swap_SwapDailyVolume?: stagingmumbai_swap_SwapDailyVolumeResolvers; - stagingmumbai_swap_SwapHourlyVolume?: stagingmumbai_swap_SwapHourlyVolumeResolvers; - stagingmumbai_swap_SwapTradeVolume?: stagingmumbai_swap_SwapTradeVolumeResolvers; - stagingmumbai_swap_SwapWeeklyVolume?: stagingmumbai_swap_SwapWeeklyVolumeResolvers; - stagingmumbai_swap_SystemInfo?: stagingmumbai_swap_SystemInfoResolvers; - stagingmumbai_swap__Block_?: stagingmumbai_swap__Block_Resolvers; - stagingmumbai_swap__Meta_?: stagingmumbai_swap__Meta_Resolvers; - optimismgoerli_swap_BigDecimal?: GraphQLScalarType; - optimismgoerli_swap_Bytes?: GraphQLScalarType; - optimismgoerli_swap_Int8?: GraphQLScalarType; - optimismgoerli_swap_LpAccount?: optimismgoerli_swap_LpAccountResolvers; - optimismgoerli_swap_LpAccountBalance?: optimismgoerli_swap_LpAccountBalanceResolvers; - optimismgoerli_swap_LpToken?: optimismgoerli_swap_LpTokenResolvers; - optimismgoerli_swap_LpTokenEvent?: optimismgoerli_swap_LpTokenEventResolvers; - optimismgoerli_swap_LpTransferEvent?: optimismgoerli_swap_LpTransferEventResolvers; - optimismgoerli_swap_PooledToken?: optimismgoerli_swap_PooledTokenResolvers; - optimismgoerli_swap_StableSwap?: optimismgoerli_swap_StableSwapResolvers; - optimismgoerli_swap_StableSwapAddLiquidityEvent?: optimismgoerli_swap_StableSwapAddLiquidityEventResolvers; - optimismgoerli_swap_StableSwapEvent?: optimismgoerli_swap_StableSwapEventResolvers; - optimismgoerli_swap_StableSwapExchange?: optimismgoerli_swap_StableSwapExchangeResolvers; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent?: optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - optimismgoerli_swap_SwapDailyVolume?: optimismgoerli_swap_SwapDailyVolumeResolvers; - optimismgoerli_swap_SwapHourlyVolume?: optimismgoerli_swap_SwapHourlyVolumeResolvers; - optimismgoerli_swap_SwapTradeVolume?: optimismgoerli_swap_SwapTradeVolumeResolvers; - optimismgoerli_swap_SwapWeeklyVolume?: optimismgoerli_swap_SwapWeeklyVolumeResolvers; - optimismgoerli_swap_SystemInfo?: optimismgoerli_swap_SystemInfoResolvers; - optimismgoerli_swap__Block_?: optimismgoerli_swap__Block_Resolvers; - optimismgoerli_swap__Meta_?: optimismgoerli_swap__Meta_Resolvers; - 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_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; - lineagoerli_AggregateRoot?: lineagoerli_AggregateRootResolvers; - lineagoerli_Asset?: lineagoerli_AssetResolvers; - lineagoerli_AssetBalance?: lineagoerli_AssetBalanceResolvers; - lineagoerli_AssetStatus?: lineagoerli_AssetStatusResolvers; - lineagoerli_BigDecimal?: GraphQLScalarType; - lineagoerli_Bytes?: GraphQLScalarType; - lineagoerli_ConnectorMeta?: lineagoerli_ConnectorMetaResolvers; - lineagoerli_DestinationTransfer?: lineagoerli_DestinationTransferResolvers; - lineagoerli_OriginMessage?: lineagoerli_OriginMessageResolvers; - lineagoerli_OriginTransfer?: lineagoerli_OriginTransferResolvers; - lineagoerli_Relayer?: lineagoerli_RelayerResolvers; - lineagoerli_RelayerFee?: lineagoerli_RelayerFeeResolvers; - lineagoerli_RelayerFeesIncrease?: lineagoerli_RelayerFeesIncreaseResolvers; - lineagoerli_RootCount?: lineagoerli_RootCountResolvers; - lineagoerli_RootMessageSent?: lineagoerli_RootMessageSentResolvers; - lineagoerli_Router?: lineagoerli_RouterResolvers; - lineagoerli_RouterDailyTVL?: lineagoerli_RouterDailyTVLResolvers; - lineagoerli_Sequencer?: lineagoerli_SequencerResolvers; - lineagoerli_Setting?: lineagoerli_SettingResolvers; - lineagoerli_SlippageUpdate?: lineagoerli_SlippageUpdateResolvers; - lineagoerli__Block_?: lineagoerli__Block_Resolvers; - lineagoerli__Meta_?: lineagoerli__Meta_Resolvers; - 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; - 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; - 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; - polygonzkevm_swap_BigDecimal?: GraphQLScalarType; - polygonzkevm_swap_Bytes?: GraphQLScalarType; - polygonzkevm_swap_Int8?: GraphQLScalarType; - polygonzkevm_swap_LpAccount?: polygonzkevm_swap_LpAccountResolvers; - polygonzkevm_swap_LpAccountBalance?: polygonzkevm_swap_LpAccountBalanceResolvers; - polygonzkevm_swap_LpToken?: polygonzkevm_swap_LpTokenResolvers; - polygonzkevm_swap_LpTokenEvent?: polygonzkevm_swap_LpTokenEventResolvers; - polygonzkevm_swap_LpTransferEvent?: polygonzkevm_swap_LpTransferEventResolvers; - polygonzkevm_swap_PooledToken?: polygonzkevm_swap_PooledTokenResolvers; - polygonzkevm_swap_StableSwap?: polygonzkevm_swap_StableSwapResolvers; - polygonzkevm_swap_StableSwapAddLiquidityEvent?: polygonzkevm_swap_StableSwapAddLiquidityEventResolvers; - polygonzkevm_swap_StableSwapEvent?: polygonzkevm_swap_StableSwapEventResolvers; - polygonzkevm_swap_StableSwapExchange?: polygonzkevm_swap_StableSwapExchangeResolvers; - polygonzkevm_swap_StableSwapRemoveLiquidityEvent?: polygonzkevm_swap_StableSwapRemoveLiquidityEventResolvers; - polygonzkevm_swap_SwapDailyVolume?: polygonzkevm_swap_SwapDailyVolumeResolvers; - polygonzkevm_swap_SwapHourlyVolume?: polygonzkevm_swap_SwapHourlyVolumeResolvers; - polygonzkevm_swap_SwapTradeVolume?: polygonzkevm_swap_SwapTradeVolumeResolvers; - polygonzkevm_swap_SwapWeeklyVolume?: polygonzkevm_swap_SwapWeeklyVolumeResolvers; - polygonzkevm_swap_SystemInfo?: polygonzkevm_swap_SystemInfoResolvers; - polygonzkevm_swap__Block_?: polygonzkevm_swap__Block_Resolvers; - polygonzkevm_swap__Meta_?: polygonzkevm_swap__Meta_Resolvers; - stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; - stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; - stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; - stagingoptimismgoerli_swap_LpAccount?: stagingoptimismgoerli_swap_LpAccountResolvers; - stagingoptimismgoerli_swap_LpAccountBalance?: stagingoptimismgoerli_swap_LpAccountBalanceResolvers; - stagingoptimismgoerli_swap_LpToken?: stagingoptimismgoerli_swap_LpTokenResolvers; - stagingoptimismgoerli_swap_LpTokenEvent?: stagingoptimismgoerli_swap_LpTokenEventResolvers; - stagingoptimismgoerli_swap_LpTransferEvent?: stagingoptimismgoerli_swap_LpTransferEventResolvers; - stagingoptimismgoerli_swap_PooledToken?: stagingoptimismgoerli_swap_PooledTokenResolvers; - stagingoptimismgoerli_swap_StableSwap?: stagingoptimismgoerli_swap_StableSwapResolvers; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers; - stagingoptimismgoerli_swap_StableSwapEvent?: stagingoptimismgoerli_swap_StableSwapEventResolvers; - stagingoptimismgoerli_swap_StableSwapExchange?: stagingoptimismgoerli_swap_StableSwapExchangeResolvers; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - stagingoptimismgoerli_swap_SwapDailyVolume?: stagingoptimismgoerli_swap_SwapDailyVolumeResolvers; - stagingoptimismgoerli_swap_SwapHourlyVolume?: stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers; - stagingoptimismgoerli_swap_SwapTradeVolume?: stagingoptimismgoerli_swap_SwapTradeVolumeResolvers; - stagingoptimismgoerli_swap_SwapWeeklyVolume?: stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers; - stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; - stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; - stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__Meta_Resolvers; base_swap_BigDecimal?: GraphQLScalarType; base_swap_Bytes?: GraphQLScalarType; base_swap_Int8?: GraphQLScalarType; @@ -225058,111 +234206,111 @@ export type Resolvers = ResolversObject<{ base_swap_SystemInfo?: base_swap_SystemInfoResolvers; base_swap__Block_?: base_swap__Block_Resolvers; base_swap__Meta_?: base_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; - 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; - 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; - stagingmode_AggregateRoot?: stagingmode_AggregateRootResolvers; - stagingmode_AggregateRootProposed?: stagingmode_AggregateRootProposedResolvers; - stagingmode_Asset?: stagingmode_AssetResolvers; - stagingmode_AssetBalance?: stagingmode_AssetBalanceResolvers; - stagingmode_AssetStatus?: stagingmode_AssetStatusResolvers; - stagingmode_BigDecimal?: GraphQLScalarType; - stagingmode_Bytes?: GraphQLScalarType; - stagingmode_ConnectorMeta?: stagingmode_ConnectorMetaResolvers; - stagingmode_DestinationTransfer?: stagingmode_DestinationTransferResolvers; - stagingmode_Int8?: GraphQLScalarType; - stagingmode_OptimisticRootFinalized?: stagingmode_OptimisticRootFinalizedResolvers; - stagingmode_OriginMessage?: stagingmode_OriginMessageResolvers; - stagingmode_OriginTransfer?: stagingmode_OriginTransferResolvers; - stagingmode_Relayer?: stagingmode_RelayerResolvers; - stagingmode_RelayerFee?: stagingmode_RelayerFeeResolvers; - stagingmode_RelayerFeesIncrease?: stagingmode_RelayerFeesIncreaseResolvers; - stagingmode_RootCount?: stagingmode_RootCountResolvers; - stagingmode_RootMessageSent?: stagingmode_RootMessageSentResolvers; - stagingmode_Router?: stagingmode_RouterResolvers; - stagingmode_RouterDailyTVL?: stagingmode_RouterDailyTVLResolvers; - stagingmode_RouterLiquidityEvent?: stagingmode_RouterLiquidityEventResolvers; - stagingmode_Sequencer?: stagingmode_SequencerResolvers; - stagingmode_Setting?: stagingmode_SettingResolvers; - stagingmode_SlippageUpdate?: stagingmode_SlippageUpdateResolvers; - stagingmode_SnapshotRoot?: stagingmode_SnapshotRootResolvers; - stagingmode_SpokeConnectorMode?: stagingmode_SpokeConnectorModeResolvers; - stagingmode__Block_?: stagingmode__Block_Resolvers; - stagingmode__Meta_?: stagingmode__Meta_Resolvers; + 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; + 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; + optimismgoerli_swap_BigDecimal?: GraphQLScalarType; + optimismgoerli_swap_Bytes?: GraphQLScalarType; + optimismgoerli_swap_Int8?: GraphQLScalarType; + optimismgoerli_swap_LpAccount?: optimismgoerli_swap_LpAccountResolvers; + optimismgoerli_swap_LpAccountBalance?: optimismgoerli_swap_LpAccountBalanceResolvers; + optimismgoerli_swap_LpToken?: optimismgoerli_swap_LpTokenResolvers; + optimismgoerli_swap_LpTokenEvent?: optimismgoerli_swap_LpTokenEventResolvers; + optimismgoerli_swap_LpTransferEvent?: optimismgoerli_swap_LpTransferEventResolvers; + optimismgoerli_swap_PooledToken?: optimismgoerli_swap_PooledTokenResolvers; + optimismgoerli_swap_StableSwap?: optimismgoerli_swap_StableSwapResolvers; + optimismgoerli_swap_StableSwapAddLiquidityEvent?: optimismgoerli_swap_StableSwapAddLiquidityEventResolvers; + optimismgoerli_swap_StableSwapEvent?: optimismgoerli_swap_StableSwapEventResolvers; + optimismgoerli_swap_StableSwapExchange?: optimismgoerli_swap_StableSwapExchangeResolvers; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent?: optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + optimismgoerli_swap_SwapDailyVolume?: optimismgoerli_swap_SwapDailyVolumeResolvers; + optimismgoerli_swap_SwapHourlyVolume?: optimismgoerli_swap_SwapHourlyVolumeResolvers; + optimismgoerli_swap_SwapTradeVolume?: optimismgoerli_swap_SwapTradeVolumeResolvers; + optimismgoerli_swap_SwapWeeklyVolume?: optimismgoerli_swap_SwapWeeklyVolumeResolvers; + optimismgoerli_swap_SystemInfo?: optimismgoerli_swap_SystemInfoResolvers; + optimismgoerli_swap__Block_?: optimismgoerli_swap__Block_Resolvers; + optimismgoerli_swap__Meta_?: optimismgoerli_swap__Meta_Resolvers; + 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; + 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; stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; stagingoptimismgoerli_AggregateRootProposed?: stagingoptimismgoerli_AggregateRootProposedResolvers; stagingoptimismgoerli_Asset?: stagingoptimismgoerli_AssetResolvers; @@ -225191,6 +234339,83 @@ export type Resolvers = ResolversObject<{ stagingoptimismgoerli_SpokeConnectorMode?: stagingoptimismgoerli_SpokeConnectorModeResolvers; stagingoptimismgoerli__Block_?: stagingoptimismgoerli__Block_Resolvers; stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__Meta_Resolvers; + goerli_AggregateRoot?: goerli_AggregateRootResolvers; + goerli_AggregateRootProposed?: goerli_AggregateRootProposedResolvers; + goerli_Asset?: goerli_AssetResolvers; + goerli_AssetBalance?: goerli_AssetBalanceResolvers; + goerli_AssetStatus?: goerli_AssetStatusResolvers; + goerli_BigDecimal?: GraphQLScalarType; + goerli_Bytes?: GraphQLScalarType; + goerli_ConnectorMeta?: goerli_ConnectorMetaResolvers; + goerli_DestinationTransfer?: goerli_DestinationTransferResolvers; + goerli_Int8?: GraphQLScalarType; + 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; + goerli__Block_?: goerli__Block_Resolvers; + goerli__Meta_?: goerli__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; + 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; stagingmumbai_AggregateRoot?: stagingmumbai_AggregateRootResolvers; stagingmumbai_AggregateRootProposed?: stagingmumbai_AggregateRootProposedResolvers; stagingmumbai_Asset?: stagingmumbai_AssetResolvers; @@ -225219,90 +234444,75 @@ export type Resolvers = ResolversObject<{ stagingmumbai_SpokeConnectorMode?: stagingmumbai_SpokeConnectorModeResolvers; stagingmumbai__Block_?: stagingmumbai__Block_Resolvers; stagingmumbai__Meta_?: stagingmumbai__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; - 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; - polygon_swap_BigDecimal?: GraphQLScalarType; - polygon_swap_Bytes?: GraphQLScalarType; - polygon_swap_Int8?: GraphQLScalarType; - polygon_swap_LpAccount?: polygon_swap_LpAccountResolvers; - polygon_swap_LpAccountBalance?: polygon_swap_LpAccountBalanceResolvers; - polygon_swap_LpToken?: polygon_swap_LpTokenResolvers; - polygon_swap_LpTokenEvent?: polygon_swap_LpTokenEventResolvers; - polygon_swap_LpTransferEvent?: polygon_swap_LpTransferEventResolvers; - polygon_swap_PooledToken?: polygon_swap_PooledTokenResolvers; - polygon_swap_StableSwap?: polygon_swap_StableSwapResolvers; - polygon_swap_StableSwapAddLiquidityEvent?: polygon_swap_StableSwapAddLiquidityEventResolvers; - polygon_swap_StableSwapEvent?: polygon_swap_StableSwapEventResolvers; - polygon_swap_StableSwapExchange?: polygon_swap_StableSwapExchangeResolvers; - polygon_swap_StableSwapRemoveLiquidityEvent?: polygon_swap_StableSwapRemoveLiquidityEventResolvers; - polygon_swap_SwapDailyVolume?: polygon_swap_SwapDailyVolumeResolvers; - polygon_swap_SwapHourlyVolume?: polygon_swap_SwapHourlyVolumeResolvers; - polygon_swap_SwapTradeVolume?: polygon_swap_SwapTradeVolumeResolvers; - polygon_swap_SwapWeeklyVolume?: polygon_swap_SwapWeeklyVolumeResolvers; - polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; - polygon_swap__Block_?: polygon_swap__Block_Resolvers; - polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; - optimism_swap_BigDecimal?: GraphQLScalarType; - optimism_swap_Bytes?: GraphQLScalarType; - optimism_swap_Int8?: GraphQLScalarType; - optimism_swap_LpAccount?: optimism_swap_LpAccountResolvers; - optimism_swap_LpAccountBalance?: optimism_swap_LpAccountBalanceResolvers; - optimism_swap_LpToken?: optimism_swap_LpTokenResolvers; - optimism_swap_LpTokenEvent?: optimism_swap_LpTokenEventResolvers; - optimism_swap_LpTransferEvent?: optimism_swap_LpTransferEventResolvers; - optimism_swap_PooledToken?: optimism_swap_PooledTokenResolvers; - optimism_swap_StableSwap?: optimism_swap_StableSwapResolvers; - optimism_swap_StableSwapAddLiquidityEvent?: optimism_swap_StableSwapAddLiquidityEventResolvers; - optimism_swap_StableSwapEvent?: optimism_swap_StableSwapEventResolvers; - optimism_swap_StableSwapExchange?: optimism_swap_StableSwapExchangeResolvers; - optimism_swap_StableSwapRemoveLiquidityEvent?: optimism_swap_StableSwapRemoveLiquidityEventResolvers; - optimism_swap_SwapDailyVolume?: optimism_swap_SwapDailyVolumeResolvers; - optimism_swap_SwapHourlyVolume?: optimism_swap_SwapHourlyVolumeResolvers; - optimism_swap_SwapTradeVolume?: optimism_swap_SwapTradeVolumeResolvers; - optimism_swap_SwapWeeklyVolume?: optimism_swap_SwapWeeklyVolumeResolvers; - optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; - optimism_swap__Block_?: optimism_swap__Block_Resolvers; - optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; + stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; + stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; + 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; + goerli_AggregateRootSavedSlow?: goerli_AggregateRootSavedSlowResolvers; + goerli_AggregatedMessageRoot?: goerli_AggregatedMessageRootResolvers; + goerli_ArbitrumConnectorMeta?: goerli_ArbitrumConnectorMetaResolvers; + goerli_BaseConnectorMeta?: goerli_BaseConnectorMetaResolvers; + goerli_BnbConnectorMeta?: goerli_BnbConnectorMetaResolvers; + goerli_GnosisConnectorMeta?: goerli_GnosisConnectorMetaResolvers; + goerli_HubDomain?: goerli_HubDomainResolvers; + goerli_HubOptimisticRootFinalized?: goerli_HubOptimisticRootFinalizedResolvers; + goerli_LineaConnectorMeta?: goerli_LineaConnectorMetaResolvers; + goerli_OptimismConnectorMeta?: goerli_OptimismConnectorMetaResolvers; + goerli_OptimisticRootPropagated?: goerli_OptimisticRootPropagatedResolvers; + goerli_OptimisticRootProposed?: goerli_OptimisticRootProposedResolvers; + goerli_PolygonConnectorMeta?: goerli_PolygonConnectorMetaResolvers; + goerli_RootAggregated?: goerli_RootAggregatedResolvers; + goerli_RootManagerMeta?: goerli_RootManagerMetaResolvers; + goerli_RootManagerMode?: goerli_RootManagerModeResolvers; + goerli_RootMessageProcessed?: goerli_RootMessageProcessedResolvers; + goerli_RootPropagated?: goerli_RootPropagatedResolvers; + goerli_X1ConnectorMeta?: goerli_X1ConnectorMetaResolvers; + goerli_ZkSyncConnectorMeta?: goerli_ZkSyncConnectorMetaResolvers; + localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; + localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; + localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; + localmainnet_AvalancheConnectorMeta?: localmainnet_AvalancheConnectorMetaResolvers; + localmainnet_BaseConnectorMeta?: localmainnet_BaseConnectorMetaResolvers; + 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_LineaConnectorMeta?: localmainnet_LineaConnectorMetaResolvers; + localmainnet_MantleConnectorMeta?: localmainnet_MantleConnectorMetaResolvers; + localmainnet_MetisConnectorMeta?: localmainnet_MetisConnectorMetaResolvers; + localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; + localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; + localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; + localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; + localmainnet_PolygonZkConnectorMeta?: localmainnet_PolygonZkConnectorMetaResolvers; + 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; stagingmainnet_AggregateRootSavedSlow?: stagingmainnet_AggregateRootSavedSlowResolvers; stagingmainnet_AggregatedMessageRoot?: stagingmainnet_AggregatedMessageRootResolvers; stagingmainnet_ArbitrumConnectorMeta?: stagingmainnet_ArbitrumConnectorMetaResolvers; @@ -225332,94 +234542,6 @@ export type Resolvers = ResolversObject<{ stagingmainnet_ZkSyncConnectorMeta?: stagingmainnet_ZkSyncConnectorMetaResolvers; stagingmainnet__Block_?: stagingmainnet__Block_Resolvers; stagingmainnet__Meta_?: stagingmainnet__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; - metis_swap_BigDecimal?: GraphQLScalarType; - metis_swap_Bytes?: GraphQLScalarType; - metis_swap_Int8?: GraphQLScalarType; - metis_swap_LpAccount?: metis_swap_LpAccountResolvers; - metis_swap_LpAccountBalance?: metis_swap_LpAccountBalanceResolvers; - metis_swap_LpToken?: metis_swap_LpTokenResolvers; - metis_swap_LpTokenEvent?: metis_swap_LpTokenEventResolvers; - metis_swap_LpTransferEvent?: metis_swap_LpTransferEventResolvers; - metis_swap_PooledToken?: metis_swap_PooledTokenResolvers; - metis_swap_StableSwap?: metis_swap_StableSwapResolvers; - metis_swap_StableSwapAddLiquidityEvent?: metis_swap_StableSwapAddLiquidityEventResolvers; - metis_swap_StableSwapEvent?: metis_swap_StableSwapEventResolvers; - metis_swap_StableSwapExchange?: metis_swap_StableSwapExchangeResolvers; - metis_swap_StableSwapRemoveLiquidityEvent?: metis_swap_StableSwapRemoveLiquidityEventResolvers; - metis_swap_SwapDailyVolume?: metis_swap_SwapDailyVolumeResolvers; - metis_swap_SwapHourlyVolume?: metis_swap_SwapHourlyVolumeResolvers; - metis_swap_SwapTradeVolume?: metis_swap_SwapTradeVolumeResolvers; - metis_swap_SwapWeeklyVolume?: metis_swap_SwapWeeklyVolumeResolvers; - metis_swap_SystemInfo?: metis_swap_SystemInfoResolvers; - metis_swap__Block_?: metis_swap__Block_Resolvers; - metis_swap__Meta_?: metis_swap__Meta_Resolvers; - zksync_swap_BigDecimal?: GraphQLScalarType; - zksync_swap_Bytes?: GraphQLScalarType; - zksync_swap_Int8?: GraphQLScalarType; - zksync_swap_LpAccount?: zksync_swap_LpAccountResolvers; - zksync_swap_LpAccountBalance?: zksync_swap_LpAccountBalanceResolvers; - zksync_swap_LpToken?: zksync_swap_LpTokenResolvers; - zksync_swap_LpTokenEvent?: zksync_swap_LpTokenEventResolvers; - zksync_swap_LpTransferEvent?: zksync_swap_LpTransferEventResolvers; - zksync_swap_PooledToken?: zksync_swap_PooledTokenResolvers; - zksync_swap_StableSwap?: zksync_swap_StableSwapResolvers; - zksync_swap_StableSwapAddLiquidityEvent?: zksync_swap_StableSwapAddLiquidityEventResolvers; - zksync_swap_StableSwapEvent?: zksync_swap_StableSwapEventResolvers; - zksync_swap_StableSwapExchange?: zksync_swap_StableSwapExchangeResolvers; - zksync_swap_StableSwapRemoveLiquidityEvent?: zksync_swap_StableSwapRemoveLiquidityEventResolvers; - zksync_swap_SwapDailyVolume?: zksync_swap_SwapDailyVolumeResolvers; - zksync_swap_SwapHourlyVolume?: zksync_swap_SwapHourlyVolumeResolvers; - zksync_swap_SwapTradeVolume?: zksync_swap_SwapTradeVolumeResolvers; - zksync_swap_SwapWeeklyVolume?: zksync_swap_SwapWeeklyVolumeResolvers; - zksync_swap_SystemInfo?: zksync_swap_SystemInfoResolvers; - zksync_swap__Block_?: zksync_swap__Block_Resolvers; - zksync_swap__Meta_?: zksync_swap__Meta_Resolvers; - 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; arbitrumone_swap_BigDecimal?: GraphQLScalarType; arbitrumone_swap_Bytes?: GraphQLScalarType; arbitrumone_swap_Int8?: GraphQLScalarType; @@ -225441,62 +234563,197 @@ export type Resolvers = ResolversObject<{ arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; arbitrumone_swap__Meta_?: arbitrumone_swap__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; - 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; + 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; + lineagoerli_AggregateRoot?: lineagoerli_AggregateRootResolvers; + lineagoerli_Asset?: lineagoerli_AssetResolvers; + lineagoerli_AssetBalance?: lineagoerli_AssetBalanceResolvers; + lineagoerli_AssetStatus?: lineagoerli_AssetStatusResolvers; + lineagoerli_BigDecimal?: GraphQLScalarType; + lineagoerli_Bytes?: GraphQLScalarType; + lineagoerli_ConnectorMeta?: lineagoerli_ConnectorMetaResolvers; + lineagoerli_DestinationTransfer?: lineagoerli_DestinationTransferResolvers; + lineagoerli_OriginMessage?: lineagoerli_OriginMessageResolvers; + lineagoerli_OriginTransfer?: lineagoerli_OriginTransferResolvers; + lineagoerli_Relayer?: lineagoerli_RelayerResolvers; + lineagoerli_RelayerFee?: lineagoerli_RelayerFeeResolvers; + lineagoerli_RelayerFeesIncrease?: lineagoerli_RelayerFeesIncreaseResolvers; + lineagoerli_RootCount?: lineagoerli_RootCountResolvers; + lineagoerli_RootMessageSent?: lineagoerli_RootMessageSentResolvers; + lineagoerli_Router?: lineagoerli_RouterResolvers; + lineagoerli_RouterDailyTVL?: lineagoerli_RouterDailyTVLResolvers; + lineagoerli_Sequencer?: lineagoerli_SequencerResolvers; + lineagoerli_Setting?: lineagoerli_SettingResolvers; + lineagoerli_SlippageUpdate?: lineagoerli_SlippageUpdateResolvers; + lineagoerli__Block_?: lineagoerli__Block_Resolvers; + lineagoerli__Meta_?: lineagoerli__Meta_Resolvers; + 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; + 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; + 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; + 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; + 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; + 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; localmainnet_AggregateRoot?: localmainnet_AggregateRootResolvers; localmainnet_AggregateRootProposed?: localmainnet_AggregateRootProposedResolvers; localmainnet_Asset?: localmainnet_AssetResolvers; @@ -225520,34 +234777,62 @@ export type Resolvers = ResolversObject<{ localmainnet_SlippageUpdate?: localmainnet_SlippageUpdateResolvers; localmainnet_SnapshotRoot?: localmainnet_SnapshotRootResolvers; localmainnet_SpokeConnectorMode?: localmainnet_SpokeConnectorModeResolvers; - polygon_AggregateRoot?: polygon_AggregateRootResolvers; - polygon_AggregateRootProposed?: polygon_AggregateRootProposedResolvers; - polygon_Asset?: polygon_AssetResolvers; - polygon_AssetBalance?: polygon_AssetBalanceResolvers; - polygon_AssetStatus?: polygon_AssetStatusResolvers; - polygon_BigDecimal?: GraphQLScalarType; - polygon_Bytes?: GraphQLScalarType; - polygon_ConnectorMeta?: polygon_ConnectorMetaResolvers; - polygon_DestinationTransfer?: polygon_DestinationTransferResolvers; - polygon_Int8?: GraphQLScalarType; - polygon_OptimisticRootFinalized?: polygon_OptimisticRootFinalizedResolvers; - polygon_OriginMessage?: polygon_OriginMessageResolvers; - polygon_OriginTransfer?: polygon_OriginTransferResolvers; - polygon_Relayer?: polygon_RelayerResolvers; - polygon_RelayerFee?: polygon_RelayerFeeResolvers; - polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; - polygon_RootCount?: polygon_RootCountResolvers; - polygon_RootMessageSent?: polygon_RootMessageSentResolvers; - polygon_Router?: polygon_RouterResolvers; - polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; - polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; - polygon_Sequencer?: polygon_SequencerResolvers; - polygon_Setting?: polygon_SettingResolvers; - polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; - polygon_SnapshotRoot?: polygon_SnapshotRootResolvers; - polygon_SpokeConnectorMode?: polygon_SpokeConnectorModeResolvers; - polygon__Block_?: polygon__Block_Resolvers; - polygon__Meta_?: polygon__Meta_Resolvers; + zksync_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; + 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; @@ -225576,34 +234861,188 @@ export type Resolvers = ResolversObject<{ stagingxdai_SpokeConnectorMode?: stagingxdai_SpokeConnectorModeResolvers; stagingxdai__Block_?: stagingxdai__Block_Resolvers; stagingxdai__Meta_?: stagingxdai__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; + 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; + staginglinea_AggregateRoot?: staginglinea_AggregateRootResolvers; + staginglinea_AggregateRootProposed?: staginglinea_AggregateRootProposedResolvers; + staginglinea_Asset?: staginglinea_AssetResolvers; + staginglinea_AssetBalance?: staginglinea_AssetBalanceResolvers; + staginglinea_AssetStatus?: staginglinea_AssetStatusResolvers; + staginglinea_BigDecimal?: GraphQLScalarType; + staginglinea_Bytes?: GraphQLScalarType; + staginglinea_ConnectorMeta?: staginglinea_ConnectorMetaResolvers; + staginglinea_DestinationTransfer?: staginglinea_DestinationTransferResolvers; + staginglinea_OptimisticRootFinalized?: staginglinea_OptimisticRootFinalizedResolvers; + staginglinea_OriginMessage?: staginglinea_OriginMessageResolvers; + staginglinea_OriginTransfer?: staginglinea_OriginTransferResolvers; + staginglinea_Relayer?: staginglinea_RelayerResolvers; + staginglinea_RelayerFee?: staginglinea_RelayerFeeResolvers; + staginglinea_RelayerFeesIncrease?: staginglinea_RelayerFeesIncreaseResolvers; + staginglinea_RootCount?: staginglinea_RootCountResolvers; + staginglinea_RootMessageSent?: staginglinea_RootMessageSentResolvers; + staginglinea_Router?: staginglinea_RouterResolvers; + staginglinea_RouterDailyTVL?: staginglinea_RouterDailyTVLResolvers; + staginglinea_RouterLiquidityEvent?: staginglinea_RouterLiquidityEventResolvers; + staginglinea_Sequencer?: staginglinea_SequencerResolvers; + staginglinea_Setting?: staginglinea_SettingResolvers; + staginglinea_SlippageUpdate?: staginglinea_SlippageUpdateResolvers; + staginglinea_SnapshotRoot?: staginglinea_SnapshotRootResolvers; + staginglinea_SpokeConnectorMode?: staginglinea_SpokeConnectorModeResolvers; + staginglinea__Block_?: staginglinea__Block_Resolvers; + staginglinea__Meta_?: staginglinea__Meta_Resolvers; + polygon_swap_BigDecimal?: GraphQLScalarType; + polygon_swap_Bytes?: GraphQLScalarType; + polygon_swap_Int8?: GraphQLScalarType; + polygon_swap_LpAccount?: polygon_swap_LpAccountResolvers; + polygon_swap_LpAccountBalance?: polygon_swap_LpAccountBalanceResolvers; + polygon_swap_LpToken?: polygon_swap_LpTokenResolvers; + polygon_swap_LpTokenEvent?: polygon_swap_LpTokenEventResolvers; + polygon_swap_LpTransferEvent?: polygon_swap_LpTransferEventResolvers; + polygon_swap_PooledToken?: polygon_swap_PooledTokenResolvers; + polygon_swap_StableSwap?: polygon_swap_StableSwapResolvers; + polygon_swap_StableSwapAddLiquidityEvent?: polygon_swap_StableSwapAddLiquidityEventResolvers; + polygon_swap_StableSwapEvent?: polygon_swap_StableSwapEventResolvers; + polygon_swap_StableSwapExchange?: polygon_swap_StableSwapExchangeResolvers; + polygon_swap_StableSwapRemoveLiquidityEvent?: polygon_swap_StableSwapRemoveLiquidityEventResolvers; + polygon_swap_SwapDailyVolume?: polygon_swap_SwapDailyVolumeResolvers; + polygon_swap_SwapHourlyVolume?: polygon_swap_SwapHourlyVolumeResolvers; + polygon_swap_SwapTradeVolume?: polygon_swap_SwapTradeVolumeResolvers; + polygon_swap_SwapWeeklyVolume?: polygon_swap_SwapWeeklyVolumeResolvers; + polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; + polygon_swap__Block_?: polygon_swap__Block_Resolvers; + polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; + optimism_swap_BigDecimal?: GraphQLScalarType; + optimism_swap_Bytes?: GraphQLScalarType; + optimism_swap_Int8?: GraphQLScalarType; + optimism_swap_LpAccount?: optimism_swap_LpAccountResolvers; + optimism_swap_LpAccountBalance?: optimism_swap_LpAccountBalanceResolvers; + optimism_swap_LpToken?: optimism_swap_LpTokenResolvers; + optimism_swap_LpTokenEvent?: optimism_swap_LpTokenEventResolvers; + optimism_swap_LpTransferEvent?: optimism_swap_LpTransferEventResolvers; + optimism_swap_PooledToken?: optimism_swap_PooledTokenResolvers; + optimism_swap_StableSwap?: optimism_swap_StableSwapResolvers; + optimism_swap_StableSwapAddLiquidityEvent?: optimism_swap_StableSwapAddLiquidityEventResolvers; + optimism_swap_StableSwapEvent?: optimism_swap_StableSwapEventResolvers; + optimism_swap_StableSwapExchange?: optimism_swap_StableSwapExchangeResolvers; + optimism_swap_StableSwapRemoveLiquidityEvent?: optimism_swap_StableSwapRemoveLiquidityEventResolvers; + optimism_swap_SwapDailyVolume?: optimism_swap_SwapDailyVolumeResolvers; + optimism_swap_SwapHourlyVolume?: optimism_swap_SwapHourlyVolumeResolvers; + optimism_swap_SwapTradeVolume?: optimism_swap_SwapTradeVolumeResolvers; + optimism_swap_SwapWeeklyVolume?: optimism_swap_SwapWeeklyVolumeResolvers; + optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; + optimism_swap__Block_?: optimism_swap__Block_Resolvers; + optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + 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; + 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; + 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; localoptimism_AggregateRoot?: localoptimism_AggregateRootResolvers; localoptimism_AggregateRootProposed?: localoptimism_AggregateRootProposedResolvers; localoptimism_Asset?: localoptimism_AssetResolvers; @@ -225632,6 +235071,33 @@ export type Resolvers = ResolversObject<{ 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; stagingmainnet_AggregateRoot?: stagingmainnet_AggregateRootResolvers; stagingmainnet_AggregateRootProposed?: stagingmainnet_AggregateRootProposedResolvers; stagingmainnet_Asset?: stagingmainnet_AssetResolvers; @@ -225655,197 +235121,6 @@ export type Resolvers = ResolversObject<{ stagingmainnet_SlippageUpdate?: stagingmainnet_SlippageUpdateResolvers; stagingmainnet_SnapshotRoot?: stagingmainnet_SnapshotRootResolvers; stagingmainnet_SpokeConnectorMode?: stagingmainnet_SpokeConnectorModeResolvers; - 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; - localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; - localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; - localarbitrumone_Asset?: localarbitrumone_AssetResolvers; - localarbitrumone_AssetBalance?: localarbitrumone_AssetBalanceResolvers; - localarbitrumone_AssetStatus?: localarbitrumone_AssetStatusResolvers; - localarbitrumone_BigDecimal?: GraphQLScalarType; - localarbitrumone_Bytes?: GraphQLScalarType; - localarbitrumone_ConnectorMeta?: localarbitrumone_ConnectorMetaResolvers; - localarbitrumone_DestinationTransfer?: localarbitrumone_DestinationTransferResolvers; - localarbitrumone_Int8?: GraphQLScalarType; - localarbitrumone_OptimisticRootFinalized?: localarbitrumone_OptimisticRootFinalizedResolvers; - localarbitrumone_OriginMessage?: localarbitrumone_OriginMessageResolvers; - localarbitrumone_OriginTransfer?: localarbitrumone_OriginTransferResolvers; - localarbitrumone_Relayer?: localarbitrumone_RelayerResolvers; - localarbitrumone_RelayerFee?: localarbitrumone_RelayerFeeResolvers; - localarbitrumone_RelayerFeesIncrease?: localarbitrumone_RelayerFeesIncreaseResolvers; - localarbitrumone_RootCount?: localarbitrumone_RootCountResolvers; - localarbitrumone_RootMessageSent?: localarbitrumone_RootMessageSentResolvers; - localarbitrumone_Router?: localarbitrumone_RouterResolvers; - localarbitrumone_RouterDailyTVL?: localarbitrumone_RouterDailyTVLResolvers; - localarbitrumone_RouterLiquidityEvent?: localarbitrumone_RouterLiquidityEventResolvers; - localarbitrumone_Sequencer?: localarbitrumone_SequencerResolvers; - localarbitrumone_Setting?: localarbitrumone_SettingResolvers; - localarbitrumone_SlippageUpdate?: localarbitrumone_SlippageUpdateResolvers; - localarbitrumone_SnapshotRoot?: localarbitrumone_SnapshotRootResolvers; - localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; - localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; - localarbitrumone__Meta_?: localarbitrumone__Meta_Resolvers; - 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; - 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; - 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; - 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; - arbitrumone_AggregateRoot?: arbitrumone_AggregateRootResolvers; - arbitrumone_AggregateRootProposed?: arbitrumone_AggregateRootProposedResolvers; - arbitrumone_Asset?: arbitrumone_AssetResolvers; - arbitrumone_AssetBalance?: arbitrumone_AssetBalanceResolvers; - arbitrumone_AssetStatus?: arbitrumone_AssetStatusResolvers; - arbitrumone_BigDecimal?: GraphQLScalarType; - arbitrumone_Bytes?: GraphQLScalarType; - arbitrumone_ConnectorMeta?: arbitrumone_ConnectorMetaResolvers; - arbitrumone_DestinationTransfer?: arbitrumone_DestinationTransferResolvers; - arbitrumone_Int8?: GraphQLScalarType; - arbitrumone_OptimisticRootFinalized?: arbitrumone_OptimisticRootFinalizedResolvers; - arbitrumone_OriginMessage?: arbitrumone_OriginMessageResolvers; - arbitrumone_OriginTransfer?: arbitrumone_OriginTransferResolvers; - arbitrumone_Relayer?: arbitrumone_RelayerResolvers; - arbitrumone_RelayerFee?: arbitrumone_RelayerFeeResolvers; - arbitrumone_RelayerFeesIncrease?: arbitrumone_RelayerFeesIncreaseResolvers; - arbitrumone_RootCount?: arbitrumone_RootCountResolvers; - arbitrumone_RootMessageSent?: arbitrumone_RootMessageSentResolvers; - arbitrumone_Router?: arbitrumone_RouterResolvers; - arbitrumone_RouterDailyTVL?: arbitrumone_RouterDailyTVLResolvers; - arbitrumone_RouterLiquidityEvent?: arbitrumone_RouterLiquidityEventResolvers; - arbitrumone_Sequencer?: arbitrumone_SequencerResolvers; - arbitrumone_Setting?: arbitrumone_SettingResolvers; - arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; - arbitrumone_SnapshotRoot?: arbitrumone_SnapshotRootResolvers; - arbitrumone_SpokeConnectorMode?: arbitrumone_SpokeConnectorModeResolvers; - arbitrumone__Block_?: arbitrumone__Block_Resolvers; - arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; polygonzkevm_AggregateRoot?: polygonzkevm_AggregateRootResolvers; polygonzkevm_AggregateRootProposed?: polygonzkevm_AggregateRootProposedResolvers; polygonzkevm_Asset?: polygonzkevm_AssetResolvers; @@ -225902,34 +235177,202 @@ export type Resolvers = ResolversObject<{ stagingoptimism_SpokeConnectorMode?: stagingoptimism_SpokeConnectorModeResolvers; stagingoptimism__Block_?: stagingoptimism__Block_Resolvers; stagingoptimism__Meta_?: stagingoptimism__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; + 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; + localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; + localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; + localarbitrumone_Asset?: localarbitrumone_AssetResolvers; + localarbitrumone_AssetBalance?: localarbitrumone_AssetBalanceResolvers; + localarbitrumone_AssetStatus?: localarbitrumone_AssetStatusResolvers; + localarbitrumone_BigDecimal?: GraphQLScalarType; + localarbitrumone_Bytes?: GraphQLScalarType; + localarbitrumone_ConnectorMeta?: localarbitrumone_ConnectorMetaResolvers; + localarbitrumone_DestinationTransfer?: localarbitrumone_DestinationTransferResolvers; + localarbitrumone_Int8?: GraphQLScalarType; + localarbitrumone_OptimisticRootFinalized?: localarbitrumone_OptimisticRootFinalizedResolvers; + localarbitrumone_OriginMessage?: localarbitrumone_OriginMessageResolvers; + localarbitrumone_OriginTransfer?: localarbitrumone_OriginTransferResolvers; + localarbitrumone_Relayer?: localarbitrumone_RelayerResolvers; + localarbitrumone_RelayerFee?: localarbitrumone_RelayerFeeResolvers; + localarbitrumone_RelayerFeesIncrease?: localarbitrumone_RelayerFeesIncreaseResolvers; + localarbitrumone_RootCount?: localarbitrumone_RootCountResolvers; + localarbitrumone_RootMessageSent?: localarbitrumone_RootMessageSentResolvers; + localarbitrumone_Router?: localarbitrumone_RouterResolvers; + localarbitrumone_RouterDailyTVL?: localarbitrumone_RouterDailyTVLResolvers; + localarbitrumone_RouterLiquidityEvent?: localarbitrumone_RouterLiquidityEventResolvers; + localarbitrumone_Sequencer?: localarbitrumone_SequencerResolvers; + localarbitrumone_Setting?: localarbitrumone_SettingResolvers; + localarbitrumone_SlippageUpdate?: localarbitrumone_SlippageUpdateResolvers; + localarbitrumone_SnapshotRoot?: localarbitrumone_SnapshotRootResolvers; + localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; + localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; + localarbitrumone__Meta_?: localarbitrumone__Meta_Resolvers; + 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; + stagingmode_AggregateRoot?: stagingmode_AggregateRootResolvers; + stagingmode_AggregateRootProposed?: stagingmode_AggregateRootProposedResolvers; + stagingmode_Asset?: stagingmode_AssetResolvers; + stagingmode_AssetBalance?: stagingmode_AssetBalanceResolvers; + stagingmode_AssetStatus?: stagingmode_AssetStatusResolvers; + stagingmode_BigDecimal?: GraphQLScalarType; + stagingmode_Bytes?: GraphQLScalarType; + stagingmode_ConnectorMeta?: stagingmode_ConnectorMetaResolvers; + stagingmode_DestinationTransfer?: stagingmode_DestinationTransferResolvers; + stagingmode_Int8?: GraphQLScalarType; + stagingmode_OptimisticRootFinalized?: stagingmode_OptimisticRootFinalizedResolvers; + stagingmode_OriginMessage?: stagingmode_OriginMessageResolvers; + stagingmode_OriginTransfer?: stagingmode_OriginTransferResolvers; + stagingmode_Relayer?: stagingmode_RelayerResolvers; + stagingmode_RelayerFee?: stagingmode_RelayerFeeResolvers; + stagingmode_RelayerFeesIncrease?: stagingmode_RelayerFeesIncreaseResolvers; + stagingmode_RootCount?: stagingmode_RootCountResolvers; + stagingmode_RootMessageSent?: stagingmode_RootMessageSentResolvers; + stagingmode_Router?: stagingmode_RouterResolvers; + stagingmode_RouterDailyTVL?: stagingmode_RouterDailyTVLResolvers; + stagingmode_RouterLiquidityEvent?: stagingmode_RouterLiquidityEventResolvers; + stagingmode_Sequencer?: stagingmode_SequencerResolvers; + stagingmode_Setting?: stagingmode_SettingResolvers; + stagingmode_SlippageUpdate?: stagingmode_SlippageUpdateResolvers; + stagingmode_SnapshotRoot?: stagingmode_SnapshotRootResolvers; + stagingmode_SpokeConnectorMode?: stagingmode_SpokeConnectorModeResolvers; + stagingmode__Block_?: stagingmode__Block_Resolvers; + stagingmode__Meta_?: stagingmode__Meta_Resolvers; + 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; + 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; + 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; bnb_AggregateRoot?: bnb_AggregateRootResolvers; bnb_AggregateRootProposed?: bnb_AggregateRootProposedResolvers; bnb_Asset?: bnb_AssetResolvers; @@ -225958,33 +235401,211 @@ export type Resolvers = ResolversObject<{ bnb_SpokeConnectorMode?: bnb_SpokeConnectorModeResolvers; bnb__Block_?: bnb__Block_Resolvers; bnb__Meta_?: bnb__Meta_Resolvers; - staginglinea_AggregateRoot?: staginglinea_AggregateRootResolvers; - staginglinea_AggregateRootProposed?: staginglinea_AggregateRootProposedResolvers; - staginglinea_Asset?: staginglinea_AssetResolvers; - staginglinea_AssetBalance?: staginglinea_AssetBalanceResolvers; - staginglinea_AssetStatus?: staginglinea_AssetStatusResolvers; - staginglinea_BigDecimal?: GraphQLScalarType; - staginglinea_Bytes?: GraphQLScalarType; - staginglinea_ConnectorMeta?: staginglinea_ConnectorMetaResolvers; - staginglinea_DestinationTransfer?: staginglinea_DestinationTransferResolvers; - staginglinea_OptimisticRootFinalized?: staginglinea_OptimisticRootFinalizedResolvers; - staginglinea_OriginMessage?: staginglinea_OriginMessageResolvers; - staginglinea_OriginTransfer?: staginglinea_OriginTransferResolvers; - staginglinea_Relayer?: staginglinea_RelayerResolvers; - staginglinea_RelayerFee?: staginglinea_RelayerFeeResolvers; - staginglinea_RelayerFeesIncrease?: staginglinea_RelayerFeesIncreaseResolvers; - staginglinea_RootCount?: staginglinea_RootCountResolvers; - staginglinea_RootMessageSent?: staginglinea_RootMessageSentResolvers; - staginglinea_Router?: staginglinea_RouterResolvers; - staginglinea_RouterDailyTVL?: staginglinea_RouterDailyTVLResolvers; - staginglinea_RouterLiquidityEvent?: staginglinea_RouterLiquidityEventResolvers; - staginglinea_Sequencer?: staginglinea_SequencerResolvers; - staginglinea_Setting?: staginglinea_SettingResolvers; - staginglinea_SlippageUpdate?: staginglinea_SlippageUpdateResolvers; - staginglinea_SnapshotRoot?: staginglinea_SnapshotRootResolvers; - staginglinea_SpokeConnectorMode?: staginglinea_SpokeConnectorModeResolvers; - staginglinea__Block_?: staginglinea__Block_Resolvers; - staginglinea__Meta_?: staginglinea__Meta_Resolvers; + 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; + 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; + arbitrumone_AggregateRoot?: arbitrumone_AggregateRootResolvers; + arbitrumone_AggregateRootProposed?: arbitrumone_AggregateRootProposedResolvers; + arbitrumone_Asset?: arbitrumone_AssetResolvers; + arbitrumone_AssetBalance?: arbitrumone_AssetBalanceResolvers; + arbitrumone_AssetStatus?: arbitrumone_AssetStatusResolvers; + arbitrumone_BigDecimal?: GraphQLScalarType; + arbitrumone_Bytes?: GraphQLScalarType; + arbitrumone_ConnectorMeta?: arbitrumone_ConnectorMetaResolvers; + arbitrumone_DestinationTransfer?: arbitrumone_DestinationTransferResolvers; + arbitrumone_Int8?: GraphQLScalarType; + arbitrumone_OptimisticRootFinalized?: arbitrumone_OptimisticRootFinalizedResolvers; + arbitrumone_OriginMessage?: arbitrumone_OriginMessageResolvers; + arbitrumone_OriginTransfer?: arbitrumone_OriginTransferResolvers; + arbitrumone_Relayer?: arbitrumone_RelayerResolvers; + arbitrumone_RelayerFee?: arbitrumone_RelayerFeeResolvers; + arbitrumone_RelayerFeesIncrease?: arbitrumone_RelayerFeesIncreaseResolvers; + arbitrumone_RootCount?: arbitrumone_RootCountResolvers; + arbitrumone_RootMessageSent?: arbitrumone_RootMessageSentResolvers; + arbitrumone_Router?: arbitrumone_RouterResolvers; + arbitrumone_RouterDailyTVL?: arbitrumone_RouterDailyTVLResolvers; + arbitrumone_RouterLiquidityEvent?: arbitrumone_RouterLiquidityEventResolvers; + arbitrumone_Sequencer?: arbitrumone_SequencerResolvers; + arbitrumone_Setting?: arbitrumone_SettingResolvers; + arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; + arbitrumone_SnapshotRoot?: arbitrumone_SnapshotRootResolvers; + arbitrumone_SpokeConnectorMode?: arbitrumone_SpokeConnectorModeResolvers; + arbitrumone__Block_?: arbitrumone__Block_Resolvers; + arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; + polygon_AggregateRoot?: polygon_AggregateRootResolvers; + polygon_AggregateRootProposed?: polygon_AggregateRootProposedResolvers; + polygon_Asset?: polygon_AssetResolvers; + polygon_AssetBalance?: polygon_AssetBalanceResolvers; + polygon_AssetStatus?: polygon_AssetStatusResolvers; + polygon_BigDecimal?: GraphQLScalarType; + polygon_Bytes?: GraphQLScalarType; + polygon_ConnectorMeta?: polygon_ConnectorMetaResolvers; + polygon_DestinationTransfer?: polygon_DestinationTransferResolvers; + polygon_Int8?: GraphQLScalarType; + polygon_OptimisticRootFinalized?: polygon_OptimisticRootFinalizedResolvers; + polygon_OriginMessage?: polygon_OriginMessageResolvers; + polygon_OriginTransfer?: polygon_OriginTransferResolvers; + polygon_Relayer?: polygon_RelayerResolvers; + polygon_RelayerFee?: polygon_RelayerFeeResolvers; + polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; + polygon_RootCount?: polygon_RootCountResolvers; + polygon_RootMessageSent?: polygon_RootMessageSentResolvers; + polygon_Router?: polygon_RouterResolvers; + polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; + polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; + polygon_Sequencer?: polygon_SequencerResolvers; + polygon_Setting?: polygon_SettingResolvers; + polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; + polygon_SnapshotRoot?: polygon_SnapshotRootResolvers; + polygon_SpokeConnectorMode?: polygon_SpokeConnectorModeResolvers; + polygon__Block_?: polygon__Block_Resolvers; + polygon__Meta_?: polygon__Meta_Resolvers; + metis_swap_BigDecimal?: GraphQLScalarType; + metis_swap_Bytes?: GraphQLScalarType; + metis_swap_Int8?: GraphQLScalarType; + metis_swap_LpAccount?: metis_swap_LpAccountResolvers; + metis_swap_LpAccountBalance?: metis_swap_LpAccountBalanceResolvers; + metis_swap_LpToken?: metis_swap_LpTokenResolvers; + metis_swap_LpTokenEvent?: metis_swap_LpTokenEventResolvers; + metis_swap_LpTransferEvent?: metis_swap_LpTransferEventResolvers; + metis_swap_PooledToken?: metis_swap_PooledTokenResolvers; + metis_swap_StableSwap?: metis_swap_StableSwapResolvers; + metis_swap_StableSwapAddLiquidityEvent?: metis_swap_StableSwapAddLiquidityEventResolvers; + metis_swap_StableSwapEvent?: metis_swap_StableSwapEventResolvers; + metis_swap_StableSwapExchange?: metis_swap_StableSwapExchangeResolvers; + metis_swap_StableSwapRemoveLiquidityEvent?: metis_swap_StableSwapRemoveLiquidityEventResolvers; + metis_swap_SwapDailyVolume?: metis_swap_SwapDailyVolumeResolvers; + metis_swap_SwapHourlyVolume?: metis_swap_SwapHourlyVolumeResolvers; + metis_swap_SwapTradeVolume?: metis_swap_SwapTradeVolumeResolvers; + metis_swap_SwapWeeklyVolume?: metis_swap_SwapWeeklyVolumeResolvers; + metis_swap_SystemInfo?: metis_swap_SystemInfoResolvers; + metis_swap__Block_?: metis_swap__Block_Resolvers; + metis_swap__Meta_?: metis_swap__Meta_Resolvers; + stagingmetis_AggregateRoot?: stagingmetis_AggregateRootResolvers; + stagingmetis_AggregateRootProposed?: stagingmetis_AggregateRootProposedResolvers; + stagingmetis_Asset?: stagingmetis_AssetResolvers; + stagingmetis_AssetBalance?: stagingmetis_AssetBalanceResolvers; + stagingmetis_AssetStatus?: stagingmetis_AssetStatusResolvers; + stagingmetis_BigDecimal?: GraphQLScalarType; + stagingmetis_Bytes?: GraphQLScalarType; + stagingmetis_ConnectorMeta?: stagingmetis_ConnectorMetaResolvers; + stagingmetis_DestinationTransfer?: stagingmetis_DestinationTransferResolvers; + stagingmetis_Int8?: GraphQLScalarType; + stagingmetis_OptimisticRootFinalized?: stagingmetis_OptimisticRootFinalizedResolvers; + stagingmetis_OriginMessage?: stagingmetis_OriginMessageResolvers; + stagingmetis_OriginTransfer?: stagingmetis_OriginTransferResolvers; + stagingmetis_Relayer?: stagingmetis_RelayerResolvers; + stagingmetis_RelayerFee?: stagingmetis_RelayerFeeResolvers; + stagingmetis_RelayerFeesIncrease?: stagingmetis_RelayerFeesIncreaseResolvers; + stagingmetis_RootCount?: stagingmetis_RootCountResolvers; + stagingmetis_RootMessageSent?: stagingmetis_RootMessageSentResolvers; + stagingmetis_Router?: stagingmetis_RouterResolvers; + stagingmetis_RouterDailyTVL?: stagingmetis_RouterDailyTVLResolvers; + stagingmetis_RouterLiquidityEvent?: stagingmetis_RouterLiquidityEventResolvers; + stagingmetis_Sequencer?: stagingmetis_SequencerResolvers; + stagingmetis_Setting?: stagingmetis_SettingResolvers; + stagingmetis_SlippageUpdate?: stagingmetis_SlippageUpdateResolvers; + stagingmetis_SnapshotRoot?: stagingmetis_SnapshotRootResolvers; + stagingmetis_SpokeConnectorMode?: stagingmetis_SpokeConnectorModeResolvers; + stagingmetis__Block_?: stagingmetis__Block_Resolvers; + stagingmetis__Meta_?: stagingmetis__Meta_Resolvers; + 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; + 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; stagingmantle_AggregateRoot?: stagingmantle_AggregateRootResolvers; stagingmantle_AggregateRootProposed?: stagingmantle_AggregateRootProposedResolvers; stagingmantle_Asset?: stagingmantle_AssetResolvers; @@ -226013,229 +235634,62 @@ export type Resolvers = ResolversObject<{ stagingmantle_SpokeConnectorMode?: stagingmantle_SpokeConnectorModeResolvers; stagingmantle__Block_?: stagingmantle__Block_Resolvers; stagingmantle__Meta_?: stagingmantle__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; - stagingmetis_AggregateRoot?: stagingmetis_AggregateRootResolvers; - stagingmetis_AggregateRootProposed?: stagingmetis_AggregateRootProposedResolvers; - stagingmetis_Asset?: stagingmetis_AssetResolvers; - stagingmetis_AssetBalance?: stagingmetis_AssetBalanceResolvers; - stagingmetis_AssetStatus?: stagingmetis_AssetStatusResolvers; - stagingmetis_BigDecimal?: GraphQLScalarType; - stagingmetis_Bytes?: GraphQLScalarType; - stagingmetis_ConnectorMeta?: stagingmetis_ConnectorMetaResolvers; - stagingmetis_DestinationTransfer?: stagingmetis_DestinationTransferResolvers; - stagingmetis_Int8?: GraphQLScalarType; - stagingmetis_OptimisticRootFinalized?: stagingmetis_OptimisticRootFinalizedResolvers; - stagingmetis_OriginMessage?: stagingmetis_OriginMessageResolvers; - stagingmetis_OriginTransfer?: stagingmetis_OriginTransferResolvers; - stagingmetis_Relayer?: stagingmetis_RelayerResolvers; - stagingmetis_RelayerFee?: stagingmetis_RelayerFeeResolvers; - stagingmetis_RelayerFeesIncrease?: stagingmetis_RelayerFeesIncreaseResolvers; - stagingmetis_RootCount?: stagingmetis_RootCountResolvers; - stagingmetis_RootMessageSent?: stagingmetis_RootMessageSentResolvers; - stagingmetis_Router?: stagingmetis_RouterResolvers; - stagingmetis_RouterDailyTVL?: stagingmetis_RouterDailyTVLResolvers; - stagingmetis_RouterLiquidityEvent?: stagingmetis_RouterLiquidityEventResolvers; - stagingmetis_Sequencer?: stagingmetis_SequencerResolvers; - stagingmetis_Setting?: stagingmetis_SettingResolvers; - stagingmetis_SlippageUpdate?: stagingmetis_SlippageUpdateResolvers; - stagingmetis_SnapshotRoot?: stagingmetis_SnapshotRootResolvers; - stagingmetis_SpokeConnectorMode?: stagingmetis_SpokeConnectorModeResolvers; - stagingmetis__Block_?: stagingmetis__Block_Resolvers; - stagingmetis__Meta_?: stagingmetis__Meta_Resolvers; - 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; - 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; - 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; - base_AggregateRoot?: base_AggregateRootResolvers; - base_AggregateRootProposed?: base_AggregateRootProposedResolvers; - base_Asset?: base_AssetResolvers; - base_AssetBalance?: base_AssetBalanceResolvers; - base_AssetStatus?: base_AssetStatusResolvers; - base_BigDecimal?: GraphQLScalarType; - base_Bytes?: GraphQLScalarType; - base_ConnectorMeta?: base_ConnectorMetaResolvers; - base_DestinationTransfer?: base_DestinationTransferResolvers; - base_Int8?: GraphQLScalarType; - base_OptimisticRootFinalized?: base_OptimisticRootFinalizedResolvers; - base_OriginMessage?: base_OriginMessageResolvers; - base_OriginTransfer?: base_OriginTransferResolvers; - base_Relayer?: base_RelayerResolvers; - base_RelayerFee?: base_RelayerFeeResolvers; - base_RelayerFeesIncrease?: base_RelayerFeesIncreaseResolvers; - base_RootCount?: base_RootCountResolvers; - base_RootMessageSent?: base_RootMessageSentResolvers; - base_Router?: base_RouterResolvers; - base_RouterDailyTVL?: base_RouterDailyTVLResolvers; - base_RouterLiquidityEvent?: base_RouterLiquidityEventResolvers; - base_Sequencer?: base_SequencerResolvers; - base_Setting?: base_SettingResolvers; - base_SlippageUpdate?: base_SlippageUpdateResolvers; - base_SnapshotRoot?: base_SnapshotRootResolvers; - base_SpokeConnectorMode?: base_SpokeConnectorModeResolvers; - base__Block_?: base__Block_Resolvers; - base__Meta_?: base__Meta_Resolvers; - stagingpolygonzkevm_AggregateRoot?: stagingpolygonzkevm_AggregateRootResolvers; - stagingpolygonzkevm_AggregateRootProposed?: stagingpolygonzkevm_AggregateRootProposedResolvers; - stagingpolygonzkevm_Asset?: stagingpolygonzkevm_AssetResolvers; - stagingpolygonzkevm_AssetBalance?: stagingpolygonzkevm_AssetBalanceResolvers; - stagingpolygonzkevm_AssetStatus?: stagingpolygonzkevm_AssetStatusResolvers; - stagingpolygonzkevm_BigDecimal?: GraphQLScalarType; - stagingpolygonzkevm_Bytes?: GraphQLScalarType; - stagingpolygonzkevm_ConnectorMeta?: stagingpolygonzkevm_ConnectorMetaResolvers; - stagingpolygonzkevm_DestinationTransfer?: stagingpolygonzkevm_DestinationTransferResolvers; - stagingpolygonzkevm_Int8?: GraphQLScalarType; - stagingpolygonzkevm_OptimisticRootFinalized?: stagingpolygonzkevm_OptimisticRootFinalizedResolvers; - stagingpolygonzkevm_OriginMessage?: stagingpolygonzkevm_OriginMessageResolvers; - stagingpolygonzkevm_OriginTransfer?: stagingpolygonzkevm_OriginTransferResolvers; - stagingpolygonzkevm_Relayer?: stagingpolygonzkevm_RelayerResolvers; - stagingpolygonzkevm_RelayerFee?: stagingpolygonzkevm_RelayerFeeResolvers; - stagingpolygonzkevm_RelayerFeesIncrease?: stagingpolygonzkevm_RelayerFeesIncreaseResolvers; - stagingpolygonzkevm_RootCount?: stagingpolygonzkevm_RootCountResolvers; - stagingpolygonzkevm_RootMessageSent?: stagingpolygonzkevm_RootMessageSentResolvers; - stagingpolygonzkevm_Router?: stagingpolygonzkevm_RouterResolvers; - stagingpolygonzkevm_RouterDailyTVL?: stagingpolygonzkevm_RouterDailyTVLResolvers; - stagingpolygonzkevm_RouterLiquidityEvent?: stagingpolygonzkevm_RouterLiquidityEventResolvers; - stagingpolygonzkevm_Sequencer?: stagingpolygonzkevm_SequencerResolvers; - stagingpolygonzkevm_Setting?: stagingpolygonzkevm_SettingResolvers; - stagingpolygonzkevm_SlippageUpdate?: stagingpolygonzkevm_SlippageUpdateResolvers; - stagingpolygonzkevm_SnapshotRoot?: stagingpolygonzkevm_SnapshotRootResolvers; - stagingpolygonzkevm_SpokeConnectorMode?: stagingpolygonzkevm_SpokeConnectorModeResolvers; - stagingpolygonzkevm__Block_?: stagingpolygonzkevm__Block_Resolvers; - stagingpolygonzkevm__Meta_?: stagingpolygonzkevm__Meta_Resolvers; - 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; + 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; + 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; x1testnet_AggregateRoot?: x1testnet_AggregateRootResolvers; x1testnet_AggregateRootProposed?: x1testnet_AggregateRootProposedResolvers; x1testnet_Asset?: x1testnet_AssetResolvers; @@ -226272,7 +235726,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = ConnextTestOptimismGoerliTypes.Context & StableSwapMumbaiTypes.Context & StableSwapGoerliTypes.Context & HubStagingGoerliTypes.Context & ConnextTestGoerliTypes.Context & HubGoerliTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapOptimismGoerliTypes.Context & HubMainnetTypes.Context & ConnextLineaGoerliTypes.Context & HubLocalMainnetTypes.Context & StableSwapLineaTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapPolygonZkEvmTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & StableSwapBaseTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextBaseGoerliTypes.Context & StableSwapBnbTypes.Context & ConnextStagingModeTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & StableSwapMantleTypes.Context & StableSwapXdaiTypes.Context & StableSwapPolygonTypes.Context & StableSwapOptimismTypes.Context & HubStagingMainnetTypes.Context & ConnextGoerliTypes.Context & StableSwapMetisTypes.Context & StableSwapZkSyncEraTypes.Context & ConnextStagingGoerliTypes.Context & StableSwapArbitrumOneTypes.Context & ConnextMumbaiTypes.Context & ConnextXdaiTypes.Context & ConnextLocalMainnetTypes.Context & ConnextPolygonTypes.Context & ConnextStagingXdaiTypes.Context & ConnextMantleTypes.Context & ConnextLocalOptimismTypes.Context & ConnextStagingMainnetTypes.Context & ConnextMainnetTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextStagingBnbTypes.Context & ConnextMetisTypes.Context & ConnextStagingPolygonTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextArbitrumOneTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextStagingOptimismTypes.Context & ConnextOptimismTypes.Context & ConnextBnbTypes.Context & ConnextStagingLineaTypes.Context & ConnextStagingMantleTypes.Context & ConnextLineaTypes.Context & ConnextStagingMetisTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextZkSyncTypes.Context & ConnextStagingBaseTypes.Context & ConnextBaseTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextStagingZkSyncTypes.Context & ConnextX1TestnetTypes.Context & BaseMeshContext; +export type MeshContext = ConnextTestOptimismGoerliTypes.Context & StableSwapStagingMumbaiTypes.Context & HubStagingGoerliTypes.Context & ConnextTestGoerliTypes.Context & StableSwapBaseTypes.Context & StableSwapMumbaiTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapGoerliTypes.Context & StableSwapXdaiTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextGoerliTypes.Context & StableSwapZkSyncEraTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & HubGoerliTypes.Context & HubLocalMainnetTypes.Context & HubStagingMainnetTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapBnbTypes.Context & ConnextLineaGoerliTypes.Context & StableSwapAvalancheTypes.Context & StableSwapLineaTypes.Context & StableSwapPolygonZkEvmTypes.Context & ConnextAvalancheTypes.Context & ConnextStagingGoerliTypes.Context & ConnextBaseTypes.Context & ConnextLocalMainnetTypes.Context & ConnextZkSyncTypes.Context & ConnextStagingPolygonTypes.Context & ConnextStagingXdaiTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextStagingLineaTypes.Context & StableSwapPolygonTypes.Context & StableSwapOptimismTypes.Context & ConnextBaseGoerliTypes.Context & ConnextStagingBnbTypes.Context & HubMainnetTypes.Context & ConnextLocalOptimismTypes.Context & ConnextLineaTypes.Context & ConnextStagingMainnetTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextStagingOptimismTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextMumbaiTypes.Context & ConnextStagingModeTypes.Context & ConnextStagingZkSyncTypes.Context & ConnextStagingBaseTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextBnbTypes.Context & ConnextXdaiTypes.Context & ConnextMainnetTypes.Context & ConnextArbitrumOneTypes.Context & ConnextPolygonTypes.Context & StableSwapMetisTypes.Context & ConnextStagingMetisTypes.Context & StableSwapMantleTypes.Context & ConnextMantleTypes.Context & ConnextStagingMantleTypes.Context & ConnextMetisTypes.Context & ConnextOptimismTypes.Context & ConnextX1TestnetTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -226283,189 +235737,195 @@ const importFn: ImportFn = (moduleId: string) => { case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Base/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/Hub_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$6) as T; case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$7) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Goerli/introspectionSchema": return Promise.resolve(importedModule$11) as T; - case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": + case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/StableSwap_Base/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Hub_Goerli/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/Connext_BaseGoerli/introspectionSchema": + case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": + case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": return Promise.resolve(importedModule$24) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Avalanche/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Base/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/StableSwap_Metis/introspectionSchema": + case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": + case ".graphclient/sources/Connext_ZkSync/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": return Promise.resolve(importedModule$30) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$34) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$35) as T; - case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_BaseGoerli/introspectionSchema": return Promise.resolve(importedModule$36) as T; - case ".graphclient/sources/Connext_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": return Promise.resolve(importedModule$37) as T; - case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$38) as T; - case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": return Promise.resolve(importedModule$39) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$40) as T; - case ".graphclient/sources/Connext_LocalArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$41) as T; - case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$42) as T; - case ".graphclient/sources/Connext_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": return Promise.resolve(importedModule$43) as T; - case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$44) as T; - case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": + case ".graphclient/sources/Connext_LocalArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$45) as T; - case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Mumbai/introspectionSchema": return Promise.resolve(importedModule$46) as T; - case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": return Promise.resolve(importedModule$47) as T; - case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": return Promise.resolve(importedModule$48) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": return Promise.resolve(importedModule$49) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$50) as T; - case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$51) as T; - case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$52) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$53) as T; - case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$54) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$55) as T; - case ".graphclient/sources/Connext_ZkSync/introspectionSchema": + case ".graphclient/sources/StableSwap_Metis/introspectionSchema": return Promise.resolve(importedModule$56) as T; - case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": return Promise.resolve(importedModule$57) as T; - case ".graphclient/sources/Connext_Base/introspectionSchema": + case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": return Promise.resolve(importedModule$58) as T; - case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Mantle/introspectionSchema": return Promise.resolve(importedModule$59) as T; - case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": return Promise.resolve(importedModule$60) as T; - case ".graphclient/sources/Connext_X1Testnet/introspectionSchema": + case ".graphclient/sources/Connext_Metis/introspectionSchema": return Promise.resolve(importedModule$61) as T; + case ".graphclient/sources/Connext_Optimism/introspectionSchema": + return Promise.resolve(importedModule$62) as T; + + case ".graphclient/sources/Connext_X1Testnet/introspectionSchema": + return Promise.resolve(importedModule$63) as T; + default: return Promise.reject(new Error(`Cannot find module '${relativeModuleId}'.`)); } @@ -226528,6 +235988,7 @@ const connextPolygonZkEvmTransforms = []; const connextZkSyncTransforms = []; const connextMantleTransforms = []; const connextMetisTransforms = []; +const connextAvalancheTransforms = []; const stableSwapOptimismTransforms = []; const stableSwapPolygonTransforms = []; const stableSwapArbitrumOneTransforms = []; @@ -226539,6 +236000,7 @@ const stableSwapPolygonZkEvmTransforms = []; const stableSwapZkSyncEraTransforms = []; const stableSwapMantleTransforms = []; const stableSwapMetisTransforms = []; +const stableSwapAvalancheTransforms = []; const hubStagingMainnetTransforms = []; const connextStagingMainnetTransforms = []; const connextStagingOptimismTransforms = []; @@ -226681,7 +236143,7 @@ const connextBaseGoerliHandler = new GraphqlHandler({ }); const connextX1TestnetHandler = new GraphqlHandler({ name: "Connext_X1Testnet", - config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://www.okx.com/api/v1/x1-testnet/subgraph/name/connext/amarok-runtime-v1-x1-testnet","retry":2,"timeout":30000},{"endpoint":"https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-x1-testnet","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://www.okx.com/api/v1/x1-testnet/index/subgraphs/name/connext/amarok-runtime-v3-x1-testnet/graphql","retry":2,"timeout":30000},{"endpoint":"https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-x1-testnet","retry":5,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226831,7 +236293,7 @@ const connextLineaHandler = new GraphqlHandler({ }); const connextBaseHandler = new GraphqlHandler({ name: "Connext_Base", - config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/4YtEYNhpX6x1G21wra23DQF871yNs62D6H2E98EY3uCd","retry":2,"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/proxima/runtime-v1-base/gn","retry":5,"timeout":30000},{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/4YtEYNhpX6x1G21wra23DQF871yNs62D6H2E98EY3uCd","retry":2,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226841,7 +236303,7 @@ const connextBaseHandler = new GraphqlHandler({ }); const connextPolygonZkEvmHandler = new GraphqlHandler({ name: "Connext_PolygonZkEVM", - config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/HoMRKh7XucTwnXEXKptrsdbesEHwnVNMkdYWqEp5V9GR","retry":2,"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/proxima/runtime-v1-polygonzkevm/gn","retry":5,"timeout":30000},{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/HoMRKh7XucTwnXEXKptrsdbesEHwnVNMkdYWqEp5V9GR","retry":2,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226851,7 +236313,7 @@ const connextPolygonZkEvmHandler = new GraphqlHandler({ }); const connextZkSyncHandler = new GraphqlHandler({ name: "Connext_ZkSync", - config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/9cfvpKf98sFNxHKqJnSbGiPqFS9LB9uyeykUKy4Q9B23","retry":2,"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/proxima/runtime-v1-zksync/gn","retry":5,"timeout":30000},{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/9cfvpKf98sFNxHKqJnSbGiPqFS9LB9uyeykUKy4Q9B23","retry":2,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226879,6 +236341,16 @@ const connextMetisHandler = new GraphqlHandler({ logger: logger.child("Connext_Metis"), importFn, }); +const connextAvalancheHandler = new GraphqlHandler({ + name: "Connext_Avalanche", + config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://api.thegraph.com/subgraphs/name/connext/amarok-runtime-v0-avalanche","retry":5,"timeout":30000}]}, + baseDir, + cache, + pubsub, + store: sourcesStore.child("Connext_Avalanche"), + logger: logger.child("Connext_Avalanche"), + importFn, + }); const stableSwapOptimismHandler = new GraphqlHandler({ name: "StableSwap_Optimism", config: {"endpoint":"https://api.thegraph.com/subgraphs/name/connext/stableswap-v0-optimism","retry":5,"timeout":30000}, @@ -226941,7 +236413,7 @@ const stableSwapLineaHandler = new GraphqlHandler({ }); const stableSwapBaseHandler = new GraphqlHandler({ name: "StableSwap_Base", - config: {"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/CN95pNYUyxcQn4NVMFA5qLXdiFRVV5WnfFEfgFPExUz","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/proxima/stableswap-v1-base/gn","retry":5,"timeout":30000},{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/CN95pNYUyxcQn4NVMFA5qLXdiFRVV5WnfFEfgFPExUz","retry":5,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226951,7 +236423,7 @@ const stableSwapBaseHandler = new GraphqlHandler({ }); const stableSwapPolygonZkEvmHandler = new GraphqlHandler({ name: "StableSwap_PolygonZkEvm", - config: {"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/Xz7Xan1tEb7mzeD4G38LjyhpD9iuvipP53YKXR8LBzt","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/proxima/runtime-v1-polygonzkevm/gn","retry":5,"timeout":30000},{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/Xz7Xan1tEb7mzeD4G38LjyhpD9iuvipP53YKXR8LBzt","retry":5,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226961,7 +236433,7 @@ const stableSwapPolygonZkEvmHandler = new GraphqlHandler({ }); const stableSwapZkSyncEraHandler = new GraphqlHandler({ name: "StableSwap_ZkSyncEra", - config: {"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/9MukGP8oU2zTbGKUwZAJEYSJJ8eWkUdYGNo3AM7cuUZN","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/proxima/stableswap-v1-zksync/gn","retry":5,"timeout":30000},{"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/9MukGP8oU2zTbGKUwZAJEYSJJ8eWkUdYGNo3AM7cuUZN","retry":5,"timeout":30000}]}, baseDir, cache, pubsub, @@ -226989,6 +236461,16 @@ const stableSwapMetisHandler = new GraphqlHandler({ logger: logger.child("StableSwap_Metis"), importFn, }); +const stableSwapAvalancheHandler = new GraphqlHandler({ + name: "StableSwap_Avalanche", + config: {"endpoint":"https://api.thegraph.com/subgraphs/name/connext/stableswap-v0-avalanche","retry":5,"timeout":30000}, + baseDir, + cache, + pubsub, + store: sourcesStore.child("StableSwap_Avalanche"), + logger: logger.child("StableSwap_Avalanche"), + importFn, + }); const hubStagingMainnetHandler = new GraphqlHandler({ name: "Hub_Staging_Mainnet", config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://api.thegraph.com/subgraphs/name/connext/hub-v1-staging-mainnet","retry":5,"timeout":30000}]}, @@ -227467,6 +236949,15 @@ connextMetisTransforms[0] = new PrefixTransform({ importFn, logger, }); +connextAvalancheTransforms[0] = new PrefixTransform({ + apiName: "Connext_Avalanche", + config: {"value":"avalanche_","includeRootOperations":true,"ignore":["_SubgraphErrorPolicy_"]}, + baseDir, + cache, + pubsub, + importFn, + logger, + }); stableSwapOptimismTransforms[0] = new PrefixTransform({ apiName: "StableSwap_Optimism", config: {"value":"optimism_swap_","includeRootOperations":true,"ignore":["_SubgraphErrorPolicy_"]}, @@ -227566,6 +237057,15 @@ stableSwapMetisTransforms[0] = new PrefixTransform({ importFn, logger, }); +stableSwapAvalancheTransforms[0] = new PrefixTransform({ + apiName: "StableSwap_Avalanche", + config: {"value":"avalanche_swap_","includeRootOperations":true,"ignore":["_SubgraphErrorPolicy_"]}, + baseDir, + cache, + pubsub, + importFn, + logger, + }); hubStagingMainnetTransforms[0] = new PrefixTransform({ apiName: "Hub_Staging_Mainnet", config: {"value":"stagingmainnet_","includeRootOperations":true,"ignore":["_SubgraphErrorPolicy_"]}, @@ -228025,6 +237525,15 @@ connextMetisTransforms[1] = new AutoPaginationTransform({ importFn, logger, }); +connextAvalancheTransforms[1] = new AutoPaginationTransform({ + apiName: "Connext_Avalanche", + config: {"validateSchema":true,"limitOfRecords":250}, + baseDir, + cache, + pubsub, + importFn, + logger, + }); stableSwapOptimismTransforms[1] = new AutoPaginationTransform({ apiName: "StableSwap_Optimism", config: {"validateSchema":true,"limitOfRecords":250}, @@ -228124,6 +237633,15 @@ stableSwapMetisTransforms[1] = new AutoPaginationTransform({ importFn, logger, }); +stableSwapAvalancheTransforms[1] = new AutoPaginationTransform({ + apiName: "StableSwap_Avalanche", + config: {"validateSchema":true,"limitOfRecords":250}, + baseDir, + cache, + pubsub, + importFn, + logger, + }); hubStagingMainnetTransforms[1] = new AutoPaginationTransform({ apiName: "Hub_Staging_Mainnet", config: {"validateSchema":true,"limitOfRecords":250}, @@ -228456,151 +237974,161 @@ sources[31] = { transforms: connextMetisTransforms } sources[32] = { + name: 'Connext_Avalanche', + handler: connextAvalancheHandler, + transforms: connextAvalancheTransforms + } +sources[33] = { name: 'StableSwap_Optimism', handler: stableSwapOptimismHandler, transforms: stableSwapOptimismTransforms } -sources[33] = { +sources[34] = { name: 'StableSwap_Polygon', handler: stableSwapPolygonHandler, transforms: stableSwapPolygonTransforms } -sources[34] = { +sources[35] = { name: 'StableSwap_ArbitrumOne', handler: stableSwapArbitrumOneHandler, transforms: stableSwapArbitrumOneTransforms } -sources[35] = { +sources[36] = { name: 'StableSwap_Bnb', handler: stableSwapBnbHandler, transforms: stableSwapBnbTransforms } -sources[36] = { +sources[37] = { name: 'StableSwap_Xdai', handler: stableSwapXdaiHandler, transforms: stableSwapXdaiTransforms } -sources[37] = { +sources[38] = { name: 'StableSwap_Linea', handler: stableSwapLineaHandler, transforms: stableSwapLineaTransforms } -sources[38] = { +sources[39] = { name: 'StableSwap_Base', handler: stableSwapBaseHandler, transforms: stableSwapBaseTransforms } -sources[39] = { +sources[40] = { name: 'StableSwap_PolygonZkEvm', handler: stableSwapPolygonZkEvmHandler, transforms: stableSwapPolygonZkEvmTransforms } -sources[40] = { +sources[41] = { name: 'StableSwap_ZkSyncEra', handler: stableSwapZkSyncEraHandler, transforms: stableSwapZkSyncEraTransforms } -sources[41] = { +sources[42] = { name: 'StableSwap_Mantle', handler: stableSwapMantleHandler, transforms: stableSwapMantleTransforms } -sources[42] = { +sources[43] = { name: 'StableSwap_Metis', handler: stableSwapMetisHandler, transforms: stableSwapMetisTransforms } -sources[43] = { +sources[44] = { + name: 'StableSwap_Avalanche', + handler: stableSwapAvalancheHandler, + transforms: stableSwapAvalancheTransforms + } +sources[45] = { name: 'Hub_Staging_Mainnet', handler: hubStagingMainnetHandler, transforms: hubStagingMainnetTransforms } -sources[44] = { +sources[46] = { name: 'Connext_Staging_Mainnet', handler: connextStagingMainnetHandler, transforms: connextStagingMainnetTransforms } -sources[45] = { +sources[47] = { name: 'Connext_Staging_Optimism', handler: connextStagingOptimismHandler, transforms: connextStagingOptimismTransforms } -sources[46] = { +sources[48] = { name: 'Connext_Staging_Polygon', handler: connextStagingPolygonHandler, transforms: connextStagingPolygonTransforms } -sources[47] = { +sources[49] = { name: 'Connext_Staging_ArbitrumOne', handler: connextStagingArbitrumOneHandler, transforms: connextStagingArbitrumOneTransforms } -sources[48] = { +sources[50] = { name: 'Connext_Staging_Bnb', handler: connextStagingBnbHandler, transforms: connextStagingBnbTransforms } -sources[49] = { +sources[51] = { name: 'Connext_Staging_Xdai', handler: connextStagingXdaiHandler, transforms: connextStagingXdaiTransforms } -sources[50] = { +sources[52] = { name: 'Connext_Staging_Linea', handler: connextStagingLineaHandler, transforms: connextStagingLineaTransforms } -sources[51] = { +sources[53] = { name: 'Connext_Staging_Base', handler: connextStagingBaseHandler, transforms: connextStagingBaseTransforms } -sources[52] = { +sources[54] = { name: 'Connext_Staging_zkSync', handler: connextStagingZkSyncHandler, transforms: connextStagingZkSyncTransforms } -sources[53] = { +sources[55] = { name: 'Connext_Staging_PolygonZkEVM', handler: connextStagingPolygonZkEvmHandler, transforms: connextStagingPolygonZkEvmTransforms } -sources[54] = { +sources[56] = { name: 'Connext_Staging_Mantle', handler: connextStagingMantleHandler, transforms: connextStagingMantleTransforms } -sources[55] = { +sources[57] = { name: 'Connext_Staging_Metis', handler: connextStagingMetisHandler, transforms: connextStagingMetisTransforms } -sources[56] = { +sources[58] = { name: 'Connext_Staging_Avalanche', handler: connextStagingAvalancheHandler, transforms: connextStagingAvalancheTransforms } -sources[57] = { +sources[59] = { name: 'Connext_Staging_Mode', handler: connextStagingModeHandler, transforms: connextStagingModeTransforms } -sources[58] = { +sources[60] = { name: 'Hub_LocalMainnet', handler: hubLocalMainnetHandler, transforms: hubLocalMainnetTransforms } -sources[59] = { +sources[61] = { name: 'Connext_LocalMainnet', handler: connextLocalMainnetHandler, transforms: connextLocalMainnetTransforms } -sources[60] = { +sources[62] = { name: 'Connext_LocalOptimism', handler: connextLocalOptimismHandler, transforms: connextLocalOptimismTransforms } -sources[61] = { +sources[63] = { name: 'Connext_LocalArbitrumOne', handler: connextLocalArbitrumOneHandler, transforms: connextLocalArbitrumOneTransforms diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index 4901e56ca3..9640a4aa3c 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -249,842 +249,424 @@ type Query { ): [testoptimismgoerli_DestinationTransfer!]! """Access to subgraph metadata""" testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__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: mumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - 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: mumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: mumbai_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_ - goerli_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: goerli_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 - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_SystemInfo!]! - goerli_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: goerli_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 - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_PooledToken!]! - goerli_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: goerli_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 - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_StableSwap!]! - goerli_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: goerli_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 - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_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: goerli_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 - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_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: goerli_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 - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_StableSwapExchange!]! - goerli_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: goerli_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 - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_SwapDailyVolume!]! - goerli_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: goerli_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 - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_SwapHourlyVolume!]! - goerli_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: goerli_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 - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_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: goerli_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 - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_LpAccount!]! - goerli_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: goerli_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 - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_LpAccountBalance!]! - goerli_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: goerli_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 - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_LpToken!]! - goerli_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: goerli_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 - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_LpTransferEvent!]! - goerli_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: goerli_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 - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_StableSwapEvent!]! - goerli_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: goerli_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 - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_SwapTradeVolume!]! - goerli_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: goerli_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 - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: goerli_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 - ): [goerli_swap_LpTokenEvent!]! + ): [stagingmumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ staginggoerli_rootAggregated( id: ID! """ @@ -1765,946 +1347,1260 @@ type Query { ): [testgoerli_DestinationTransfer!]! """Access to subgraph metadata""" testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - goerli_rootAggregated( + 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_RootAggregated - goerli_rootAggregateds( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_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_RootAggregated!]! - goerli_rootPropagated( + ): [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_RootPropagated - goerli_rootPropagateds( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_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_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [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_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_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_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [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_RootManagerMeta - goerli_rootManagerMetas( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_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_RootManagerMeta!]! - goerli_rootManagerMode( + ): [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_RootManagerMode - goerli_rootManagerModes( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMode_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_RootManagerMode!]! - goerli_optimisticRootProposed( + ): [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: 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_OptimisticRootProposed - goerli_optimisticRootProposeds( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootProposed_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: 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_OptimisticRootProposed!]! - goerli_hubOptimisticRootFinalized( + ): [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: 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_HubOptimisticRootFinalized - goerli_hubOptimisticRootFinalizeds( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubOptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubOptimisticRootFinalized_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: 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_HubOptimisticRootFinalized!]! - goerli_optimisticRootPropagated( + ): [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: 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_OptimisticRootPropagated - goerli_optimisticRootPropagateds( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootPropagated_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: 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_OptimisticRootPropagated!]! - goerli_polygonConnectorMeta( + ): [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: 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_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_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: 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_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [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: 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_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_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: 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_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [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: 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_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_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: 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_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [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: 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_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_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: 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_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [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: 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_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_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: 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_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [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: 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_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_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: 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_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [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: 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_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_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: 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_LineaConnectorMeta!]! - goerli_baseConnectorMeta( + ): [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: 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_BaseConnectorMeta - goerli_baseConnectorMetas( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_BaseConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BaseConnectorMeta_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: 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_BaseConnectorMeta!]! - goerli_x1ConnectorMeta( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + mumbai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_X1ConnectorMeta - goerli_x1ConnectorMetas( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_X1ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_X1ConnectorMeta_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_X1ConnectorMeta!]! - goerli_rootMessageProcessed( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageProcessed!]! - goerli_aggregateRootSavedSlow( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRootSavedSlow - goerli_aggregateRootSavedSlows( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootSavedSlow_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootSavedSlow_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregateRootSavedSlow!]! - goerli_hubDomain( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_HubDomain - goerli_hubDomains( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubDomain_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubDomain_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_HubDomain!]! + ): [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: mumbai_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( + skip: Int = 0 + first: Int = 100 + 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: mumbai_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mumbai_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""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - stagingmumbai_swap_systemInfo( + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__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: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_filter + orderBy: staginggoerli_swap_LpAccount_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [staginggoerli_swap_LpAccount!]! + staginggoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_filter + orderBy: staginggoerli_swap_LpAccountBalance_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [staginggoerli_swap_LpAccountBalance!]! + staginggoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_filter + orderBy: staginggoerli_swap_LpToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [staginggoerli_swap_LpToken!]! + staginggoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_filter + orderBy: staginggoerli_swap_LpTransferEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [staginggoerli_swap_LpTransferEvent!]! + staginggoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_filter + orderBy: staginggoerli_swap_StableSwapEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [staginggoerli_swap_StableSwapEvent!]! + staginggoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_filter + orderBy: staginggoerli_swap_SwapTradeVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [staginggoerli_swap_SwapTradeVolume!]! + staginggoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_filter + orderBy: staginggoerli_swap_LpTokenEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTokenEvent!]! + ): [staginggoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ optimismgoerli_swap_systemInfo( id: ID! """ @@ -3123,16573 +3019,16571 @@ type Query { ): [optimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - mainnet_rootAggregated( + goerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [goerli_swap_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [goerli_swap_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [goerli_swap_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMode!]! - mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootProposed!]! - mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootPropagated!]! - mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_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: mainnet_Block_height + block: xdai_swap_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( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_Block_height + block: xdai_swap_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( + ): [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: mainnet_Block_height + block: xdai_swap_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( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_Block_height + block: xdai_swap_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( + ): [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: mainnet_Block_height + block: xdai_swap_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( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_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: mainnet_Block_height + block: xdai_swap_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( + ): [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: mainnet_Block_height + block: xdai_swap_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( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_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: mainnet_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_Block_height + block: xdai_swap_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( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_Block_height + block: xdai_swap_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( + ): [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: mainnet_Block_height + block: xdai_swap_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( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubDomain!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - lineagoerli_asset( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_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: lineagoerli_Block_height + block: xdai_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( + ): [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: lineagoerli_Block_height + block: xdai_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( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_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: lineagoerli_Block_height + block: xdai_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( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_RouterLiquidityEvent + stagingoptimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): [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: lineagoerli_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_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: lineagoerli_Block_height + block: stagingoptimismgoerli_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_ - localmainnet_rootAggregated( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_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: localmainnet_Block_height + block: stagingoptimismgoerli_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( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ + goerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_filter + orderBy: goerli_Asset_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [goerli_Asset!]! + goerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_filter + orderBy: goerli_AssetStatus_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [goerli_AssetStatus!]! + goerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: goerli_AssetBalance_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - linea_swap_systemInfo( + ): [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: linea_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 - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_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 - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [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: linea_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 - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_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 - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [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: linea_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 - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_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 - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [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: linea_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 - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: linea_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 - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [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: linea_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 - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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: linea_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 - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [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: linea_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 - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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: linea_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 - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [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_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 - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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_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 - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [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_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 - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_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_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 - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [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_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 - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_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_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 - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [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_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 - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_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_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 - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [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_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 - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_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_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 - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [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_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 - ): linea_swap_LpToken - linea_swap_lpTokens( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_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_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 - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [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_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 - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_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_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 - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [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_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 - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_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_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 - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [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_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 - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_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_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 - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [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_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 - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_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_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 - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - staginggoerli_swap_systemInfo( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): goerli_SnapshotRoot + goerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_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: staginggoerli_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 - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [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: staginggoerli_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 - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): goerli_SpokeConnectorMode + goerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_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 - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): goerli_AggregateRootProposed + goerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_OptimisticRootFinalized + goerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + goerli__meta(block: goerli_Block_height): goerli__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: staginggoerli_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 - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_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: staginggoerli_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 - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_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: staginggoerli_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 - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_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: staginggoerli_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 - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_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: staginggoerli_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 - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_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: staginggoerli_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 - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - polygonzkevm_swap_systemInfo( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SystemInfo - polygonzkevm_swap_systemInfos( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SystemInfo_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SystemInfo_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: polygonzkevm_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 - ): [polygonzkevm_swap_SystemInfo!]! - polygonzkevm_swap_pooledToken( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_PooledToken - polygonzkevm_swap_pooledTokens( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_PooledToken_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_PooledToken_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: polygonzkevm_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 - ): [polygonzkevm_swap_PooledToken!]! - polygonzkevm_swap_stableSwap( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_StableSwap - polygonzkevm_swap_stableSwaps( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwap_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwap_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: polygonzkevm_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 - ): [polygonzkevm_swap_StableSwap!]! - polygonzkevm_swap_stableSwapAddLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_StableSwapAddLiquidityEvent - polygonzkevm_swap_stableSwapAddLiquidityEvents( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapAddLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_swap_StableSwapAddLiquidityEvent!]! - polygonzkevm_swap_stableSwapRemoveLiquidityEvent( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__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: polygonzkevm_swap_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 - ): polygonzkevm_swap_StableSwapRemoveLiquidityEvent - polygonzkevm_swap_stableSwapRemoveLiquidityEvents( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_StableSwapRemoveLiquidityEvent!]! - polygonzkevm_swap_stableSwapExchange( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_StableSwapExchange - polygonzkevm_swap_stableSwapExchanges( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapExchange_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapExchange_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_StableSwapExchange!]! - polygonzkevm_swap_swapDailyVolume( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SwapDailyVolume - polygonzkevm_swap_swapDailyVolumes( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapDailyVolume_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SwapDailyVolume!]! - polygonzkevm_swap_swapHourlyVolume( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SwapHourlyVolume - polygonzkevm_swap_swapHourlyVolumes( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapHourlyVolume_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SwapHourlyVolume!]! - polygonzkevm_swap_swapWeeklyVolume( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SwapWeeklyVolume - polygonzkevm_swap_swapWeeklyVolumes( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapWeeklyVolume_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SwapWeeklyVolume!]! - polygonzkevm_swap_lpAccount( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_LpAccount - polygonzkevm_swap_lpAccounts( + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccount_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_LpAccount!]! - polygonzkevm_swap_lpAccountBalance( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_LpAccountBalance - polygonzkevm_swap_lpAccountBalances( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccountBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccountBalance_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_LpAccountBalance!]! - polygonzkevm_swap_lpToken( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_LpToken - polygonzkevm_swap_lpTokens( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpToken_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpToken_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_LpToken!]! - polygonzkevm_swap_lpTransferEvent( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_LpTransferEvent - polygonzkevm_swap_lpTransferEvents( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTransferEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTransferEvent_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_LpTransferEvent!]! - polygonzkevm_swap_stableSwapEvent( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_StableSwapEvent - polygonzkevm_swap_stableSwapEvents( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapEvent_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_StableSwapEvent!]! - polygonzkevm_swap_swapTradeVolume( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SwapTradeVolume - polygonzkevm_swap_swapTradeVolumes( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapTradeVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapTradeVolume_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SwapTradeVolume!]! - polygonzkevm_swap_lpTokenEvent( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_LpTokenEvent - polygonzkevm_swap_lpTokenEvents( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTokenEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTokenEvent_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - stagingoptimismgoerli_swap_systemInfo( + ): [optimismgoerli_DestinationTransfer!]! + optimismgoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_filter + orderBy: optimismgoerli_OriginMessage_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [optimismgoerli_OriginMessage!]! + optimismgoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_filter + orderBy: optimismgoerli_AggregateRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [optimismgoerli_AggregateRoot!]! + optimismgoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_filter + orderBy: optimismgoerli_ConnectorMeta_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [optimismgoerli_ConnectorMeta!]! + optimismgoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimismgoerli_RootCount_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [optimismgoerli_RootCount!]! + optimismgoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimismgoerli_RootMessageSent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [optimismgoerli_RootMessageSent!]! + optimismgoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_filter + orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [optimismgoerli_RelayerFeesIncrease!]! + optimismgoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_filter + orderBy: optimismgoerli_SlippageUpdate_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): optimismgoerli_SnapshotRoot + optimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): optimismgoerli_SpokeConnectorMode + optimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): optimismgoerli_AggregateRootProposed + optimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): optimismgoerli_OptimisticRootFinalized + optimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_swap_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [optimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ + stagingmumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - base_swap_systemInfo( + ): [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: base_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): stagingmumbai_RouterLiquidityEvent + stagingmumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [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: base_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 - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_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: base_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 - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [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: base_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 - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_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: base_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 - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [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: base_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 - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_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: base_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 - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [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: base_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 - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_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: base_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 - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [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: base_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 - ): base_swap_LpAccount - base_swap_lpAccounts( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_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: base_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 - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [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: base_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 - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_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: base_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 - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [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: base_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 - ): base_swap_LpToken - base_swap_lpTokens( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_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: base_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 - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [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: base_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 - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_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: base_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 - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [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: base_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 - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_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: base_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 - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [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: base_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 - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_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: base_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 - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [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: base_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 - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_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: base_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 - ): [base_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ - optimismgoerli_asset( + ): [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: optimismgoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_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: optimismgoerli_Block_height + block: stagingmumbai_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( + ): [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: optimismgoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_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: optimismgoerli_Block_height + block: stagingmumbai_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( + ): [stagingmumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__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: optimismgoerli_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 - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_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: optimismgoerli_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 - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [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: optimismgoerli_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 - ): optimismgoerli_Router - optimismgoerli_routers( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_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: optimismgoerli_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 - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_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: optimismgoerli_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 - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_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: optimismgoerli_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 - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [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: optimismgoerli_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 - ): optimismgoerli_Setting - optimismgoerli_settings( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_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: optimismgoerli_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 - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_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: optimismgoerli_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 - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_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: optimismgoerli_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 - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [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: optimismgoerli_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 - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_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: optimismgoerli_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 - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [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: optimismgoerli_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 - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_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: optimismgoerli_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 - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [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: optimismgoerli_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 - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_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: optimismgoerli_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 - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [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: optimismgoerli_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 - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_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: optimismgoerli_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 - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [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: optimismgoerli_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 - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_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: optimismgoerli_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 - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [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: optimismgoerli_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 - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_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: optimismgoerli_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 - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [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: optimismgoerli_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 - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_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: optimismgoerli_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 - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [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: optimismgoerli_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 - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_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: optimismgoerli_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 - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [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: optimismgoerli_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 - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_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: optimismgoerli_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 - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_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: optimismgoerli_Block_height + block: goerli_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( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_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: optimismgoerli_Block_height + block: goerli_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( + ): [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: optimismgoerli_Block_height + block: goerli_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( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SnapshotRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SnapshotRoot_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: optimismgoerli_Block_height + block: goerli_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( + ): [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: optimismgoerli_Block_height + block: goerli_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( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SpokeConnectorMode_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SpokeConnectorMode_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: optimismgoerli_Block_height + block: goerli_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( + ): [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: optimismgoerli_Block_height + block: goerli_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( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRootProposed_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRootProposed_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: optimismgoerli_Block_height + block: goerli_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( + ): [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: optimismgoerli_Block_height + block: goerli_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( + ): goerli_RootManagerMode + goerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OptimisticRootFinalized_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: optimismgoerli_Block_height + block: goerli_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_ - basegoerli_asset( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_OptimisticRootProposed + goerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Asset_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Asset_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_HubOptimisticRootFinalized + goerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetStatus_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetStatus_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_OptimisticRootPropagated + goerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetBalance_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetBalance_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Router_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Router_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterDailyTVL_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterDailyTVL_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterLiquidityEvent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterLiquidityEvent_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Setting_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Setting_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Relayer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Relayer_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Sequencer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Sequencer_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFee_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFee_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_BaseConnectorMeta + goerli_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginTransfer_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_X1ConnectorMeta + goerli_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_DestinationTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_DestinationTransfer_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginMessage_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginMessage_filter + orderBy: goerli_RootMessageProcessed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_AggregateRootSavedSlow + goerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRoot_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: basegoerli_Block_height + block: goerli_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( + ): [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: basegoerli_Block_height + block: goerli_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( + ): goerli_HubDomain + goerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_ConnectorMeta_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_ConnectorMeta_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: basegoerli_Block_height + block: goerli_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( + ): [goerli_HubDomain!]! + 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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootCount_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootCount_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootMessageSent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootMessageSent_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFeesIncrease_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFeesIncrease_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SlippageUpdate_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SlippageUpdate_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SnapshotRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SnapshotRoot_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SpokeConnectorMode_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SpokeConnectorMode_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRootProposed_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRootProposed_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: basegoerli_Block_height + block: localmainnet_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( + ): [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: basegoerli_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OptimisticRootFinalized_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OptimisticRootFinalized_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: basegoerli_Block_height + block: localmainnet_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_ - bnb_swap_systemInfo( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): localmainnet_LineaConnectorMeta + localmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: localmainnet_LineaConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [localmainnet_LineaConnectorMeta!]! + localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): localmainnet_MetisConnectorMeta + localmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: localmainnet_MetisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [localmainnet_MetisConnectorMeta!]! + localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): localmainnet_MantleConnectorMeta + localmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: localmainnet_MantleConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [localmainnet_MantleConnectorMeta!]! + localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): localmainnet_AvalancheConnectorMeta + localmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: localmainnet_AvalancheConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [localmainnet_AvalancheConnectorMeta!]! + localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): localmainnet_BaseConnectorMeta + localmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: localmainnet_BaseConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [localmainnet_BaseConnectorMeta!]! + localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): localmainnet_PolygonZkConnectorMeta + localmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: localmainnet_PolygonZkConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [localmainnet_PolygonZkConnectorMeta!]! + 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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_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: bnb_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [localmainnet_HubDomain!]! + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__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: bnb_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 - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: stagingmainnet_RootAggregated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - stagingmode_asset( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_ConnectorMeta_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootCount_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootMessageSent_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFeesIncrease_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SlippageUpdate_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SnapshotRoot_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [stagingmainnet_ModeConnectorMeta!]! + 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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SpokeConnectorMode_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRootProposed_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: stagingmode_Block_height + block: stagingmainnet_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( + ): [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: stagingmode_Block_height + block: stagingmainnet_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( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OptimisticRootFinalized_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: stagingmode_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OptimisticRootFinalized!]! + ): [stagingmainnet_HubDomain!]! """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - stagingoptimismgoerli_asset( + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_filter + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_routerLiquidityEvent( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RouterLiquidityEvent - stagingoptimismgoerli_routerLiquidityEvents( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RouterLiquidityEvent!]! - stagingoptimismgoerli_setting( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_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: stagingoptimismgoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + bnb_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - stagingmumbai_asset( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_routerLiquidityEvent( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterLiquidityEvent - stagingmumbai_routerLiquidityEvents( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterLiquidityEvent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterLiquidityEvent_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterLiquidityEvent!]! - stagingmumbai_setting( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [lineagoerli_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [lineagoerli_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [lineagoerli_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - mantle_swap_systemInfo( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_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: mantle_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - xdai_swap_systemInfo( + ): [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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_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: xdai_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_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: xdai_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - polygon_swap_systemInfo( + ): [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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_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: polygon_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__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: polygon_swap_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 - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_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 - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [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: polygon_swap_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 - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_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: polygon_swap_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 - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_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: polygon_swap_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 - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_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: polygon_swap_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 - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_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: polygon_swap_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 - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [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: polygon_swap_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 - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_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: polygon_swap_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 - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [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: polygon_swap_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 - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_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: polygon_swap_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 - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [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: polygon_swap_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 - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_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: polygon_swap_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 - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [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: polygon_swap_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 - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_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: polygon_swap_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 - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [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: polygon_swap_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 - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_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: polygon_swap_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 - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_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: polygon_swap_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 - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [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: polygon_swap_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 - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_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: polygon_swap_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 - ): [polygon_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - optimism_swap_systemInfo( + ): [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: optimism_swap_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 - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_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: optimism_swap_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 - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [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: optimism_swap_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 - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_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: optimism_swap_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 - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_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: optimism_swap_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 - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_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: optimism_swap_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 - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [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: optimism_swap_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 - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_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: optimism_swap_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 - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [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: optimism_swap_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 - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_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: optimism_swap_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 - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [polygonzkevm_swap_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__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: optimism_swap_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 - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_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: optimism_swap_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 - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [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: optimism_swap_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 - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_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: optimism_swap_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 - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_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: optimism_swap_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 - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [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: optimism_swap_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 - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_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: optimism_swap_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 - ): [optimism_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - stagingmainnet_rootAggregated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_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: stagingmainnet_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 - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): avalanche_RootMessageSent + avalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_GnosisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_GnosisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_GnosisConnectorMeta!]! - stagingmainnet_lineaConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_LineaConnectorMeta - stagingmainnet_lineaConnectorMetas( + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_LineaConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_LineaConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_LineaConnectorMeta!]! - stagingmainnet_metisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MetisConnectorMeta - stagingmainnet_metisConnectorMetas( + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MetisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MetisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MetisConnectorMeta!]! - stagingmainnet_mantleConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MantleConnectorMeta - stagingmainnet_mantleConnectorMetas( + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MantleConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MantleConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MantleConnectorMeta!]! - stagingmainnet_avalancheConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_AvalancheConnectorMeta - stagingmainnet_avalancheConnectorMetas( + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AvalancheConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_AvalancheConnectorMeta!]! - stagingmainnet_baseConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BaseConnectorMeta - stagingmainnet_baseConnectorMetas( + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BaseConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BaseConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BaseConnectorMeta!]! - stagingmainnet_polygonZkConnectorMeta( + ): [avalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + avalanche__meta(block: avalanche_Block_height): avalanche__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: stagingmainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonZkConnectorMeta_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: stagingmainnet_Block_height + block: staginggoerli_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( + ): [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: stagingmainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_Block_height + block: staginggoerli_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( + ): [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: stagingmainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [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: stagingmainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_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: stagingmainnet_Block_height + block: staginggoerli_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( + ): [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: stagingmainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_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: stagingmainnet_Block_height + block: staginggoerli_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( + ): [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: stagingmainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_RouterLiquidityEvent + staginggoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_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: stagingmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_HubDomain!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - goerli_asset( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_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: goerli_Block_height + block: staginggoerli_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( + ): [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: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_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: goerli_Block_height + block: staginggoerli_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( + ): [staginggoerli_OptimisticRootFinalized!]! + 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: goerli_Block_height + block: base_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( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_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: goerli_Block_height + block: base_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( + ): [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: goerli_Block_height + block: base_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_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_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: goerli_Block_height + block: base_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_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: goerli_Block_height + block: base_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_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_SnapshotRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SnapshotRoot_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: goerli_Block_height + block: base_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_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: goerli_Block_height + block: base_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_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_SpokeConnectorMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SpokeConnectorMode_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: goerli_Block_height + block: base_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_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: goerli_Block_height + block: base_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_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootProposed_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: goerli_Block_height + block: base_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_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: goerli_Block_height + block: base_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_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootFinalized_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: goerli_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootFinalized!]! - metis_swap_systemInfo( + ): [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: metis_swap_Block_height + block: base_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( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_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: metis_swap_Block_height + block: base_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( + ): [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: metis_swap_Block_height + block: base_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( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_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: metis_swap_Block_height + block: base_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_ - zksync_swap_systemInfo( + ): [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: zksync_swap_Block_height + block: base_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( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_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: zksync_swap_Block_height + block: base_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( + ): [base_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + base__meta(block: base_Block_height): base__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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): localmainnet_RouterLiquidityEvent + localmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_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: zksync_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - staginggoerli_asset( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterLiquidityEvent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterLiquidityEvent_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_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: staginggoerli_Block_height + block: localmainnet_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( + ): [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: staginggoerli_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_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: staginggoerli_Block_height + block: localmainnet_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( + ): [localmainnet_OptimisticRootFinalized!]! + zksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: zksync_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( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_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: staginggoerli_Block_height + block: zksync_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( + ): [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: staginggoerli_Block_height + block: zksync_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( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_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: staginggoerli_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - arbitrumone_swap_systemInfo( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [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: arbitrumone_swap_Block_height + block: zksync_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( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_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: arbitrumone_swap_Block_height + block: zksync_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( + ): [zksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + zksync__meta(block: zksync_Block_height): zksync__Meta_ + stagingpolygon_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( - id: ID! + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_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: arbitrumone_swap_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - mumbai_asset( + ): [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: mumbai_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 - ): mumbai_Asset - mumbai_assets( + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_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: mumbai_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 - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [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: mumbai_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 - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_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: mumbai_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 - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [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: mumbai_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 - ): mumbai_AssetBalance - mumbai_assetBalances( + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_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: mumbai_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 - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [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: mumbai_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 - ): mumbai_Router - mumbai_routers( + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_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: mumbai_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 - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [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: mumbai_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 - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_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: mumbai_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 - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_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: mumbai_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 - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [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: mumbai_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 - ): mumbai_Setting - mumbai_settings( + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_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: mumbai_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 - ): [mumbai_Setting!]! - mumbai_relayer( + ): [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: mumbai_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 - ): mumbai_Relayer - mumbai_relayers( + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_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 - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [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: mumbai_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 - ): mumbai_Sequencer - mumbai_sequencers( + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_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 - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [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: mumbai_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 - ): mumbai_RelayerFee - mumbai_relayerFees( + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_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 - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [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: mumbai_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 - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_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 - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [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: mumbai_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 - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_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 - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [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: mumbai_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 - ): mumbai_OriginMessage - mumbai_originMessages( + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_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 - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [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: mumbai_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 - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_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 - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [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: mumbai_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 - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_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 - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_filter + orderBy: stagingxdai_Asset_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_filter + orderBy: stagingxdai_AssetStatus_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_filter + orderBy: stagingxdai_AssetBalance_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_filter + orderBy: stagingxdai_Router_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SnapshotRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SnapshotRoot_filter + orderBy: stagingxdai_RouterDailyTVL_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SpokeConnectorMode_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SpokeConnectorMode_filter + orderBy: stagingxdai_RouterLiquidityEvent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRootProposed_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRootProposed_filter + orderBy: stagingxdai_Setting_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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( + ): [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: mumbai_Block_height + block: stagingxdai_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( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OptimisticRootFinalized_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OptimisticRootFinalized_filter + orderBy: stagingxdai_Relayer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: stagingxdai_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_ - xdai_asset( + ): [stagingxdai_Relayer!]! + stagingxdai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Asset - xdai_assets( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_filter + orderBy: stagingxdai_Sequencer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Asset!]! - xdai_assetStatus( + ): [stagingxdai_Sequencer!]! + stagingxdai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetStatus - xdai_assetStatuses( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_filter + orderBy: stagingxdai_RelayerFee_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [stagingxdai_RelayerFee!]! + stagingxdai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetBalance - xdai_assetBalances( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_filter + orderBy: stagingxdai_OriginTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetBalance!]! - xdai_router( + ): [stagingxdai_OriginTransfer!]! + stagingxdai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Router - xdai_routers( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_filter + orderBy: stagingxdai_DestinationTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [stagingxdai_DestinationTransfer!]! + stagingxdai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_filter + orderBy: stagingxdai_OriginMessage_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterDailyTVL!]! - xdai_routerLiquidityEvent( + ): [stagingxdai_OriginMessage!]! + stagingxdai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterLiquidityEvent - xdai_routerLiquidityEvents( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_filter + orderBy: stagingxdai_AggregateRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterLiquidityEvent!]! - xdai_setting( + ): [stagingxdai_AggregateRoot!]! + stagingxdai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Setting - xdai_settings( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_filter + orderBy: stagingxdai_ConnectorMeta_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Setting!]! - xdai_relayer( + ): [stagingxdai_ConnectorMeta!]! + stagingxdai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Relayer - xdai_relayers( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_filter + orderBy: stagingxdai_RootCount_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Relayer!]! - xdai_sequencer( + ): [stagingxdai_RootCount!]! + stagingxdai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Sequencer - xdai_sequencers( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_filter + orderBy: stagingxdai_RootMessageSent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [stagingxdai_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: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFee - xdai_relayerFees( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_filter + orderBy: stagingxdai_RelayerFeesIncrease_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [stagingxdai_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: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginTransfer - xdai_originTransfers( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_filter + orderBy: stagingxdai_SlippageUpdate_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [stagingxdai_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: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_filter + orderBy: stagingxdai_SnapshotRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [stagingxdai_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: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginMessage - xdai_originMessages( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_filter + orderBy: stagingxdai_SpokeConnectorMode_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [stagingxdai_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: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_filter + orderBy: stagingxdai_AggregateRootProposed_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [stagingxdai_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: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_filter + orderBy: stagingxdai_OptimisticRootFinalized_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_filter + orderBy: stagingavalanche_Asset_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_filter + orderBy: stagingavalanche_AssetStatus_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_filter + orderBy: stagingavalanche_AssetBalance_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_filter + orderBy: stagingavalanche_Router_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_SnapshotRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SnapshotRoot_filter + orderBy: stagingavalanche_RouterDailyTVL_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_SpokeConnectorMode_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SpokeConnectorMode_filter + orderBy: stagingavalanche_RouterLiquidityEvent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRootProposed_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRootProposed_filter + orderBy: stagingavalanche_Setting_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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( + ): [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: xdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OptimisticRootFinalized_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OptimisticRootFinalized_filter + orderBy: stagingavalanche_Relayer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_Block_height + block: stagingavalanche_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_ - localmainnet_asset( + ): [stagingavalanche_Relayer!]! + stagingavalanche_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_filter + orderBy: stagingavalanche_Sequencer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_filter + orderBy: stagingavalanche_RelayerFee_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_filter + orderBy: stagingavalanche_OriginTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_filter + orderBy: stagingavalanche_DestinationTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_filter + orderBy: stagingavalanche_OriginMessage_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterLiquidityEvent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterLiquidityEvent_filter + orderBy: stagingavalanche_AggregateRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_filter + orderBy: stagingavalanche_ConnectorMeta_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_filter + orderBy: stagingavalanche_RootCount_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_filter + orderBy: stagingavalanche_RootMessageSent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_filter + orderBy: stagingavalanche_RelayerFeesIncrease_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_filter + orderBy: stagingavalanche_SlippageUpdate_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_filter + orderBy: stagingavalanche_SnapshotRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_filter + orderBy: stagingavalanche_SpokeConnectorMode_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_filter + orderBy: stagingavalanche_AggregateRootProposed_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [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: localmainnet_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_filter + orderBy: stagingavalanche_OptimisticRootFinalized_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_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: localmainnet_Block_height + block: staginglinea_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( + ): [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: localmainnet_Block_height + block: staginglinea_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( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_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: localmainnet_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - polygon_asset( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_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: polygon_Block_height + block: staginglinea_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( + ): [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: polygon_Block_height + block: staginglinea_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( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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: polygon_Block_height + block: staginglinea_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( + ): [staginglinea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + staginglinea__meta(block: staginglinea_Block_height): staginglinea__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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! - polygon_snapshotRoot( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SnapshotRoot - polygon_snapshotRoots( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SpokeConnectorMode - polygon_spokeConnectorModes( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRootProposed - polygon_aggregateRootProposeds( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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: polygon_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - stagingxdai_asset( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Asset_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetStatus_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetBalance_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Router_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterDailyTVL_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterLiquidityEvent_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Setting_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [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: stagingxdai_Block_height + block: polygon_swap_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( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Relayer_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: stagingxdai_Block_height + block: polygon_swap_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( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_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: stagingxdai_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 - ): stagingxdai_Sequencer - stagingxdai_sequencers( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Sequencer_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: stagingxdai_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 - ): [stagingxdai_Sequencer!]! - stagingxdai_relayerFee( + ): [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: stagingxdai_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 - ): stagingxdai_RelayerFee - stagingxdai_relayerFees( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFee_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: stagingxdai_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 - ): [stagingxdai_RelayerFee!]! - stagingxdai_originTransfer( + ): [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: stagingxdai_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 - ): stagingxdai_OriginTransfer - stagingxdai_originTransfers( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginTransfer_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_OriginTransfer!]! - stagingxdai_destinationTransfer( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_DestinationTransfer - stagingxdai_destinationTransfers( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_DestinationTransfer_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_DestinationTransfer!]! - stagingxdai_originMessage( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_OriginMessage - stagingxdai_originMessages( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginMessage_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_OriginMessage!]! - stagingxdai_aggregateRoot( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_AggregateRoot - stagingxdai_aggregateRoots( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRoot_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_AggregateRoot!]! - stagingxdai_connectorMeta( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_ConnectorMeta_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_rootCount( + ): [optimism_swap_SwapDailyVolume!]! + optimism_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootCount_filter + orderBy: optimism_swap_SwapHourlyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_RootCount!]! - stagingxdai_rootMessageSent( + ): [optimism_swap_SwapHourlyVolume!]! + optimism_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootMessageSent_filter + orderBy: optimism_swap_SwapWeeklyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_RootMessageSent!]! - stagingxdai_relayerFeesIncrease( + ): [optimism_swap_SwapWeeklyVolume!]! + optimism_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFeesIncrease_filter + orderBy: optimism_swap_LpAccount_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_slippageUpdate( + ): [optimism_swap_LpAccount!]! + optimism_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SlippageUpdate_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + orderBy: optimism_swap_LpAccountBalance_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccountBalance_filter """ - block: stagingxdai_Block_height + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_snapshotRoot( + ): [optimism_swap_LpAccountBalance!]! + optimism_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SnapshotRoot_filter + orderBy: optimism_swap_LpToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_spokeConnectorMode( + ): [optimism_swap_LpToken!]! + optimism_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SpokeConnectorMode_filter + orderBy: optimism_swap_LpTransferEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_aggregateRootProposed( + ): [optimism_swap_LpTransferEvent!]! + optimism_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRootProposed_filter + orderBy: optimism_swap_StableSwapEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_optimisticRootFinalized( + ): [optimism_swap_StableSwapEvent!]! + optimism_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OptimisticRootFinalized_filter + orderBy: optimism_swap_SwapTradeVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_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 - ): [stagingxdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ - mantle_asset( + ): [optimism_swap_SwapTradeVolume!]! + optimism_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_Asset - mantle_assets( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_filter + orderBy: optimism_swap_LpTokenEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_Asset!]! - mantle_assetStatus( + ): [optimism_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__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: mantle_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 - ): mantle_AssetStatus - mantle_assetStatuses( + ): basegoerli_Asset + basegoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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: mantle_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 - ): [mantle_AssetStatus!]! - mantle_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: mantle_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 - ): mantle_AssetBalance - mantle_assetBalances( + ): basegoerli_AssetStatus + basegoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_AssetBalance!]! - mantle_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: mantle_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 - ): mantle_Router - mantle_routers( + ): basegoerli_AssetBalance + basegoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_Router!]! - mantle_routerDailyTVL( + ): [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: mantle_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 - ): mantle_RouterDailyTVL - mantle_routerDailyTVLs( + ): basegoerli_Router + basegoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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: mantle_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 - ): [mantle_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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: mantle_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 - ): mantle_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): basegoerli_RouterDailyTVL + basegoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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: mantle_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 - ): [mantle_RouterLiquidityEvent!]! - mantle_setting( + ): [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: mantle_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 - ): mantle_Setting - mantle_settings( + ): basegoerli_RouterLiquidityEvent + basegoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_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: mantle_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 - ): [mantle_Setting!]! - mantle_relayer( + ): [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: mantle_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 - ): mantle_Relayer - mantle_relayers( + ): basegoerli_Setting + basegoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_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: mantle_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 - ): [mantle_Relayer!]! - mantle_sequencer( + ): [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: mantle_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 - ): mantle_Sequencer - mantle_sequencers( + ): basegoerli_Relayer + basegoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_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: mantle_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 - ): [mantle_Sequencer!]! - mantle_relayerFee( + ): [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: mantle_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 - ): mantle_RelayerFee - mantle_relayerFees( + ): basegoerli_Sequencer + basegoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_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: mantle_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 - ): [mantle_RelayerFee!]! - mantle_originTransfer( + ): [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: mantle_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 - ): mantle_OriginTransfer - mantle_originTransfers( + ): basegoerli_RelayerFee + basegoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_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: mantle_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 - ): [mantle_OriginTransfer!]! - mantle_destinationTransfer( + ): [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: mantle_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 - ): mantle_DestinationTransfer - mantle_destinationTransfers( + ): basegoerli_OriginTransfer + basegoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_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: mantle_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 - ): [mantle_DestinationTransfer!]! - mantle_originMessage( + ): [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: mantle_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 - ): mantle_OriginMessage - mantle_originMessages( + ): basegoerli_DestinationTransfer + basegoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_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: mantle_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 - ): [mantle_OriginMessage!]! - mantle_aggregateRoot( + ): [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: mantle_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 - ): mantle_AggregateRoot - mantle_aggregateRoots( + ): basegoerli_OriginMessage + basegoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_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: mantle_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 - ): [mantle_AggregateRoot!]! - mantle_connectorMeta( + ): [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: mantle_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 - ): mantle_ConnectorMeta - mantle_connectorMetas( + ): basegoerli_AggregateRoot + basegoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_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: mantle_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 - ): [mantle_ConnectorMeta!]! - mantle_rootCount( + ): [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: mantle_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 - ): mantle_RootCount - mantle_rootCounts( + ): basegoerli_ConnectorMeta + basegoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: mantle_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 - ): [mantle_RootCount!]! - mantle_rootMessageSent( + ): [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: mantle_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 - ): mantle_RootMessageSent - mantle_rootMessageSents( + ): basegoerli_RootCount + basegoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: mantle_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 - ): [mantle_RootMessageSent!]! - mantle_relayerFeesIncrease( + ): [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: mantle_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 - ): mantle_RelayerFeesIncrease - mantle_relayerFeesIncreases( + ): basegoerli_RootMessageSent + basegoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: mantle_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 - ): [mantle_RelayerFeesIncrease!]! - mantle_slippageUpdate( + ): [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: mantle_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 - ): mantle_SlippageUpdate - mantle_slippageUpdates( + ): basegoerli_RelayerFeesIncrease + basegoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: mantle_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 - ): [mantle_SlippageUpdate!]! - mantle_snapshotRoot( + ): [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: mantle_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 - ): mantle_SnapshotRoot - mantle_snapshotRoots( + ): basegoerli_SlippageUpdate + basegoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: mantle_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 - ): [mantle_SnapshotRoot!]! - mantle_spokeConnectorMode( + ): [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: mantle_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 - ): mantle_SpokeConnectorMode - mantle_spokeConnectorModes( + ): basegoerli_SnapshotRoot + basegoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_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: mantle_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 - ): [mantle_SpokeConnectorMode!]! - mantle_aggregateRootProposed( + ): [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: mantle_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 - ): mantle_AggregateRootProposed - mantle_aggregateRootProposeds( + ): basegoerli_SpokeConnectorMode + basegoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: mantle_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 - ): [mantle_AggregateRootProposed!]! - mantle_optimisticRootFinalized( + ): [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: mantle_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 - ): mantle_OptimisticRootFinalized - mantle_optimisticRootFinalizeds( + ): basegoerli_AggregateRootProposed + basegoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: mantle_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 - ): [mantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mantle__meta(block: mantle_Block_height): mantle__Meta_ - localoptimism_asset( + ): [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: localoptimism_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 - ): localoptimism_Asset - localoptimism_assets( + ): basegoerli_OptimisticRootFinalized + basegoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_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: localoptimism_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 - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [basegoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + basegoerli__meta(block: basegoerli_Block_height): basegoerli__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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterLiquidityEvent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterLiquidityEvent_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_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: localoptimism_Block_height + block: stagingbnb_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( + ): [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: localoptimism_Block_height + block: stagingbnb_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( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_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: localoptimism_Block_height + block: stagingbnb_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_ - stagingmainnet_asset( + ): [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_Asset - stagingmainnet_assets( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Asset_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_Asset!]! - stagingmainnet_assetStatus( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AssetStatus - stagingmainnet_assetStatuses( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetStatus_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AssetStatus!]! - stagingmainnet_assetBalance( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AssetBalance - stagingmainnet_assetBalances( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetBalance_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AssetBalance!]! - stagingmainnet_router( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Router - stagingmainnet_routers( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Router_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Router!]! - stagingmainnet_routerDailyTVL( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterDailyTVL_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RouterDailyTVL!]! - stagingmainnet_routerLiquidityEvent( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterLiquidityEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + orderBy: mainnet_RootManagerMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMode_filter """ - block: stagingmainnet_Block_height + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RouterLiquidityEvent!]! - stagingmainnet_setting( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Setting - stagingmainnet_settings( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Setting_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Setting!]! - stagingmainnet_relayer( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Relayer - stagingmainnet_relayers( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Relayer_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Relayer!]! - stagingmainnet_sequencer( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Sequencer - stagingmainnet_sequencers( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Sequencer_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Sequencer!]! - stagingmainnet_relayerFee( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RelayerFee - stagingmainnet_relayerFees( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFee_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RelayerFee!]! - stagingmainnet_originTransfer( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OriginTransfer - stagingmainnet_originTransfers( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginTransfer_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OriginTransfer!]! - stagingmainnet_destinationTransfer( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_DestinationTransfer - stagingmainnet_destinationTransfers( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_DestinationTransfer_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_DestinationTransfer!]! - stagingmainnet_originMessage( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OriginMessage - stagingmainnet_originMessages( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginMessage_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OriginMessage!]! - stagingmainnet_aggregateRoot( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AggregateRoot - stagingmainnet_aggregateRoots( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRoot_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AggregateRoot!]! - stagingmainnet_connectorMeta( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_ConnectorMeta - stagingmainnet_connectorMetas( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ConnectorMeta_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_ConnectorMeta!]! - stagingmainnet_rootCount( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootCount - stagingmainnet_rootCounts( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootCount_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootCount!]! - stagingmainnet_rootMessageSent( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootMessageSent - stagingmainnet_rootMessageSents( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageSent_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootMessageSent!]! - stagingmainnet_relayerFeesIncrease( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFeesIncrease_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RelayerFeesIncrease!]! - stagingmainnet_slippageUpdate( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SlippageUpdate - stagingmainnet_slippageUpdates( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SlippageUpdate_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SlippageUpdate!]! - stagingmainnet_snapshotRoot( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SnapshotRoot - stagingmainnet_snapshotRoots( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SnapshotRoot_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SnapshotRoot!]! - stagingmainnet_spokeConnectorMode( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SpokeConnectorMode_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SpokeConnectorMode!]! - stagingmainnet_aggregateRootProposed( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootProposed_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AggregateRootProposed!]! - stagingmainnet_optimisticRootFinalized( + ): [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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootFinalized_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: stagingmainnet_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OptimisticRootFinalized!]! - mainnet_asset( + ): [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. @@ -19699,13 +19593,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Asset - mainnet_assets( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy + orderBy: mainnet_AggregateRootSavedSlow_orderBy orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + 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. """ @@ -19714,8 +19608,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Asset!]! - mainnet_assetStatus( + ): [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. @@ -19725,13 +19619,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy + orderBy: mainnet_HubDomain_orderBy orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + 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. """ @@ -19740,19870 +19634,20104 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AssetStatus!]! - mainnet_assetBalance( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AssetBalance - mainnet_assetBalances( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AssetBalance!]! - mainnet_router( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Router - mainnet_routers( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Router!]! - mainnet_routerDailyTVL( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [localoptimism_AssetBalance!]! + localoptimism_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Setting - mainnet_settings( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Setting!]! - mainnet_relayer( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Relayer - mainnet_relayers( + ): localoptimism_RouterLiquidityEvent + localoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Relayer!]! - mainnet_sequencer( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Sequencer - mainnet_sequencers( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Sequencer!]! - mainnet_relayerFee( + ): [localoptimism_Setting!]! + localoptimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFee - mainnet_relayerFees( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFee!]! - mainnet_originTransfer( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginMessage - mainnet_originMessages( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootCount - mainnet_rootCounts( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [localoptimism_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_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: mainnet_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - localarbitrumone_asset( + ): [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: localarbitrumone_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 - ): localarbitrumone_Asset - localarbitrumone_assets( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_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: localarbitrumone_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 - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [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: localarbitrumone_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 - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_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: localarbitrumone_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 - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [localoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Router - localarbitrumone_routers( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_routerLiquidityEvent( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RouterLiquidityEvent - localarbitrumone_routerLiquidityEvents( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterLiquidityEvent_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RouterLiquidityEvent!]! - localarbitrumone_setting( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Setting - localarbitrumone_settings( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( + ): [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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [linea_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - stagingbnb_asset( + ): [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: stagingbnb_Block_height + block: linea_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( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_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: stagingbnb_Block_height + block: linea_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( + ): [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: stagingbnb_Block_height + block: linea_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( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_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: stagingbnb_Block_height + block: linea_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( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SnapshotRoot_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SpokeConnectorMode_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRootProposed_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: stagingbnb_Block_height + block: stagingmainnet_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( + ): [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: stagingbnb_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OptimisticRootFinalized_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: stagingbnb_Block_height + block: stagingmainnet_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_ - metis_asset( + ): [stagingmainnet_SpokeConnectorMode!]! + stagingmainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_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_Asset - metis_assets( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: stagingmainnet_AggregateRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_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_Asset!]! - metis_assetStatus( + ): [stagingmainnet_AggregateRootProposed!]! + stagingmainnet_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_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_AssetStatus - metis_assetStatuses( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: stagingmainnet_OptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_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_AssetStatus!]! - metis_assetBalance( + ): [stagingmainnet_OptimisticRootFinalized!]! + 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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_Block_height + block: polygonzkevm_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( + ): [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: metis_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_Block_height + block: polygonzkevm_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_ - stagingpolygon_asset( + ): [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: stagingpolygon_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_Block_height + block: polygonzkevm_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( + ): [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: stagingpolygon_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_Block_height + block: polygonzkevm_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( + ): [polygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ + stagingoptimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_filter + orderBy: stagingoptimism_Asset_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [stagingoptimism_Asset!]! + stagingoptimism_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_Router - stagingpolygon_routers( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_filter + orderBy: stagingoptimism_AssetStatus_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [stagingoptimism_AssetStatus!]! + stagingoptimism_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_filter + orderBy: stagingoptimism_AssetBalance_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [stagingoptimism_AssetBalance!]! + stagingoptimism_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_filter + orderBy: stagingoptimism_Router_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [stagingoptimism_Router!]! + stagingoptimism_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_Setting - stagingpolygon_settings( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_filter + orderBy: stagingoptimism_RouterDailyTVL_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [stagingoptimism_RouterDailyTVL!]! + stagingoptimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_filter + orderBy: stagingoptimism_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [stagingoptimism_RouterLiquidityEvent!]! + stagingoptimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_filter + orderBy: stagingoptimism_Setting_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [stagingoptimism_Setting!]! + stagingoptimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_filter + orderBy: stagingoptimism_Relayer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [stagingoptimism_Relayer!]! + stagingoptimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_filter + orderBy: stagingoptimism_Sequencer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [stagingoptimism_Sequencer!]! + stagingoptimism_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_filter + orderBy: stagingoptimism_RelayerFee_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [stagingoptimism_RelayerFee!]! + stagingoptimism_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_filter + orderBy: stagingoptimism_OriginTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [stagingoptimism_OriginTransfer!]! + stagingoptimism_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_filter + orderBy: stagingoptimism_DestinationTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [stagingoptimism_DestinationTransfer!]! + stagingoptimism_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_filter + orderBy: stagingoptimism_OriginMessage_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [stagingoptimism_OriginMessage!]! + stagingoptimism_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_filter + orderBy: stagingoptimism_AggregateRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [stagingoptimism_AggregateRoot!]! + stagingoptimism_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_filter + orderBy: stagingoptimism_ConnectorMeta_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [stagingoptimism_ConnectorMeta!]! + stagingoptimism_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_filter + orderBy: stagingoptimism_RootCount_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [stagingoptimism_RootCount!]! + stagingoptimism_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_filter + orderBy: stagingoptimism_RootMessageSent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [stagingoptimism_RootMessageSent!]! + stagingoptimism_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_filter + orderBy: stagingoptimism_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [stagingoptimism_RelayerFeesIncrease!]! + stagingoptimism_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_filter + orderBy: stagingoptimism_SlippageUpdate_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [stagingoptimism_SlippageUpdate!]! + stagingoptimism_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_filter + orderBy: stagingoptimism_SnapshotRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [stagingoptimism_SnapshotRoot!]! + stagingoptimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_filter + orderBy: stagingoptimism_SpokeConnectorMode_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - stagingavalanche_asset( + ): [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: stagingavalanche_Block_height + block: stagingoptimism_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( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_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: stagingavalanche_Block_height + block: stagingoptimism_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( + ): [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: stagingavalanche_Block_height + block: stagingoptimism_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( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_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: stagingavalanche_Block_height + block: stagingoptimism_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( + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): [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: stagingavalanche_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_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: stagingavalanche_Block_height + block: stagingarbitrumone_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_ - arbitrumone_asset( + ): [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: 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_Asset - arbitrumone_assets( + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_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: 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_Asset!]! - arbitrumone_assetStatus( + ): [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: 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_AssetStatus - arbitrumone_assetStatuses( + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_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: 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_AssetStatus!]! - arbitrumone_assetBalance( + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ + localarbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_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 - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_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: arbitrumone_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 - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [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: arbitrumone_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 - ): arbitrumone_Router - arbitrumone_routers( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_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: arbitrumone_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 - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [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: arbitrumone_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 - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_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: arbitrumone_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 - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [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: arbitrumone_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 - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_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: arbitrumone_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 - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [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: arbitrumone_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 - ): arbitrumone_Setting - arbitrumone_settings( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_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: arbitrumone_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 - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [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: arbitrumone_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 - ): arbitrumone_Relayer - arbitrumone_relayers( + ): localarbitrumone_RouterLiquidityEvent + localarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_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: arbitrumone_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 - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [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: arbitrumone_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 - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_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: arbitrumone_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 - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_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: arbitrumone_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 - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_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: arbitrumone_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 - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_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: arbitrumone_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 - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [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: arbitrumone_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 - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_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: arbitrumone_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 - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_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: arbitrumone_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 - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [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: arbitrumone_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 - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_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: arbitrumone_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 - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [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: arbitrumone_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 - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_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: arbitrumone_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 - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [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: arbitrumone_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 - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_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: arbitrumone_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 - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_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: arbitrumone_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 - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [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: arbitrumone_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 - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_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: arbitrumone_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 - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [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: arbitrumone_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 - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_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: arbitrumone_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 - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [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: arbitrumone_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 - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_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: arbitrumone_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 - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_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: arbitrumone_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 - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [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: arbitrumone_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 - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_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: arbitrumone_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 - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - polygonzkevm_asset( + ): [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: polygonzkevm_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 - ): polygonzkevm_Asset - polygonzkevm_assets( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_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: polygonzkevm_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 - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [localarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + mumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_SnapshotRoot + mumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_Block_height + block: mumbai_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( + ): [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: polygonzkevm_Block_height + block: mumbai_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( + ): mumbai_SpokeConnectorMode + mumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_Block_height + block: mumbai_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_ - stagingoptimism_asset( + ): [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: stagingoptimism_Block_height + block: mumbai_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( + ): mumbai_AggregateRootProposed + mumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_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: stagingoptimism_Block_height + block: mumbai_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( + ): [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: stagingoptimism_Block_height + block: mumbai_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( + ): mumbai_OptimisticRootFinalized + mumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_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: stagingoptimism_Block_height + block: mumbai_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( + ): [mumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_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: stagingoptimism_Block_height + block: stagingmode_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( + ): [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: stagingoptimism_Block_height + block: stagingmode_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( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_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: stagingoptimism_Block_height + block: stagingmode_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_ - optimism_asset( + ): [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: optimism_Block_height + block: stagingmode_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( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_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: optimism_Block_height + block: stagingmode_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( + ): [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: optimism_Block_height + block: stagingmode_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( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_Block_height + block: stagingmode_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( + ): [stagingmode_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmode__meta(block: stagingmode_Block_height): stagingmode__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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_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: optimism_Block_height + block: stagingzksync_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( + ): [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: optimism_Block_height + block: stagingzksync_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( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_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: optimism_Block_height + block: stagingzksync_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_ - bnb_asset( + ): [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: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Asset - bnb_assets( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Asset!]! - bnb_assetStatus( + ): [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: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetStatus - bnb_assetStatuses( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetStatus!]! - bnb_assetBalance( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__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_AssetBalance - bnb_assetBalances( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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_AssetBalance!]! - bnb_router( + ): [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_Router - bnb_routers( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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_Router!]! - bnb_routerDailyTVL( + ): [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_RouterDailyTVL - bnb_routerDailyTVLs( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - bnb_setting( + ): [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_Setting - bnb_settings( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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_Setting!]! - bnb_relayer( + ): [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_Relayer - bnb_relayers( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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_Relayer!]! - bnb_sequencer( + ): [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_Sequencer - bnb_sequencers( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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_Sequencer!]! - bnb_relayerFee( + ): [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_RelayerFee - bnb_relayerFees( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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_RelayerFee!]! - bnb_originTransfer( + ): [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_OriginTransfer - bnb_originTransfers( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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_OriginTransfer!]! - bnb_destinationTransfer( + ): [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_DestinationTransfer - bnb_destinationTransfers( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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_DestinationTransfer!]! - bnb_originMessage( + ): [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_OriginMessage - bnb_originMessages( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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_OriginMessage!]! - bnb_aggregateRoot( + ): [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: 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_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: 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_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: 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_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: 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_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: 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_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: 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_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: 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_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: 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_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: 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_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: 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_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: 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_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: 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_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: 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_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_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: 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_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: 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_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_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: 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_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: 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_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_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: 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_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: 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_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_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: 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_ - staginglinea_asset( + ): [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: staginglinea_Block_height + block: stagingbase_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( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_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: staginglinea_Block_height + block: stagingbase_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( + ): [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: staginglinea_Block_height + block: stagingbase_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( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_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: staginglinea_Block_height + block: stagingbase_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( + ): [stagingbase_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbase__meta(block: stagingbase_Block_height): stagingbase__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: staginglinea_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 - ): staginglinea_AssetBalance - staginglinea_assetBalances( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_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: staginglinea_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 - ): [staginglinea_AssetBalance!]! - staginglinea_router( + ): [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: staginglinea_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 - ): staginglinea_Router - staginglinea_routers( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_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: staginglinea_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 - ): [staginglinea_Router!]! - staginglinea_routerDailyTVL( + ): [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: staginglinea_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 - ): staginglinea_RouterDailyTVL - staginglinea_routerDailyTVLs( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_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: staginglinea_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 - ): [staginglinea_RouterDailyTVL!]! - staginglinea_routerLiquidityEvent( + ): [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: staginglinea_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 - ): staginglinea_RouterLiquidityEvent - staginglinea_routerLiquidityEvents( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_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: staginglinea_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 - ): [staginglinea_RouterLiquidityEvent!]! - staginglinea_setting( + ): [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: staginglinea_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 - ): staginglinea_Setting - staginglinea_settings( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_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: staginglinea_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 - ): [staginglinea_Setting!]! - staginglinea_relayer( + ): [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: staginglinea_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 - ): staginglinea_Relayer - staginglinea_relayers( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_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: staginglinea_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 - ): [staginglinea_Relayer!]! - staginglinea_sequencer( + ): [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: staginglinea_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 - ): staginglinea_Sequencer - staginglinea_sequencers( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_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: staginglinea_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 - ): [staginglinea_Sequencer!]! - staginglinea_relayerFee( + ): [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: staginglinea_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 - ): staginglinea_RelayerFee - staginglinea_relayerFees( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_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: staginglinea_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 - ): [staginglinea_RelayerFee!]! - staginglinea_originTransfer( + ): [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: staginglinea_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 - ): staginglinea_OriginTransfer - staginglinea_originTransfers( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_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: staginglinea_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 - ): [staginglinea_OriginTransfer!]! - staginglinea_destinationTransfer( + ): [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: staginglinea_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 - ): staginglinea_DestinationTransfer - staginglinea_destinationTransfers( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_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: staginglinea_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 - ): [staginglinea_DestinationTransfer!]! - staginglinea_originMessage( + ): [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: staginglinea_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 - ): staginglinea_OriginMessage - staginglinea_originMessages( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_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: staginglinea_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 - ): [staginglinea_OriginMessage!]! - staginglinea_aggregateRoot( + ): [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: staginglinea_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 - ): staginglinea_AggregateRoot - staginglinea_aggregateRoots( + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_AggregateRoot!]! - staginglinea_connectorMeta( + ): [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: staginglinea_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 - ): staginglinea_ConnectorMeta - staginglinea_connectorMetas( + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_ConnectorMeta!]! - staginglinea_rootCount( + ): [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: staginglinea_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 - ): staginglinea_RootCount - staginglinea_rootCounts( + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_RootCount!]! - staginglinea_rootMessageSent( + ): [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: staginglinea_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 - ): staginglinea_RootMessageSent - staginglinea_rootMessageSents( + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_RootMessageSent!]! - staginglinea_relayerFeesIncrease( + ): [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: staginglinea_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 - ): staginglinea_RelayerFeesIncrease - staginglinea_relayerFeesIncreases( + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_RelayerFeesIncrease!]! - staginglinea_slippageUpdate( + ): [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: staginglinea_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 - ): staginglinea_SlippageUpdate - staginglinea_slippageUpdates( + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_SlippageUpdate!]! - staginglinea_snapshotRoot( + ): [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: staginglinea_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 - ): staginglinea_SnapshotRoot - staginglinea_snapshotRoots( + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_filter + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_SnapshotRoot!]! - staginglinea_spokeConnectorMode( + ): [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: staginglinea_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 - ): staginglinea_SpokeConnectorMode - staginglinea_spokeConnectorModes( + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_filter + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_SpokeConnectorMode!]! - staginglinea_aggregateRootProposed( + ): [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: staginglinea_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 - ): staginglinea_AggregateRootProposed - staginglinea_aggregateRootProposeds( + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_filter + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_AggregateRootProposed!]! - staginglinea_optimisticRootFinalized( + ): [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: staginglinea_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 - ): staginglinea_OptimisticRootFinalized - staginglinea_optimisticRootFinalizeds( + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_filter + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_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 - ): [staginglinea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ - stagingmantle_asset( + ): [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: stagingmantle_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 - ): stagingmantle_Asset - stagingmantle_assets( + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_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 - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [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: stagingmantle_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 - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_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 - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__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: stagingmantle_Block_height + block: bnb_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( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_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: stagingmantle_Block_height + block: bnb_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( + ): [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: stagingmantle_Block_height + block: bnb_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( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_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: stagingmantle_Block_height + block: bnb_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_ - linea_asset( + ): [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: linea_Block_height + block: bnb_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( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_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: linea_Block_height + block: bnb_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( + ): [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: linea_Block_height + block: bnb_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( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_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: linea_Block_height + block: bnb_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( + ): [bnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__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: linea_Block_height + block: xdai_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( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_SnapshotRoot + xdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_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: linea_Block_height + block: xdai_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( + ): [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: linea_Block_height + block: xdai_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( + ): xdai_SpokeConnectorMode + xdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_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: linea_Block_height + block: xdai_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_ - stagingmetis_asset( + ): [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: stagingmetis_Block_height + block: xdai_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( + ): xdai_AggregateRootProposed + xdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_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: stagingmetis_Block_height + block: xdai_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( + ): [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: stagingmetis_Block_height + block: xdai_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( + ): xdai_OptimisticRootFinalized + xdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_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: stagingmetis_Block_height + block: xdai_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( + ): [xdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_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: stagingmetis_Block_height + block: mainnet_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( + ): [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: stagingmetis_Block_height + block: mainnet_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( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_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: stagingmetis_Block_height + block: mainnet_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_ - stagingarbitrumone_asset( + ): [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: stagingarbitrumone_Block_height + block: mainnet_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( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Asset_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: stagingarbitrumone_Block_height + block: mainnet_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( + ): [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: stagingarbitrumone_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetStatus_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: stagingarbitrumone_Block_height + block: mainnet_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( + ): [mainnet_OptimisticRootFinalized!]! + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetBalance_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Router_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterDailyTVL_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterLiquidityEvent_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Setting_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Relayer_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Sequencer_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFee_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginTransfer_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_DestinationTransfer_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginMessage_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRoot_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_ConnectorMeta_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootCount_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootMessageSent_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFeesIncrease_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SlippageUpdate_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SnapshotRoot_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SpokeConnectorMode_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRootProposed_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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): [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: stagingarbitrumone_Block_height + block: arbitrumone_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( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OptimisticRootFinalized_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: stagingarbitrumone_Block_height + block: arbitrumone_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_ - zksync_asset( + ): [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: zksync_Block_height + block: arbitrumone_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( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_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: zksync_Block_height + block: arbitrumone_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( + ): [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: zksync_Block_height + block: arbitrumone_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( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_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: zksync_Block_height + block: arbitrumone_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( + ): [arbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + polygon_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetBalance - zksync_assetBalances( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_filter + orderBy: polygon_Asset_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetBalance!]! - zksync_router( + ): [polygon_Asset!]! + polygon_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Router - zksync_routers( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_filter + orderBy: polygon_AssetStatus_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [polygon_AssetStatus!]! + polygon_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_filter + orderBy: polygon_AssetBalance_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [polygon_AssetBalance!]! + polygon_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_filter + orderBy: polygon_Router_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [polygon_Router!]! + polygon_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Setting - zksync_settings( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_filter + orderBy: polygon_RouterDailyTVL_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Setting!]! - zksync_relayer( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Relayer - zksync_relayers( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Relayer!]! - zksync_sequencer( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Sequencer - zksync_sequencers( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_filter + orderBy: polygon_Setting_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [polygon_Setting!]! + polygon_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFee - zksync_relayerFees( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_filter + orderBy: polygon_Relayer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [polygon_Relayer!]! + polygon_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginTransfer - zksync_originTransfers( - skip: Int = 0 + ): polygon_Sequencer + polygon_sequencers( + skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_filter + orderBy: polygon_Sequencer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [polygon_Sequencer!]! + polygon_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_filter + orderBy: polygon_RelayerFee_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [polygon_RelayerFee!]! + polygon_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginMessage - zksync_originMessages( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_filter + orderBy: polygon_OriginTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [polygon_OriginTransfer!]! + polygon_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_filter + orderBy: polygon_DestinationTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [polygon_DestinationTransfer!]! + polygon_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_filter + orderBy: polygon_OriginMessage_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [polygon_OriginMessage!]! + polygon_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootCount - zksync_rootCounts( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_filter + orderBy: polygon_AggregateRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [polygon_AggregateRoot!]! + polygon_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_filter + orderBy: polygon_ConnectorMeta_orderBy + orderDirection: polygon_OrderDirection + where: polygon_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [polygon_ConnectorMeta!]! + polygon_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_filter + orderBy: polygon_RootCount_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_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: zksync_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - stagingbase_asset( + ): [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: stagingbase_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Asset - stagingbase_assets( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_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: stagingbase_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Asset!]! - stagingbase_assetStatus( + ): [polygon_AggregateRootProposed!]! + polygon_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_filter + orderBy: polygon_OptimisticRootFinalized_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__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: stagingbase_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 - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_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: stagingbase_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 - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [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: stagingbase_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 - ): stagingbase_Router - stagingbase_routers( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_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: stagingbase_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 - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [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: stagingbase_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 - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_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: stagingbase_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 - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [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: stagingbase_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 - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_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: stagingbase_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 - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [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: stagingbase_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 - ): stagingbase_Setting - stagingbase_settings( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_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: stagingbase_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 - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [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: stagingbase_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 - ): stagingbase_Relayer - stagingbase_relayers( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_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: stagingbase_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 - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [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: stagingbase_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 - ): stagingbase_Sequencer - stagingbase_sequencers( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_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: stagingbase_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 - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [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: stagingbase_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 - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_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: stagingbase_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 - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [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: stagingbase_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 - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_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: stagingbase_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 - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [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: stagingbase_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 - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_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: stagingbase_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 - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [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: stagingbase_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 - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_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: stagingbase_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 - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [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: stagingbase_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 - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_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: stagingbase_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 - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [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: stagingbase_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 - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_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: stagingbase_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 - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [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: stagingbase_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 - ): stagingbase_RootCount - stagingbase_rootCounts( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_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: stagingbase_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 - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [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: stagingbase_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 - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_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: stagingbase_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 - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [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: stagingbase_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 - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_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: stagingbase_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 - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__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: stagingbase_Block_height + block: stagingmetis_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( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_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: stagingbase_Block_height + block: stagingmetis_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( + ): [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: stagingbase_Block_height + block: stagingmetis_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( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_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: stagingbase_Block_height + block: stagingmetis_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( + ): [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: stagingbase_Block_height + block: stagingmetis_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( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_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: stagingbase_Block_height + block: stagingmetis_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( + ): [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: stagingbase_Block_height + block: stagingmetis_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( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_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: stagingbase_Block_height + block: stagingmetis_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( + ): [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: stagingbase_Block_height + block: stagingmetis_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( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_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: stagingbase_Block_height + block: stagingmetis_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_ - base_asset( + ): [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: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Asset - base_assets( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_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: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Asset!]! - base_assetStatus( + ): [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: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetStatus - base_assetStatuses( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_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: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetStatus!]! - base_assetBalance( + ): [stagingmetis_Setting!]! + stagingmetis_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetBalance - base_assetBalances( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: stagingmetis_Relayer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetBalance!]! - base_router( + ): [stagingmetis_Relayer!]! + stagingmetis_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Router - base_routers( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: stagingmetis_Sequencer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Router!]! - base_routerDailyTVL( + ): [stagingmetis_Sequencer!]! + stagingmetis_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: stagingmetis_RelayerFee_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [stagingmetis_RelayerFee!]! + stagingmetis_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: stagingmetis_OriginTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [stagingmetis_OriginTransfer!]! + stagingmetis_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Setting - base_settings( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: stagingmetis_DestinationTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Setting!]! - base_relayer( + ): [stagingmetis_DestinationTransfer!]! + stagingmetis_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Relayer - base_relayers( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: stagingmetis_OriginMessage_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Relayer!]! - base_sequencer( + ): [stagingmetis_OriginMessage!]! + stagingmetis_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Sequencer - base_sequencers( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: stagingmetis_AggregateRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Sequencer!]! - base_relayerFee( + ): [stagingmetis_AggregateRoot!]! + stagingmetis_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFee - base_relayerFees( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: stagingmetis_ConnectorMeta_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFee!]! - base_originTransfer( + ): [stagingmetis_ConnectorMeta!]! + stagingmetis_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginTransfer - base_originTransfers( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: stagingmetis_RootCount_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginTransfer!]! - base_destinationTransfer( + ): [stagingmetis_RootCount!]! + stagingmetis_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_DestinationTransfer - base_destinationTransfers( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: stagingmetis_RootMessageSent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_DestinationTransfer!]! - base_originMessage( + ): [stagingmetis_RootMessageSent!]! + stagingmetis_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginMessage - base_originMessages( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: stagingmetis_RelayerFeesIncrease_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginMessage!]! - base_aggregateRoot( + ): [stagingmetis_RelayerFeesIncrease!]! + stagingmetis_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRoot - base_aggregateRoots( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: stagingmetis_SlippageUpdate_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRoot!]! - base_connectorMeta( + ): [stagingmetis_SlippageUpdate!]! + stagingmetis_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_ConnectorMeta - base_connectorMetas( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: stagingmetis_SnapshotRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_ConnectorMeta!]! - base_rootCount( + ): [stagingmetis_SnapshotRoot!]! + stagingmetis_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootCount - base_rootCounts( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: stagingmetis_SpokeConnectorMode_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootCount!]! - base_rootMessageSent( + ): [stagingmetis_SpokeConnectorMode!]! + stagingmetis_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootMessageSent - base_rootMessageSents( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: stagingmetis_AggregateRootProposed_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootMessageSent!]! - base_relayerFeesIncrease( + ): [stagingmetis_AggregateRootProposed!]! + stagingmetis_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFeesIncrease - base_relayerFeesIncreases( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: stagingmetis_OptimisticRootFinalized_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFeesIncrease!]! - base_slippageUpdate( + ): [stagingmetis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__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: base_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 - ): base_SlippageUpdate - base_slippageUpdates( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_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: base_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 - ): [base_SlippageUpdate!]! - base_snapshotRoot( + ): [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: base_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 - ): base_SnapshotRoot - base_snapshotRoots( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_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: base_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 - ): [base_SnapshotRoot!]! - base_spokeConnectorMode( + ): [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: base_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 - ): base_SpokeConnectorMode - base_spokeConnectorModes( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_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: base_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 - ): [base_SpokeConnectorMode!]! - base_aggregateRootProposed( + ): [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: base_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 - ): base_AggregateRootProposed - base_aggregateRootProposeds( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_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: base_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 - ): [base_AggregateRootProposed!]! - base_optimisticRootFinalized( + ): [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: base_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 - ): base_OptimisticRootFinalized - base_optimisticRootFinalizeds( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_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: base_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 - ): [base_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - stagingpolygonzkevm_asset( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Asset - stagingpolygonzkevm_assets( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Asset!]! - stagingpolygonzkevm_assetStatus( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AssetStatus - stagingpolygonzkevm_assetStatuses( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AssetStatus!]! - stagingpolygonzkevm_assetBalance( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AssetBalance - stagingpolygonzkevm_assetBalances( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AssetBalance!]! - stagingpolygonzkevm_router( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Router - stagingpolygonzkevm_routers( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Router!]! - stagingpolygonzkevm_routerDailyTVL( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RouterDailyTVL - stagingpolygonzkevm_routerDailyTVLs( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RouterDailyTVL!]! - stagingpolygonzkevm_routerLiquidityEvent( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RouterLiquidityEvent - stagingpolygonzkevm_routerLiquidityEvents( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RouterLiquidityEvent!]! - stagingpolygonzkevm_setting( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Setting - stagingpolygonzkevm_settings( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Setting!]! - stagingpolygonzkevm_relayer( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Relayer - stagingpolygonzkevm_relayers( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Relayer!]! - stagingpolygonzkevm_sequencer( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Sequencer - stagingpolygonzkevm_sequencers( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Sequencer!]! - stagingpolygonzkevm_relayerFee( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RelayerFee - stagingpolygonzkevm_relayerFees( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RelayerFee!]! - stagingpolygonzkevm_originTransfer( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OriginTransfer - stagingpolygonzkevm_originTransfers( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_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: stagingpolygonzkevm_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OriginTransfer!]! - stagingpolygonzkevm_destinationTransfer( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_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: stagingpolygonzkevm_Block_height + block: mantle_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( + ): [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: stagingpolygonzkevm_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SpokeConnectorMode - stagingpolygonzkevm_spokeConnectorModes( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_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: stagingpolygonzkevm_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SpokeConnectorMode!]! - stagingpolygonzkevm_aggregateRootProposed( + ): [mantle_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: stagingpolygonzkevm_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AggregateRootProposed - stagingpolygonzkevm_aggregateRootProposeds( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_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: stagingpolygonzkevm_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AggregateRootProposed!]! - stagingpolygonzkevm_optimisticRootFinalized( + ): [mantle_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: stagingpolygonzkevm_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OptimisticRootFinalized - stagingpolygonzkevm_optimisticRootFinalizeds( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_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: stagingpolygonzkevm_Block_height + block: mantle_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_ - stagingzksync_asset( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_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: stagingzksync_Block_height + block: mantle_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( + ): [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: stagingzksync_Block_height + block: mantle_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( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_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: stagingzksync_Block_height + block: mantle_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( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_DestinationTransfer - stagingzksync_destinationTransfers( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_DestinationTransfer!]! - stagingzksync_originMessage( + ): [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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OriginMessage - stagingzksync_originMessages( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginMessage_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OriginMessage!]! - stagingzksync_aggregateRoot( + ): [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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRoot - stagingzksync_aggregateRoots( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRoot_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRoot!]! - stagingzksync_connectorMeta( + ): [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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_ConnectorMeta_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_rootCount( + ): [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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootCount - stagingzksync_rootCounts( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootCount_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootCount!]! - stagingzksync_rootMessageSent( + ): [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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootMessageSent_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootMessageSent!]! - stagingzksync_relayerFeesIncrease( + ): [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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFeesIncrease_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_slippageUpdate( + ): [stagingmantle_Setting!]! + stagingmantle_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SlippageUpdate_filter + orderBy: stagingmantle_Relayer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [stagingmantle_Relayer!]! + stagingmantle_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_filter + orderBy: stagingmantle_Sequencer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [stagingmantle_Sequencer!]! + stagingmantle_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_filter + orderBy: stagingmantle_RelayerFee_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [stagingmantle_RelayerFee!]! + stagingmantle_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_filter + orderBy: stagingmantle_OriginTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [stagingmantle_OriginTransfer!]! + stagingmantle_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_filter + orderBy: stagingmantle_DestinationTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - x1testnet_asset( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Asset - x1testnet_assets( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Asset_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Asset_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Asset!]! - x1testnet_assetStatus( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_AssetStatus - x1testnet_assetStatuses( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AssetStatus_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AssetStatus_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_AssetStatus!]! - x1testnet_assetBalance( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_AssetBalance - x1testnet_assetBalances( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AssetBalance_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AssetBalance_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_AssetBalance!]! - x1testnet_router( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Router - x1testnet_routers( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Router_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Router_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Router!]! - x1testnet_routerDailyTVL( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RouterDailyTVL - x1testnet_routerDailyTVLs( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RouterDailyTVL_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RouterDailyTVL_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RouterDailyTVL!]! - x1testnet_routerLiquidityEvent( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RouterLiquidityEvent - x1testnet_routerLiquidityEvents( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RouterLiquidityEvent_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RouterLiquidityEvent_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RouterLiquidityEvent!]! - x1testnet_setting( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Setting - x1testnet_settings( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Setting_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Setting_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Setting!]! - x1testnet_relayer( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Relayer - x1testnet_relayers( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Relayer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Relayer_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Relayer!]! - x1testnet_sequencer( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Sequencer - x1testnet_sequencers( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Sequencer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Sequencer_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Sequencer!]! - x1testnet_relayerFee( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RelayerFee - x1testnet_relayerFees( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RelayerFee_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RelayerFee_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RelayerFee!]! - x1testnet_originTransfer( + ): [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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_OriginTransfer - x1testnet_originTransfers( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_OriginTransfer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_OriginTransfer_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: x1testnet_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_OriginTransfer!]! - x1testnet_destinationTransfer( + ): [stagingmantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__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: x1testnet_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 - ): x1testnet_DestinationTransfer - x1testnet_destinationTransfers( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_DestinationTransfer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_DestinationTransfer_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: x1testnet_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 - ): [x1testnet_DestinationTransfer!]! - x1testnet_originMessage( + ): [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: x1testnet_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 - ): x1testnet_OriginMessage - x1testnet_originMessages( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_OriginMessage_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_OriginMessage_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: x1testnet_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 - ): [x1testnet_OriginMessage!]! - x1testnet_aggregateRoot( + ): [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: x1testnet_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 - ): x1testnet_AggregateRoot - x1testnet_aggregateRoots( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AggregateRoot_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AggregateRoot_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: x1testnet_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 - ): [x1testnet_AggregateRoot!]! - x1testnet_connectorMeta( + ): [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: x1testnet_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 - ): x1testnet_ConnectorMeta - x1testnet_connectorMetas( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_ConnectorMeta_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_ConnectorMeta_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: x1testnet_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 - ): [x1testnet_ConnectorMeta!]! - x1testnet_rootCount( + ): [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: x1testnet_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 - ): x1testnet_RootCount - x1testnet_rootCounts( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RootCount_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RootCount_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: x1testnet_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 - ): [x1testnet_RootCount!]! - x1testnet_rootMessageSent( + ): [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: x1testnet_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 - ): x1testnet_RootMessageSent - x1testnet_rootMessageSents( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RootMessageSent_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RootMessageSent_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: x1testnet_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 - ): [x1testnet_RootMessageSent!]! - x1testnet_relayerFeesIncrease( + ): [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: x1testnet_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 - ): x1testnet_RelayerFeesIncrease - x1testnet_relayerFeesIncreases( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RelayerFeesIncrease_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RelayerFeesIncrease_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: x1testnet_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 - ): [x1testnet_RelayerFeesIncrease!]! - x1testnet_slippageUpdate( + ): [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: x1testnet_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 - ): x1testnet_SlippageUpdate - x1testnet_slippageUpdates( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_SlippageUpdate_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_SlippageUpdate_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: x1testnet_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 - ): [x1testnet_SlippageUpdate!]! - x1testnet_snapshotRoot( + ): [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: x1testnet_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 - ): x1testnet_SnapshotRoot - x1testnet_snapshotRoots( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_SnapshotRoot_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_SnapshotRoot_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: x1testnet_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 - ): [x1testnet_SnapshotRoot!]! - x1testnet_spokeConnectorMode( + ): [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: x1testnet_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 - ): x1testnet_SpokeConnectorMode - x1testnet_spokeConnectorModes( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_SpokeConnectorMode_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_SpokeConnectorMode_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: x1testnet_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 - ): [x1testnet_SpokeConnectorMode!]! - x1testnet_aggregateRootProposed( + ): [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: x1testnet_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 - ): x1testnet_AggregateRootProposed - x1testnet_aggregateRootProposeds( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AggregateRootProposed_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AggregateRootProposed_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: x1testnet_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 - ): [x1testnet_AggregateRootProposed!]! - x1testnet_optimisticRootFinalized( + ): [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: x1testnet_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 - ): x1testnet_OptimisticRootFinalized - x1testnet_optimisticRootFinalizeds( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_OptimisticRootFinalized_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_OptimisticRootFinalized_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: x1testnet_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 - ): [x1testnet_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - x1testnet__meta(block: x1testnet_Block_height): x1testnet__Meta_ -} - -type Subscription { - testoptimismgoerli_asset( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_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: testoptimismgoerli_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 - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Router - testoptimismgoerli_routers( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( + ): metis_RootMessageSent + metis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter + orderBy: metis_RootMessageSent_orderBy + orderDirection: metis_OrderDirection + where: metis_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testoptimismgoerli_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 - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter + orderBy: metis_RelayerFeesIncrease_orderBy + orderDirection: metis_OrderDirection + where: metis_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testoptimismgoerli_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 - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( + ): metis_SlippageUpdate + metis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter + orderBy: metis_SlippageUpdate_orderBy + orderDirection: metis_OrderDirection + where: metis_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testoptimismgoerli_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 - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( + ): metis_SnapshotRoot + metis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter + orderBy: metis_SnapshotRoot_orderBy + orderDirection: metis_OrderDirection + where: metis_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testoptimismgoerli_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 - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter + orderBy: metis_SpokeConnectorMode_orderBy + orderDirection: metis_OrderDirection + where: metis_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testoptimismgoerli_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 - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ - mumbai_swap_systemInfo( + ): [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: mumbai_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 - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_filter + orderBy: metis_AggregateRootProposed_orderBy + orderDirection: metis_OrderDirection + where: metis_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_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 - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [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: mumbai_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 - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_filter + orderBy: metis_OptimisticRootFinalized_orderBy + orderDirection: metis_OrderDirection + where: metis_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_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 - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [metis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + metis__meta(block: metis_Block_height): metis__Meta_ + optimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_filter + orderBy: optimism_Asset_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [optimism_Asset!]! + optimism_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimism_AssetStatus_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [optimism_AssetStatus!]! + optimism_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_AssetBalance_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [optimism_AssetBalance!]! + optimism_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_filter + orderBy: optimism_Router_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [optimism_Router!]! + optimism_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_filter + orderBy: optimism_RouterDailyTVL_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [optimism_Setting!]! + optimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [optimism_Relayer!]! + optimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [optimism_Sequencer!]! + optimism_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_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: mumbai_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - goerli_swap_systemInfo( + ): [optimism_AggregateRoot!]! + optimism_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: optimism_ConnectorMeta_orderBy + orderDirection: optimism_OrderDirection + where: optimism_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [optimism_ConnectorMeta!]! + optimism_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: optimism_RootCount_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [optimism_RootCount!]! + optimism_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: optimism_RootMessageSent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [optimism_RootMessageSent!]! + optimism_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [optimism_RelayerFeesIncrease!]! + optimism_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_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: goerli_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + x1testnet_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_Asset + x1testnet_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_filter + orderBy: x1testnet_Asset_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): [x1testnet_Asset!]! + x1testnet_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_AssetStatus + x1testnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_filter + orderBy: x1testnet_AssetStatus_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): [x1testnet_AssetStatus!]! + x1testnet_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_AssetBalance + x1testnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_filter + orderBy: x1testnet_AssetBalance_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): [x1testnet_AssetBalance!]! + x1testnet_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_Router + x1testnet_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_filter + orderBy: x1testnet_Router_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): [x1testnet_Router!]! + x1testnet_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_RouterDailyTVL + x1testnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_filter + orderBy: x1testnet_RouterDailyTVL_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): [x1testnet_RouterDailyTVL!]! + x1testnet_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_RouterLiquidityEvent + x1testnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_filter + orderBy: x1testnet_RouterLiquidityEvent_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): [x1testnet_RouterLiquidityEvent!]! + x1testnet_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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( + ): x1testnet_Setting + x1testnet_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_filter + orderBy: x1testnet_Setting_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: x1testnet_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_ - staginggoerli_rootAggregated( + ): [x1testnet_Setting!]! + x1testnet_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootAggregated - staginggoerli_rootAggregateds( + ): x1testnet_Relayer + x1testnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_filter + orderBy: x1testnet_Relayer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootAggregated!]! - staginggoerli_rootPropagated( + ): [x1testnet_Relayer!]! + x1testnet_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootPropagated - staginggoerli_rootPropagateds( + ): x1testnet_Sequencer + x1testnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_filter + orderBy: x1testnet_Sequencer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootPropagated!]! - staginggoerli_aggregatedMessageRoot( + ): [x1testnet_Sequencer!]! + x1testnet_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregatedMessageRoot - staginggoerli_aggregatedMessageRoots( + ): x1testnet_RelayerFee + x1testnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_filter + orderBy: x1testnet_RelayerFee_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregatedMessageRoot!]! - staginggoerli_rootManagerMeta( + ): [x1testnet_RelayerFee!]! + x1testnet_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMeta - staginggoerli_rootManagerMetas( + ): x1testnet_OriginTransfer + x1testnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_filter + orderBy: x1testnet_OriginTransfer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMeta!]! - staginggoerli_rootManagerMode( + ): [x1testnet_OriginTransfer!]! + x1testnet_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMode - staginggoerli_rootManagerModes( + ): x1testnet_DestinationTransfer + x1testnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_filter + orderBy: x1testnet_DestinationTransfer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMode!]! - staginggoerli_optimisticRootProposed( + ): [x1testnet_DestinationTransfer!]! + x1testnet_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootProposed - staginggoerli_optimisticRootProposeds( + ): x1testnet_OriginMessage + x1testnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_filter + orderBy: x1testnet_OriginMessage_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_hubOptimisticRootFinalized( + ): [x1testnet_OriginMessage!]! + x1testnet_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubOptimisticRootFinalized - staginggoerli_hubOptimisticRootFinalizeds( + ): x1testnet_AggregateRoot + x1testnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubOptimisticRootFinalized_filter + orderBy: x1testnet_AggregateRoot_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubOptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( + ): [x1testnet_AggregateRoot!]! + x1testnet_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootPropagated - staginggoerli_optimisticRootPropagateds( + ): x1testnet_ConnectorMeta + x1testnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_filter + orderBy: x1testnet_ConnectorMeta_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootPropagated!]! - staginggoerli_polygonConnectorMeta( + ): [x1testnet_ConnectorMeta!]! + x1testnet_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_PolygonConnectorMeta - staginggoerli_polygonConnectorMetas( + ): x1testnet_RootCount + x1testnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_filter + orderBy: x1testnet_RootCount_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_PolygonConnectorMeta!]! - staginggoerli_optimismConnectorMeta( + ): [x1testnet_RootCount!]! + x1testnet_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimismConnectorMeta - staginggoerli_optimismConnectorMetas( + ): x1testnet_RootMessageSent + x1testnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + orderBy: x1testnet_RootMessageSent_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimismConnectorMeta!]! - staginggoerli_bnbConnectorMeta( + ): [x1testnet_RootMessageSent!]! + x1testnet_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_BnbConnectorMeta - staginggoerli_bnbConnectorMetas( + ): x1testnet_RelayerFeesIncrease + x1testnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + orderBy: x1testnet_RelayerFeesIncrease_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_BnbConnectorMeta!]! - staginggoerli_arbitrumConnectorMeta( + ): [x1testnet_RelayerFeesIncrease!]! + x1testnet_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ArbitrumConnectorMeta - staginggoerli_arbitrumConnectorMetas( + ): x1testnet_SlippageUpdate + x1testnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + orderBy: x1testnet_SlippageUpdate_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ArbitrumConnectorMeta!]! - staginggoerli_gnosisConnectorMeta( + ): [x1testnet_SlippageUpdate!]! + x1testnet_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_GnosisConnectorMeta - staginggoerli_gnosisConnectorMetas( + ): x1testnet_SnapshotRoot + x1testnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + orderBy: x1testnet_SnapshotRoot_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_GnosisConnectorMeta!]! - staginggoerli_zkSyncConnectorMeta( + ): [x1testnet_SnapshotRoot!]! + x1testnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ZkSyncConnectorMeta - staginggoerli_zkSyncConnectorMetas( + ): x1testnet_SpokeConnectorMode + x1testnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + orderBy: x1testnet_SpokeConnectorMode_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ZkSyncConnectorMeta!]! - staginggoerli_rootMessageProcessed( + ): [x1testnet_SpokeConnectorMode!]! + x1testnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageProcessed - staginggoerli_rootMessageProcesseds( + ): x1testnet_AggregateRootProposed + x1testnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageProcessed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageProcessed_filter + orderBy: x1testnet_AggregateRootProposed_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageProcessed!]! - staginggoerli_aggregateRootSavedSlow( + ): [x1testnet_AggregateRootProposed!]! + x1testnet_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootSavedSlow - staginggoerli_aggregateRootSavedSlows( + ): x1testnet_OptimisticRootFinalized + x1testnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootSavedSlow_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootSavedSlow_filter + orderBy: x1testnet_OptimisticRootFinalized_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: x1testnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootSavedSlow!]! - staginggoerli_hubDomain( + ): [x1testnet_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + x1testnet__meta(block: x1testnet_Block_height): x1testnet__Meta_ +} + +type Subscription { + testoptimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubDomain - staginggoerli_hubDomains( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubDomain_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubDomain_filter + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubDomain!]! - """Access to subgraph metadata""" - staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - testgoerli_asset( + ): [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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [testoptimismgoerli_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + stagingmumbai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_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 - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_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: testgoerli_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 - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - goerli_rootAggregated( + ): [stagingmumbai_swap_SystemInfo!]! + stagingmumbai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootAggregated - goerli_rootAggregateds( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: stagingmumbai_swap_PooledToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [stagingmumbai_swap_PooledToken!]! + stagingmumbai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootPropagated - goerli_rootPropagateds( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: stagingmumbai_swap_StableSwap_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [stagingmumbai_swap_StableSwap!]! + stagingmumbai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! + stagingmumbai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMeta!]! - goerli_rootManagerMode( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMode - goerli_rootManagerModes( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMode_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMode!]! - goerli_optimisticRootProposed( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimisticRootProposed - goerli_optimisticRootProposeds( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootProposed_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootProposed!]! - goerli_hubOptimisticRootFinalized( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_HubOptimisticRootFinalized - goerli_hubOptimisticRootFinalizeds( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubOptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubOptimisticRootFinalized_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_HubOptimisticRootFinalized!]! - goerli_optimisticRootPropagated( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimisticRootPropagated - goerli_optimisticRootPropagateds( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootPropagated_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootPropagated!]! - goerli_polygonConnectorMeta( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [stagingmumbai_swap_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [stagingmumbai_swap_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [stagingmumbai_swap_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_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: goerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_LineaConnectorMeta!]! - goerli_baseConnectorMeta( + ): [stagingmumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + staginggoerli_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: goerli_BaseConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BaseConnectorMeta_filter + orderBy: staginggoerli_RootAggregated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootAggregated!]! + staginggoerli_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: goerli_X1ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_X1ConnectorMeta_filter + orderBy: staginggoerli_RootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootPropagated!]! + staginggoerli_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_filter + orderBy: staginggoerli_AggregatedMessageRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): [staginggoerli_AggregatedMessageRoot!]! + staginggoerli_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootSavedSlow_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootSavedSlow_filter + orderBy: staginggoerli_RootManagerMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootManagerMeta!]! + staginggoerli_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubDomain_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubDomain_filter + orderBy: staginggoerli_RootManagerMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: staginggoerli_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_ - stagingmumbai_swap_systemInfo( + ): [staginggoerli_RootManagerMode!]! + staginggoerli_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): staginggoerli_OptimisticRootProposed + staginggoerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_filter + orderBy: staginggoerli_OptimisticRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [staginggoerli_OptimisticRootProposed!]! + staginggoerli_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): staginggoerli_HubOptimisticRootFinalized + staginggoerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_filter + orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [staginggoerli_HubOptimisticRootFinalized!]! + staginggoerli_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_filter + orderBy: staginggoerli_OptimisticRootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_OptimisticRootPropagated!]! + staginggoerli_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_PolygonConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_PolygonConnectorMeta!]! + staginggoerli_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_OptimismConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [staginggoerli_OptimismConnectorMeta!]! + staginggoerli_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): staginggoerli_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_filter + orderBy: staginggoerli_BnbConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [staginggoerli_BnbConnectorMeta!]! + staginggoerli_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): staginggoerli_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_filter + orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [staginggoerli_ArbitrumConnectorMeta!]! + staginggoerli_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): staginggoerli_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_GnosisConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [staginggoerli_GnosisConnectorMeta!]! + staginggoerli_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): staginggoerli_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [staginggoerli_ZkSyncConnectorMeta!]! + staginggoerli_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): staginggoerli_RootMessageProcessed + staginggoerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_filter + orderBy: staginggoerli_RootMessageProcessed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [staginggoerli_RootMessageProcessed!]! + staginggoerli_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): staginggoerli_AggregateRootSavedSlow + staginggoerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_filter + orderBy: staginggoerli_AggregateRootSavedSlow_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [staginggoerli_AggregateRootSavedSlow!]! + staginggoerli_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): staginggoerli_HubDomain + staginggoerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_filter + orderBy: staginggoerli_HubDomain_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [staginggoerli_HubDomain!]! + """Access to subgraph metadata""" + staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + testgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_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 - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - optimismgoerli_swap_systemInfo( + ): [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_SystemInfo - optimismgoerli_swap_systemInfos( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_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_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [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_PooledToken - optimismgoerli_swap_pooledTokens( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_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_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [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_StableSwap - optimismgoerli_swap_stableSwaps( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_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_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_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_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_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_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__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: optimismgoerli_swap_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 - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [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: optimismgoerli_swap_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 - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_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: optimismgoerli_swap_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 - ): [optimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - mainnet_rootAggregated( + ): [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: mainnet_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 - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_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: mainnet_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 - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [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: mainnet_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 - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_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: mainnet_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 - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [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: mainnet_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 - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_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: mainnet_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 - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [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: mainnet_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 - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_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: mainnet_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 - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [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: mainnet_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 - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_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: mainnet_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 - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_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: mainnet_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 - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_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: mainnet_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 - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_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: mainnet_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 - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [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: mainnet_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 - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_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: mainnet_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 - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_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 - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_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 - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_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 - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_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 - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_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 - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_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 - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_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 - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_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 - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_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 - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_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 - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_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 - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_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 - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_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 - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_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 - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_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 - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_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 - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__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: mainnet_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 - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_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 - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [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: mainnet_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 - ): mainnet_HubDomain - mainnet_hubDomains( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_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 - ): [mainnet_HubDomain!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - lineagoerli_asset( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_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 - ): lineagoerli_Asset - lineagoerli_assets( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_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 - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [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: lineagoerli_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 - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_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: lineagoerli_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 - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [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: lineagoerli_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 - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_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: lineagoerli_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 - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [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: lineagoerli_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 - ): lineagoerli_Router - lineagoerli_routers( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_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: lineagoerli_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 - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [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: lineagoerli_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 - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_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: lineagoerli_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 - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [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: lineagoerli_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 - ): lineagoerli_Setting - lineagoerli_settings( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_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: lineagoerli_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 - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [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: lineagoerli_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 - ): lineagoerli_Relayer - lineagoerli_relayers( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_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: lineagoerli_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 - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [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: lineagoerli_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 - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_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: lineagoerli_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 - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [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: lineagoerli_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 - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_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: lineagoerli_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 - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [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: lineagoerli_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 - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_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: lineagoerli_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 - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [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: lineagoerli_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 - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_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: lineagoerli_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 - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( - id: ID! + ): [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: lineagoerli_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 - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_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: lineagoerli_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 - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [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: lineagoerli_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 - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_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: lineagoerli_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 - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [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: lineagoerli_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 - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_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: lineagoerli_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 - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + optimismgoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_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: 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_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_RootMessageSent - lineagoerli_rootMessageSents( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_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_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( + ): [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_SlippageUpdate - lineagoerli_slippageUpdates( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_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_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - localmainnet_rootAggregated( + ): [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: 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_RootAggregated - localmainnet_rootAggregateds( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_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: 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_RootAggregated!]! - localmainnet_rootPropagated( + ): [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: 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_RootPropagated - localmainnet_rootPropagateds( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_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: 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_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [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: 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_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_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: 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_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [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: 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_RootManagerMeta - localmainnet_rootManagerMetas( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_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: 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_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [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: 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_RootManagerMode - localmainnet_rootManagerModes( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_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: 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_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [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: 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_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_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: 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_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [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: 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_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_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: 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_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [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: 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_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_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: 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_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [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: 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_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_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: 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_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [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: 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_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_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: 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_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [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: 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_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_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: 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_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [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: 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_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_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: 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_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [optimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_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: localmainnet_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 - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_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: localmainnet_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 - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [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: localmainnet_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 - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_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: localmainnet_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 - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [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: localmainnet_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 - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_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: localmainnet_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 - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [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: localmainnet_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 - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_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: localmainnet_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 - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [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: localmainnet_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 - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_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: localmainnet_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 - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - linea_swap_systemInfo( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_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: linea_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_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: linea_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - staginggoerli_swap_systemInfo( + ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! + xdai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_filter + orderBy: xdai_swap_StableSwapExchange_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [xdai_swap_StableSwapExchange!]! + xdai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_filter + orderBy: xdai_swap_SwapDailyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [xdai_swap_SwapDailyVolume!]! + xdai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_filter + orderBy: xdai_swap_SwapHourlyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [xdai_swap_SwapHourlyVolume!]! + xdai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_swap_SwapWeeklyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_swap_SwapWeeklyVolume!]! + xdai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xdai_swap_LpAccount_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [xdai_swap_LpAccount!]! + xdai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_filter + orderBy: xdai_swap_LpAccountBalance_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [xdai_swap_LpAccountBalance!]! + xdai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_filter + orderBy: xdai_swap_LpToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [xdai_swap_LpToken!]! + xdai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_filter + orderBy: xdai_swap_LpTransferEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [xdai_swap_LpTransferEvent!]! + xdai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_filter + orderBy: xdai_swap_StableSwapEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [xdai_swap_StableSwapEvent!]! + xdai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_filter + orderBy: xdai_swap_SwapTradeVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [xdai_swap_SwapTradeVolume!]! + xdai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_filter + orderBy: xdai_swap_LpTokenEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_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_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - polygonzkevm_swap_systemInfo( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SystemInfo - polygonzkevm_swap_systemInfos( + ): stagingoptimismgoerli_RouterLiquidityEvent + stagingoptimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SystemInfo_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SystemInfo_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SystemInfo!]! - polygonzkevm_swap_pooledToken( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_PooledToken - polygonzkevm_swap_pooledTokens( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_PooledToken_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_PooledToken_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_PooledToken!]! - polygonzkevm_swap_stableSwap( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwap - polygonzkevm_swap_stableSwaps( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwap_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwap_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwap!]! - polygonzkevm_swap_stableSwapAddLiquidityEvent( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapAddLiquidityEvent - polygonzkevm_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapAddLiquidityEvent_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapAddLiquidityEvent!]! - polygonzkevm_swap_stableSwapRemoveLiquidityEvent( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapRemoveLiquidityEvent - polygonzkevm_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapRemoveLiquidityEvent!]! - polygonzkevm_swap_stableSwapExchange( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapExchange - polygonzkevm_swap_stableSwapExchanges( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapExchange_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapExchange_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapExchange!]! - polygonzkevm_swap_swapDailyVolume( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapDailyVolume - polygonzkevm_swap_swapDailyVolumes( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapDailyVolume_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapDailyVolume!]! - polygonzkevm_swap_swapHourlyVolume( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapHourlyVolume - polygonzkevm_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapHourlyVolume_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapHourlyVolume!]! - polygonzkevm_swap_swapWeeklyVolume( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapWeeklyVolume - polygonzkevm_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapWeeklyVolume_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapWeeklyVolume!]! - polygonzkevm_swap_lpAccount( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpAccount - polygonzkevm_swap_lpAccounts( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccount_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpAccount!]! - polygonzkevm_swap_lpAccountBalance( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpAccountBalance - polygonzkevm_swap_lpAccountBalances( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccountBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccountBalance_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpAccountBalance!]! - polygonzkevm_swap_lpToken( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpToken - polygonzkevm_swap_lpTokens( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpToken_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpToken_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpToken!]! - polygonzkevm_swap_lpTransferEvent( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpTransferEvent - polygonzkevm_swap_lpTransferEvents( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTransferEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTransferEvent_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpTransferEvent!]! - polygonzkevm_swap_stableSwapEvent( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapEvent - polygonzkevm_swap_stableSwapEvents( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapEvent_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapEvent!]! - polygonzkevm_swap_swapTradeVolume( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapTradeVolume - polygonzkevm_swap_swapTradeVolumes( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapTradeVolume_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapTradeVolume_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapTradeVolume!]! - polygonzkevm_swap_lpTokenEvent( + ): [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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpTokenEvent - polygonzkevm_swap_lpTokenEvents( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTokenEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTokenEvent_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: polygonzkevm_swap_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpTokenEvent!]! + ): [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: stagingoptimismgoerli_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( + skip: Int = 0 + first: Int = 100 + 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: stagingoptimismgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: stagingoptimismgoerli_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""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - stagingoptimismgoerli_swap_systemInfo( + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + ): [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: goerli_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( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_SlippageUpdate + goerli_slippageUpdates( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_SnapshotRoot + goerli_snapshotRoots( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_SpokeConnectorMode + goerli_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_AggregateRootProposed + goerli_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_OptimisticRootFinalized + goerli_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: goerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [goerli_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - base_swap_systemInfo( + goerli__meta(block: goerli_Block_height): goerli__Meta_ + zksync_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SystemInfo - base_swap_systemInfos( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_filter + orderBy: zksync_swap_SystemInfo_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [zksync_swap_SystemInfo!]! + zksync_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_PooledToken - base_swap_pooledTokens( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_filter + orderBy: zksync_swap_PooledToken_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [zksync_swap_PooledToken!]! + zksync_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwap - base_swap_stableSwaps( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_filter + orderBy: zksync_swap_StableSwap_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [zksync_swap_StableSwap!]! + zksync_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_filter + orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [zksync_swap_StableSwapAddLiquidityEvent!]! + zksync_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! + zksync_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_filter + orderBy: zksync_swap_StableSwapExchange_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [zksync_swap_StableSwapExchange!]! + zksync_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_filter + orderBy: zksync_swap_SwapDailyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [zksync_swap_SwapDailyVolume!]! + zksync_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_filter + orderBy: zksync_swap_SwapHourlyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [zksync_swap_SwapHourlyVolume!]! + zksync_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_filter + orderBy: zksync_swap_SwapWeeklyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccount - base_swap_lpAccounts( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [zksync_swap_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [zksync_swap_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpToken - base_swap_lpTokens( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [zksync_swap_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [zksync_swap_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [zksync_swap_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [zksync_swap_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTokenEvent!]! + ): [zksync_swap_LpTokenEvent!]! """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ optimismgoerli_asset( id: ID! """ @@ -40204,6557 +40332,6555 @@ type Subscription { ): [optimismgoerli_OptimisticRootFinalized!]! """Access to subgraph metadata""" optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - basegoerli_asset( + 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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Asset_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Asset_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetStatus_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetStatus_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetBalance_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetBalance_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Router_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Router_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterDailyTVL_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterDailyTVL_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_RouterLiquidityEvent + stagingmumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterLiquidityEvent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterLiquidityEvent_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Setting_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Setting_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Relayer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Relayer_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Sequencer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Sequencer_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFee_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFee_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginTransfer_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_DestinationTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_DestinationTransfer_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginMessage_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginMessage_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRoot_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_ConnectorMeta_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_ConnectorMeta_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootCount_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootCount_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootMessageSent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootMessageSent_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFeesIncrease_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFeesIncrease_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SlippageUpdate_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SlippageUpdate_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SnapshotRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SnapshotRoot_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SpokeConnectorMode_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SpokeConnectorMode_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRootProposed_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRootProposed_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: basegoerli_Block_height + block: stagingmumbai_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( + ): [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: basegoerli_Block_height + block: stagingmumbai_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( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OptimisticRootFinalized_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OptimisticRootFinalized_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: basegoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_OptimisticRootFinalized!]! + ): [stagingmumbai_OptimisticRootFinalized!]! """Access to subgraph metadata""" - basegoerli__meta(block: basegoerli_Block_height): basegoerli__Meta_ - bnb_swap_systemInfo( + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__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: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [stagingoptimismgoerli_swap_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: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [stagingoptimismgoerli_swap_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: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_swap_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: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [stagingoptimismgoerli_swap_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: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [stagingoptimismgoerli_swap_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: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - stagingmode_asset( + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_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: stagingmode_Block_height + block: goerli_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( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_filter + orderBy: goerli_RootAggregated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_filter + orderBy: goerli_RootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_filter + orderBy: goerli_AggregatedMessageRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_filter + orderBy: goerli_RootManagerMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_RootManagerMode + goerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_OptimisticRootProposed + goerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_HubOptimisticRootFinalized + goerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_OptimisticRootPropagated + goerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_ConnectorMeta_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_BaseConnectorMeta + goerli_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootCount_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_X1ConnectorMeta + goerli_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootMessageSent_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFeesIncrease_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_AggregateRootSavedSlow + goerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SlippageUpdate_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: stagingmode_Block_height + block: goerli_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( + ): [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: stagingmode_Block_height + block: goerli_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( + ): goerli_HubDomain + goerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SnapshotRoot_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: stagingmode_Block_height + block: goerli_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( + ): [goerli_HubDomain!]! + 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: stagingmode_Block_height + block: localmainnet_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( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SpokeConnectorMode_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: stagingmode_Block_height + block: localmainnet_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( + ): [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: stagingmode_Block_height + block: localmainnet_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( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRootProposed_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: stagingmode_Block_height + block: localmainnet_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( + ): [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: stagingmode_Block_height + block: localmainnet_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( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OptimisticRootFinalized_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: stagingmode_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - stagingoptimismgoerli_asset( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterLiquidityEvent_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_LineaConnectorMeta + localmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_filter + orderBy: localmainnet_LineaConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_LineaConnectorMeta!]! + localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_MetisConnectorMeta + localmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_filter + orderBy: localmainnet_MetisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_MetisConnectorMeta!]! + localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_MantleConnectorMeta + localmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_filter + orderBy: localmainnet_MantleConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_MantleConnectorMeta!]! + localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_AvalancheConnectorMeta + localmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_filter + orderBy: localmainnet_AvalancheConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_AvalancheConnectorMeta!]! + localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_BaseConnectorMeta + localmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_filter + orderBy: localmainnet_BaseConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_BaseConnectorMeta!]! + localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_PolygonZkConnectorMeta + localmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_filter + orderBy: localmainnet_PolygonZkConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_PolygonZkConnectorMeta!]! + 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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_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: stagingoptimismgoerli_Block_height + block: localmainnet_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( + ): [localmainnet_HubDomain!]! + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__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: stagingoptimismgoerli_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_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: stagingoptimismgoerli_Block_height + block: stagingmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_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: stagingoptimismgoerli_Block_height + block: stagingmainnet_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( + ): [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: stagingoptimismgoerli_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_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: stagingoptimismgoerli_Block_height + block: stagingmainnet_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_ - stagingmumbai_asset( + ): [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: stagingmumbai_Block_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_Asset - stagingmumbai_assets( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_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: stagingmumbai_Block_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_Asset!]! - stagingmumbai_assetStatus( + ): [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_Block_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_AssetStatus - stagingmumbai_assetStatuses( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_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_Block_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_AssetStatus!]! - stagingmumbai_assetBalance( + ): [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_Block_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_AssetBalance - stagingmumbai_assetBalances( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_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_Block_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_AssetBalance!]! - stagingmumbai_router( + ): [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_Block_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_Router - stagingmumbai_routers( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_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_Block_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_Router!]! - stagingmumbai_routerDailyTVL( + ): [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_Block_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_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_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_Block_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_RouterDailyTVL!]! - stagingmumbai_routerLiquidityEvent( + ): [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_Block_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_RouterLiquidityEvent - stagingmumbai_routerLiquidityEvents( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterLiquidityEvent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterLiquidityEvent_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_Block_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_RouterLiquidityEvent!]! - stagingmumbai_setting( + ): [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_Block_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_Setting - stagingmumbai_settings( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_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_Block_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_Setting!]! - stagingmumbai_relayer( + ): [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_Block_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_Relayer - stagingmumbai_relayers( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_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_Block_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_Relayer!]! - stagingmumbai_sequencer( + ): [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_Block_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_Sequencer - stagingmumbai_sequencers( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_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_Block_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_Sequencer!]! - stagingmumbai_relayerFee( + ): [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_Block_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_RelayerFee - stagingmumbai_relayerFees( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_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_Block_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_RelayerFee!]! - stagingmumbai_originTransfer( + ): [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_Block_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_OriginTransfer - stagingmumbai_originTransfers( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_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_Block_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_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [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_Block_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_DestinationTransfer - stagingmumbai_destinationTransfers( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_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_Block_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_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [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_Block_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_OriginMessage - stagingmumbai_originMessages( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_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_Block_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_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [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_Block_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_AggregateRoot - stagingmumbai_aggregateRoots( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_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_Block_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_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [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_Block_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_ConnectorMeta - stagingmumbai_connectorMetas( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_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_Block_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_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [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_Block_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_RootCount - stagingmumbai_rootCounts( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_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_Block_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_RootCount!]! - stagingmumbai_rootMessageSent( + ): [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_Block_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_RootMessageSent - stagingmumbai_rootMessageSents( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_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_Block_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_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [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: stagingmumbai_Block_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_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_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: stagingmumbai_Block_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_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [stagingmainnet_ModeConnectorMeta!]! + 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: stagingmumbai_Block_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_SlippageUpdate - stagingmumbai_slippageUpdates( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_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: stagingmumbai_Block_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_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [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: stagingmumbai_Block_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_SnapshotRoot - stagingmumbai_snapshotRoots( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_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: stagingmumbai_Block_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_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [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: stagingmumbai_Block_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_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_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: stagingmumbai_Block_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_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__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: stagingmumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_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: stagingmumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [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: stagingmumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_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: stagingmumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - mantle_swap_systemInfo( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_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: mantle_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + bnb_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_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: mantle_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [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: mantle_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_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: mantle_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - xdai_swap_systemInfo( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_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: xdai_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + lineagoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_filter + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - polygon_swap_systemInfo( + ): [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: polygon_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 - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_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: polygon_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 - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [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: polygon_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 - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_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: polygon_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 - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [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: polygon_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 - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_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: polygon_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 - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [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: polygon_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 - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_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: polygon_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 - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [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: polygon_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 - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_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: polygon_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 - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [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: polygon_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 - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_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: polygon_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 - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [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: polygon_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 - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_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: polygon_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 - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [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: polygon_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 - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_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: polygon_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 - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [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: polygon_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 - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_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: polygon_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 - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [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: polygon_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 - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_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: polygon_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 - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [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: polygon_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 - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_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: polygon_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 - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [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: polygon_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 - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_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: polygon_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 - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [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: polygon_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 - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_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: polygon_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 - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [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: polygon_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 - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_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: polygon_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 - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [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: polygon_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 - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_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: polygon_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 - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [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: polygon_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 - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_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: polygon_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 - ): [polygon_swap_LpTokenEvent!]! + ): [lineagoerli_SlippageUpdate!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - optimism_swap_systemInfo( + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_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: optimism_swap_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! + ): [avalanche_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - stagingmainnet_rootAggregated( + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_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: stagingmainnet_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_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: stagingmainnet_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [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: stagingmainnet_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_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: stagingmainnet_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_GnosisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_GnosisConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_LineaConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_LineaConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MetisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MetisConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [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: stagingmainnet_Block_height + block: linea_swap_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( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MantleConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MantleConnectorMeta_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: stagingmainnet_Block_height + block: linea_swap_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( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__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: stagingmainnet_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 - ): stagingmainnet_AvalancheConnectorMeta - stagingmainnet_avalancheConnectorMetas( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AvalancheConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_AvalancheConnectorMeta!]! - stagingmainnet_baseConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BaseConnectorMeta - stagingmainnet_baseConnectorMetas( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BaseConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BaseConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BaseConnectorMeta!]! - stagingmainnet_polygonZkConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonZkConnectorMeta - stagingmainnet_polygonZkConnectorMetas( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonZkConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_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: stagingmainnet_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 - ): [stagingmainnet_HubDomain!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - goerli_asset( + ): [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: goerli_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 - ): goerli_Asset - goerli_assets( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_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: goerli_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 - ): [goerli_Asset!]! - goerli_assetStatus( + ): [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: goerli_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 - ): goerli_AssetStatus - goerli_assetStatuses( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_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: goerli_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 - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [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: goerli_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 - ): goerli_AssetBalance - goerli_assetBalances( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_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: goerli_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 - ): [goerli_AssetBalance!]! - goerli_router( + ): [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: goerli_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 - ): goerli_Router - goerli_routers( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_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: goerli_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 - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [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: goerli_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 - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_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: goerli_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 - ): [goerli_RouterDailyTVL!]! - goerli_routerLiquidityEvent( + ): [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: goerli_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 - ): goerli_RouterLiquidityEvent - goerli_routerLiquidityEvents( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_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: goerli_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 - ): [goerli_RouterLiquidityEvent!]! - goerli_setting( + ): [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: goerli_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 - ): goerli_Setting - goerli_settings( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_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: goerli_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 - ): [goerli_Setting!]! - goerli_relayer( + ): [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: goerli_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 - ): goerli_Relayer - goerli_relayers( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_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: goerli_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 - ): [goerli_Relayer!]! - goerli_sequencer( + ): [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: goerli_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 - ): goerli_Sequencer - goerli_sequencers( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_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: goerli_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 - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [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: goerli_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 - ): goerli_RelayerFee - goerli_relayerFees( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_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: goerli_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 - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [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: goerli_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 - ): goerli_OriginTransfer - goerli_originTransfers( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_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: goerli_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 - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [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: goerli_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 - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_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: goerli_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 - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [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: goerli_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 - ): goerli_OriginMessage - goerli_originMessages( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_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: goerli_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 - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [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: goerli_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 - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_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: goerli_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 - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [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: goerli_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 - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_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: goerli_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 - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [polygonzkevm_swap_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__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: goerli_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 - ): goerli_RootCount - goerli_rootCounts( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_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: goerli_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 - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [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: goerli_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 - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_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: goerli_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 - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [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: goerli_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 - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_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: goerli_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 - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [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: goerli_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 - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_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: goerli_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 - ): [goerli_SlippageUpdate!]! - goerli_snapshotRoot( + ): [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: goerli_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 - ): goerli_SnapshotRoot - goerli_snapshotRoots( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_SnapshotRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SnapshotRoot_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: goerli_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 - ): [goerli_SnapshotRoot!]! - goerli_spokeConnectorMode( + ): [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: goerli_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 - ): goerli_SpokeConnectorMode - goerli_spokeConnectorModes( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_SpokeConnectorMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SpokeConnectorMode_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: goerli_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 - ): [goerli_SpokeConnectorMode!]! - goerli_aggregateRootProposed( + ): [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: goerli_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 - ): goerli_AggregateRootProposed - goerli_aggregateRootProposeds( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootProposed_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: goerli_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 - ): [goerli_AggregateRootProposed!]! - goerli_optimisticRootFinalized( + ): [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: goerli_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 - ): goerli_OptimisticRootFinalized - goerli_optimisticRootFinalizeds( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootFinalized_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: goerli_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 - ): [goerli_OptimisticRootFinalized!]! - metis_swap_systemInfo( + ): [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: metis_swap_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 - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_swap_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 - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_swap_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 - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_swap_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 - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [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: metis_swap_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 - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_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: metis_swap_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 - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [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: metis_swap_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 - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_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: metis_swap_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 - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [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: metis_swap_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 - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_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: metis_swap_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 - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [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: metis_swap_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 - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_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: metis_swap_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 - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [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: metis_swap_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 - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_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: metis_swap_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 - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [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: metis_swap_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 - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_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: metis_swap_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 - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [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: metis_swap_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 - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): avalanche_RootMessageSent + avalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_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: metis_swap_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 - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [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: metis_swap_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 - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_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: metis_swap_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 - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [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: metis_swap_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 - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_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: metis_swap_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 - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [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: metis_swap_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 - ): metis_swap_LpToken - metis_swap_lpTokens( + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_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: metis_swap_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 - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [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: metis_swap_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 - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_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: metis_swap_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 - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [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: metis_swap_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 - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_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: metis_swap_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 - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [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: metis_swap_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 - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_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: metis_swap_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 - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [avalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + avalanche__meta(block: avalanche_Block_height): avalanche__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: metis_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_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: metis_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - zksync_swap_systemInfo( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_RouterLiquidityEvent + staginggoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_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: zksync_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - staginggoerli_asset( + ): [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. @@ -46764,13 +46890,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Asset - staginggoerli_assets( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy + orderBy: staginggoerli_RelayerFeesIncrease_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_filter + 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. """ @@ -46779,8 +46905,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [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. @@ -46790,13 +46916,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy + orderBy: staginggoerli_SlippageUpdate_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_filter + 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. """ @@ -46805,8 +46931,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [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. @@ -46816,13 +46942,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy + orderBy: staginggoerli_SnapshotRoot_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_filter + 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. """ @@ -46831,8 +46957,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [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. @@ -46842,13 +46968,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Router - staginggoerli_routers( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy + orderBy: staginggoerli_SpokeConnectorMode_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_filter + 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. """ @@ -46857,8 +46983,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [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. @@ -46868,13 +46994,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy + orderBy: staginggoerli_AggregateRootProposed_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_filter + 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. """ @@ -46883,8 +47009,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_routerLiquidityEvent( + ): [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. @@ -46894,13 +47020,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterLiquidityEvent - staginggoerli_routerLiquidityEvents( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterLiquidityEvent_orderBy + orderBy: staginggoerli_OptimisticRootFinalized_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterLiquidityEvent_filter + 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. """ @@ -46909,6236 +47035,6242 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterLiquidityEvent!]! - staginggoerli_setting( + ): [staginggoerli_OptimisticRootFinalized!]! + 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: staginggoerli_Block_height + block: base_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( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_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: staginggoerli_Block_height + block: base_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( + ): [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: staginggoerli_Block_height + block: base_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( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_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: staginggoerli_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - arbitrumone_swap_systemInfo( + ): [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: arbitrumone_swap_Block_height + block: base_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( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_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: arbitrumone_swap_Block_height + block: base_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( + ): [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: arbitrumone_swap_Block_height + block: base_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( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_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: arbitrumone_swap_Block_height + block: base_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( + ): [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: arbitrumone_swap_Block_height + block: base_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( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_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: arbitrumone_swap_Block_height + block: base_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( + ): [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: arbitrumone_swap_Block_height + block: base_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( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: arbitrumone_swap_Block_height + block: base_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( + ): [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: arbitrumone_swap_Block_height + block: base_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( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: arbitrumone_swap_Block_height + block: base_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( + ): [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: arbitrumone_swap_Block_height + block: base_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( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_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: arbitrumone_swap_Block_height + block: base_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( + ): [base_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + base__meta(block: base_Block_height): base__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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): localmainnet_RouterLiquidityEvent + localmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [localmainnet_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - mumbai_asset( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_Block_height + block: localmainnet_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( + ): [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: mumbai_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_Block_height + block: localmainnet_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( + ): [localmainnet_OptimisticRootFinalized!]! + zksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: zksync_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( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SnapshotRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SnapshotRoot_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SpokeConnectorMode_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SpokeConnectorMode_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRootProposed_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRootProposed_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: mumbai_Block_height + block: zksync_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( + ): [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: mumbai_Block_height + block: zksync_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( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OptimisticRootFinalized_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OptimisticRootFinalized_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: mumbai_Block_height + block: zksync_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_ - xdai_asset( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_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: xdai_Block_height + block: zksync_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( + ): [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: xdai_Block_height + block: zksync_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( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_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: xdai_Block_height + block: zksync_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( + ): [zksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + zksync__meta(block: zksync_Block_height): zksync__Meta_ + stagingpolygon_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AggregateRoot - xdai_aggregateRoots( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_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_AggregateRoot!]! - xdai_connectorMeta( + ): [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_ConnectorMeta - xdai_connectorMetas( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_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_ConnectorMeta!]! - xdai_rootCount( + ): [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_RootCount - xdai_rootCounts( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_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_RootCount!]! - xdai_rootMessageSent( + ): [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_RootMessageSent - xdai_rootMessageSents( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_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_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [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_SlippageUpdate - xdai_slippageUpdates( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_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_SlippageUpdate!]! - xdai_snapshotRoot( + ): [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_SnapshotRoot - xdai_snapshotRoots( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_SnapshotRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SnapshotRoot_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_SnapshotRoot!]! - xdai_spokeConnectorMode( + ): [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_SpokeConnectorMode - xdai_spokeConnectorModes( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_SpokeConnectorMode_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SpokeConnectorMode_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_SpokeConnectorMode!]! - xdai_aggregateRootProposed( + ): [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_AggregateRootProposed - xdai_aggregateRootProposeds( + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRootProposed_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRootProposed_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_AggregateRootProposed!]! - xdai_optimisticRootFinalized( + ): [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: 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_RelayerFee + stagingpolygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_OptimisticRootFinalized_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OptimisticRootFinalized_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: 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_ - localmainnet_asset( + ): [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: localmainnet_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 - ): localmainnet_Asset - localmainnet_assets( + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_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: localmainnet_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 - ): [localmainnet_Asset!]! - localmainnet_assetStatus( + ): [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: localmainnet_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 - ): localmainnet_AssetStatus - localmainnet_assetStatuses( + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_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: localmainnet_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 - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( + ): [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: localmainnet_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 - ): localmainnet_AssetBalance - localmainnet_assetBalances( + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_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: localmainnet_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 - ): [localmainnet_AssetBalance!]! - localmainnet_router( + ): [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: localmainnet_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 - ): localmainnet_Router - localmainnet_routers( + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_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: localmainnet_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 - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( + ): [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: localmainnet_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 - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_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: localmainnet_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 - ): [localmainnet_RouterDailyTVL!]! - localmainnet_routerLiquidityEvent( + ): [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: localmainnet_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 - ): localmainnet_RouterLiquidityEvent - localmainnet_routerLiquidityEvents( + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterLiquidityEvent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterLiquidityEvent_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: localmainnet_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 - ): [localmainnet_RouterLiquidityEvent!]! - localmainnet_setting( + ): [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: localmainnet_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 - ): localmainnet_Setting - localmainnet_settings( + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_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: localmainnet_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 - ): [localmainnet_Setting!]! - localmainnet_relayer( + ): [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: localmainnet_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 - ): localmainnet_Relayer - localmainnet_relayers( + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_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: localmainnet_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 - ): [localmainnet_Relayer!]! - localmainnet_sequencer( + ): [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: localmainnet_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 - ): localmainnet_Sequencer - localmainnet_sequencers( + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_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: localmainnet_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 - ): [localmainnet_Sequencer!]! - localmainnet_relayerFee( + ): [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: localmainnet_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 - ): localmainnet_RelayerFee - localmainnet_relayerFees( + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_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: localmainnet_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 - ): [localmainnet_RelayerFee!]! - localmainnet_originTransfer( + ): [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: localmainnet_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 - ): localmainnet_OriginTransfer - localmainnet_originTransfers( + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_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: localmainnet_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 - ): [localmainnet_OriginTransfer!]! - localmainnet_destinationTransfer( + ): [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: localmainnet_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 - ): localmainnet_DestinationTransfer - localmainnet_destinationTransfers( + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_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: localmainnet_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 - ): [localmainnet_DestinationTransfer!]! - localmainnet_originMessage( + ): [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: localmainnet_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 - ): localmainnet_OriginMessage - localmainnet_originMessages( + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_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: localmainnet_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 - ): [localmainnet_OriginMessage!]! - localmainnet_aggregateRoot( + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_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: localmainnet_Block_height + block: stagingxdai_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( + ): [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: localmainnet_Block_height + block: stagingxdai_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( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_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: localmainnet_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - polygon_asset( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: polygon_Block_height + block: stagingxdai_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( + ): [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: polygon_Block_height + block: stagingxdai_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( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: polygon_Block_height + block: stagingxdai_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( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: stagingavalanche_Asset_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: stagingavalanche_AssetStatus_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: stagingavalanche_AssetBalance_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_filter + orderBy: stagingavalanche_Router_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_filter + orderBy: stagingavalanche_RouterDailyTVL_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: stagingavalanche_RouterLiquidityEvent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_filter + orderBy: stagingavalanche_Setting_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_filter + orderBy: stagingavalanche_Relayer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_filter + orderBy: stagingavalanche_Sequencer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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( + ): [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: polygon_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_filter + orderBy: stagingavalanche_RelayerFee_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: stagingavalanche_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_ - stagingxdai_asset( + ): [stagingavalanche_RelayerFee!]! + stagingavalanche_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Asset_filter + orderBy: stagingavalanche_OriginTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetStatus_filter + orderBy: stagingavalanche_DestinationTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetBalance_filter + orderBy: stagingavalanche_OriginMessage_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Router_filter + orderBy: stagingavalanche_AggregateRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterDailyTVL_filter + orderBy: stagingavalanche_ConnectorMeta_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterLiquidityEvent_filter + orderBy: stagingavalanche_RootCount_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Setting_filter + orderBy: stagingavalanche_RootMessageSent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Relayer_filter + orderBy: stagingavalanche_RelayerFeesIncrease_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Sequencer_filter + orderBy: stagingavalanche_SlippageUpdate_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFee_filter + orderBy: stagingavalanche_SnapshotRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginTransfer_filter + orderBy: stagingavalanche_SpokeConnectorMode_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_DestinationTransfer_filter + orderBy: stagingavalanche_AggregateRootProposed_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [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: stagingxdai_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginMessage_filter + orderBy: stagingavalanche_OptimisticRootFinalized_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRoot_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_ConnectorMeta_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootCount_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootMessageSent_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFeesIncrease_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SlippageUpdate_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SnapshotRoot_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SpokeConnectorMode_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRootProposed_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: stagingxdai_Block_height + block: staginglinea_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( + ): [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: stagingxdai_Block_height + block: staginglinea_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( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OptimisticRootFinalized_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: stagingxdai_Block_height + block: staginglinea_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_ - mantle_asset( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_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: mantle_Block_height + block: staginglinea_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( + ): [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: mantle_Block_height + block: staginglinea_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( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_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: mantle_Block_height + block: staginglinea_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( + ): [staginglinea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + staginglinea__meta(block: staginglinea_Block_height): staginglinea__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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: mantle_Block_height + block: polygon_swap_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( + ): [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: mantle_Block_height + block: polygon_swap_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( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: mantle_Block_height + block: polygon_swap_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_ - localoptimism_asset( + ): [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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_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: localoptimism_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_routerLiquidityEvent( + ): [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: localoptimism_Block_height + block: polygon_swap_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_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterLiquidityEvent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterLiquidityEvent_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: localoptimism_Block_height + block: polygon_swap_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_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_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: localoptimism_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 - ): localoptimism_Setting - localoptimism_settings( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_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: localoptimism_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 - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [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: localoptimism_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 - ): localoptimism_Relayer - localoptimism_relayers( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_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: localoptimism_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 - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [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: localoptimism_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 - ): localoptimism_Sequencer - localoptimism_sequencers( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [optimism_swap_SwapDailyVolume!]! + optimism_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_filter + orderBy: optimism_swap_SwapHourlyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [optimism_swap_SwapHourlyVolume!]! + optimism_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: optimism_swap_SwapWeeklyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [optimism_swap_SwapWeeklyVolume!]! + optimism_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_RootCount - localoptimism_rootCounts( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: optimism_swap_LpAccount_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [optimism_swap_LpAccount!]! + optimism_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: optimism_swap_LpAccountBalance_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [optimism_swap_LpAccountBalance!]! + optimism_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: optimism_swap_LpToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [optimism_swap_LpToken!]! + optimism_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: optimism_swap_LpTransferEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [optimism_swap_LpTransferEvent!]! + optimism_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: optimism_swap_StableSwapEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [optimism_swap_StableSwapEvent!]! + optimism_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: optimism_swap_SwapTradeVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [optimism_swap_SwapTradeVolume!]! + optimism_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: optimism_swap_LpTokenEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_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 - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [optimism_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__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: localoptimism_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 - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): basegoerli_Asset + basegoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_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: localoptimism_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 - ): [localoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - stagingmainnet_asset( + ): [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: stagingmainnet_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 - ): stagingmainnet_Asset - stagingmainnet_assets( + ): basegoerli_AssetStatus + basegoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Asset_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: stagingmainnet_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 - ): [stagingmainnet_Asset!]! - stagingmainnet_assetStatus( + ): [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: stagingmainnet_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 - ): stagingmainnet_AssetStatus - stagingmainnet_assetStatuses( + ): basegoerli_AssetBalance + basegoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetStatus_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: stagingmainnet_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 - ): [stagingmainnet_AssetStatus!]! - stagingmainnet_assetBalance( + ): [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: stagingmainnet_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 - ): stagingmainnet_AssetBalance - stagingmainnet_assetBalances( + ): basegoerli_Router + basegoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetBalance_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: stagingmainnet_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 - ): [stagingmainnet_AssetBalance!]! - stagingmainnet_router( + ): [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: stagingmainnet_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 - ): stagingmainnet_Router - stagingmainnet_routers( + ): basegoerli_RouterDailyTVL + basegoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Router_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: stagingmainnet_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 - ): [stagingmainnet_Router!]! - stagingmainnet_routerDailyTVL( + ): [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: stagingmainnet_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 - ): stagingmainnet_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): basegoerli_RouterLiquidityEvent + basegoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterDailyTVL_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: stagingmainnet_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 - ): [stagingmainnet_RouterDailyTVL!]! - stagingmainnet_routerLiquidityEvent( + ): [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: stagingmainnet_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 - ): stagingmainnet_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): basegoerli_Setting + basegoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterLiquidityEvent_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: stagingmainnet_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 - ): [stagingmainnet_RouterLiquidityEvent!]! - stagingmainnet_setting( + ): [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: stagingmainnet_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 - ): stagingmainnet_Setting - stagingmainnet_settings( + ): basegoerli_Relayer + basegoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Setting_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: stagingmainnet_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 - ): [stagingmainnet_Setting!]! - stagingmainnet_relayer( + ): [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: stagingmainnet_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 - ): stagingmainnet_Relayer - stagingmainnet_relayers( + ): basegoerli_Sequencer + basegoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Relayer_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: stagingmainnet_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 - ): [stagingmainnet_Relayer!]! - stagingmainnet_sequencer( + ): [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: stagingmainnet_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 - ): stagingmainnet_Sequencer - stagingmainnet_sequencers( + ): basegoerli_RelayerFee + basegoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Sequencer_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: stagingmainnet_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 - ): [stagingmainnet_Sequencer!]! - stagingmainnet_relayerFee( + ): [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: stagingmainnet_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 - ): stagingmainnet_RelayerFee - stagingmainnet_relayerFees( + ): basegoerli_OriginTransfer + basegoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFee_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: stagingmainnet_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 - ): [stagingmainnet_RelayerFee!]! - stagingmainnet_originTransfer( + ): [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: stagingmainnet_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 - ): stagingmainnet_OriginTransfer - stagingmainnet_originTransfers( + ): basegoerli_DestinationTransfer + basegoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginTransfer_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: stagingmainnet_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 - ): [stagingmainnet_OriginTransfer!]! - stagingmainnet_destinationTransfer( + ): [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: stagingmainnet_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 - ): stagingmainnet_DestinationTransfer - stagingmainnet_destinationTransfers( + ): basegoerli_OriginMessage + basegoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_DestinationTransfer_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: stagingmainnet_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 - ): [stagingmainnet_DestinationTransfer!]! - stagingmainnet_originMessage( + ): [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: stagingmainnet_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 - ): stagingmainnet_OriginMessage - stagingmainnet_originMessages( + ): basegoerli_AggregateRoot + basegoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginMessage_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: stagingmainnet_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 - ): [stagingmainnet_OriginMessage!]! - stagingmainnet_aggregateRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRoot - stagingmainnet_aggregateRoots( + ): basegoerli_ConnectorMeta + basegoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRoot!]! - stagingmainnet_connectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ConnectorMeta - stagingmainnet_connectorMetas( + ): basegoerli_RootCount + basegoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ConnectorMeta!]! - stagingmainnet_rootCount( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootCount - stagingmainnet_rootCounts( + ): basegoerli_RootMessageSent + basegoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootCount_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: stagingmainnet_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 - ): [stagingmainnet_RootCount!]! - stagingmainnet_rootMessageSent( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootMessageSent - stagingmainnet_rootMessageSents( + ): basegoerli_RelayerFeesIncrease + basegoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageSent_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageSent!]! - stagingmainnet_relayerFeesIncrease( + ): [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: stagingmainnet_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 - ): stagingmainnet_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): basegoerli_SlippageUpdate + basegoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFeesIncrease_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: stagingmainnet_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 - ): [stagingmainnet_RelayerFeesIncrease!]! - stagingmainnet_slippageUpdate( + ): [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: stagingmainnet_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 - ): stagingmainnet_SlippageUpdate - stagingmainnet_slippageUpdates( + ): basegoerli_SnapshotRoot + basegoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SlippageUpdate_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: stagingmainnet_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 - ): [stagingmainnet_SlippageUpdate!]! - stagingmainnet_snapshotRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_SnapshotRoot - stagingmainnet_snapshotRoots( + ): basegoerli_SpokeConnectorMode + basegoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SnapshotRoot_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: stagingmainnet_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 - ): [stagingmainnet_SnapshotRoot!]! - stagingmainnet_spokeConnectorMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): basegoerli_AggregateRootProposed + basegoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SpokeConnectorMode_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: stagingmainnet_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 - ): [stagingmainnet_SpokeConnectorMode!]! - stagingmainnet_aggregateRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): basegoerli_OptimisticRootFinalized + basegoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootProposed!]! - stagingmainnet_optimisticRootFinalized( + ): [basegoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + basegoerli__meta(block: basegoerli_Block_height): basegoerli__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: 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_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootFinalized_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: 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_OptimisticRootFinalized!]! - mainnet_asset( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_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: mainnet_Block_height + block: stagingbnb_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( + ): [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: mainnet_Block_height + block: stagingbnb_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( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_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: mainnet_Block_height + block: stagingbnb_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( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__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. @@ -53148,13 +53280,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy + orderBy: mainnet_RootAggregated_orderBy orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_filter + 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. """ @@ -53163,12632 +53295,19540 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - localarbitrumone_asset( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterLiquidityEvent_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_filter + orderBy: mainnet_ZkSyncConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_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: localarbitrumone_Block_height + block: mainnet_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( + ): [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: localarbitrumone_Block_height + block: mainnet_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( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_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: localarbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OptimisticRootFinalized!]! + ): [mainnet_HubDomain!]! """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - stagingbnb_asset( + mainnet__meta(block: mainnet_Block_height): mainnet__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: stagingbnb_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 - ): stagingbnb_Asset - stagingbnb_assets( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_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: stagingbnb_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 - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [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: stagingbnb_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 - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_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: stagingbnb_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 - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [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: stagingbnb_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 - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_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: stagingbnb_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 - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [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: stagingbnb_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 - ): stagingbnb_Router - stagingbnb_routers( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_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: stagingbnb_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 - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [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: stagingbnb_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 - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_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: stagingbnb_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 - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [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: stagingbnb_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 - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): localoptimism_RouterLiquidityEvent + localoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_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: stagingbnb_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 - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [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: stagingbnb_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 - ): stagingbnb_Setting - stagingbnb_settings( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_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: stagingbnb_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 - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [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: stagingbnb_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 - ): stagingbnb_Relayer - stagingbnb_relayers( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_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: stagingbnb_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 - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [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: stagingbnb_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 - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_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: stagingbnb_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 - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_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: stagingbnb_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 - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_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: stagingbnb_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 - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_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: stagingbnb_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 - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [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: stagingbnb_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 - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_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: stagingbnb_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 - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [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: stagingbnb_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 - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_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: stagingbnb_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 - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [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: stagingbnb_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 - ): stagingbnb_ConnectorMeta - stagingbnb_connectorMetas( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_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: stagingbnb_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 - ): [stagingbnb_ConnectorMeta!]! - stagingbnb_rootCount( + ): [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: stagingbnb_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 - ): stagingbnb_RootCount - stagingbnb_rootCounts( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_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: stagingbnb_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 - ): [stagingbnb_RootCount!]! - stagingbnb_rootMessageSent( + ): [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: stagingbnb_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 - ): stagingbnb_RootMessageSent - stagingbnb_rootMessageSents( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_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: stagingbnb_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 - ): [stagingbnb_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_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: stagingbnb_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 - ): [stagingbnb_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [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: stagingbnb_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 - ): stagingbnb_SlippageUpdate - stagingbnb_slippageUpdates( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_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: stagingbnb_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 - ): [stagingbnb_SlippageUpdate!]! - stagingbnb_snapshotRoot( + ): [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: stagingbnb_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 - ): stagingbnb_SnapshotRoot - stagingbnb_snapshotRoots( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SnapshotRoot_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: stagingbnb_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 - ): [stagingbnb_SnapshotRoot!]! - stagingbnb_spokeConnectorMode( + ): [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: stagingbnb_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 - ): stagingbnb_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SpokeConnectorMode_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: stagingbnb_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 - ): [stagingbnb_SpokeConnectorMode!]! - stagingbnb_aggregateRootProposed( + ): [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: stagingbnb_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 - ): stagingbnb_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRootProposed_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: stagingbnb_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 - ): [stagingbnb_AggregateRootProposed!]! - stagingbnb_optimisticRootFinalized( + ): [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: stagingbnb_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 - ): stagingbnb_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OptimisticRootFinalized_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: stagingbnb_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 - ): [stagingbnb_OptimisticRootFinalized!]! + ): [localoptimism_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - metis_asset( + localoptimism__meta(block: localoptimism_Block_height): localoptimism__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: metis_Block_height + block: linea_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( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_filter + orderBy: linea_SnapshotRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_filter + orderBy: linea_SpokeConnectorMode_orderBy + orderDirection: linea_OrderDirection + where: linea_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_filter + orderBy: linea_AggregateRootProposed_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_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( + ): [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: metis_Block_height + block: linea_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( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_filter + orderBy: linea_OptimisticRootFinalized_orderBy + orderDirection: linea_OrderDirection + where: linea_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OptimisticRootFinalized!]! + ): [linea_OptimisticRootFinalized!]! """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - stagingpolygon_asset( + linea__meta(block: linea_Block_height): linea__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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_filter + orderBy: stagingmainnet_Asset_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_filter + orderBy: stagingmainnet_AssetStatus_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_filter + orderBy: stagingmainnet_AssetBalance_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_filter + orderBy: stagingmainnet_Router_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_filter + orderBy: stagingmainnet_RouterDailyTVL_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_filter + orderBy: stagingmainnet_RouterLiquidityEvent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_filter + orderBy: stagingmainnet_Setting_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_filter + orderBy: stagingmainnet_Relayer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_filter + orderBy: stagingmainnet_Sequencer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_filter + orderBy: stagingmainnet_RelayerFee_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_filter + orderBy: stagingmainnet_OriginTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_filter + orderBy: stagingmainnet_DestinationTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_filter + orderBy: stagingmainnet_OriginMessage_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_filter + orderBy: stagingmainnet_AggregateRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_filter + orderBy: stagingmainnet_ConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_filter + orderBy: stagingmainnet_RootCount_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_filter + orderBy: stagingmainnet_RootMessageSent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_filter + orderBy: stagingmainnet_RelayerFeesIncrease_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_filter + orderBy: stagingmainnet_SlippageUpdate_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_filter + orderBy: stagingmainnet_SnapshotRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_filter + orderBy: stagingmainnet_SpokeConnectorMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_filter + orderBy: stagingmainnet_AggregateRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygon_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_filter + orderBy: stagingmainnet_OptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingmainnet_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_ - stagingavalanche_asset( + ): [stagingmainnet_OptimisticRootFinalized!]! + 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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Asset - stagingavalanche_assets( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_filter + orderBy: polygonzkevm_Asset_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Asset!]! - stagingavalanche_assetStatus( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AssetStatus - stagingavalanche_assetStatuses( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_filter + orderBy: polygonzkevm_AssetStatus_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AssetStatus!]! - stagingavalanche_assetBalance( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AssetBalance - stagingavalanche_assetBalances( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_filter + orderBy: polygonzkevm_AssetBalance_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AssetBalance!]! - stagingavalanche_router( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Router - stagingavalanche_routers( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_filter + orderBy: polygonzkevm_Router_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Router!]! - stagingavalanche_routerDailyTVL( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RouterDailyTVL - stagingavalanche_routerDailyTVLs( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_filter + orderBy: polygonzkevm_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RouterDailyTVL!]! - stagingavalanche_routerLiquidityEvent( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RouterLiquidityEvent - stagingavalanche_routerLiquidityEvents( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_filter + orderBy: polygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RouterLiquidityEvent!]! - stagingavalanche_setting( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Setting - stagingavalanche_settings( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_filter + orderBy: polygonzkevm_Setting_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Setting!]! - stagingavalanche_relayer( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Relayer - stagingavalanche_relayers( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_filter + orderBy: polygonzkevm_Relayer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Relayer!]! - stagingavalanche_sequencer( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Sequencer - stagingavalanche_sequencers( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_filter + orderBy: polygonzkevm_Sequencer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Sequencer!]! - stagingavalanche_relayerFee( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RelayerFee - stagingavalanche_relayerFees( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_filter + orderBy: polygonzkevm_RelayerFee_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RelayerFee!]! - stagingavalanche_originTransfer( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OriginTransfer - stagingavalanche_originTransfers( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_filter + orderBy: polygonzkevm_OriginTransfer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OriginTransfer!]! - stagingavalanche_destinationTransfer( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_DestinationTransfer - stagingavalanche_destinationTransfers( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_filter + orderBy: polygonzkevm_DestinationTransfer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_DestinationTransfer!]! - stagingavalanche_originMessage( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OriginMessage - stagingavalanche_originMessages( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_filter + orderBy: polygonzkevm_OriginMessage_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OriginMessage!]! - stagingavalanche_aggregateRoot( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AggregateRoot - stagingavalanche_aggregateRoots( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_filter + orderBy: polygonzkevm_AggregateRoot_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AggregateRoot!]! - stagingavalanche_connectorMeta( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_ConnectorMeta - stagingavalanche_connectorMetas( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_filter + orderBy: polygonzkevm_ConnectorMeta_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_ConnectorMeta!]! - stagingavalanche_rootCount( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RootCount - stagingavalanche_rootCounts( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_filter + orderBy: polygonzkevm_RootCount_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RootCount!]! - stagingavalanche_rootMessageSent( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RootMessageSent - stagingavalanche_rootMessageSents( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_filter + orderBy: polygonzkevm_RootMessageSent_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RootMessageSent!]! - stagingavalanche_relayerFeesIncrease( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RelayerFeesIncrease - stagingavalanche_relayerFeesIncreases( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_filter + orderBy: polygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RelayerFeesIncrease!]! - stagingavalanche_slippageUpdate( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SlippageUpdate - stagingavalanche_slippageUpdates( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_filter + orderBy: polygonzkevm_SlippageUpdate_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SlippageUpdate!]! - stagingavalanche_snapshotRoot( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SnapshotRoot - stagingavalanche_snapshotRoots( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_filter + orderBy: polygonzkevm_SnapshotRoot_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SnapshotRoot!]! - stagingavalanche_spokeConnectorMode( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SpokeConnectorMode - stagingavalanche_spokeConnectorModes( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_filter + orderBy: polygonzkevm_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SpokeConnectorMode!]! - stagingavalanche_aggregateRootProposed( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AggregateRootProposed - stagingavalanche_aggregateRootProposeds( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_filter + orderBy: polygonzkevm_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AggregateRootProposed!]! - stagingavalanche_optimisticRootFinalized( + ): [polygonzkevm_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: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OptimisticRootFinalized - stagingavalanche_optimisticRootFinalizeds( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_filter + orderBy: polygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OptimisticRootFinalized!]! + ): [polygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - arbitrumone_asset( + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ + stagingoptimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_filter + orderBy: stagingoptimism_Asset_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_filter + orderBy: stagingoptimism_AssetStatus_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + orderBy: stagingoptimism_AssetBalance_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + orderBy: stagingoptimism_Router_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + orderBy: stagingoptimism_RouterDailyTVL_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: stagingoptimism_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: stagingoptimism_Setting_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: stagingoptimism_Relayer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: stagingoptimism_Sequencer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: stagingoptimism_RelayerFee_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter + orderBy: stagingoptimism_OriginTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: stagingoptimism_DestinationTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: stagingoptimism_OriginMessage_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: stagingoptimism_AggregateRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: stagingoptimism_ConnectorMeta_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: stagingoptimism_RootCount_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: stagingoptimism_RootMessageSent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: stagingoptimism_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: stagingoptimism_SlippageUpdate_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_filter + orderBy: stagingoptimism_SnapshotRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_filter + orderBy: stagingoptimism_SpokeConnectorMode_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_filter + orderBy: stagingoptimism_AggregateRootProposed_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_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( + ): [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: arbitrumone_Block_height + block: stagingoptimism_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( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_filter + orderBy: stagingoptimism_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OptimisticRootFinalized!]! + ): [stagingoptimism_OptimisticRootFinalized!]! """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - polygonzkevm_asset( + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): [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: polygonzkevm_Block_height + block: stagingarbitrumone_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( + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OptimisticRootFinalized!]! + ): [stagingarbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingoptimism_asset( + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ + localarbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_Asset - stagingoptimism_assets( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_Router - stagingoptimism_routers( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): localarbitrumone_RouterLiquidityEvent + localarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_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: stagingoptimism_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 - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [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: stagingoptimism_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 - ): stagingoptimism_Setting - stagingoptimism_settings( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_ConnectorMeta - stagingoptimism_connectorMetas( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_ConnectorMeta!]! - stagingoptimism_rootCount( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_RootCount - stagingoptimism_rootCounts( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_RootCount!]! - stagingoptimism_rootMessageSent( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_RootMessageSent - stagingoptimism_rootMessageSents( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_filter + orderBy: localarbitrumone_RootMessageSent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_RootMessageSent!]! - stagingoptimism_relayerFeesIncrease( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_RelayerFeesIncrease - stagingoptimism_relayerFeesIncreases( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_filter + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_RelayerFeesIncrease!]! - stagingoptimism_slippageUpdate( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_SlippageUpdate - stagingoptimism_slippageUpdates( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_filter + orderBy: localarbitrumone_SlippageUpdate_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_SlippageUpdate!]! - stagingoptimism_snapshotRoot( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_SnapshotRoot - stagingoptimism_snapshotRoots( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_filter + orderBy: localarbitrumone_SnapshotRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_SnapshotRoot!]! - stagingoptimism_spokeConnectorMode( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_SpokeConnectorMode - stagingoptimism_spokeConnectorModes( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_filter + orderBy: localarbitrumone_SpokeConnectorMode_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_SpokeConnectorMode!]! - stagingoptimism_aggregateRootProposed( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_AggregateRootProposed - stagingoptimism_aggregateRootProposeds( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_filter + orderBy: localarbitrumone_AggregateRootProposed_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_AggregateRootProposed!]! - stagingoptimism_optimisticRootFinalized( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): stagingoptimism_OptimisticRootFinalized - stagingoptimism_optimisticRootFinalizeds( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_filter + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_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 - ): [stagingoptimism_OptimisticRootFinalized!]! + ): [localarbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ - optimism_asset( + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + mumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_SnapshotRoot + mumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_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: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_SpokeConnectorMode + mumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_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: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_AggregateRootProposed + mumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_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: optimism_Block_height + block: mumbai_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( + ): [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: optimism_Block_height + block: mumbai_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( + ): mumbai_OptimisticRootFinalized + mumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_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: optimism_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OptimisticRootFinalized!]! + ): [mumbai_OptimisticRootFinalized!]! """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - bnb_asset( + mumbai__meta(block: mumbai_Block_height): mumbai__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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_filter + orderBy: stagingmode_Asset_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_filter + orderBy: stagingmode_AssetStatus_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_filter + orderBy: stagingmode_AssetBalance_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_filter + orderBy: stagingmode_Router_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_filter + orderBy: stagingmode_RouterDailyTVL_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_filter + orderBy: stagingmode_RouterLiquidityEvent_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: stagingmode_Setting_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: stagingmode_Relayer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_filter + orderBy: stagingmode_Sequencer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_filter + orderBy: stagingmode_RelayerFee_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_filter + orderBy: stagingmode_OriginTransfer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_filter + orderBy: stagingmode_DestinationTransfer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_filter + orderBy: stagingmode_OriginMessage_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_filter + orderBy: stagingmode_AggregateRoot_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_filter + orderBy: stagingmode_ConnectorMeta_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_filter + orderBy: stagingmode_RootCount_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_filter + orderBy: stagingmode_RootMessageSent_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_filter + orderBy: stagingmode_RelayerFeesIncrease_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: stagingmode_SlippageUpdate_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_filter + orderBy: stagingmode_SnapshotRoot_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_filter + orderBy: stagingmode_SpokeConnectorMode_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_filter + orderBy: stagingmode_AggregateRootProposed_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_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( + ): [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: bnb_Block_height + block: stagingmode_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( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_filter + orderBy: stagingmode_OptimisticRootFinalized_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OptimisticRootFinalized!]! + ): [stagingmode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - staginglinea_asset( + stagingmode__meta(block: stagingmode_Block_height): stagingmode__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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_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: staginglinea_Block_height + block: stagingzksync_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( + ): [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: staginglinea_Block_height + block: stagingzksync_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( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_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: staginglinea_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OptimisticRootFinalized!]! + ): [stagingzksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ - stagingmantle_asset( + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: stagingbase_Asset_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: stagingbase_AssetStatus_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: stagingbase_AssetBalance_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: stagingbase_Router_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: stagingbase_RouterDailyTVL_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: stagingbase_RouterLiquidityEvent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_filter + orderBy: stagingbase_Setting_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_filter + orderBy: stagingbase_Relayer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_filter + orderBy: stagingbase_Sequencer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_filter + orderBy: stagingbase_RelayerFee_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_filter + orderBy: stagingbase_OriginTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_filter + orderBy: stagingbase_DestinationTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_filter + orderBy: stagingbase_OriginMessage_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_filter + orderBy: stagingbase_AggregateRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_filter + orderBy: stagingbase_ConnectorMeta_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_filter + orderBy: stagingbase_RootCount_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_filter + orderBy: stagingbase_RootMessageSent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_filter + orderBy: stagingbase_RelayerFeesIncrease_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_filter + orderBy: stagingbase_SlippageUpdate_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_filter + orderBy: stagingbase_SnapshotRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_filter + orderBy: stagingbase_SpokeConnectorMode_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_filter + orderBy: stagingbase_AggregateRootProposed_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_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( + ): [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: stagingmantle_Block_height + block: stagingbase_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( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_filter + orderBy: stagingbase_OptimisticRootFinalized_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OptimisticRootFinalized!]! + ): [stagingbase_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - linea_asset( + stagingbase__meta(block: stagingbase_Block_height): stagingbase__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: linea_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 - ): linea_Asset - linea_assets( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_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: linea_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 - ): [linea_Asset!]! - linea_assetStatus( + ): [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: linea_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 - ): linea_AssetStatus - linea_assetStatuses( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_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: linea_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 - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [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: linea_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 - ): linea_AssetBalance - linea_assetBalances( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_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: linea_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 - ): [linea_AssetBalance!]! - linea_router( + ): [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: linea_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 - ): linea_Router - linea_routers( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_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: linea_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 - ): [linea_Router!]! - linea_routerDailyTVL( + ): [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: linea_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 - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_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: linea_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 - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [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: linea_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 - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_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: linea_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 - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [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: linea_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 - ): linea_Setting - linea_settings( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_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: linea_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 - ): [linea_Setting!]! - linea_relayer( + ): [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: linea_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 - ): linea_Relayer - linea_relayers( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_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: linea_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 - ): [linea_Relayer!]! - linea_sequencer( + ): [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: linea_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 - ): linea_Sequencer - linea_sequencers( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_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: linea_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 - ): [linea_Sequencer!]! - linea_relayerFee( + ): [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: linea_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 - ): linea_RelayerFee - linea_relayerFees( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_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: linea_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 - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [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: linea_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 - ): linea_OriginTransfer - linea_originTransfers( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_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: linea_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 - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [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: linea_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 - ): linea_DestinationTransfer - linea_destinationTransfers( + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [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: linea_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 - ): linea_OriginMessage - linea_originMessages( + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [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: linea_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 - ): linea_AggregateRoot - linea_aggregateRoots( + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [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: linea_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 - ): linea_ConnectorMeta - linea_connectorMetas( + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [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: linea_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 - ): linea_RootCount - linea_rootCounts( + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [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: linea_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 - ): linea_RootMessageSent - linea_rootMessageSents( + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [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: linea_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 - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [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: linea_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 - ): linea_SlippageUpdate - linea_slippageUpdates( + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [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: linea_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 - ): linea_SnapshotRoot - linea_snapshotRoots( + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_filter + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [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: linea_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 - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [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: linea_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 - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [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: linea_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 - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): [linea_OptimisticRootFinalized!]! + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - stagingmetis_asset( + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__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: stagingmetis_Block_height + block: bnb_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( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_filter + orderBy: bnb_Asset_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_filter + orderBy: bnb_AssetStatus_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_filter + orderBy: bnb_AssetBalance_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_filter + orderBy: bnb_Setting_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_filter + orderBy: bnb_Relayer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_filter + orderBy: bnb_Sequencer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_filter + orderBy: bnb_RelayerFee_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_filter + orderBy: bnb_OriginTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_filter + orderBy: bnb_DestinationTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_filter + orderBy: bnb_OriginMessage_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_filter + orderBy: bnb_AggregateRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_filter + orderBy: bnb_ConnectorMeta_orderBy + orderDirection: bnb_OrderDirection + where: bnb_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_filter + orderBy: bnb_RootCount_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_filter + orderBy: bnb_RootMessageSent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_filter + orderBy: bnb_RelayerFeesIncrease_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_filter + orderBy: bnb_SlippageUpdate_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_filter + orderBy: bnb_SnapshotRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_filter + orderBy: bnb_SpokeConnectorMode_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_filter + orderBy: bnb_AggregateRootProposed_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_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( + ): [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: stagingmetis_Block_height + block: bnb_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( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_filter + orderBy: bnb_OptimisticRootFinalized_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OptimisticRootFinalized!]! + ): [bnb_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ - stagingarbitrumone_asset( + bnb__meta(block: bnb_Block_height): bnb__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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Asset_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetStatus_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetBalance_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Router_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterDailyTVL_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterLiquidityEvent_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Setting_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Relayer_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Sequencer_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFee_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginTransfer_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_DestinationTransfer_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginMessage_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRoot_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_ConnectorMeta_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootCount_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootMessageSent_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFeesIncrease_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SlippageUpdate_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_SnapshotRoot + xdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SnapshotRoot_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_SpokeConnectorMode + xdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SpokeConnectorMode_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_AggregateRootProposed + xdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRootProposed_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: stagingarbitrumone_Block_height + block: xdai_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( + ): [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: stagingarbitrumone_Block_height + block: xdai_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( + ): xdai_OptimisticRootFinalized + xdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OptimisticRootFinalized_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: stagingarbitrumone_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumone_OptimisticRootFinalized!]! + ): [xdai_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - zksync_asset( + xdai__meta(block: xdai_Block_height): xdai__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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Asset - zksync_assets( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Asset!]! - zksync_assetStatus( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetStatus - zksync_assetStatuses( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetBalance - zksync_assetBalances( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_filter + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetBalance!]! - zksync_router( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Router - zksync_routers( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_filter + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_filter + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_filter + orderBy: mainnet_RouterLiquidityEvent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Setting - zksync_settings( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_filter + orderBy: mainnet_Setting_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Setting!]! - zksync_relayer( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Relayer - zksync_relayers( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_filter + orderBy: mainnet_Relayer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Relayer!]! - zksync_sequencer( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Sequencer - zksync_sequencers( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_filter + orderBy: mainnet_Sequencer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFee - zksync_relayerFees( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_filter + orderBy: mainnet_RelayerFee_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginTransfer - zksync_originTransfers( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_filter + orderBy: mainnet_OriginTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_filter + orderBy: mainnet_DestinationTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginMessage - zksync_originMessages( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_filter + orderBy: mainnet_OriginMessage_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_filter + orderBy: mainnet_AggregateRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_filter + orderBy: mainnet_ConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [mainnet_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: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootCount - zksync_rootCounts( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_filter + orderBy: mainnet_RootCount_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [mainnet_RootCount!]! + mainnet_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_filter + orderBy: mainnet_RootMessageSent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [mainnet_RootMessageSent!]! + mainnet_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_filter + orderBy: mainnet_RelayerFeesIncrease_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [mainnet_RelayerFeesIncrease!]! + mainnet_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_filter + orderBy: mainnet_SlippageUpdate_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [mainnet_SlippageUpdate!]! + mainnet_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_filter + orderBy: mainnet_SnapshotRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [mainnet_SnapshotRoot!]! + mainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_filter + orderBy: mainnet_SpokeConnectorMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [mainnet_SpokeConnectorMode!]! + mainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_filter + orderBy: mainnet_AggregateRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [mainnet_AggregateRootProposed!]! + mainnet_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_filter + orderBy: mainnet_OptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - stagingbase_asset( + ): [mainnet_OptimisticRootFinalized!]! + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_filter + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_filter + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_filter + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_filter + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_filter + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_filter + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_filter + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_filter + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_filter + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_filter + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_filter + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_filter + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_filter + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_filter + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_filter + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_filter + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_filter + orderBy: arbitrumone_RootMessageSent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_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: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_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: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_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: stagingbase_Block_height + block: arbitrumone_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( + ): [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: stagingbase_Block_height + block: arbitrumone_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( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_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: stagingbase_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OptimisticRootFinalized!]! + ): [arbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - base_asset( + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + polygon_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Asset - base_assets( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: polygon_Asset_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Asset!]! - base_assetStatus( + ): [polygon_Asset!]! + polygon_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetStatus - base_assetStatuses( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: polygon_AssetStatus_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetStatus!]! - base_assetBalance( + ): [polygon_AssetStatus!]! + polygon_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetBalance - base_assetBalances( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: polygon_AssetBalance_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetBalance!]! - base_router( + ): [polygon_AssetBalance!]! + polygon_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Router - base_routers( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: polygon_Router_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Router!]! - base_routerDailyTVL( + ): [polygon_Router!]! + polygon_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: polygon_RouterDailyTVL_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Setting - base_settings( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: polygon_Setting_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Setting!]! - base_relayer( + ): [polygon_Setting!]! + polygon_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Relayer - base_relayers( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: polygon_Relayer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Relayer!]! - base_sequencer( + ): [polygon_Relayer!]! + polygon_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Sequencer - base_sequencers( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: polygon_Sequencer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Sequencer!]! - base_relayerFee( + ): [polygon_Sequencer!]! + polygon_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFee - base_relayerFees( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: polygon_RelayerFee_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFee!]! - base_originTransfer( + ): [polygon_RelayerFee!]! + polygon_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginTransfer - base_originTransfers( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: polygon_OriginTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginTransfer!]! - base_destinationTransfer( + ): [polygon_OriginTransfer!]! + polygon_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_DestinationTransfer - base_destinationTransfers( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: polygon_DestinationTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_DestinationTransfer!]! - base_originMessage( + ): [polygon_DestinationTransfer!]! + polygon_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginMessage - base_originMessages( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: polygon_OriginMessage_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginMessage!]! - base_aggregateRoot( + ): [polygon_OriginMessage!]! + polygon_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRoot - base_aggregateRoots( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: polygon_AggregateRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRoot!]! - base_connectorMeta( + ): [polygon_AggregateRoot!]! + polygon_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_ConnectorMeta - base_connectorMetas( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: polygon_ConnectorMeta_orderBy + orderDirection: polygon_OrderDirection + where: polygon_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_ConnectorMeta!]! - base_rootCount( + ): [polygon_ConnectorMeta!]! + polygon_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootCount - base_rootCounts( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: polygon_RootCount_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootCount!]! - base_rootMessageSent( + ): [polygon_RootCount!]! + polygon_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootMessageSent - base_rootMessageSents( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: polygon_RootMessageSent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootMessageSent!]! - base_relayerFeesIncrease( + ): [polygon_RootMessageSent!]! + polygon_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFeesIncrease - base_relayerFeesIncreases( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: polygon_RelayerFeesIncrease_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFeesIncrease!]! - base_slippageUpdate( + ): [polygon_RelayerFeesIncrease!]! + polygon_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SlippageUpdate - base_slippageUpdates( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: polygon_SlippageUpdate_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SlippageUpdate!]! - base_snapshotRoot( + ): [polygon_SlippageUpdate!]! + polygon_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SnapshotRoot - base_snapshotRoots( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + orderBy: polygon_SnapshotRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SnapshotRoot!]! - base_spokeConnectorMode( + ): [polygon_SnapshotRoot!]! + polygon_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SpokeConnectorMode - base_spokeConnectorModes( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_filter + orderBy: polygon_SpokeConnectorMode_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SpokeConnectorMode!]! - base_aggregateRootProposed( + ): [polygon_SpokeConnectorMode!]! + polygon_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRootProposed - base_aggregateRootProposeds( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_filter + orderBy: polygon_AggregateRootProposed_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRootProposed!]! - base_optimisticRootFinalized( + ): [polygon_AggregateRootProposed!]! + polygon_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OptimisticRootFinalized - base_optimisticRootFinalizeds( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_filter + orderBy: polygon_OptimisticRootFinalized_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! + ): [polygon_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - stagingpolygonzkevm_asset( + polygon__meta(block: polygon_Block_height): polygon__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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Asset - stagingpolygonzkevm_assets( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Asset!]! - stagingpolygonzkevm_assetStatus( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AssetStatus - stagingpolygonzkevm_assetStatuses( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AssetStatus!]! - stagingpolygonzkevm_assetBalance( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AssetBalance - stagingpolygonzkevm_assetBalances( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AssetBalance!]! - stagingpolygonzkevm_router( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Router - stagingpolygonzkevm_routers( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Router!]! - stagingpolygonzkevm_routerDailyTVL( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RouterDailyTVL - stagingpolygonzkevm_routerDailyTVLs( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RouterDailyTVL!]! - stagingpolygonzkevm_routerLiquidityEvent( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RouterLiquidityEvent - stagingpolygonzkevm_routerLiquidityEvents( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RouterLiquidityEvent!]! - stagingpolygonzkevm_setting( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Setting - stagingpolygonzkevm_settings( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Setting!]! - stagingpolygonzkevm_relayer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Relayer - stagingpolygonzkevm_relayers( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Relayer!]! - stagingpolygonzkevm_sequencer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Sequencer - stagingpolygonzkevm_sequencers( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Sequencer!]! - stagingpolygonzkevm_relayerFee( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RelayerFee - stagingpolygonzkevm_relayerFees( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RelayerFee!]! - stagingpolygonzkevm_originTransfer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OriginTransfer - stagingpolygonzkevm_originTransfers( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OriginTransfer!]! - stagingpolygonzkevm_destinationTransfer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_DestinationTransfer - stagingpolygonzkevm_destinationTransfers( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_DestinationTransfer!]! - stagingpolygonzkevm_originMessage( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OriginMessage - stagingpolygonzkevm_originMessages( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OriginMessage!]! - stagingpolygonzkevm_aggregateRoot( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AggregateRoot - stagingpolygonzkevm_aggregateRoots( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AggregateRoot!]! - stagingpolygonzkevm_connectorMeta( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_ConnectorMeta - stagingpolygonzkevm_connectorMetas( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_ConnectorMeta!]! - stagingpolygonzkevm_rootCount( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RootCount - stagingpolygonzkevm_rootCounts( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RootCount!]! - stagingpolygonzkevm_rootMessageSent( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmetis_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( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_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: stagingpolygonzkevm_Block_height + block: stagingmetis_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_ - stagingzksync_asset( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginMessage_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRoot_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_ConnectorMeta_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [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: stagingzksync_Block_height + block: stagingmetis_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( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootCount_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: stagingzksync_Block_height + block: stagingmetis_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( + ): [stagingmetis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__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: stagingzksync_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 - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootMessageSent_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: stagingzksync_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 - ): [stagingzksync_RootMessageSent!]! - stagingzksync_relayerFeesIncrease( + ): [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: stagingzksync_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 - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFeesIncrease_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: stagingzksync_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 - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_slippageUpdate( + ): [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: stagingzksync_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 - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SlippageUpdate_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: stagingzksync_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 - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [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: stagingzksync_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 - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_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: stagingzksync_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 - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [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: stagingzksync_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 - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_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: stagingzksync_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 - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [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: stagingzksync_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 - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_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: stagingzksync_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 - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [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: stagingzksync_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 - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_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: stagingzksync_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 - ): [stagingzksync_OptimisticRootFinalized!]! + ): [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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_SwapHourlyVolume!]! + mantle_swap_swapWeeklyVolume( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_SwapWeeklyVolume!]! + mantle_swap_lpAccount( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_LpAccount!]! + mantle_swap_lpAccountBalance( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_LpAccountBalance!]! + mantle_swap_lpToken( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_LpToken!]! + mantle_swap_lpTransferEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_LpTransferEvent!]! + mantle_swap_stableSwapEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_StableSwapEvent!]! + mantle_swap_swapTradeVolume( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_SwapTradeVolume!]! + mantle_swap_lpTokenEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: mantle_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mantle_swap_LpTokenEvent!]! """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - x1testnet_asset( + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__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: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Asset - x1testnet_assets( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Asset_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Asset_filter + orderBy: mantle_Asset_orderBy + orderDirection: mantle_OrderDirection + where: mantle_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Asset!]! - x1testnet_assetStatus( + ): [mantle_Asset!]! + mantle_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_AssetStatus - x1testnet_assetStatuses( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AssetStatus_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AssetStatus_filter + orderBy: mantle_AssetStatus_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_AssetStatus!]! - x1testnet_assetBalance( + ): [mantle_AssetStatus!]! + mantle_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_AssetBalance - x1testnet_assetBalances( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AssetBalance_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AssetBalance_filter + orderBy: mantle_AssetBalance_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_AssetBalance!]! - x1testnet_router( + ): [mantle_AssetBalance!]! + mantle_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Router - x1testnet_routers( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Router_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Router_filter + orderBy: mantle_Router_orderBy + orderDirection: mantle_OrderDirection + where: mantle_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Router!]! - x1testnet_routerDailyTVL( + ): [mantle_Router!]! + mantle_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RouterDailyTVL - x1testnet_routerDailyTVLs( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RouterDailyTVL_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RouterDailyTVL_filter + orderBy: mantle_RouterDailyTVL_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RouterDailyTVL!]! - x1testnet_routerLiquidityEvent( + ): [mantle_RouterDailyTVL!]! + mantle_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RouterLiquidityEvent - x1testnet_routerLiquidityEvents( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RouterLiquidityEvent_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RouterLiquidityEvent_filter + orderBy: mantle_RouterLiquidityEvent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RouterLiquidityEvent!]! - x1testnet_setting( + ): [mantle_RouterLiquidityEvent!]! + mantle_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Setting - x1testnet_settings( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Setting_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Setting_filter + orderBy: mantle_Setting_orderBy + orderDirection: mantle_OrderDirection + where: mantle_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Setting!]! - x1testnet_relayer( + ): [mantle_Setting!]! + mantle_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Relayer - x1testnet_relayers( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Relayer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Relayer_filter + orderBy: mantle_Relayer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Relayer!]! - x1testnet_sequencer( + ): [mantle_Relayer!]! + mantle_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_Sequencer - x1testnet_sequencers( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_Sequencer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_Sequencer_filter + orderBy: mantle_Sequencer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_Sequencer!]! - x1testnet_relayerFee( + ): [mantle_Sequencer!]! + mantle_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RelayerFee - x1testnet_relayerFees( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RelayerFee_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RelayerFee_filter + orderBy: mantle_RelayerFee_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RelayerFee!]! - x1testnet_originTransfer( + ): [mantle_RelayerFee!]! + mantle_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_OriginTransfer - x1testnet_originTransfers( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_OriginTransfer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_OriginTransfer_filter + orderBy: mantle_OriginTransfer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_OriginTransfer!]! - x1testnet_destinationTransfer( + ): [mantle_OriginTransfer!]! + mantle_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_DestinationTransfer - x1testnet_destinationTransfers( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_DestinationTransfer_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_DestinationTransfer_filter + orderBy: mantle_DestinationTransfer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_DestinationTransfer!]! - x1testnet_originMessage( + ): [mantle_DestinationTransfer!]! + mantle_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_OriginMessage - x1testnet_originMessages( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_OriginMessage_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_OriginMessage_filter + orderBy: mantle_OriginMessage_orderBy + orderDirection: mantle_OrderDirection + where: mantle_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_OriginMessage!]! - x1testnet_aggregateRoot( + ): [mantle_OriginMessage!]! + mantle_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_AggregateRoot - x1testnet_aggregateRoots( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AggregateRoot_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AggregateRoot_filter + orderBy: mantle_AggregateRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_AggregateRoot!]! - x1testnet_connectorMeta( + ): [mantle_AggregateRoot!]! + mantle_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_ConnectorMeta - x1testnet_connectorMetas( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_ConnectorMeta_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_ConnectorMeta_filter + orderBy: mantle_ConnectorMeta_orderBy + orderDirection: mantle_OrderDirection + where: mantle_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_ConnectorMeta!]! - x1testnet_rootCount( + ): [mantle_ConnectorMeta!]! + mantle_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RootCount - x1testnet_rootCounts( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RootCount_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RootCount_filter + orderBy: mantle_RootCount_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RootCount!]! - x1testnet_rootMessageSent( + ): [mantle_RootCount!]! + mantle_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RootMessageSent - x1testnet_rootMessageSents( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RootMessageSent_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RootMessageSent_filter + orderBy: mantle_RootMessageSent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RootMessageSent!]! - x1testnet_relayerFeesIncrease( + ): [mantle_RootMessageSent!]! + mantle_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_RelayerFeesIncrease - x1testnet_relayerFeesIncreases( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_RelayerFeesIncrease_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_RelayerFeesIncrease_filter + orderBy: mantle_RelayerFeesIncrease_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_RelayerFeesIncrease!]! - x1testnet_slippageUpdate( + ): [mantle_RelayerFeesIncrease!]! + mantle_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_SlippageUpdate - x1testnet_slippageUpdates( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_SlippageUpdate_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_SlippageUpdate_filter + orderBy: mantle_SlippageUpdate_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_SlippageUpdate!]! - x1testnet_snapshotRoot( + ): [mantle_SlippageUpdate!]! + mantle_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_SnapshotRoot - x1testnet_snapshotRoots( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_SnapshotRoot_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_SnapshotRoot_filter + orderBy: mantle_SnapshotRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_SnapshotRoot!]! - x1testnet_spokeConnectorMode( + ): [mantle_SnapshotRoot!]! + mantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_SpokeConnectorMode - x1testnet_spokeConnectorModes( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_SpokeConnectorMode_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_SpokeConnectorMode_filter + orderBy: mantle_SpokeConnectorMode_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_SpokeConnectorMode!]! - x1testnet_aggregateRootProposed( + ): [mantle_SpokeConnectorMode!]! + mantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_AggregateRootProposed - x1testnet_aggregateRootProposeds( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_AggregateRootProposed_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_AggregateRootProposed_filter + orderBy: mantle_AggregateRootProposed_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_AggregateRootProposed!]! - x1testnet_optimisticRootFinalized( + ): [mantle_AggregateRootProposed!]! + mantle_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): x1testnet_OptimisticRootFinalized - x1testnet_optimisticRootFinalizeds( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: x1testnet_OptimisticRootFinalized_orderBy - orderDirection: x1testnet_OrderDirection - where: x1testnet_OptimisticRootFinalized_filter + orderBy: mantle_OptimisticRootFinalized_orderBy + orderDirection: mantle_OrderDirection + where: mantle_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: x1testnet_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [x1testnet_OptimisticRootFinalized!]! + ): [mantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - x1testnet__meta(block: x1testnet_Block_height): x1testnet__Meta_ -} - -enum testoptimismgoerli_Aggregation_interval { + mantle__meta(block: mantle_Block_height): mantle__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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Asset + stagingmantle_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Asset_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Asset_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Asset!]! + stagingmantle_assetStatus( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AssetStatus_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AssetStatus_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AssetStatus!]! + stagingmantle_assetBalance( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AssetBalance_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AssetBalance_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AssetBalance!]! + stagingmantle_router( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Router + stagingmantle_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Router_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Router_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Router!]! + stagingmantle_routerDailyTVL( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RouterDailyTVL_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RouterDailyTVL_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RouterDailyTVL!]! + stagingmantle_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RouterLiquidityEvent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RouterLiquidityEvent!]! + stagingmantle_setting( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Setting + stagingmantle_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Setting_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Setting_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Setting!]! + stagingmantle_relayer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Relayer + stagingmantle_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Relayer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Relayer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Relayer!]! + stagingmantle_sequencer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Sequencer + stagingmantle_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Sequencer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_Sequencer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Sequencer!]! + stagingmantle_relayerFee( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RelayerFee_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RelayerFee_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RelayerFee!]! + stagingmantle_originTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OriginTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_OriginTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OriginTransfer!]! + stagingmantle_destinationTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_DestinationTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_DestinationTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_DestinationTransfer!]! + stagingmantle_originMessage( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OriginMessage + stagingmantle_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OriginMessage_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_OriginMessage_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OriginMessage!]! + stagingmantle_aggregateRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AggregateRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AggregateRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AggregateRoot!]! + stagingmantle_connectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_ConnectorMeta_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_ConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_ConnectorMeta!]! + stagingmantle_rootCount( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RootCount + stagingmantle_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RootCount_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RootCount_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RootCount!]! + stagingmantle_rootMessageSent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RootMessageSent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RootMessageSent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RootMessageSent!]! + stagingmantle_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RelayerFeesIncrease_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RelayerFeesIncrease_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RelayerFeesIncrease!]! + stagingmantle_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SlippageUpdate_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SlippageUpdate_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SlippageUpdate!]! + stagingmantle_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SnapshotRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SnapshotRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SnapshotRoot!]! + stagingmantle_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SpokeConnectorMode_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SpokeConnectorMode!]! + stagingmantle_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AggregateRootProposed_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AggregateRootProposed!]! + stagingmantle_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OptimisticRootFinalized_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_OptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ + 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: metis_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( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_AssetStatus + metis_assetStatuses( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_AssetBalance + metis_assetBalances( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_Router + metis_routers( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_RouterDailyTVL + metis_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_RouterLiquidityEvent + metis_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_Setting + metis_settings( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_Relayer + metis_relayers( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_Sequencer + metis_sequencers( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_RelayerFee + metis_relayerFees( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_OriginTransfer + metis_originTransfers( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_DestinationTransfer + metis_destinationTransfers( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_OriginMessage + metis_originMessages( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_AggregateRoot + metis_aggregateRoots( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_ConnectorMeta + metis_connectorMetas( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_RootCount + metis_rootCounts( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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""" + metis__meta(block: metis_Block_height): metis__Meta_ + optimism_asset( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_Asset + optimism_assets( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_Asset_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Asset_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_Asset!]! + optimism_assetStatus( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_AssetStatus + optimism_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_AssetStatus_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetStatus_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_AssetStatus!]! + optimism_assetBalance( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_AssetBalance + optimism_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_AssetBalance_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetBalance_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_AssetBalance!]! + optimism_router( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_Router + optimism_routers( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_Router_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Router_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_Router!]! + optimism_routerDailyTVL( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RouterDailyTVL_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterDailyTVL_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_Setting + optimism_settings( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_Setting!]! + optimism_relayer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_Relayer + optimism_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_Relayer!]! + optimism_sequencer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_Sequencer + optimism_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_Sequencer!]! + optimism_relayerFee( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RelayerFee + optimism_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RelayerFee!]! + optimism_originTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_OriginTransfer + optimism_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_DestinationTransfer + optimism_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_DestinationTransfer!]! + optimism_originMessage( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_OriginMessage + optimism_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_OriginMessage_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginMessage_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_OriginMessage!]! + optimism_aggregateRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_AggregateRoot + optimism_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_AggregateRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_AggregateRoot!]! + optimism_connectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_ConnectorMeta + optimism_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_ConnectorMeta_orderBy + orderDirection: optimism_OrderDirection + where: optimism_ConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_ConnectorMeta!]! + optimism_rootCount( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RootCount + optimism_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RootCount_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootCount_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RootCount!]! + optimism_rootMessageSent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RootMessageSent + optimism_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RootMessageSent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootMessageSent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RootMessageSent!]! + optimism_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RelayerFeesIncrease!]! + optimism_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_SlippageUpdate + optimism_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_SlippageUpdate!]! + 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: optimism_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( + skip: Int = 0 + first: Int = 100 + 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: optimism_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + 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: optimism_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + 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: optimism_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: optimism_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_ + x1testnet_asset( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_Asset + x1testnet_assets( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_Asset_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Asset_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_Asset!]! + x1testnet_assetStatus( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_AssetStatus + x1testnet_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_AssetStatus_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AssetStatus_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_AssetStatus!]! + x1testnet_assetBalance( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_AssetBalance + x1testnet_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_AssetBalance_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AssetBalance_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_AssetBalance!]! + x1testnet_router( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_Router + x1testnet_routers( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_Router_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Router_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_Router!]! + x1testnet_routerDailyTVL( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_RouterDailyTVL + x1testnet_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_RouterDailyTVL_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RouterDailyTVL_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_RouterDailyTVL!]! + x1testnet_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_RouterLiquidityEvent + x1testnet_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_RouterLiquidityEvent_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_RouterLiquidityEvent!]! + x1testnet_setting( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_Setting + x1testnet_settings( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_Setting_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Setting_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_Setting!]! + x1testnet_relayer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_Relayer + x1testnet_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_Relayer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Relayer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_Relayer!]! + x1testnet_sequencer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_Sequencer + x1testnet_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_Sequencer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_Sequencer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_Sequencer!]! + x1testnet_relayerFee( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_RelayerFee + x1testnet_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_RelayerFee_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RelayerFee_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_RelayerFee!]! + x1testnet_originTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_OriginTransfer + x1testnet_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_OriginTransfer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_OriginTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_OriginTransfer!]! + x1testnet_destinationTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_DestinationTransfer + x1testnet_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_DestinationTransfer_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_DestinationTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_DestinationTransfer!]! + x1testnet_originMessage( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_OriginMessage + x1testnet_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_OriginMessage_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_OriginMessage_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_OriginMessage!]! + x1testnet_aggregateRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_AggregateRoot + x1testnet_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_AggregateRoot_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AggregateRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_AggregateRoot!]! + x1testnet_connectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_ConnectorMeta + x1testnet_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_ConnectorMeta_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_ConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_ConnectorMeta!]! + x1testnet_rootCount( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_RootCount + x1testnet_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_RootCount_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RootCount_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_RootCount!]! + x1testnet_rootMessageSent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_RootMessageSent + x1testnet_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_RootMessageSent_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RootMessageSent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_RootMessageSent!]! + x1testnet_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_RelayerFeesIncrease + x1testnet_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_RelayerFeesIncrease_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_RelayerFeesIncrease_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_RelayerFeesIncrease!]! + x1testnet_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_SlippageUpdate + x1testnet_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_SlippageUpdate_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_SlippageUpdate_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_SlippageUpdate!]! + x1testnet_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_SnapshotRoot + x1testnet_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_SnapshotRoot_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_SnapshotRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_SnapshotRoot!]! + x1testnet_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_SpokeConnectorMode + x1testnet_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_SpokeConnectorMode_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_SpokeConnectorMode!]! + x1testnet_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_AggregateRootProposed + x1testnet_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_AggregateRootProposed_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_AggregateRootProposed!]! + x1testnet_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): x1testnet_OptimisticRootFinalized + x1testnet_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: x1testnet_OptimisticRootFinalized_orderBy + orderDirection: x1testnet_OrderDirection + where: x1testnet_OptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: x1testnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [x1testnet_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + 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 { + id: ID! + amount: BigInt! + router: testoptimismgoerli_Router! + asset: testoptimismgoerli_Asset! +} + +input testoptimismgoerli_AssetBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: testoptimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: testoptimismgoerli_Asset_filter + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_AssetBalance_filter] + or: [testoptimismgoerli_AssetBalance_filter] +} + +enum testoptimismgoerli_AssetBalance_orderBy { + id + amount + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__local + asset__adoptedAsset + asset__canonicalId + asset__canonicalDomain + asset__blockNumber +} + +input testoptimismgoerli_Asset_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + key: testoptimismgoerli_Bytes + key_not: testoptimismgoerli_Bytes + key_gt: testoptimismgoerli_Bytes + key_lt: testoptimismgoerli_Bytes + key_gte: testoptimismgoerli_Bytes + key_lte: testoptimismgoerli_Bytes + key_in: [testoptimismgoerli_Bytes!] + key_not_in: [testoptimismgoerli_Bytes!] + key_contains: testoptimismgoerli_Bytes + key_not_contains: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes + local_not: testoptimismgoerli_Bytes + local_gt: testoptimismgoerli_Bytes + local_lt: testoptimismgoerli_Bytes + local_gte: testoptimismgoerli_Bytes + local_lte: testoptimismgoerli_Bytes + local_in: [testoptimismgoerli_Bytes!] + local_not_in: [testoptimismgoerli_Bytes!] + local_contains: testoptimismgoerli_Bytes + local_not_contains: testoptimismgoerli_Bytes + adoptedAsset: testoptimismgoerli_Bytes + adoptedAsset_not: testoptimismgoerli_Bytes + adoptedAsset_gt: testoptimismgoerli_Bytes + adoptedAsset_lt: testoptimismgoerli_Bytes + adoptedAsset_gte: testoptimismgoerli_Bytes + adoptedAsset_lte: testoptimismgoerli_Bytes + adoptedAsset_in: [testoptimismgoerli_Bytes!] + adoptedAsset_not_in: [testoptimismgoerli_Bytes!] + adoptedAsset_contains: testoptimismgoerli_Bytes + adoptedAsset_not_contains: testoptimismgoerli_Bytes + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Asset_filter] + or: [testoptimismgoerli_Asset_filter] +} + +enum testoptimismgoerli_Asset_orderBy { + id + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber +} + +scalar testoptimismgoerli_BigDecimal + +scalar BigInt + +input testoptimismgoerli_BlockChangedFilter { + number_gte: Int! +} + +input testoptimismgoerli_Block_height { + hash: testoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar testoptimismgoerli_Bytes + +type testoptimismgoerli_DestinationTransfer { + 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 +} + +input testoptimismgoerli_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: 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!] + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_DestinationTransfer_filter] + or: [testoptimismgoerli_DestinationTransfer_filter] +} + +enum testoptimismgoerli_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + routers + originSender + transactingAsset + transactingAmount + localAsset + localAmount + sponsorVaultRelayerFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber +} + +""" +8 bytes signed integer + +""" +scalar testoptimismgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum testoptimismgoerli_OrderDirection { + asc + desc +} + +type testoptimismgoerli_OriginTransfer { + id: ID! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + originMinOut: BigInt + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + bridgedAsset: testoptimismgoerli_Bytes + bridgedAmount: BigInt + caller: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input testoptimismgoerli_OriginTransfer_filter { + id: ID + id_not: ID + id_gt: ID + 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 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 +} + +enum stagingmumbai_swap_Aggregation_interval { + hour + day +} + +scalar stagingmumbai_swap_BigDecimal + +input stagingmumbai_swap_BlockChangedFilter { + number_gte: Int! +} + +input stagingmumbai_swap_Block_height { + hash: stagingmumbai_swap_Bytes + number: Int + number_gte: Int +} + +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!]! +} + +type stagingmumbai_swap_LpAccountBalance { + id: ID! + account: stagingmumbai_swap_LpAccount! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: stagingmumbai_swap_Bytes +} + +input stagingmumbai_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_: 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 + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpAccountBalance_filter] + or: [stagingmumbai_swap_LpAccountBalance_filter] +} + +enum stagingmumbai_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input stagingmumbai_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: 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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpAccount_filter] + or: [stagingmumbai_swap_LpAccount_filter] +} + +enum stagingmumbai_swap_LpAccount_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!]! +} + +interface stagingmumbai_swap_LpTokenEvent { + id: ID! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingmumbai_swap_Bytes! + nonce: BigInt! +} + +input stagingmumbai_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpTokenEvent_filter] + or: [stagingmumbai_swap_LpTokenEvent_filter] +} + +enum stagingmumbai_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input stagingmumbai_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: 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 + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpToken_filter] + or: [stagingmumbai_swap_LpToken_filter] +} + +enum stagingmumbai_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events +} + +type stagingmumbai_swap_LpTransferEvent implements stagingmumbai_swap_LpTokenEvent { + id: ID! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! + from: stagingmumbai_swap_Bytes! + to: stagingmumbai_swap_Bytes! + fromBalance: stagingmumbai_swap_BigDecimal! + toBalance: stagingmumbai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingmumbai_swap_Bytes! + nonce: BigInt! +} + +input stagingmumbai_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpTransferEvent_filter] + or: [stagingmumbai_swap_LpTransferEvent_filter] +} + +enum stagingmumbai_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce +} + +"""Defines the order direction, either ascending or descending""" +enum stagingmumbai_swap_OrderDirection { + asc + desc +} + +type stagingmumbai_swap_PooledToken { + id: ID! + asset: stagingmumbai_swap_Bytes! +} + +input stagingmumbai_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: 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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_PooledToken_filter] + or: [stagingmumbai_swap_PooledToken_filter] +} + +enum stagingmumbai_swap_PooledToken_orderBy { + id + asset +} + +type stagingmumbai_swap_StableSwap { + id: ID! + isActive: Boolean + key: stagingmumbai_swap_Bytes! + canonicalId: stagingmumbai_swap_Bytes + domain: BigInt + swapPool: stagingmumbai_swap_Bytes + lpToken: stagingmumbai_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [stagingmumbai_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapEvent_filter): [stagingmumbai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapExchange_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapExchange_filter): [stagingmumbai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapHourlyVolume_filter): [stagingmumbai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapDailyVolume_filter): [stagingmumbai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapWeeklyVolume_filter): [stagingmumbai_swap_SwapWeeklyVolume!] +} + +type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { + id: ID! + stableSwap: stagingmumbai_swap_StableSwap! + provider: stagingmumbai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingmumbai_swap_Bytes! + nonce: BigInt! +} + +input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { + 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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] +} + +enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce +} + +interface stagingmumbai_swap_StableSwapEvent { + id: ID! + stableSwap: stagingmumbai_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: stagingmumbai_swap_Bytes! + nonce: BigInt! +} + +input stagingmumbai_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapEvent_filter] + or: [stagingmumbai_swap_StableSwapEvent_filter] +} + +enum stagingmumbai_swap_StableSwapEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce +} + +type stagingmumbai_swap_StableSwapExchange { + 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! +} + +input stagingmumbai_swap_StableSwapExchange_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapExchange_filter] + or: [stagingmumbai_swap_StableSwapExchange_filter] +} + +enum stagingmumbai_swap_StableSwapExchange_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce +} + +type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { + id: ID! + stableSwap: stagingmumbai_swap_StableSwap! + provider: stagingmumbai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingmumbai_swap_Bytes! + nonce: BigInt! +} + +input stagingmumbai_swap_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] +} + +enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce +} + +input stagingmumbai_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: 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 + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwap_filter] + or: [stagingmumbai_swap_StableSwap_filter] +} + +enum stagingmumbai_swap_StableSwap_orderBy { + id + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes +} + +type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { + id: ID! + stableSwap: stagingmumbai_swap_StableSwap! + timestamp: BigInt! + volume: stagingmumbai_swap_BigDecimal! +} + +input stagingmumbai_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapDailyVolume_filter] + or: [stagingmumbai_swap_SwapDailyVolume_filter] +} + +enum stagingmumbai_swap_SwapDailyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { + id: ID! + stableSwap: stagingmumbai_swap_StableSwap! + timestamp: BigInt! + volume: stagingmumbai_swap_BigDecimal! +} + +input stagingmumbai_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapHourlyVolume_filter] + or: [stagingmumbai_swap_SwapHourlyVolume_filter] +} + +enum stagingmumbai_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface stagingmumbai_swap_SwapTradeVolume { + stableSwap: stagingmumbai_swap_StableSwap! + timestamp: BigInt! + volume: stagingmumbai_swap_BigDecimal! +} + +input stagingmumbai_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingmumbai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapTradeVolume_filter] + or: [stagingmumbai_swap_SwapTradeVolume_filter] +} + +enum stagingmumbai_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { + id: ID! + stableSwap: stagingmumbai_swap_StableSwap! + timestamp: BigInt! + volume: stagingmumbai_swap_BigDecimal! +} + +input stagingmumbai_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_: 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!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapWeeklyVolume_filter] + or: [stagingmumbai_swap_SwapWeeklyVolume_filter] +} + +enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type stagingmumbai_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input stagingmumbai_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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SystemInfo_filter] + or: [stagingmumbai_swap_SystemInfo_filter] +} + +enum stagingmumbai_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type stagingmumbai_swap__Block_ { + """The hash of the block""" + hash: stagingmumbai_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingmumbai_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingmumbai_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type 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 { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimismConnectorMeta_filter] + or: [staginggoerli_OptimismConnectorMeta_filter] +} + +enum staginggoerli_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type staginggoerli_OptimisticRootPropagated { + id: ID! + aggregateRoot: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_OptimisticRootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + domainsHash: staginggoerli_Bytes + domainsHash_not: staginggoerli_Bytes + domainsHash_gt: staginggoerli_Bytes + domainsHash_lt: staginggoerli_Bytes + domainsHash_gte: staginggoerli_Bytes + domainsHash_lte: staginggoerli_Bytes + domainsHash_in: [staginggoerli_Bytes!] + domainsHash_not_in: [staginggoerli_Bytes!] + domainsHash_contains: staginggoerli_Bytes + domainsHash_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootPropagated_filter] + or: [staginggoerli_OptimisticRootPropagated_filter] +} + +enum staginggoerli_OptimisticRootPropagated_orderBy { + id + aggregateRoot + domainsHash + timestamp + blockNumber +} + +type staginggoerli_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: staginggoerli_Bytes! + snapshotsRoots: [staginggoerli_Bytes!] + domains: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_OptimisticRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + snapshotsRoots: [staginggoerli_Bytes!] + snapshotsRoots_not: [staginggoerli_Bytes!] + snapshotsRoots_contains: [staginggoerli_Bytes!] + snapshotsRoots_contains_nocase: [staginggoerli_Bytes!] + snapshotsRoots_not_contains: [staginggoerli_Bytes!] + snapshotsRoots_not_contains_nocase: [staginggoerli_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes + baseAggregateRoot_not: staginggoerli_Bytes + baseAggregateRoot_gt: staginggoerli_Bytes + baseAggregateRoot_lt: staginggoerli_Bytes + baseAggregateRoot_gte: staginggoerli_Bytes + baseAggregateRoot_lte: staginggoerli_Bytes + baseAggregateRoot_in: [staginggoerli_Bytes!] + baseAggregateRoot_not_in: [staginggoerli_Bytes!] + baseAggregateRoot_contains: staginggoerli_Bytes + baseAggregateRoot_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootProposed_filter] + or: [staginggoerli_OptimisticRootProposed_filter] +} + +enum staginggoerli_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_OrderDirection { + asc + desc +} + +type staginggoerli_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_PolygonConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_PolygonConnectorMeta_filter] + or: [staginggoerli_PolygonConnectorMeta_filter] +} + +enum staginggoerli_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type staginggoerli_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: staginggoerli_Bytes! + index: BigInt! +} + +input staginggoerli_RootAggregated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: staginggoerli_Bytes + receivedRoot_not: staginggoerli_Bytes + receivedRoot_gt: staginggoerli_Bytes + receivedRoot_lt: staginggoerli_Bytes + receivedRoot_gte: staginggoerli_Bytes + receivedRoot_lte: staginggoerli_Bytes + receivedRoot_in: [staginggoerli_Bytes!] + receivedRoot_not_in: [staginggoerli_Bytes!] + receivedRoot_contains: staginggoerli_Bytes + receivedRoot_not_contains: staginggoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootAggregated_filter] + or: [staginggoerli_RootAggregated_filter] +} + +enum staginggoerli_RootAggregated_orderBy { + id + domain + receivedRoot + index +} + +type staginggoerli_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [staginggoerli_Bytes!] +} + +input staginggoerli_RootManagerMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [staginggoerli_Bytes!] + connectors_not: [staginggoerli_Bytes!] + connectors_contains: [staginggoerli_Bytes!] + connectors_contains_nocase: [staginggoerli_Bytes!] + connectors_not_contains: [staginggoerli_Bytes!] + connectors_not_contains_nocase: [staginggoerli_Bytes!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMeta_filter] + or: [staginggoerli_RootManagerMeta_filter] +} + +enum staginggoerli_RootManagerMeta_orderBy { + id + domains + connectors +} + +type staginggoerli_RootManagerMode { + id: ID! + mode: String! +} + +input staginggoerli_RootManagerMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMode_filter] + or: [staginggoerli_RootManagerMode_filter] +} + +enum staginggoerli_RootManagerMode_orderBy { + id + mode +} + +type staginggoerli_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input staginggoerli_RootMessageProcessed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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_RootMessageProcessed_filter] + or: [staginggoerli_RootMessageProcessed_filter] +} + +enum staginggoerli_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type staginggoerli_RootPropagated { + id: ID! + aggregate: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input staginggoerli_RootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregate: staginggoerli_Bytes + aggregate_not: staginggoerli_Bytes + aggregate_gt: staginggoerli_Bytes + aggregate_lt: staginggoerli_Bytes + aggregate_gte: staginggoerli_Bytes + aggregate_lte: staginggoerli_Bytes + aggregate_in: [staginggoerli_Bytes!] + aggregate_not_in: [staginggoerli_Bytes!] + aggregate_contains: staginggoerli_Bytes + aggregate_not_contains: staginggoerli_Bytes + domainsHash: staginggoerli_Bytes + domainsHash_not: staginggoerli_Bytes + domainsHash_gt: staginggoerli_Bytes + domainsHash_lt: staginggoerli_Bytes + domainsHash_gte: staginggoerli_Bytes + domainsHash_lte: staginggoerli_Bytes + domainsHash_in: [staginggoerli_Bytes!] + domainsHash_not_in: [staginggoerli_Bytes!] + domainsHash_contains: staginggoerli_Bytes + domainsHash_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootPropagated_filter] + or: [staginggoerli_RootPropagated_filter] +} + +enum staginggoerli_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type staginggoerli_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ZkSyncConnectorMeta_filter] + or: [staginggoerli_ZkSyncConnectorMeta_filter] +} + +enum staginggoerli_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type staginggoerli__Block_ { + """The hash of the block""" + hash: staginggoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type staginggoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: staginggoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum testgoerli_Aggregation_interval { hour day } -type testoptimismgoerli_Asset { +type testgoerli_Asset { id: ID! - key: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes! - adoptedAsset: testoptimismgoerli_Bytes! - canonicalId: testoptimismgoerli_Bytes! + key: testgoerli_Bytes + local: testgoerli_Bytes! + adoptedAsset: testgoerli_Bytes! + canonicalId: testgoerli_Bytes! canonicalDomain: BigInt! blockNumber: BigInt! } -type testoptimismgoerli_AssetBalance { +type testgoerli_AssetBalance { id: ID! amount: BigInt! - router: testoptimismgoerli_Router! - asset: testoptimismgoerli_Asset! + router: testgoerli_Router! + asset: testgoerli_Asset! } -input testoptimismgoerli_AssetBalance_filter { +input testgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -65825,7 +72865,7 @@ input testoptimismgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: testoptimismgoerli_Router_filter + router_: testgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -65846,14 +72886,14 @@ input testoptimismgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: testoptimismgoerli_Asset_filter + asset_: testgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_AssetBalance_filter] - or: [testoptimismgoerli_AssetBalance_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_AssetBalance_filter] + or: [testgoerli_AssetBalance_filter] } -enum testoptimismgoerli_AssetBalance_orderBy { +enum testgoerli_AssetBalance_orderBy { id amount router @@ -65873,7 +72913,7 @@ enum testoptimismgoerli_AssetBalance_orderBy { asset__blockNumber } -input testoptimismgoerli_Asset_filter { +input testgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -65882,46 +72922,46 @@ input testoptimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: testoptimismgoerli_Bytes - key_not: testoptimismgoerli_Bytes - key_gt: testoptimismgoerli_Bytes - key_lt: testoptimismgoerli_Bytes - key_gte: testoptimismgoerli_Bytes - key_lte: testoptimismgoerli_Bytes - key_in: [testoptimismgoerli_Bytes!] - key_not_in: [testoptimismgoerli_Bytes!] - key_contains: testoptimismgoerli_Bytes - key_not_contains: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes - local_not: testoptimismgoerli_Bytes - local_gt: testoptimismgoerli_Bytes - local_lt: testoptimismgoerli_Bytes - local_gte: testoptimismgoerli_Bytes - local_lte: testoptimismgoerli_Bytes - local_in: [testoptimismgoerli_Bytes!] - local_not_in: [testoptimismgoerli_Bytes!] - local_contains: testoptimismgoerli_Bytes - local_not_contains: testoptimismgoerli_Bytes - adoptedAsset: testoptimismgoerli_Bytes - adoptedAsset_not: testoptimismgoerli_Bytes - adoptedAsset_gt: testoptimismgoerli_Bytes - adoptedAsset_lt: testoptimismgoerli_Bytes - adoptedAsset_gte: testoptimismgoerli_Bytes - adoptedAsset_lte: testoptimismgoerli_Bytes - adoptedAsset_in: [testoptimismgoerli_Bytes!] - adoptedAsset_not_in: [testoptimismgoerli_Bytes!] - adoptedAsset_contains: testoptimismgoerli_Bytes - adoptedAsset_not_contains: testoptimismgoerli_Bytes - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes + key: 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 @@ -65939,12 +72979,12 @@ input testoptimismgoerli_Asset_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Asset_filter] - or: [testoptimismgoerli_Asset_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Asset_filter] + or: [testgoerli_Asset_filter] } -enum testoptimismgoerli_Asset_orderBy { +enum testgoerli_Asset_orderBy { id key local @@ -65954,62 +72994,60 @@ enum testoptimismgoerli_Asset_orderBy { blockNumber } -scalar testoptimismgoerli_BigDecimal - -scalar BigInt +scalar testgoerli_BigDecimal -input testoptimismgoerli_BlockChangedFilter { +input testgoerli_BlockChangedFilter { number_gte: Int! } -input testoptimismgoerli_Block_height { - hash: testoptimismgoerli_Bytes +input testgoerli_Block_height { + hash: testgoerli_Bytes number: Int number_gte: Int } -scalar testoptimismgoerli_Bytes +scalar testgoerli_Bytes -type testoptimismgoerli_DestinationTransfer { +type testgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: testoptimismgoerli_Bytes + transferId: testgoerli_Bytes nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes + to: testgoerli_Bytes + callData: testgoerli_Bytes originDomain: BigInt destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes + agent: testgoerli_Bytes + recovery: testgoerli_Bytes forceSlow: Boolean receiveLocal: Boolean - callback: testoptimismgoerli_Bytes + callback: testgoerli_Bytes callbackFee: BigInt relayerFee: BigInt destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] - originSender: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes + status: 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: testoptimismgoerli_Bytes + localAsset: testgoerli_Bytes localAmount: BigInt sponsorVaultRelayerFee: BigInt - executedCaller: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes + executedCaller: testgoerli_Bytes + executedTransactionHash: testgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - reconciledCaller: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledCaller: testgoerli_Bytes + reconciledTransactionHash: testgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt } -input testoptimismgoerli_DestinationTransfer_filter { +input testgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -66026,16 +73064,16 @@ input testoptimismgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes + transferId: 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 @@ -66044,26 +73082,26 @@ input testoptimismgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes + to: 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 @@ -66080,26 +73118,26 @@ input testoptimismgoerli_DestinationTransfer_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes + agent: 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!] @@ -66108,16 +73146,16 @@ input testoptimismgoerli_DestinationTransfer_filter { receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes + callback: 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 @@ -66142,37 +73180,37 @@ input testoptimismgoerli_DestinationTransfer_filter { destinationMinOut_lte: BigInt destinationMinOut_in: [BigInt!] destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] + status: 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_: testoptimismgoerli_Router_filter - originSender: testoptimismgoerli_Bytes - originSender_not: testoptimismgoerli_Bytes - originSender_gt: testoptimismgoerli_Bytes - originSender_lt: testoptimismgoerli_Bytes - originSender_gte: testoptimismgoerli_Bytes - originSender_lte: testoptimismgoerli_Bytes - originSender_in: [testoptimismgoerli_Bytes!] - originSender_not_in: [testoptimismgoerli_Bytes!] - originSender_contains: testoptimismgoerli_Bytes - originSender_not_contains: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes + routers_: 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 @@ -66181,16 +73219,16 @@ input testoptimismgoerli_DestinationTransfer_filter { transactingAmount_lte: BigInt transactingAmount_in: [BigInt!] transactingAmount_not_in: [BigInt!] - localAsset: testoptimismgoerli_Bytes - localAsset_not: testoptimismgoerli_Bytes - localAsset_gt: testoptimismgoerli_Bytes - localAsset_lt: testoptimismgoerli_Bytes - localAsset_gte: testoptimismgoerli_Bytes - localAsset_lte: testoptimismgoerli_Bytes - localAsset_in: [testoptimismgoerli_Bytes!] - localAsset_not_in: [testoptimismgoerli_Bytes!] - localAsset_contains: testoptimismgoerli_Bytes - localAsset_not_contains: testoptimismgoerli_Bytes + localAsset: 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 @@ -66207,26 +73245,26 @@ input testoptimismgoerli_DestinationTransfer_filter { sponsorVaultRelayerFee_lte: BigInt sponsorVaultRelayerFee_in: [BigInt!] sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: testoptimismgoerli_Bytes - executedCaller_not: testoptimismgoerli_Bytes - executedCaller_gt: testoptimismgoerli_Bytes - executedCaller_lt: testoptimismgoerli_Bytes - executedCaller_gte: testoptimismgoerli_Bytes - executedCaller_lte: testoptimismgoerli_Bytes - executedCaller_in: [testoptimismgoerli_Bytes!] - executedCaller_not_in: [testoptimismgoerli_Bytes!] - executedCaller_contains: testoptimismgoerli_Bytes - executedCaller_not_contains: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTransactionHash_not: testoptimismgoerli_Bytes - executedTransactionHash_gt: testoptimismgoerli_Bytes - executedTransactionHash_lt: testoptimismgoerli_Bytes - executedTransactionHash_gte: testoptimismgoerli_Bytes - executedTransactionHash_lte: testoptimismgoerli_Bytes - executedTransactionHash_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_contains: testoptimismgoerli_Bytes - executedTransactionHash_not_contains: testoptimismgoerli_Bytes + executedCaller: 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 @@ -66259,26 +73297,26 @@ input testoptimismgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - reconciledCaller: testoptimismgoerli_Bytes - reconciledCaller_not: testoptimismgoerli_Bytes - reconciledCaller_gt: testoptimismgoerli_Bytes - reconciledCaller_lt: testoptimismgoerli_Bytes - reconciledCaller_gte: testoptimismgoerli_Bytes - reconciledCaller_lte: testoptimismgoerli_Bytes - reconciledCaller_in: [testoptimismgoerli_Bytes!] - reconciledCaller_not_in: [testoptimismgoerli_Bytes!] - reconciledCaller_contains: testoptimismgoerli_Bytes - reconciledCaller_not_contains: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTransactionHash_not: testoptimismgoerli_Bytes - reconciledTransactionHash_gt: testoptimismgoerli_Bytes - reconciledTransactionHash_lt: testoptimismgoerli_Bytes - reconciledTransactionHash_gte: testoptimismgoerli_Bytes - reconciledTransactionHash_lte: testoptimismgoerli_Bytes - reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_contains: testoptimismgoerli_Bytes - reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes + reconciledCaller: 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 @@ -66312,12 +73350,12 @@ input testoptimismgoerli_DestinationTransfer_filter { reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_DestinationTransfer_filter] - or: [testoptimismgoerli_DestinationTransfer_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_DestinationTransfer_filter] + or: [testgoerli_DestinationTransfer_filter] } -enum testoptimismgoerli_DestinationTransfer_orderBy { +enum testgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -66360,46 +73398,46 @@ enum testoptimismgoerli_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar testoptimismgoerli_Int8 +scalar testgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum testoptimismgoerli_OrderDirection { +enum testgoerli_OrderDirection { asc desc } -type testoptimismgoerli_OriginTransfer { +type testgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: testoptimismgoerli_Bytes + transferId: testgoerli_Bytes nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes + to: testgoerli_Bytes + callData: testgoerli_Bytes originDomain: BigInt destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes + agent: testgoerli_Bytes + recovery: testgoerli_Bytes forceSlow: Boolean receiveLocal: Boolean - callback: testoptimismgoerli_Bytes + callback: testgoerli_Bytes callbackFee: BigInt relayerFee: BigInt destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus + status: testgoerli_TransferStatus originMinOut: BigInt - transactingAsset: testoptimismgoerli_Bytes + transactingAsset: testgoerli_Bytes transactingAmount: BigInt - bridgedAsset: testoptimismgoerli_Bytes + bridgedAsset: testgoerli_Bytes bridgedAmount: BigInt - caller: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes + caller: testgoerli_Bytes + transactionHash: testgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input testoptimismgoerli_OriginTransfer_filter { +input testgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -66416,16 +73454,16 @@ input testoptimismgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes + transferId: 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 @@ -66434,26 +73472,26 @@ input testoptimismgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes + to: 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 @@ -66470,26 +73508,26 @@ input testoptimismgoerli_OriginTransfer_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes + agent: 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!] @@ -66498,16 +73536,16 @@ input testoptimismgoerli_OriginTransfer_filter { receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes + callback: 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 @@ -66532,10 +73570,10 @@ input testoptimismgoerli_OriginTransfer_filter { destinationMinOut_lte: BigInt destinationMinOut_in: [BigInt!] destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] + status: testgoerli_TransferStatus + status_not: testgoerli_TransferStatus + status_in: [testgoerli_TransferStatus!] + status_not_in: [testgoerli_TransferStatus!] originMinOut: BigInt originMinOut_not: BigInt originMinOut_gt: BigInt @@ -66544,16 +73582,16 @@ input testoptimismgoerli_OriginTransfer_filter { originMinOut_lte: BigInt originMinOut_in: [BigInt!] originMinOut_not_in: [BigInt!] - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAsset: 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 @@ -66562,16 +73600,16 @@ input testoptimismgoerli_OriginTransfer_filter { transactingAmount_lte: BigInt transactingAmount_in: [BigInt!] transactingAmount_not_in: [BigInt!] - bridgedAsset: testoptimismgoerli_Bytes - bridgedAsset_not: testoptimismgoerli_Bytes - bridgedAsset_gt: testoptimismgoerli_Bytes - bridgedAsset_lt: testoptimismgoerli_Bytes - bridgedAsset_gte: testoptimismgoerli_Bytes - bridgedAsset_lte: testoptimismgoerli_Bytes - bridgedAsset_in: [testoptimismgoerli_Bytes!] - bridgedAsset_not_in: [testoptimismgoerli_Bytes!] - bridgedAsset_contains: testoptimismgoerli_Bytes - bridgedAsset_not_contains: testoptimismgoerli_Bytes + bridgedAsset: 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 @@ -66580,26 +73618,26 @@ input testoptimismgoerli_OriginTransfer_filter { bridgedAmount_lte: BigInt bridgedAmount_in: [BigInt!] bridgedAmount_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes - transactionHash_not: testoptimismgoerli_Bytes - transactionHash_gt: testoptimismgoerli_Bytes - transactionHash_lt: testoptimismgoerli_Bytes - transactionHash_gte: testoptimismgoerli_Bytes - transactionHash_lte: testoptimismgoerli_Bytes - transactionHash_in: [testoptimismgoerli_Bytes!] - transactionHash_not_in: [testoptimismgoerli_Bytes!] - transactionHash_contains: testoptimismgoerli_Bytes - transactionHash_not_contains: testoptimismgoerli_Bytes + caller: 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 @@ -66633,12 +73671,12 @@ input testoptimismgoerli_OriginTransfer_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_OriginTransfer_filter] - or: [testoptimismgoerli_OriginTransfer_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_OriginTransfer_filter] + or: [testgoerli_OriginTransfer_filter] } -enum testoptimismgoerli_OriginTransfer_orderBy { +enum testgoerli_OriginTransfer_orderBy { id chainId transferId @@ -66669,13 +73707,13 @@ enum testoptimismgoerli_OriginTransfer_orderBy { blockNumber } -type testoptimismgoerli_Relayer { +type testgoerli_Relayer { id: ID! isActive: Boolean! - relayer: testoptimismgoerli_Bytes + relayer: testgoerli_Bytes } -input testoptimismgoerli_Relayer_filter { +input testgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -66688,39 +73726,39 @@ input testoptimismgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: testoptimismgoerli_Bytes - relayer_not: testoptimismgoerli_Bytes - relayer_gt: testoptimismgoerli_Bytes - relayer_lt: testoptimismgoerli_Bytes - relayer_gte: testoptimismgoerli_Bytes - relayer_lte: testoptimismgoerli_Bytes - relayer_in: [testoptimismgoerli_Bytes!] - relayer_not_in: [testoptimismgoerli_Bytes!] - relayer_contains: testoptimismgoerli_Bytes - relayer_not_contains: testoptimismgoerli_Bytes + relayer: 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Relayer_filter] - or: [testoptimismgoerli_Relayer_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Relayer_filter] + or: [testgoerli_Relayer_filter] } -enum testoptimismgoerli_Relayer_orderBy { +enum testgoerli_Relayer_orderBy { id isActive relayer } -type testoptimismgoerli_Router { +type testgoerli_Router { id: ID! isActive: Boolean! - owner: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes + owner: testgoerli_Bytes + recipient: testgoerli_Bytes + proposedOwner: testgoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testgoerli_AssetBalance_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_AssetBalance_filter): [testgoerli_AssetBalance!]! } -input testoptimismgoerli_Router_filter { +input testgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -66733,36 +73771,36 @@ input testoptimismgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: testoptimismgoerli_Bytes - owner_not: testoptimismgoerli_Bytes - owner_gt: testoptimismgoerli_Bytes - owner_lt: testoptimismgoerli_Bytes - owner_gte: testoptimismgoerli_Bytes - owner_lte: testoptimismgoerli_Bytes - owner_in: [testoptimismgoerli_Bytes!] - owner_not_in: [testoptimismgoerli_Bytes!] - owner_contains: testoptimismgoerli_Bytes - owner_not_contains: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - recipient_not: testoptimismgoerli_Bytes - recipient_gt: testoptimismgoerli_Bytes - recipient_lt: testoptimismgoerli_Bytes - recipient_gte: testoptimismgoerli_Bytes - recipient_lte: testoptimismgoerli_Bytes - recipient_in: [testoptimismgoerli_Bytes!] - recipient_not_in: [testoptimismgoerli_Bytes!] - recipient_contains: testoptimismgoerli_Bytes - recipient_not_contains: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedOwner_not: testoptimismgoerli_Bytes - proposedOwner_gt: testoptimismgoerli_Bytes - proposedOwner_lt: testoptimismgoerli_Bytes - proposedOwner_gte: testoptimismgoerli_Bytes - proposedOwner_lte: testoptimismgoerli_Bytes - proposedOwner_in: [testoptimismgoerli_Bytes!] - proposedOwner_not_in: [testoptimismgoerli_Bytes!] - proposedOwner_contains: testoptimismgoerli_Bytes - proposedOwner_not_contains: testoptimismgoerli_Bytes + owner: 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 @@ -66771,14 +73809,14 @@ input testoptimismgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: testoptimismgoerli_AssetBalance_filter + assetBalances_: testgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Router_filter] - or: [testoptimismgoerli_Router_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Router_filter] + or: [testgoerli_Router_filter] } -enum testoptimismgoerli_Router_orderBy { +enum testgoerli_Router_orderBy { id isActive owner @@ -66788,13 +73826,13 @@ enum testoptimismgoerli_Router_orderBy { assetBalances } -type testoptimismgoerli_Setting { +type testgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: testoptimismgoerli_Bytes! + caller: testgoerli_Bytes! } -input testoptimismgoerli_Setting_filter { +input testgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -66811,34 +73849,34 @@ input testoptimismgoerli_Setting_filter { 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 + 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Setting_filter] - or: [testoptimismgoerli_Setting_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Setting_filter] + or: [testgoerli_Setting_filter] } -enum testoptimismgoerli_Setting_orderBy { +enum testgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type testoptimismgoerli_SponsorVault { +type testgoerli_SponsorVault { id: ID! - sponsorVault: testoptimismgoerli_Bytes! + sponsorVault: testgoerli_Bytes! } -input testoptimismgoerli_SponsorVault_filter { +input testgoerli_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -66847,35 +73885,35 @@ input testoptimismgoerli_SponsorVault_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - sponsorVault: testoptimismgoerli_Bytes - sponsorVault_not: testoptimismgoerli_Bytes - sponsorVault_gt: testoptimismgoerli_Bytes - sponsorVault_lt: testoptimismgoerli_Bytes - sponsorVault_gte: testoptimismgoerli_Bytes - sponsorVault_lte: testoptimismgoerli_Bytes - sponsorVault_in: [testoptimismgoerli_Bytes!] - sponsorVault_not_in: [testoptimismgoerli_Bytes!] - sponsorVault_contains: testoptimismgoerli_Bytes - sponsorVault_not_contains: testoptimismgoerli_Bytes + 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_SponsorVault_filter] - or: [testoptimismgoerli_SponsorVault_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_SponsorVault_filter] + or: [testgoerli_SponsorVault_filter] } -enum testoptimismgoerli_SponsorVault_orderBy { +enum testgoerli_SponsorVault_orderBy { id sponsorVault } -type testoptimismgoerli_StableSwap { +type testgoerli_StableSwap { id: ID! - canonicalId: testoptimismgoerli_Bytes! + canonicalId: testgoerli_Bytes! domain: BigInt - swapPool: testoptimismgoerli_Bytes! + swapPool: testgoerli_Bytes! } -input testoptimismgoerli_StableSwap_filter { +input testgoerli_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -66884,16 +73922,16 @@ input testoptimismgoerli_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes + 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 @@ -66902,30 +73940,30 @@ input testoptimismgoerli_StableSwap_filter { 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 + 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_StableSwap_filter] - or: [testoptimismgoerli_StableSwap_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_StableSwap_filter] + or: [testgoerli_StableSwap_filter] } -enum testoptimismgoerli_StableSwap_orderBy { +enum testgoerli_StableSwap_orderBy { id canonicalId domain swapPool } -enum testoptimismgoerli_TransferStatus { +enum testgoerli_TransferStatus { XCalled Executed Reconciled @@ -66933,9 +73971,9 @@ enum testoptimismgoerli_TransferStatus { CompletedFast } -type testoptimismgoerli__Block_ { +type testgoerli__Block_ { """The hash of the block""" - hash: testoptimismgoerli_Bytes + hash: testgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -66943,7 +73981,7 @@ type testoptimismgoerli__Block_ { } """The type for the top-level _meta field""" -type testoptimismgoerli__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 @@ -66951,64 +73989,50 @@ type testoptimismgoerli__Meta_ { and therefore asks for the latest block """ - block: testoptimismgoerli__Block_! + block: testgoerli__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 -} - -enum mumbai_swap_Aggregation_interval { - hour - day -} - -scalar mumbai_swap_BigDecimal +scalar base_swap_BigDecimal -input mumbai_swap_BlockChangedFilter { +input base_swap_BlockChangedFilter { number_gte: Int! } -input mumbai_swap_Block_height { - hash: mumbai_swap_Bytes +input base_swap_Block_height { + hash: base_swap_Bytes number: Int number_gte: Int } -scalar mumbai_swap_Bytes +scalar base_swap_Bytes """ 8 bytes signed integer """ -scalar mumbai_swap_Int8 +scalar base_swap_Int8 -type mumbai_swap_LpAccount { +type base_swap_LpAccount { id: ID! - address: mumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! + address: base_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpAccountBalance_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpAccountBalance_filter): [base_swap_LpAccountBalance!]! } -type mumbai_swap_LpAccountBalance { +type base_swap_LpAccountBalance { id: ID! - account: mumbai_swap_LpAccount! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! + account: base_swap_LpAccount! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! block: BigInt modified: BigInt - transaction: mumbai_swap_Bytes + transaction: base_swap_Bytes } -input mumbai_swap_LpAccountBalance_filter { +input base_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -67037,7 +74061,7 @@ input mumbai_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: mumbai_swap_LpAccount_filter + account_: base_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -67058,15 +74082,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_: 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 @@ -67083,23 +74107,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: 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: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccountBalance_filter] - or: [mumbai_swap_LpAccountBalance_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccountBalance_filter] + or: [base_swap_LpAccountBalance_filter] } -enum mumbai_swap_LpAccountBalance_orderBy { +enum base_swap_LpAccountBalance_orderBy { id account account__id @@ -67117,7 +74141,7 @@ enum mumbai_swap_LpAccountBalance_orderBy { transaction } -input mumbai_swap_LpAccount_filter { +input base_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -67126,51 +74150,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: 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: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccount_filter] - or: [mumbai_swap_LpAccount_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccount_filter] + or: [base_swap_LpAccount_filter] } -enum mumbai_swap_LpAccount_orderBy { +enum base_swap_LpAccount_orderBy { id address balances } -type mumbai_swap_LpToken { +type base_swap_LpToken { id: ID! - address: mumbai_swap_Bytes! - stableSwap: mumbai_swap_StableSwap! + address: base_swap_Bytes! + stableSwap: base_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: base_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpTokenEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpTokenEvent_filter): [base_swap_LpTokenEvent!]! } -interface mumbai_swap_LpTokenEvent { +interface base_swap_LpTokenEvent { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -input mumbai_swap_LpTokenEvent_filter { +input base_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -67199,15 +74223,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_: 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 @@ -67224,16 +74248,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: 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 @@ -67243,12 +74267,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: base_swap_BlockChangedFilter + and: [base_swap_LpTokenEvent_filter] + or: [base_swap_LpTokenEvent_filter] } -enum mumbai_swap_LpTokenEvent_orderBy { +enum base_swap_LpTokenEvent_orderBy { id token token__id @@ -67264,7 +74288,7 @@ enum mumbai_swap_LpTokenEvent_orderBy { nonce } -input mumbai_swap_LpToken_filter { +input base_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -67273,16 +74297,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: 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 @@ -67303,7 +74327,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_: base_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -67352,22 +74376,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: 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: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpToken_filter] - or: [mumbai_swap_LpToken_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpToken_filter] + or: [base_swap_LpToken_filter] } -enum mumbai_swap_LpToken_orderBy { +enum base_swap_LpToken_orderBy { id address stableSwap @@ -67394,21 +74418,21 @@ enum mumbai_swap_LpToken_orderBy { events } -type mumbai_swap_LpTransferEvent implements mumbai_swap_LpTokenEvent { +type base_swap_LpTransferEvent implements base_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: 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: mumbai_swap_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -input mumbai_swap_LpTransferEvent_filter { +input base_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -67437,51 +74461,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_: 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 @@ -67498,16 +74522,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: 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 @@ -67517,12 +74541,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: base_swap_BlockChangedFilter + and: [base_swap_LpTransferEvent_filter] + or: [base_swap_LpTransferEvent_filter] } -enum mumbai_swap_LpTransferEvent_orderBy { +enum base_swap_LpTransferEvent_orderBy { id token token__id @@ -67543,17 +74567,17 @@ enum mumbai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum mumbai_swap_OrderDirection { +enum base_swap_OrderDirection { asc desc } -type mumbai_swap_PooledToken { +type base_swap_PooledToken { id: ID! - asset: mumbai_swap_Bytes! + asset: base_swap_Bytes! } -input mumbai_swap_PooledToken_filter { +input base_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -67562,59 +74586,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: 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: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_PooledToken_filter] - or: [mumbai_swap_PooledToken_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_PooledToken_filter] + or: [base_swap_PooledToken_filter] } -enum mumbai_swap_PooledToken_orderBy { +enum base_swap_PooledToken_orderBy { id asset } -type mumbai_swap_StableSwap { +type base_swap_StableSwap { id: ID! isActive: Boolean - key: mumbai_swap_Bytes! - canonicalId: mumbai_swap_Bytes + key: base_swap_Bytes! + canonicalId: base_swap_Bytes domain: BigInt - swapPool: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes + swapPool: base_swap_Bytes + lpToken: base_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [mumbai_swap_Bytes!]! + pooledTokens: [base_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: 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 mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { +type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! + stableSwap: base_swap_StableSwap! + provider: base_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -67623,11 +74647,11 @@ type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapAddLiquidityEvent_filter { +input base_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -67656,17 +74680,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_: 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!] @@ -67725,16 +74749,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: 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 @@ -67744,12 +74768,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: base_swap_BlockChangedFilter + and: [base_swap_StableSwapAddLiquidityEvent_filter] + or: [base_swap_StableSwapAddLiquidityEvent_filter] } -enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum base_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -67781,16 +74805,16 @@ enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface mumbai_swap_StableSwapEvent { +interface base_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: base_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapEvent_filter { +input base_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -67819,7 +74843,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_: base_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -67836,16 +74860,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: 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 @@ -67855,12 +74879,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: base_swap_BlockChangedFilter + and: [base_swap_StableSwapEvent_filter] + or: [base_swap_StableSwapEvent_filter] } -enum mumbai_swap_StableSwapEvent_orderBy { +enum base_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -67885,10 +74909,10 @@ enum mumbai_swap_StableSwapEvent_orderBy { nonce } -type mumbai_swap_StableSwapExchange { +type base_swap_StableSwapExchange { id: ID! - stableSwap: mumbai_swap_StableSwap! - buyer: mumbai_swap_Bytes! + stableSwap: base_swap_StableSwap! + buyer: base_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -67897,11 +74921,11 @@ type mumbai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapExchange_filter { +input base_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -67930,17 +74954,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_: 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 @@ -68003,16 +75027,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: 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 @@ -68022,12 +75046,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: base_swap_BlockChangedFilter + and: [base_swap_StableSwapExchange_filter] + or: [base_swap_StableSwapExchange_filter] } -enum mumbai_swap_StableSwapExchange_orderBy { +enum base_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -68059,10 +75083,10 @@ enum mumbai_swap_StableSwapExchange_orderBy { nonce } -type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { +type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! + stableSwap: base_swap_StableSwap! + provider: base_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -68071,11 +75095,11 @@ type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input base_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -68104,17 +75128,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_: 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!] @@ -68173,16 +75197,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: 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 @@ -68192,12 +75216,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: base_swap_BlockChangedFilter + and: [base_swap_StableSwapRemoveLiquidityEvent_filter] + or: [base_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -68229,7 +75253,7 @@ enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input mumbai_swap_StableSwap_filter { +input base_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -68242,26 +75266,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: 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 @@ -68270,26 +75294,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: 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 @@ -68338,12 +75362,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: [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!] @@ -68386,18 +75410,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_: 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: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwap_filter] - or: [mumbai_swap_StableSwap_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwap_filter] + or: [base_swap_StableSwap_filter] } -enum mumbai_swap_StableSwap_orderBy { +enum base_swap_StableSwap_orderBy { id isActive key @@ -68425,14 +75449,14 @@ enum mumbai_swap_StableSwap_orderBy { weeklyVolumes } -type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { +type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: base_swap_BigDecimal! } -input mumbai_swap_SwapDailyVolume_filter { +input base_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68461,7 +75485,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_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68470,21 +75494,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: 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_swap_BlockChangedFilter - and: [mumbai_swap_SwapDailyVolume_filter] - or: [mumbai_swap_SwapDailyVolume_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapDailyVolume_filter] + or: [base_swap_SwapDailyVolume_filter] } -enum mumbai_swap_SwapDailyVolume_orderBy { +enum base_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -68507,14 +75531,14 @@ enum mumbai_swap_SwapDailyVolume_orderBy { volume } -type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { +type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: base_swap_BigDecimal! } -input mumbai_swap_SwapHourlyVolume_filter { +input base_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68543,7 +75567,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_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68552,21 +75576,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: 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_swap_BlockChangedFilter - and: [mumbai_swap_SwapHourlyVolume_filter] - or: [mumbai_swap_SwapHourlyVolume_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapHourlyVolume_filter] + or: [base_swap_SwapHourlyVolume_filter] } -enum mumbai_swap_SwapHourlyVolume_orderBy { +enum base_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -68589,13 +75613,13 @@ enum mumbai_swap_SwapHourlyVolume_orderBy { volume } -interface mumbai_swap_SwapTradeVolume { - stableSwap: mumbai_swap_StableSwap! +interface base_swap_SwapTradeVolume { + stableSwap: base_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: base_swap_BigDecimal! } -input mumbai_swap_SwapTradeVolume_filter { +input base_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -68616,7 +75640,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_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68625,21 +75649,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: 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_swap_BlockChangedFilter - and: [mumbai_swap_SwapTradeVolume_filter] - or: [mumbai_swap_SwapTradeVolume_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapTradeVolume_filter] + or: [base_swap_SwapTradeVolume_filter] } -enum mumbai_swap_SwapTradeVolume_orderBy { +enum base_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -68661,14 +75685,14 @@ enum mumbai_swap_SwapTradeVolume_orderBy { volume } -type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { +type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: base_swap_BigDecimal! } -input mumbai_swap_SwapWeeklyVolume_filter { +input base_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68697,7 +75721,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_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68706,21 +75730,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: 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_swap_BlockChangedFilter - and: [mumbai_swap_SwapWeeklyVolume_filter] - or: [mumbai_swap_SwapWeeklyVolume_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapWeeklyVolume_filter] + or: [base_swap_SwapWeeklyVolume_filter] } -enum mumbai_swap_SwapWeeklyVolume_orderBy { +enum base_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -68743,13 +75767,13 @@ enum mumbai_swap_SwapWeeklyVolume_orderBy { volume } -type mumbai_swap_SystemInfo { +type base_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input mumbai_swap_SystemInfo_filter { +input base_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -68775,20 +75799,20 @@ input mumbai_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SystemInfo_filter] - or: [mumbai_swap_SystemInfo_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SystemInfo_filter] + or: [base_swap_SystemInfo_filter] } -enum mumbai_swap_SystemInfo_orderBy { +enum base_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type mumbai_swap__Block_ { +type base_swap__Block_ { """The hash of the block""" - hash: mumbai_swap_Bytes + hash: base_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -68796,7 +75820,7 @@ type mumbai_swap__Block_ { } """The type for the top-level _meta field""" -type mumbai_swap__Meta_ { +type base_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -68804,55 +75828,55 @@ type mumbai_swap__Meta_ { and therefore asks for the latest block """ - block: mumbai_swap__Block_! + block: base_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum goerli_swap_Aggregation_interval { +enum mumbai_swap_Aggregation_interval { hour day } -scalar goerli_swap_BigDecimal +scalar mumbai_swap_BigDecimal -input goerli_swap_BlockChangedFilter { +input mumbai_swap_BlockChangedFilter { number_gte: Int! } -input goerli_swap_Block_height { - hash: goerli_swap_Bytes +input mumbai_swap_Block_height { + hash: mumbai_swap_Bytes number: Int number_gte: Int } -scalar goerli_swap_Bytes +scalar mumbai_swap_Bytes """ 8 bytes signed integer """ -scalar goerli_swap_Int8 +scalar mumbai_swap_Int8 -type goerli_swap_LpAccount { +type mumbai_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: 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 goerli_swap_LpAccountBalance { +type mumbai_swap_LpAccountBalance { id: ID! - account: goerli_swap_LpAccount! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + account: mumbai_swap_LpAccount! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: goerli_swap_Bytes + transaction: mumbai_swap_Bytes } -input goerli_swap_LpAccountBalance_filter { +input mumbai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -68881,7 +75905,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_: mumbai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -68902,15 +75926,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_: 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 @@ -68927,23 +75951,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccountBalance_filter] - or: [goerli_swap_LpAccountBalance_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccountBalance_filter] + or: [mumbai_swap_LpAccountBalance_filter] } -enum goerli_swap_LpAccountBalance_orderBy { +enum mumbai_swap_LpAccountBalance_orderBy { id account account__id @@ -68961,7 +75985,7 @@ enum goerli_swap_LpAccountBalance_orderBy { transaction } -input goerli_swap_LpAccount_filter { +input mumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -68970,51 +75994,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccount_filter] - or: [goerli_swap_LpAccount_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccount_filter] + or: [mumbai_swap_LpAccount_filter] } -enum goerli_swap_LpAccount_orderBy { +enum mumbai_swap_LpAccount_orderBy { id address balances } -type goerli_swap_LpToken { +type mumbai_swap_LpToken { id: ID! - address: goerli_swap_Bytes! - stableSwap: goerli_swap_StableSwap! + address: mumbai_swap_Bytes! + stableSwap: mumbai_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: 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 goerli_swap_LpTokenEvent { +interface mumbai_swap_LpTokenEvent { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTokenEvent_filter { +input mumbai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -69043,15 +76067,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_: 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 @@ -69068,16 +76092,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: 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 @@ -69087,12 +76111,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTokenEvent_filter] + or: [mumbai_swap_LpTokenEvent_filter] } -enum goerli_swap_LpTokenEvent_orderBy { +enum mumbai_swap_LpTokenEvent_orderBy { id token token__id @@ -69108,7 +76132,7 @@ enum goerli_swap_LpTokenEvent_orderBy { nonce } -input goerli_swap_LpToken_filter { +input mumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -69117,16 +76141,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: 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 @@ -69147,7 +76171,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_: mumbai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -69196,22 +76220,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpToken_filter] - or: [goerli_swap_LpToken_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpToken_filter] + or: [mumbai_swap_LpToken_filter] } -enum goerli_swap_LpToken_orderBy { +enum mumbai_swap_LpToken_orderBy { id address stableSwap @@ -69238,21 +76262,21 @@ enum goerli_swap_LpToken_orderBy { events } -type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { +type mumbai_swap_LpTransferEvent implements mumbai_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: 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: goerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTransferEvent_filter { +input mumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -69281,51 +76305,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_: 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 @@ -69342,16 +76366,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: 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 @@ -69361,12 +76385,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTransferEvent_filter] + or: [mumbai_swap_LpTransferEvent_filter] } -enum goerli_swap_LpTransferEvent_orderBy { +enum mumbai_swap_LpTransferEvent_orderBy { id token token__id @@ -69387,17 +76411,17 @@ enum goerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum goerli_swap_OrderDirection { +enum mumbai_swap_OrderDirection { asc desc } -type goerli_swap_PooledToken { +type mumbai_swap_PooledToken { id: ID! - asset: goerli_swap_Bytes! + asset: mumbai_swap_Bytes! } -input goerli_swap_PooledToken_filter { +input mumbai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -69406,59 +76430,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_PooledToken_filter] - or: [goerli_swap_PooledToken_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_PooledToken_filter] + or: [mumbai_swap_PooledToken_filter] } -enum goerli_swap_PooledToken_orderBy { +enum mumbai_swap_PooledToken_orderBy { id asset } -type goerli_swap_StableSwap { +type mumbai_swap_StableSwap { id: ID! isActive: Boolean - key: goerli_swap_Bytes! - canonicalId: goerli_swap_Bytes + key: mumbai_swap_Bytes! + canonicalId: mumbai_swap_Bytes domain: BigInt - swapPool: goerli_swap_Bytes - lpToken: goerli_swap_Bytes + swapPool: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [goerli_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: 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: 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 goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { +type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -69467,11 +76491,11 @@ type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapAddLiquidityEvent_filter { +input mumbai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -69500,17 +76524,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_: 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!] @@ -69569,16 +76593,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: 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 @@ -69588,12 +76612,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -69625,16 +76649,16 @@ enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface goerli_swap_StableSwapEvent { +interface mumbai_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapEvent_filter { +input mumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -69663,7 +76687,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_: mumbai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -69680,16 +76704,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: 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 @@ -69699,12 +76723,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapEvent_filter] + or: [mumbai_swap_StableSwapEvent_filter] } -enum goerli_swap_StableSwapEvent_orderBy { +enum mumbai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -69729,10 +76753,10 @@ enum goerli_swap_StableSwapEvent_orderBy { nonce } -type goerli_swap_StableSwapExchange { +type mumbai_swap_StableSwapExchange { id: ID! - stableSwap: goerli_swap_StableSwap! - buyer: goerli_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + buyer: mumbai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -69741,11 +76765,11 @@ type goerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapExchange_filter { +input mumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -69774,17 +76798,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_: 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 @@ -69847,16 +76871,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: 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 @@ -69866,12 +76890,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapExchange_filter] + or: [mumbai_swap_StableSwapExchange_filter] } -enum goerli_swap_StableSwapExchange_orderBy { +enum mumbai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -69903,10 +76927,10 @@ enum goerli_swap_StableSwapExchange_orderBy { nonce } -type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { +type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -69915,11 +76939,11 @@ type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapRemoveLiquidityEvent_filter { +input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -69948,17 +76972,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_: 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!] @@ -70017,16 +77041,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: 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 @@ -70036,12 +77060,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -70073,7 +77097,7 @@ enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input goerli_swap_StableSwap_filter { +input mumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -70085,27 +77109,27 @@ input goerli_swap_StableSwap_filter { 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 + isActive_not_in: [Boolean!] + key: mumbai_swap_Bytes + key_not: mumbai_swap_Bytes + key_gt: mumbai_swap_Bytes + key_lt: mumbai_swap_Bytes + key_gte: mumbai_swap_Bytes + key_lte: mumbai_swap_Bytes + key_in: [mumbai_swap_Bytes!] + key_not_in: [mumbai_swap_Bytes!] + key_contains: mumbai_swap_Bytes + key_not_contains: mumbai_swap_Bytes + canonicalId: mumbai_swap_Bytes + canonicalId_not: mumbai_swap_Bytes + canonicalId_gt: mumbai_swap_Bytes + canonicalId_lt: mumbai_swap_Bytes + canonicalId_gte: mumbai_swap_Bytes + canonicalId_lte: mumbai_swap_Bytes + canonicalId_in: [mumbai_swap_Bytes!] + canonicalId_not_in: [mumbai_swap_Bytes!] + canonicalId_contains: mumbai_swap_Bytes + canonicalId_not_contains: mumbai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -70114,26 +77138,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: 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 @@ -70182,12 +77206,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: [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!] @@ -70230,18 +77254,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_: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwap_filter] - or: [goerli_swap_StableSwap_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwap_filter] + or: [mumbai_swap_StableSwap_filter] } -enum goerli_swap_StableSwap_orderBy { +enum mumbai_swap_StableSwap_orderBy { id isActive key @@ -70269,14 +77293,14 @@ enum goerli_swap_StableSwap_orderBy { weeklyVolumes } -type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { +type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input goerli_swap_SwapDailyVolume_filter { +input mumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -70305,7 +77329,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70314,21 +77338,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapDailyVolume_filter] - or: [goerli_swap_SwapDailyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapDailyVolume_filter] + or: [mumbai_swap_SwapDailyVolume_filter] } -enum goerli_swap_SwapDailyVolume_orderBy { +enum mumbai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -70351,14 +77375,14 @@ enum goerli_swap_SwapDailyVolume_orderBy { volume } -type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { +type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input goerli_swap_SwapHourlyVolume_filter { +input mumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -70387,7 +77411,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70396,21 +77420,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapHourlyVolume_filter] - or: [goerli_swap_SwapHourlyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapHourlyVolume_filter] + or: [mumbai_swap_SwapHourlyVolume_filter] } -enum goerli_swap_SwapHourlyVolume_orderBy { +enum mumbai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -70433,13 +77457,13 @@ enum goerli_swap_SwapHourlyVolume_orderBy { volume } -interface goerli_swap_SwapTradeVolume { - stableSwap: goerli_swap_StableSwap! +interface mumbai_swap_SwapTradeVolume { + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input goerli_swap_SwapTradeVolume_filter { +input mumbai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -70460,7 +77484,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70469,21 +77493,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapTradeVolume_filter] - or: [goerli_swap_SwapTradeVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapTradeVolume_filter] + or: [mumbai_swap_SwapTradeVolume_filter] } -enum goerli_swap_SwapTradeVolume_orderBy { +enum mumbai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -70505,14 +77529,14 @@ enum goerli_swap_SwapTradeVolume_orderBy { volume } -type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { +type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input goerli_swap_SwapWeeklyVolume_filter { +input mumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -70541,7 +77565,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70550,21 +77574,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapWeeklyVolume_filter] - or: [goerli_swap_SwapWeeklyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapWeeklyVolume_filter] + or: [mumbai_swap_SwapWeeklyVolume_filter] } -enum goerli_swap_SwapWeeklyVolume_orderBy { +enum mumbai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -70579,815 +77603,21 @@ enum goerli_swap_SwapWeeklyVolume_orderBy { stableSwap__initialATime stableSwap__futureATime stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type goerli_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input goerli_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SystemInfo_filter] - or: [goerli_swap_SystemInfo_filter] -} - -enum goerli_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type goerli_swap__Block_ { - """The hash of the block""" - hash: goerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type goerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: goerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type 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 { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimismConnectorMeta_filter] - or: [staginggoerli_OptimismConnectorMeta_filter] -} - -enum staginggoerli_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type staginggoerli_OptimisticRootPropagated { - id: ID! - aggregateRoot: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input staginggoerli_OptimisticRootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - domainsHash: staginggoerli_Bytes - domainsHash_not: staginggoerli_Bytes - domainsHash_gt: staginggoerli_Bytes - domainsHash_lt: staginggoerli_Bytes - domainsHash_gte: staginggoerli_Bytes - domainsHash_lte: staginggoerli_Bytes - domainsHash_in: [staginggoerli_Bytes!] - domainsHash_not_in: [staginggoerli_Bytes!] - domainsHash_contains: staginggoerli_Bytes - domainsHash_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootPropagated_filter] - or: [staginggoerli_OptimisticRootPropagated_filter] -} - -enum staginggoerli_OptimisticRootPropagated_orderBy { - id - aggregateRoot - domainsHash - timestamp - blockNumber -} - -type staginggoerli_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: staginggoerli_Bytes! - snapshotsRoots: [staginggoerli_Bytes!] - domains: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input staginggoerli_OptimisticRootProposed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - snapshotsRoots: [staginggoerli_Bytes!] - snapshotsRoots_not: [staginggoerli_Bytes!] - snapshotsRoots_contains: [staginggoerli_Bytes!] - snapshotsRoots_contains_nocase: [staginggoerli_Bytes!] - snapshotsRoots_not_contains: [staginggoerli_Bytes!] - snapshotsRoots_not_contains_nocase: [staginggoerli_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes - baseAggregateRoot_not: staginggoerli_Bytes - baseAggregateRoot_gt: staginggoerli_Bytes - baseAggregateRoot_lt: staginggoerli_Bytes - baseAggregateRoot_gte: staginggoerli_Bytes - baseAggregateRoot_lte: staginggoerli_Bytes - baseAggregateRoot_in: [staginggoerli_Bytes!] - baseAggregateRoot_not_in: [staginggoerli_Bytes!] - baseAggregateRoot_contains: staginggoerli_Bytes - baseAggregateRoot_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootProposed_filter] - or: [staginggoerli_OptimisticRootProposed_filter] -} - -enum staginggoerli_OptimisticRootProposed_orderBy { - id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum staginggoerli_OrderDirection { - asc - desc + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type staginggoerli_PolygonConnectorMeta { +type mumbai_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input staginggoerli_PolygonConnectorMeta_filter { +input mumbai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -71396,129 +77626,101 @@ input staginggoerli_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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_PolygonConnectorMeta_filter] - or: [staginggoerli_PolygonConnectorMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SystemInfo_filter] + or: [mumbai_swap_SystemInfo_filter] } -enum staginggoerli_PolygonConnectorMeta_orderBy { +enum mumbai_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type staginggoerli_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: staginggoerli_Bytes! - index: BigInt! +type mumbai_swap__Block_ { + """The hash of the block""" + hash: mumbai_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -input staginggoerli_RootAggregated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: staginggoerli_Bytes - receivedRoot_not: staginggoerli_Bytes - receivedRoot_gt: staginggoerli_Bytes - receivedRoot_lt: staginggoerli_Bytes - receivedRoot_gte: staginggoerli_Bytes - receivedRoot_lte: staginggoerli_Bytes - receivedRoot_in: [staginggoerli_Bytes!] - receivedRoot_not_in: [staginggoerli_Bytes!] - receivedRoot_contains: staginggoerli_Bytes - receivedRoot_not_contains: staginggoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootAggregated_filter] - or: [staginggoerli_RootAggregated_filter] +"""The type for the top-level _meta field""" +type mumbai_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mumbai_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum staginggoerli_RootAggregated_orderBy { - id - domain - receivedRoot - index +enum staginggoerli_swap_Aggregation_interval { + hour + day } -type staginggoerli_RootManagerMeta { +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! - domains: [BigInt!] - connectors: [staginggoerli_Bytes!] + address: staginggoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! } -input staginggoerli_RootManagerMeta_filter { +type staginggoerli_swap_LpAccountBalance { + id: ID! + account: staginggoerli_swap_LpAccount! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: staginggoerli_swap_Bytes +} + +input staginggoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -71527,36 +77729,107 @@ input staginggoerli_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [staginggoerli_Bytes!] - connectors_not: [staginggoerli_Bytes!] - connectors_contains: [staginggoerli_Bytes!] - connectors_contains_nocase: [staginggoerli_Bytes!] - connectors_not_contains: [staginggoerli_Bytes!] - connectors_not_contains_nocase: [staginggoerli_Bytes!] + 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_BlockChangedFilter - and: [staginggoerli_RootManagerMeta_filter] - or: [staginggoerli_RootManagerMeta_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccountBalance_filter] + or: [staginggoerli_swap_LpAccountBalance_filter] } -enum staginggoerli_RootManagerMeta_orderBy { +enum staginggoerli_swap_LpAccountBalance_orderBy { id - domains - connectors -} - -type staginggoerli_RootManagerMode { - id: ID! - mode: String! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input staginggoerli_RootManagerMode_filter { +input staginggoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -71565,51 +77838,51 @@ input staginggoerli_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + balances_: staginggoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMode_filter] - or: [staginggoerli_RootManagerMode_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccount_filter] + or: [staginggoerli_swap_LpAccount_filter] } -enum staginggoerli_RootManagerMode_orderBy { +enum staginggoerli_swap_LpAccount_orderBy { id - mode + address + balances } -type staginggoerli_RootMessageProcessed { +type staginggoerli_swap_LpToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + 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!]! } -input staginggoerli_RootMessageProcessed_filter { +interface staginggoerli_swap_LpTokenEvent { + id: ID! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! +} + +input staginggoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -71618,52 +77891,43 @@ input staginggoerli_RootMessageProcessed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + 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 @@ -71672,58 +77936,47 @@ input staginggoerli_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageProcessed_filter] - or: [staginggoerli_RootMessageProcessed_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTokenEvent_filter] + or: [staginggoerli_swap_LpTokenEvent_filter] } -enum staginggoerli_RootMessageProcessed_orderBy { +enum staginggoerli_swap_LpTokenEvent_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - gasPrice - gasLimit - blockNumber -} - -type staginggoerli_RootPropagated { - id: ID! - aggregate: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! - count: BigInt! - blockNumber: BigInt + transaction + nonce } -input staginggoerli_RootPropagated_filter { +input staginggoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -71732,66 +77985,142 @@ input staginggoerli_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: staginggoerli_Bytes - aggregate_not: staginggoerli_Bytes - aggregate_gt: staginggoerli_Bytes - aggregate_lt: staginggoerli_Bytes - aggregate_gte: staginggoerli_Bytes - aggregate_lte: staginggoerli_Bytes - aggregate_in: [staginggoerli_Bytes!] - aggregate_not_in: [staginggoerli_Bytes!] - aggregate_contains: staginggoerli_Bytes - aggregate_not_contains: staginggoerli_Bytes - domainsHash: staginggoerli_Bytes - domainsHash_not: staginggoerli_Bytes - domainsHash_gt: staginggoerli_Bytes - domainsHash_lt: staginggoerli_Bytes - domainsHash_gte: staginggoerli_Bytes - domainsHash_lte: staginggoerli_Bytes - domainsHash_in: [staginggoerli_Bytes!] - domainsHash_not_in: [staginggoerli_Bytes!] - domainsHash_contains: staginggoerli_Bytes - domainsHash_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: staginggoerli_swap_BigDecimal + totalSupply_not: staginggoerli_swap_BigDecimal + totalSupply_gt: staginggoerli_swap_BigDecimal + totalSupply_lt: staginggoerli_swap_BigDecimal + totalSupply_gte: staginggoerli_swap_BigDecimal + totalSupply_lte: staginggoerli_swap_BigDecimal + totalSupply_in: [staginggoerli_swap_BigDecimal!] + totalSupply_not_in: [staginggoerli_swap_BigDecimal!] + events_: staginggoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootPropagated_filter] - or: [staginggoerli_RootPropagated_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpToken_filter] + or: [staginggoerli_swap_LpToken_filter] } -enum staginggoerli_RootPropagated_orderBy { +enum staginggoerli_swap_LpToken_orderBy { id - aggregate - domainsHash - count - blockNumber + 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_ZkSyncConnectorMeta { +type staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + from: staginggoerli_swap_Bytes! + to: staginggoerli_swap_Bytes! + fromBalance: staginggoerli_swap_BigDecimal! + toBalance: staginggoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input staginggoerli_ZkSyncConnectorMeta_filter { +input staginggoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -71800,200 +78129,143 @@ input staginggoerli_ZkSyncConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + from: staginggoerli_swap_Bytes + from_not: staginggoerli_swap_Bytes + from_gt: staginggoerli_swap_Bytes + from_lt: staginggoerli_swap_Bytes + from_gte: staginggoerli_swap_Bytes + from_lte: staginggoerli_swap_Bytes + from_in: [staginggoerli_swap_Bytes!] + from_not_in: [staginggoerli_swap_Bytes!] + from_contains: staginggoerli_swap_Bytes + from_not_contains: staginggoerli_swap_Bytes + to: staginggoerli_swap_Bytes + to_not: staginggoerli_swap_Bytes + to_gt: staginggoerli_swap_Bytes + to_lt: staginggoerli_swap_Bytes + to_gte: staginggoerli_swap_Bytes + to_lte: staginggoerli_swap_Bytes + to_in: [staginggoerli_swap_Bytes!] + to_not_in: [staginggoerli_swap_Bytes!] + to_contains: staginggoerli_swap_Bytes + to_not_contains: staginggoerli_swap_Bytes + fromBalance: staginggoerli_swap_BigDecimal + fromBalance_not: staginggoerli_swap_BigDecimal + fromBalance_gt: staginggoerli_swap_BigDecimal + fromBalance_lt: staginggoerli_swap_BigDecimal + fromBalance_gte: staginggoerli_swap_BigDecimal + fromBalance_lte: staginggoerli_swap_BigDecimal + fromBalance_in: [staginggoerli_swap_BigDecimal!] + fromBalance_not_in: [staginggoerli_swap_BigDecimal!] + toBalance: staginggoerli_swap_BigDecimal + toBalance_not: staginggoerli_swap_BigDecimal + toBalance_gt: staginggoerli_swap_BigDecimal + toBalance_lt: staginggoerli_swap_BigDecimal + toBalance_gte: staginggoerli_swap_BigDecimal + toBalance_lte: staginggoerli_swap_BigDecimal + toBalance_in: [staginggoerli_swap_BigDecimal!] + toBalance_not_in: [staginggoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ZkSyncConnectorMeta_filter] - or: [staginggoerli_ZkSyncConnectorMeta_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTransferEvent_filter] + or: [staginggoerli_swap_LpTransferEvent_filter] } -enum staginggoerli_ZkSyncConnectorMeta_orderBy { +enum staginggoerli_swap_LpTransferEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type staginggoerli__Block_ { - """The hash of the block""" - hash: staginggoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type staginggoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: staginggoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -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 testgoerli_AssetBalance { - id: ID! - amount: BigInt! - router: testgoerli_Router! - asset: testgoerli_Asset! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -input testgoerli_AssetBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: 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: testgoerli_BlockChangedFilter - and: [testgoerli_AssetBalance_filter] - or: [testgoerli_AssetBalance_filter] +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_swap_OrderDirection { + asc + desc } -enum testgoerli_AssetBalance_orderBy { - id - amount - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__local - asset__adoptedAsset - asset__canonicalId - asset__canonicalDomain - asset__blockNumber +type staginggoerli_swap_PooledToken { + id: ID! + asset: staginggoerli_swap_Bytes! } -input testgoerli_Asset_filter { +input staginggoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -72002,132 +78274,72 @@ input testgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: testgoerli_Bytes - key_not: testgoerli_Bytes - key_gt: testgoerli_Bytes - key_lt: testgoerli_Bytes - key_gte: testgoerli_Bytes - key_lte: testgoerli_Bytes - key_in: [testgoerli_Bytes!] - key_not_in: [testgoerli_Bytes!] - key_contains: testgoerli_Bytes - key_not_contains: testgoerli_Bytes - local: testgoerli_Bytes - local_not: testgoerli_Bytes - local_gt: testgoerli_Bytes - local_lt: testgoerli_Bytes - local_gte: testgoerli_Bytes - local_lte: testgoerli_Bytes - local_in: [testgoerli_Bytes!] - local_not_in: [testgoerli_Bytes!] - local_contains: testgoerli_Bytes - local_not_contains: testgoerli_Bytes - adoptedAsset: testgoerli_Bytes - adoptedAsset_not: testgoerli_Bytes - adoptedAsset_gt: testgoerli_Bytes - adoptedAsset_lt: testgoerli_Bytes - adoptedAsset_gte: testgoerli_Bytes - adoptedAsset_lte: testgoerli_Bytes - adoptedAsset_in: [testgoerli_Bytes!] - adoptedAsset_not_in: [testgoerli_Bytes!] - adoptedAsset_contains: testgoerli_Bytes - adoptedAsset_not_contains: testgoerli_Bytes - canonicalId: testgoerli_Bytes - canonicalId_not: testgoerli_Bytes - canonicalId_gt: testgoerli_Bytes - canonicalId_lt: testgoerli_Bytes - canonicalId_gte: testgoerli_Bytes - canonicalId_lte: testgoerli_Bytes - canonicalId_in: [testgoerli_Bytes!] - canonicalId_not_in: [testgoerli_Bytes!] - canonicalId_contains: testgoerli_Bytes - canonicalId_not_contains: testgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: testgoerli_BlockChangedFilter - and: [testgoerli_Asset_filter] - or: [testgoerli_Asset_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_PooledToken_filter] + or: [staginggoerli_swap_PooledToken_filter] } -enum testgoerli_Asset_orderBy { +enum staginggoerli_swap_PooledToken_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain - blockNumber -} - -scalar testgoerli_BigDecimal - -input testgoerli_BlockChangedFilter { - number_gte: Int! + asset } -input testgoerli_Block_height { - hash: testgoerli_Bytes - number: Int - number_gte: Int +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!] } -scalar testgoerli_Bytes - -type testgoerli_DestinationTransfer { +type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { 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 + 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 testgoerli_DestinationTransfer_filter { +input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -72136,24 +78348,105 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -72162,362 +78455,54 @@ input testgoerli_DestinationTransfer_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: testgoerli_BlockChangedFilter - and: [testgoerli_DestinationTransfer_filter] - or: [testgoerli_DestinationTransfer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum testgoerli_DestinationTransfer_orderBy { +enum staginggoerli_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 - 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 } -type testgoerli_OriginTransfer { +interface staginggoerli_swap_StableSwapEvent { 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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: staginggoerli_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input testgoerli_OriginTransfer_filter { +input staginggoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -72526,24 +78511,53 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 + 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 @@ -72552,172 +78566,147 @@ input testgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - to: testgoerli_Bytes - to_not: testgoerli_Bytes - to_gt: testgoerli_Bytes - to_lt: testgoerli_Bytes - to_gte: testgoerli_Bytes - to_lte: testgoerli_Bytes - to_in: [testgoerli_Bytes!] - to_not_in: [testgoerli_Bytes!] - to_contains: testgoerli_Bytes - to_not_contains: testgoerli_Bytes - callData: testgoerli_Bytes - callData_not: testgoerli_Bytes - callData_gt: testgoerli_Bytes - callData_lt: testgoerli_Bytes - callData_gte: testgoerli_Bytes - callData_lte: testgoerli_Bytes - callData_in: [testgoerli_Bytes!] - callData_not_in: [testgoerli_Bytes!] - callData_contains: testgoerli_Bytes - callData_not_contains: testgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testgoerli_Bytes - agent_not: testgoerli_Bytes - agent_gt: testgoerli_Bytes - agent_lt: testgoerli_Bytes - agent_gte: testgoerli_Bytes - agent_lte: testgoerli_Bytes - agent_in: [testgoerli_Bytes!] - agent_not_in: [testgoerli_Bytes!] - agent_contains: testgoerli_Bytes - agent_not_contains: testgoerli_Bytes - recovery: testgoerli_Bytes - recovery_not: testgoerli_Bytes - recovery_gt: testgoerli_Bytes - recovery_lt: testgoerli_Bytes - recovery_gte: testgoerli_Bytes - recovery_lte: testgoerli_Bytes - recovery_in: [testgoerli_Bytes!] - recovery_not_in: [testgoerli_Bytes!] - recovery_contains: testgoerli_Bytes - recovery_not_contains: testgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testgoerli_Bytes - callback_not: testgoerli_Bytes - callback_gt: testgoerli_Bytes - callback_lt: testgoerli_Bytes - callback_gte: testgoerli_Bytes - callback_lte: testgoerli_Bytes - callback_in: [testgoerli_Bytes!] - callback_not_in: [testgoerli_Bytes!] - callback_contains: testgoerli_Bytes - callback_not_contains: testgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testgoerli_TransferStatus - status_not: testgoerli_TransferStatus - status_in: [testgoerli_TransferStatus!] - status_not_in: [testgoerli_TransferStatus!] - originMinOut: BigInt - originMinOut_not: BigInt - originMinOut_gt: BigInt - originMinOut_lt: BigInt - originMinOut_gte: BigInt - originMinOut_lte: BigInt - originMinOut_in: [BigInt!] - originMinOut_not_in: [BigInt!] - transactingAsset: testgoerli_Bytes - transactingAsset_not: testgoerli_Bytes - transactingAsset_gt: testgoerli_Bytes - transactingAsset_lt: testgoerli_Bytes - transactingAsset_gte: testgoerli_Bytes - transactingAsset_lte: testgoerli_Bytes - transactingAsset_in: [testgoerli_Bytes!] - transactingAsset_not_in: [testgoerli_Bytes!] - transactingAsset_contains: testgoerli_Bytes - transactingAsset_not_contains: testgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - bridgedAsset: testgoerli_Bytes - bridgedAsset_not: testgoerli_Bytes - bridgedAsset_gt: testgoerli_Bytes - bridgedAsset_lt: testgoerli_Bytes - bridgedAsset_gte: testgoerli_Bytes - bridgedAsset_lte: testgoerli_Bytes - bridgedAsset_in: [testgoerli_Bytes!] - bridgedAsset_not_in: [testgoerli_Bytes!] - bridgedAsset_contains: testgoerli_Bytes - bridgedAsset_not_contains: testgoerli_Bytes - bridgedAmount: BigInt - bridgedAmount_not: BigInt - bridgedAmount_gt: BigInt - bridgedAmount_lt: BigInt - bridgedAmount_gte: BigInt - bridgedAmount_lte: BigInt - bridgedAmount_in: [BigInt!] - bridgedAmount_not_in: [BigInt!] - caller: testgoerli_Bytes - caller_not: testgoerli_Bytes - caller_gt: testgoerli_Bytes - caller_lt: testgoerli_Bytes - caller_gte: testgoerli_Bytes - caller_lte: testgoerli_Bytes - caller_in: [testgoerli_Bytes!] - caller_not_in: [testgoerli_Bytes!] - caller_contains: testgoerli_Bytes - caller_not_contains: testgoerli_Bytes - transactionHash: testgoerli_Bytes - transactionHash_not: testgoerli_Bytes - transactionHash_gt: testgoerli_Bytes - transactionHash_lt: testgoerli_Bytes - transactionHash_gte: testgoerli_Bytes - transactionHash_lte: testgoerli_Bytes - transactionHash_in: [testgoerli_Bytes!] - transactionHash_not_in: [testgoerli_Bytes!] - transactionHash_contains: testgoerli_Bytes - transactionHash_not_contains: testgoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapEvent_filter] + or: [staginggoerli_swap_StableSwapEvent_filter] +} + +enum staginggoerli_swap_StableSwapEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce +} + +type staginggoerli_swap_StableSwapExchange { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + buyer: staginggoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! +} + +input staginggoerli_swap_StableSwapExchange_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -72726,74 +78715,79 @@ input testgoerli_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!] + 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: testgoerli_BlockChangedFilter - and: [testgoerli_OriginTransfer_filter] - or: [testgoerli_OriginTransfer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapExchange_filter] + or: [staginggoerli_swap_StableSwapExchange_filter] } -enum testgoerli_OriginTransfer_orderBy { +enum staginggoerli_swap_StableSwapExchange_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - originMinOut - transactingAsset - transactingAmount - bridgedAsset - bridgedAmount - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -type testgoerli_Relayer { +type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { id: ID! - isActive: Boolean! - relayer: testgoerli_Bytes + 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 testgoerli_Relayer_filter { +input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -72802,43 +78796,152 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: testgoerli_BlockChangedFilter - and: [testgoerli_Relayer_filter] - or: [testgoerli_Relayer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum testgoerli_Relayer_orderBy { +enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id - isActive - relayer -} - -type testgoerli_Router { - 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!]! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + 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 testgoerli_Router_filter { +input staginggoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -72851,112 +78954,197 @@ 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 - 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 + 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: testgoerli_BlockChangedFilter - and: [testgoerli_Router_filter] - or: [testgoerli_Router_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwap_filter] + or: [staginggoerli_swap_StableSwap_filter] } -enum testgoerli_Router_orderBy { +enum staginggoerli_swap_StableSwap_orderBy { id isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type testgoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: testgoerli_Bytes! -} - -input testgoerli_Setting_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: testgoerli_Bytes - caller_not: testgoerli_Bytes - caller_gt: testgoerli_Bytes - caller_lt: testgoerli_Bytes - caller_gte: testgoerli_Bytes - caller_lte: testgoerli_Bytes - caller_in: [testgoerli_Bytes!] - caller_not_in: [testgoerli_Bytes!] - caller_contains: testgoerli_Bytes - caller_not_contains: testgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_Setting_filter] - or: [testgoerli_Setting_filter] -} - -enum testgoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type testgoerli_SponsorVault { +type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - sponsorVault: testgoerli_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input testgoerli_SponsorVault_filter { +input staginggoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -72965,35 +79153,80 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: testgoerli_BlockChangedFilter - and: [testgoerli_SponsorVault_filter] - or: [testgoerli_SponsorVault_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapDailyVolume_filter] + or: [staginggoerli_swap_SwapDailyVolume_filter] } -enum testgoerli_SponsorVault_orderBy { +enum staginggoerli_swap_SwapDailyVolume_orderBy { id - sponsorVault + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type testgoerli_StableSwap { +type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - canonicalId: testgoerli_Bytes! - domain: BigInt - swapPool: testgoerli_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input testgoerli_StableSwap_filter { +input staginggoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -73002,152 +79235,152 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: testgoerli_BlockChangedFilter - and: [testgoerli_StableSwap_filter] - or: [testgoerli_StableSwap_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapHourlyVolume_filter] + or: [staginggoerli_swap_SwapHourlyVolume_filter] } -enum testgoerli_StableSwap_orderBy { +enum staginggoerli_swap_SwapHourlyVolume_orderBy { id - canonicalId - domain - swapPool -} - -enum testgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type testgoerli__Block_ { - """The hash of the block""" - hash: testgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type testgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: testgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + 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_AggregateRootSavedSlow { - id: ID! - aggregateRoot: goerli_Bytes! - count: BigInt! - aggregatedRoots: [goerli_Bytes!] - rootTimestamp: BigInt! +interface staginggoerli_swap_SwapTradeVolume { + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! } -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!] +input staginggoerli_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregateRootSavedSlow_filter] - or: [goerli_AggregateRootSavedSlow_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapTradeVolume_filter] + or: [staginggoerli_swap_SwapTradeVolume_filter] } -enum goerli_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp +enum staginggoerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type goerli_AggregatedMessageRoot { +type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - index: BigInt! - receivedRoot: goerli_Bytes! - domain: BigInt - blockNumber: BigInt + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input goerli_AggregatedMessageRoot_filter { +input staginggoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -73156,69 +79389,79 @@ input goerli_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - 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 + 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: goerli_BlockChangedFilter - and: [goerli_AggregatedMessageRoot_filter] - or: [goerli_AggregatedMessageRoot_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapWeeklyVolume_filter] + or: [staginggoerli_swap_SwapWeeklyVolume_filter] } -enum goerli_AggregatedMessageRoot_orderBy { +enum staginggoerli_swap_SwapWeeklyVolume_orderBy { id - index - receivedRoot - domain - blockNumber -} - -enum goerli_Aggregation_interval { - hour - day + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + 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_ArbitrumConnectorMeta { +type staginggoerli_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input goerli_ArbitrumConnectorMeta_filter { +input staginggoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -73227,168 +79470,101 @@ input goerli_ArbitrumConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + 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_ArbitrumConnectorMeta_filter] - or: [goerli_ArbitrumConnectorMeta_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SystemInfo_filter] + or: [staginggoerli_swap_SystemInfo_filter] } -enum goerli_ArbitrumConnectorMeta_orderBy { +enum staginggoerli_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type goerli_BaseConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! +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 } -input goerli_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: 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_BaseConnectorMeta_filter] - or: [goerli_BaseConnectorMeta_filter] +"""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 goerli_BaseConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +enum optimismgoerli_swap_Aggregation_interval { + hour + day } -scalar goerli_BigDecimal +scalar optimismgoerli_swap_BigDecimal -input goerli_BlockChangedFilter { +input optimismgoerli_swap_BlockChangedFilter { number_gte: Int! } -input goerli_Block_height { - hash: goerli_Bytes +input optimismgoerli_swap_Block_height { + hash: optimismgoerli_swap_Bytes number: Int number_gte: Int } -type goerli_BnbConnectorMeta { +scalar optimismgoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar optimismgoerli_swap_Int8 + +type optimismgoerli_swap_LpAccount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + 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!]! } -input goerli_BnbConnectorMeta_filter { +type optimismgoerli_swap_LpAccountBalance { + id: ID! + account: optimismgoerli_swap_LpAccount! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: optimismgoerli_swap_Bytes +} + +input optimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -73397,79 +79573,160 @@ 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 + 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 """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_BnbConnectorMeta_filter] - or: [goerli_BnbConnectorMeta_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccountBalance_filter] + or: [optimismgoerli_swap_LpAccountBalance_filter] } -enum goerli_BnbConnectorMeta_orderBy { +enum optimismgoerli_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 } -scalar goerli_Bytes +input optimismgoerli_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: 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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccount_filter] + or: [optimismgoerli_swap_LpAccount_filter] +} -type goerli_GnosisConnectorMeta { +enum optimismgoerli_swap_LpAccount_orderBy { + id + address + balances +} + +type optimismgoerli_swap_LpToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + 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!]! } -input goerli_GnosisConnectorMeta_filter { +interface optimismgoerli_swap_LpTokenEvent { + id: ID! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: optimismgoerli_swap_Bytes! + nonce: BigInt! +} + +input optimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -73478,73 +79735,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_: 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 + 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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTokenEvent_filter] + or: [optimismgoerli_swap_LpTokenEvent_filter] } -enum goerli_GnosisConnectorMeta_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -73553,33 +79829,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: 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: goerli_BlockChangedFilter - and: [goerli_HubDomain_filter] - or: [goerli_HubDomain_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpToken_filter] + or: [optimismgoerli_swap_LpToken_filter] } -enum goerli_HubDomain_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { id: ID! - aggregateRoot: goerli_Bytes! + 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! - blockNumber: BigInt + transaction: optimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_HubOptimisticRootFinalized_filter { +input optimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -73588,16 +79973,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_: 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 @@ -73606,43 +80054,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: 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: goerli_BlockChangedFilter - and: [goerli_HubOptimisticRootFinalized_filter] - or: [goerli_HubOptimisticRootFinalized_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTransferEvent_filter] + or: [optimismgoerli_swap_LpTransferEvent_filter] } -enum goerli_HubOptimisticRootFinalized_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_OrderDirection { + asc + desc +} -type goerli_LineaConnectorMeta { +type optimismgoerli_swap_PooledToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + asset: optimismgoerli_swap_Bytes! } -input goerli_LineaConnectorMeta_filter { +input optimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -73651,77 +80118,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: optimismgoerli_swap_Bytes + asset_not: optimismgoerli_swap_Bytes + asset_gt: optimismgoerli_swap_Bytes + asset_lt: optimismgoerli_swap_Bytes + asset_gte: optimismgoerli_swap_Bytes + asset_lte: optimismgoerli_swap_Bytes + asset_in: [optimismgoerli_swap_Bytes!] + asset_not_in: [optimismgoerli_swap_Bytes!] + asset_contains: optimismgoerli_swap_Bytes + asset_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_LineaConnectorMeta_filter] - or: [goerli_LineaConnectorMeta_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_PooledToken_filter] + or: [optimismgoerli_swap_PooledToken_filter] } -enum goerli_LineaConnectorMeta_orderBy { +enum optimismgoerli_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type goerli_OptimismConnectorMeta { +type optimismgoerli_swap_StableSwap { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + 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!] } -input goerli_OptimismConnectorMeta_filter { +type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { + 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! +} + +input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -73730,76 +80192,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_: 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!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimismConnectorMeta_filter] - or: [goerli_OptimismConnectorMeta_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_OptimismConnectorMeta_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_StableSwapEvent { id: ID! - aggregateRoot: goerli_Bytes! - domainsHash: goerli_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: optimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_OptimisticRootPropagated_filter { +input optimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -73808,26 +80355,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_: 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 @@ -73836,40 +80392,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: 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: goerli_BlockChangedFilter - and: [goerli_OptimisticRootPropagated_filter] - or: [goerli_OptimisticRootPropagated_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapEvent_filter] + or: [optimismgoerli_swap_StableSwapEvent_filter] } -enum goerli_OptimisticRootPropagated_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_StableSwapExchange { id: ID! - disputeCliff: BigInt! - aggregateRoot: goerli_Bytes! - snapshotsRoots: [goerli_Bytes!] - domains: [BigInt!] - baseAggregateRoot: goerli_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + buyer: optimismgoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: optimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_OptimisticRootProposed_filter { +input optimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -73878,46 +80466,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_: 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 @@ -73926,47 +80559,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: 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: goerli_BlockChangedFilter - and: [goerli_OptimisticRootProposed_filter] - or: [goerli_OptimisticRootProposed_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapExchange_filter] + or: [optimismgoerli_swap_StableSwapExchange_filter] } -enum goerli_OptimisticRootProposed_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + 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! } -input goerli_PolygonConnectorMeta_filter { +input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -73975,75 +80640,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_: 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!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_PolygonConnectorMeta_filter] - or: [goerli_PolygonConnectorMeta_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_PolygonConnectorMeta_orderBy { +enum optimismgoerli_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 optimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -74052,6 +80794,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: 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 @@ -74060,135 +80826,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: 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: goerli_BlockChangedFilter - and: [goerli_RootAggregated_filter] - or: [goerli_RootAggregated_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwap_filter] + or: [optimismgoerli_swap_StableSwap_filter] } -enum goerli_RootAggregated_orderBy { +enum optimismgoerli_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 -} - -type goerli_RootManagerMode { - id: ID! - mode: String! -} - -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: goerli_BlockChangedFilter - and: [goerli_RootManagerMode_filter] - or: [goerli_RootManagerMode_filter] -} - -enum goerli_RootManagerMode_orderBy { - id - mode + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type goerli_RootMessageProcessed { +type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_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: optimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_RootMessageProcessed_filter { +input optimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -74197,52 +80997,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74251,58 +81026,51 @@ 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: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageProcessed_filter] - or: [goerli_RootMessageProcessed_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapDailyVolume_filter] + or: [optimismgoerli_swap_SwapDailyVolume_filter] } -enum goerli_RootMessageProcessed_orderBy { +enum optimismgoerli_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type goerli_RootPropagated { +type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - aggregate: goerli_Bytes! - domainsHash: goerli_Bytes! - count: BigInt! - blockNumber: BigInt + stableSwap: optimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_RootPropagated_filter { +input optimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -74311,66 +81079,152 @@ input goerli_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: goerli_Bytes - aggregate_not: goerli_Bytes - aggregate_gt: goerli_Bytes - aggregate_lt: goerli_Bytes - aggregate_gte: goerli_Bytes - aggregate_lte: goerli_Bytes - aggregate_in: [goerli_Bytes!] - aggregate_not_in: [goerli_Bytes!] - aggregate_contains: goerli_Bytes - aggregate_not_contains: goerli_Bytes - domainsHash: goerli_Bytes - domainsHash_not: goerli_Bytes - domainsHash_gt: goerli_Bytes - domainsHash_lt: goerli_Bytes - domainsHash_gte: goerli_Bytes - domainsHash_lte: goerli_Bytes - domainsHash_in: [goerli_Bytes!] - domainsHash_not_in: [goerli_Bytes!] - domainsHash_contains: goerli_Bytes - domainsHash_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - 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_: 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: goerli_BlockChangedFilter - and: [goerli_RootPropagated_filter] - or: [goerli_RootPropagated_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapHourlyVolume_filter] + or: [optimismgoerli_swap_SwapHourlyVolume_filter] } -enum goerli_RootPropagated_orderBy { +enum optimismgoerli_swap_SwapHourlyVolume_orderBy { id - aggregate - domainsHash - count - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type goerli_X1ConnectorMeta { +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! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_X1ConnectorMeta_filter { +input optimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -74379,77 +81233,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_: 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: goerli_BlockChangedFilter - and: [goerli_X1ConnectorMeta_filter] - or: [goerli_X1ConnectorMeta_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapWeeklyVolume_filter] + or: [optimismgoerli_swap_SwapWeeklyVolume_filter] } -enum goerli_X1ConnectorMeta_orderBy { +enum optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -74458,70 +81314,37 @@ 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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SystemInfo_filter] + or: [optimismgoerli_swap_SystemInfo_filter] } -enum goerli_ZkSyncConnectorMeta_orderBy { +enum optimismgoerli_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type goerli__Block_ { +type optimismgoerli_swap__Block_ { """The hash of the block""" - hash: goerli_Bytes + hash: optimismgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -74529,7 +81352,7 @@ type goerli__Block_ { } """The type for the top-level _meta field""" -type goerli__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 @@ -74537,55 +81360,55 @@ type goerli__Meta_ { and therefore asks for the latest block """ - block: goerli__Block_! + block: optimismgoerli_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 { +enum goerli_swap_Aggregation_interval { hour day } -scalar stagingmumbai_swap_BigDecimal +scalar goerli_swap_BigDecimal -input stagingmumbai_swap_BlockChangedFilter { +input goerli_swap_BlockChangedFilter { number_gte: Int! } -input stagingmumbai_swap_Block_height { - hash: stagingmumbai_swap_Bytes +input goerli_swap_Block_height { + hash: goerli_swap_Bytes number: Int number_gte: Int } -scalar stagingmumbai_swap_Bytes +scalar goerli_swap_Bytes """ 8 bytes signed integer """ -scalar stagingmumbai_swap_Int8 +scalar goerli_swap_Int8 -type stagingmumbai_swap_LpAccount { +type goerli_swap_LpAccount { id: ID! - address: stagingmumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpAccountBalance_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpAccountBalance_filter): [stagingmumbai_swap_LpAccountBalance!]! + address: 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 stagingmumbai_swap_LpAccountBalance { +type goerli_swap_LpAccountBalance { id: ID! - account: stagingmumbai_swap_LpAccount! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! + account: goerli_swap_LpAccount! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: stagingmumbai_swap_Bytes + transaction: goerli_swap_Bytes } -input stagingmumbai_swap_LpAccountBalance_filter { +input goerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -74614,7 +81437,7 @@ input stagingmumbai_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: stagingmumbai_swap_LpAccount_filter + account_: goerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -74635,15 +81458,15 @@ input stagingmumbai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] + token_: 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 @@ -74660,23 +81483,23 @@ input stagingmumbai_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccountBalance_filter] - or: [stagingmumbai_swap_LpAccountBalance_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccountBalance_filter] + or: [goerli_swap_LpAccountBalance_filter] } -enum stagingmumbai_swap_LpAccountBalance_orderBy { +enum goerli_swap_LpAccountBalance_orderBy { id account account__id @@ -74694,7 +81517,7 @@ enum stagingmumbai_swap_LpAccountBalance_orderBy { transaction } -input stagingmumbai_swap_LpAccount_filter { +input goerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -74703,51 +81526,51 @@ input stagingmumbai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingmumbai_swap_Bytes - address_not: stagingmumbai_swap_Bytes - address_gt: stagingmumbai_swap_Bytes - address_lt: stagingmumbai_swap_Bytes - address_gte: stagingmumbai_swap_Bytes - address_lte: stagingmumbai_swap_Bytes - address_in: [stagingmumbai_swap_Bytes!] - address_not_in: [stagingmumbai_swap_Bytes!] - address_contains: stagingmumbai_swap_Bytes - address_not_contains: stagingmumbai_swap_Bytes - balances_: stagingmumbai_swap_LpAccountBalance_filter + address: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccount_filter] - or: [stagingmumbai_swap_LpAccount_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccount_filter] + or: [goerli_swap_LpAccount_filter] } -enum stagingmumbai_swap_LpAccount_orderBy { +enum goerli_swap_LpAccount_orderBy { id address balances } -type stagingmumbai_swap_LpToken { +type goerli_swap_LpToken { id: ID! - address: stagingmumbai_swap_Bytes! - stableSwap: stagingmumbai_swap_StableSwap! + address: goerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: stagingmumbai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpTokenEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpTokenEvent_filter): [stagingmumbai_swap_LpTokenEvent!]! + totalSupply: goerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! } -interface stagingmumbai_swap_LpTokenEvent { +interface goerli_swap_LpTokenEvent { id: ID! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_LpTokenEvent_filter { +input goerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -74776,15 +81599,15 @@ input stagingmumbai_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] + token_: 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 @@ -74801,16 +81624,16 @@ input stagingmumbai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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 @@ -74820,12 +81643,12 @@ input stagingmumbai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTokenEvent_filter] - or: [stagingmumbai_swap_LpTokenEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTokenEvent_filter] + or: [goerli_swap_LpTokenEvent_filter] } -enum stagingmumbai_swap_LpTokenEvent_orderBy { +enum goerli_swap_LpTokenEvent_orderBy { id token token__id @@ -74841,7 +81664,7 @@ enum stagingmumbai_swap_LpTokenEvent_orderBy { nonce } -input stagingmumbai_swap_LpToken_filter { +input goerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -74850,16 +81673,16 @@ input stagingmumbai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingmumbai_swap_Bytes - address_not: stagingmumbai_swap_Bytes - address_gt: stagingmumbai_swap_Bytes - address_lt: stagingmumbai_swap_Bytes - address_gte: stagingmumbai_swap_Bytes - address_lte: stagingmumbai_swap_Bytes - address_in: [stagingmumbai_swap_Bytes!] - address_not_in: [stagingmumbai_swap_Bytes!] - address_contains: stagingmumbai_swap_Bytes - address_not_contains: stagingmumbai_swap_Bytes + address: 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 @@ -74880,7 +81703,7 @@ input stagingmumbai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -74929,22 +81752,22 @@ input stagingmumbai_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: stagingmumbai_swap_BigDecimal - totalSupply_not: stagingmumbai_swap_BigDecimal - totalSupply_gt: stagingmumbai_swap_BigDecimal - totalSupply_lt: stagingmumbai_swap_BigDecimal - totalSupply_gte: stagingmumbai_swap_BigDecimal - totalSupply_lte: stagingmumbai_swap_BigDecimal - totalSupply_in: [stagingmumbai_swap_BigDecimal!] - totalSupply_not_in: [stagingmumbai_swap_BigDecimal!] - events_: stagingmumbai_swap_LpTokenEvent_filter + totalSupply: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpToken_filter] - or: [stagingmumbai_swap_LpToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpToken_filter] + or: [goerli_swap_LpToken_filter] } -enum stagingmumbai_swap_LpToken_orderBy { +enum goerli_swap_LpToken_orderBy { id address stableSwap @@ -74971,21 +81794,21 @@ enum stagingmumbai_swap_LpToken_orderBy { events } -type stagingmumbai_swap_LpTransferEvent implements stagingmumbai_swap_LpTokenEvent { +type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { id: ID! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - from: stagingmumbai_swap_Bytes! - to: stagingmumbai_swap_Bytes! - fromBalance: stagingmumbai_swap_BigDecimal! - toBalance: stagingmumbai_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! + from: goerli_swap_Bytes! + to: goerli_swap_Bytes! + fromBalance: goerli_swap_BigDecimal! + toBalance: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_LpTransferEvent_filter { +input goerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -75014,51 +81837,51 @@ input stagingmumbai_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] - from: stagingmumbai_swap_Bytes - from_not: stagingmumbai_swap_Bytes - from_gt: stagingmumbai_swap_Bytes - from_lt: stagingmumbai_swap_Bytes - from_gte: stagingmumbai_swap_Bytes - from_lte: stagingmumbai_swap_Bytes - from_in: [stagingmumbai_swap_Bytes!] - from_not_in: [stagingmumbai_swap_Bytes!] - from_contains: stagingmumbai_swap_Bytes - from_not_contains: stagingmumbai_swap_Bytes - to: stagingmumbai_swap_Bytes - to_not: stagingmumbai_swap_Bytes - to_gt: stagingmumbai_swap_Bytes - to_lt: stagingmumbai_swap_Bytes - to_gte: stagingmumbai_swap_Bytes - to_lte: stagingmumbai_swap_Bytes - to_in: [stagingmumbai_swap_Bytes!] - to_not_in: [stagingmumbai_swap_Bytes!] - to_contains: stagingmumbai_swap_Bytes - to_not_contains: stagingmumbai_swap_Bytes - fromBalance: stagingmumbai_swap_BigDecimal - fromBalance_not: stagingmumbai_swap_BigDecimal - fromBalance_gt: stagingmumbai_swap_BigDecimal - fromBalance_lt: stagingmumbai_swap_BigDecimal - fromBalance_gte: stagingmumbai_swap_BigDecimal - fromBalance_lte: stagingmumbai_swap_BigDecimal - fromBalance_in: [stagingmumbai_swap_BigDecimal!] - fromBalance_not_in: [stagingmumbai_swap_BigDecimal!] - toBalance: stagingmumbai_swap_BigDecimal - toBalance_not: stagingmumbai_swap_BigDecimal - toBalance_gt: stagingmumbai_swap_BigDecimal - toBalance_lt: stagingmumbai_swap_BigDecimal - toBalance_gte: stagingmumbai_swap_BigDecimal - toBalance_lte: stagingmumbai_swap_BigDecimal - toBalance_in: [stagingmumbai_swap_BigDecimal!] - toBalance_not_in: [stagingmumbai_swap_BigDecimal!] + token_: 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 @@ -75075,16 +81898,16 @@ input stagingmumbai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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 @@ -75094,12 +81917,12 @@ input stagingmumbai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTransferEvent_filter] - or: [stagingmumbai_swap_LpTransferEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTransferEvent_filter] + or: [goerli_swap_LpTransferEvent_filter] } -enum stagingmumbai_swap_LpTransferEvent_orderBy { +enum goerli_swap_LpTransferEvent_orderBy { id token token__id @@ -75120,17 +81943,17 @@ enum stagingmumbai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmumbai_swap_OrderDirection { +enum goerli_swap_OrderDirection { asc desc } -type stagingmumbai_swap_PooledToken { +type goerli_swap_PooledToken { id: ID! - asset: stagingmumbai_swap_Bytes! + asset: goerli_swap_Bytes! } -input stagingmumbai_swap_PooledToken_filter { +input goerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -75139,59 +81962,59 @@ input stagingmumbai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingmumbai_swap_Bytes - asset_not: stagingmumbai_swap_Bytes - asset_gt: stagingmumbai_swap_Bytes - asset_lt: stagingmumbai_swap_Bytes - asset_gte: stagingmumbai_swap_Bytes - asset_lte: stagingmumbai_swap_Bytes - asset_in: [stagingmumbai_swap_Bytes!] - asset_not_in: [stagingmumbai_swap_Bytes!] - asset_contains: stagingmumbai_swap_Bytes - asset_not_contains: stagingmumbai_swap_Bytes + asset: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_PooledToken_filter] - or: [stagingmumbai_swap_PooledToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_PooledToken_filter] + or: [goerli_swap_PooledToken_filter] } -enum stagingmumbai_swap_PooledToken_orderBy { +enum goerli_swap_PooledToken_orderBy { id asset } -type stagingmumbai_swap_StableSwap { +type goerli_swap_StableSwap { id: ID! isActive: Boolean - key: stagingmumbai_swap_Bytes! - canonicalId: stagingmumbai_swap_Bytes + key: goerli_swap_Bytes! + canonicalId: goerli_swap_Bytes domain: BigInt - swapPool: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes + swapPool: goerli_swap_Bytes + lpToken: goerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [stagingmumbai_swap_Bytes!]! + pooledTokens: [goerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapEvent_filter): [stagingmumbai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapExchange_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapExchange_filter): [stagingmumbai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapHourlyVolume_filter): [stagingmumbai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapDailyVolume_filter): [stagingmumbai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapWeeklyVolume_filter): [stagingmumbai_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] } -type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -75200,11 +82023,11 @@ type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { +input goerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -75233,17 +82056,17 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - provider: stagingmumbai_swap_Bytes - provider_not: stagingmumbai_swap_Bytes - provider_gt: stagingmumbai_swap_Bytes - provider_lt: stagingmumbai_swap_Bytes - provider_gte: stagingmumbai_swap_Bytes - provider_lte: stagingmumbai_swap_Bytes - provider_in: [stagingmumbai_swap_Bytes!] - provider_not_in: [stagingmumbai_swap_Bytes!] - provider_contains: stagingmumbai_swap_Bytes - provider_not_contains: stagingmumbai_swap_Bytes + stableSwap_: 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!] @@ -75302,16 +82125,16 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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 @@ -75321,12 +82144,12 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapAddLiquidityEvent_filter] + or: [goerli_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -75358,16 +82181,16 @@ enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface stagingmumbai_swap_StableSwapEvent { +interface goerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapEvent_filter { +input goerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -75396,7 +82219,7 @@ input stagingmumbai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -75413,16 +82236,16 @@ input stagingmumbai_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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 @@ -75432,12 +82255,12 @@ input stagingmumbai_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapEvent_filter] - or: [stagingmumbai_swap_StableSwapEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapEvent_filter] + or: [goerli_swap_StableSwapEvent_filter] } -enum stagingmumbai_swap_StableSwapEvent_orderBy { +enum goerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -75462,10 +82285,10 @@ enum stagingmumbai_swap_StableSwapEvent_orderBy { nonce } -type stagingmumbai_swap_StableSwapExchange { +type goerli_swap_StableSwapExchange { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - buyer: stagingmumbai_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + buyer: goerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -75474,11 +82297,11 @@ type stagingmumbai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapExchange_filter { +input goerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -75507,17 +82330,17 @@ input stagingmumbai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - buyer: stagingmumbai_swap_Bytes - buyer_not: stagingmumbai_swap_Bytes - buyer_gt: stagingmumbai_swap_Bytes - buyer_lt: stagingmumbai_swap_Bytes - buyer_gte: stagingmumbai_swap_Bytes - buyer_lte: stagingmumbai_swap_Bytes - buyer_in: [stagingmumbai_swap_Bytes!] - buyer_not_in: [stagingmumbai_swap_Bytes!] - buyer_contains: stagingmumbai_swap_Bytes - buyer_not_contains: stagingmumbai_swap_Bytes + stableSwap_: 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 @@ -75580,16 +82403,16 @@ input stagingmumbai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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 @@ -75599,12 +82422,12 @@ input stagingmumbai_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapExchange_filter] - or: [stagingmumbai_swap_StableSwapExchange_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapExchange_filter] + or: [goerli_swap_StableSwapExchange_filter] } -enum stagingmumbai_swap_StableSwapExchange_orderBy { +enum goerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -75636,10 +82459,10 @@ enum stagingmumbai_swap_StableSwapExchange_orderBy { nonce } -type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -75648,11 +82471,11 @@ type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_ balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -75681,17 +82504,17 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - provider: stagingmumbai_swap_Bytes - provider_not: stagingmumbai_swap_Bytes - provider_gt: stagingmumbai_swap_Bytes - provider_lt: stagingmumbai_swap_Bytes - provider_gte: stagingmumbai_swap_Bytes - provider_lte: stagingmumbai_swap_Bytes - provider_in: [stagingmumbai_swap_Bytes!] - provider_not_in: [stagingmumbai_swap_Bytes!] - provider_contains: stagingmumbai_swap_Bytes - provider_not_contains: stagingmumbai_swap_Bytes + stableSwap_: 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!] @@ -75750,16 +82573,16 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: 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 @@ -75769,12 +82592,12 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -75806,7 +82629,7 @@ enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input stagingmumbai_swap_StableSwap_filter { +input goerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -75819,26 +82642,26 @@ input stagingmumbai_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: stagingmumbai_swap_Bytes - key_not: stagingmumbai_swap_Bytes - key_gt: stagingmumbai_swap_Bytes - key_lt: stagingmumbai_swap_Bytes - key_gte: stagingmumbai_swap_Bytes - key_lte: stagingmumbai_swap_Bytes - key_in: [stagingmumbai_swap_Bytes!] - key_not_in: [stagingmumbai_swap_Bytes!] - key_contains: stagingmumbai_swap_Bytes - key_not_contains: stagingmumbai_swap_Bytes - canonicalId: stagingmumbai_swap_Bytes - canonicalId_not: stagingmumbai_swap_Bytes - canonicalId_gt: stagingmumbai_swap_Bytes - canonicalId_lt: stagingmumbai_swap_Bytes - canonicalId_gte: stagingmumbai_swap_Bytes - canonicalId_lte: stagingmumbai_swap_Bytes - canonicalId_in: [stagingmumbai_swap_Bytes!] - canonicalId_not_in: [stagingmumbai_swap_Bytes!] - canonicalId_contains: stagingmumbai_swap_Bytes - canonicalId_not_contains: stagingmumbai_swap_Bytes + key: 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 @@ -75847,26 +82670,26 @@ input stagingmumbai_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: stagingmumbai_swap_Bytes - swapPool_not: stagingmumbai_swap_Bytes - swapPool_gt: stagingmumbai_swap_Bytes - swapPool_lt: stagingmumbai_swap_Bytes - swapPool_gte: stagingmumbai_swap_Bytes - swapPool_lte: stagingmumbai_swap_Bytes - swapPool_in: [stagingmumbai_swap_Bytes!] - swapPool_not_in: [stagingmumbai_swap_Bytes!] - swapPool_contains: stagingmumbai_swap_Bytes - swapPool_not_contains: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes - lpToken_not: stagingmumbai_swap_Bytes - lpToken_gt: stagingmumbai_swap_Bytes - lpToken_lt: stagingmumbai_swap_Bytes - lpToken_gte: stagingmumbai_swap_Bytes - lpToken_lte: stagingmumbai_swap_Bytes - lpToken_in: [stagingmumbai_swap_Bytes!] - lpToken_not_in: [stagingmumbai_swap_Bytes!] - lpToken_contains: stagingmumbai_swap_Bytes - lpToken_not_contains: stagingmumbai_swap_Bytes + swapPool: 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 @@ -75915,12 +82738,12 @@ input stagingmumbai_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [stagingmumbai_swap_Bytes!] - pooledTokens_not: [stagingmumbai_swap_Bytes!] - pooledTokens_contains: [stagingmumbai_swap_Bytes!] - pooledTokens_contains_nocase: [stagingmumbai_swap_Bytes!] - pooledTokens_not_contains: [stagingmumbai_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingmumbai_swap_Bytes!] + pooledTokens: [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!] @@ -75963,18 +82786,18 @@ input stagingmumbai_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: stagingmumbai_swap_StableSwapEvent_filter - exchanges_: stagingmumbai_swap_StableSwapExchange_filter - hourlyVolumes_: stagingmumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingmumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingmumbai_swap_SwapWeeklyVolume_filter + events_: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwap_filter] - or: [stagingmumbai_swap_StableSwap_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwap_filter] + or: [goerli_swap_StableSwap_filter] } -enum stagingmumbai_swap_StableSwap_orderBy { +enum goerli_swap_StableSwap_orderBy { id isActive key @@ -76002,14 +82825,14 @@ enum stagingmumbai_swap_StableSwap_orderBy { weeklyVolumes } -type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { +type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input stagingmumbai_swap_SwapDailyVolume_filter { +input goerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -76038,7 +82861,7 @@ input stagingmumbai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76047,21 +82870,21 @@ input stagingmumbai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapDailyVolume_filter] - or: [stagingmumbai_swap_SwapDailyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapDailyVolume_filter] + or: [goerli_swap_SwapDailyVolume_filter] } -enum stagingmumbai_swap_SwapDailyVolume_orderBy { +enum goerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -76084,14 +82907,14 @@ enum stagingmumbai_swap_SwapDailyVolume_orderBy { volume } -type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { +type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input stagingmumbai_swap_SwapHourlyVolume_filter { +input goerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -76120,7 +82943,7 @@ input stagingmumbai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76129,21 +82952,21 @@ input stagingmumbai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapHourlyVolume_filter] - or: [stagingmumbai_swap_SwapHourlyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapHourlyVolume_filter] + or: [goerli_swap_SwapHourlyVolume_filter] } -enum stagingmumbai_swap_SwapHourlyVolume_orderBy { +enum goerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -76166,13 +82989,13 @@ enum stagingmumbai_swap_SwapHourlyVolume_orderBy { volume } -interface stagingmumbai_swap_SwapTradeVolume { - stableSwap: stagingmumbai_swap_StableSwap! +interface goerli_swap_SwapTradeVolume { + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input stagingmumbai_swap_SwapTradeVolume_filter { +input goerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -76193,7 +83016,7 @@ input stagingmumbai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76202,21 +83025,21 @@ input stagingmumbai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapTradeVolume_filter] - or: [stagingmumbai_swap_SwapTradeVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapTradeVolume_filter] + or: [goerli_swap_SwapTradeVolume_filter] } -enum stagingmumbai_swap_SwapTradeVolume_orderBy { +enum goerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -76238,14 +83061,14 @@ enum stagingmumbai_swap_SwapTradeVolume_orderBy { volume } -type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { +type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input stagingmumbai_swap_SwapWeeklyVolume_filter { +input goerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -76274,7 +83097,7 @@ input stagingmumbai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76283,21 +83106,21 @@ input stagingmumbai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapWeeklyVolume_filter] - or: [stagingmumbai_swap_SwapWeeklyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapWeeklyVolume_filter] + or: [goerli_swap_SwapWeeklyVolume_filter] } -enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { +enum goerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -76320,13 +83143,13 @@ enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { volume } -type stagingmumbai_swap_SystemInfo { +type goerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input stagingmumbai_swap_SystemInfo_filter { +input goerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -76352,20 +83175,20 @@ input stagingmumbai_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SystemInfo_filter] - or: [stagingmumbai_swap_SystemInfo_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SystemInfo_filter] + or: [goerli_swap_SystemInfo_filter] } -enum stagingmumbai_swap_SystemInfo_orderBy { +enum goerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type stagingmumbai_swap__Block_ { +type goerli_swap__Block_ { """The hash of the block""" - hash: stagingmumbai_swap_Bytes + hash: goerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -76373,7 +83196,7 @@ type stagingmumbai_swap__Block_ { } """The type for the top-level _meta field""" -type stagingmumbai_swap__Meta_ { +type goerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -76381,55 +83204,55 @@ type stagingmumbai_swap__Meta_ { and therefore asks for the latest block """ - block: stagingmumbai_swap__Block_! + block: goerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum optimismgoerli_swap_Aggregation_interval { +enum xdai_swap_Aggregation_interval { hour day } -scalar optimismgoerli_swap_BigDecimal +scalar xdai_swap_BigDecimal -input optimismgoerli_swap_BlockChangedFilter { +input xdai_swap_BlockChangedFilter { number_gte: Int! } -input optimismgoerli_swap_Block_height { - hash: optimismgoerli_swap_Bytes +input xdai_swap_Block_height { + hash: xdai_swap_Bytes number: Int number_gte: Int } -scalar optimismgoerli_swap_Bytes +scalar xdai_swap_Bytes """ 8 bytes signed integer """ -scalar optimismgoerli_swap_Int8 +scalar xdai_swap_Int8 -type optimismgoerli_swap_LpAccount { +type xdai_swap_LpAccount { id: ID! - address: optimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! + address: xdai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! } -type optimismgoerli_swap_LpAccountBalance { +type xdai_swap_LpAccountBalance { id: ID! - account: optimismgoerli_swap_LpAccount! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes } -input optimismgoerli_swap_LpAccountBalance_filter { +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -76458,7 +83281,7 @@ input optimismgoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimismgoerli_swap_LpAccount_filter + account_: xdai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -76479,15 +83302,15 @@ input optimismgoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -76504,23 +83327,23 @@ input optimismgoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccountBalance_filter] - or: [optimismgoerli_swap_LpAccountBalance_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum optimismgoerli_swap_LpAccountBalance_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id account account__id @@ -76538,7 +83361,7 @@ enum optimismgoerli_swap_LpAccountBalance_orderBy { transaction } -input optimismgoerli_swap_LpAccount_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -76547,51 +83370,51 @@ input optimismgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes - balances_: optimismgoerli_swap_LpAccountBalance_filter + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes + balances_: xdai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccount_filter] - or: [optimismgoerli_swap_LpAccount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum optimismgoerli_swap_LpAccount_orderBy { +enum xdai_swap_LpAccount_orderBy { id address balances } -type optimismgoerli_swap_LpToken { +type xdai_swap_LpToken { id: ID! - address: optimismgoerli_swap_Bytes! - stableSwap: optimismgoerli_swap_StableSwap! + address: xdai_swap_Bytes! + stableSwap: xdai_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! + totalSupply: xdai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! } -interface optimismgoerli_swap_LpTokenEvent { +interface xdai_swap_LpTokenEvent { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_LpTokenEvent_filter { +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -76620,15 +83443,15 @@ input optimismgoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -76645,16 +83468,16 @@ input optimismgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76664,12 +83487,12 @@ input optimismgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTokenEvent_filter] - or: [optimismgoerli_swap_LpTokenEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] } -enum optimismgoerli_swap_LpTokenEvent_orderBy { +enum xdai_swap_LpTokenEvent_orderBy { id token token__id @@ -76685,7 +83508,7 @@ enum optimismgoerli_swap_LpTokenEvent_orderBy { nonce } -input optimismgoerli_swap_LpToken_filter { +input xdai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -76694,16 +83517,16 @@ input optimismgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -76724,7 +83547,7 @@ input optimismgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -76773,22 +83596,22 @@ input optimismgoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimismgoerli_swap_BigDecimal - totalSupply_not: optimismgoerli_swap_BigDecimal - totalSupply_gt: optimismgoerli_swap_BigDecimal - totalSupply_lt: optimismgoerli_swap_BigDecimal - totalSupply_gte: optimismgoerli_swap_BigDecimal - totalSupply_lte: optimismgoerli_swap_BigDecimal - totalSupply_in: [optimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] - events_: optimismgoerli_swap_LpTokenEvent_filter + totalSupply: xdai_swap_BigDecimal + totalSupply_not: xdai_swap_BigDecimal + totalSupply_gt: xdai_swap_BigDecimal + totalSupply_lt: xdai_swap_BigDecimal + totalSupply_gte: xdai_swap_BigDecimal + totalSupply_lte: xdai_swap_BigDecimal + totalSupply_in: [xdai_swap_BigDecimal!] + totalSupply_not_in: [xdai_swap_BigDecimal!] + events_: xdai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpToken_filter] - or: [optimismgoerli_swap_LpToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] } -enum optimismgoerli_swap_LpToken_orderBy { +enum xdai_swap_LpToken_orderBy { id address stableSwap @@ -76815,21 +83638,21 @@ enum optimismgoerli_swap_LpToken_orderBy { events } -type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! - from: optimismgoerli_swap_Bytes! - to: optimismgoerli_swap_Bytes! - fromBalance: optimismgoerli_swap_BigDecimal! - toBalance: optimismgoerli_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + from: xdai_swap_Bytes! + to: xdai_swap_Bytes! + fromBalance: xdai_swap_BigDecimal! + toBalance: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_LpTransferEvent_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -76858,51 +83681,51 @@ input optimismgoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] - from: optimismgoerli_swap_Bytes - from_not: optimismgoerli_swap_Bytes - from_gt: optimismgoerli_swap_Bytes - from_lt: optimismgoerli_swap_Bytes - from_gte: optimismgoerli_swap_Bytes - from_lte: optimismgoerli_swap_Bytes - from_in: [optimismgoerli_swap_Bytes!] - from_not_in: [optimismgoerli_swap_Bytes!] - from_contains: optimismgoerli_swap_Bytes - from_not_contains: optimismgoerli_swap_Bytes - to: optimismgoerli_swap_Bytes - to_not: optimismgoerli_swap_Bytes - to_gt: optimismgoerli_swap_Bytes - to_lt: optimismgoerli_swap_Bytes - to_gte: optimismgoerli_swap_Bytes - to_lte: optimismgoerli_swap_Bytes - to_in: [optimismgoerli_swap_Bytes!] - to_not_in: [optimismgoerli_swap_Bytes!] - to_contains: optimismgoerli_swap_Bytes - to_not_contains: optimismgoerli_swap_Bytes - fromBalance: optimismgoerli_swap_BigDecimal - fromBalance_not: optimismgoerli_swap_BigDecimal - fromBalance_gt: optimismgoerli_swap_BigDecimal - fromBalance_lt: optimismgoerli_swap_BigDecimal - fromBalance_gte: optimismgoerli_swap_BigDecimal - fromBalance_lte: optimismgoerli_swap_BigDecimal - fromBalance_in: [optimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] - toBalance: optimismgoerli_swap_BigDecimal - toBalance_not: optimismgoerli_swap_BigDecimal - toBalance_gt: optimismgoerli_swap_BigDecimal - toBalance_lt: optimismgoerli_swap_BigDecimal - toBalance_gte: optimismgoerli_swap_BigDecimal - toBalance_lte: optimismgoerli_swap_BigDecimal - toBalance_in: [optimismgoerli_swap_BigDecimal!] - toBalance_not_in: [optimismgoerli_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + from: xdai_swap_Bytes + from_not: xdai_swap_Bytes + from_gt: xdai_swap_Bytes + from_lt: xdai_swap_Bytes + from_gte: xdai_swap_Bytes + from_lte: xdai_swap_Bytes + from_in: [xdai_swap_Bytes!] + from_not_in: [xdai_swap_Bytes!] + from_contains: xdai_swap_Bytes + from_not_contains: xdai_swap_Bytes + to: xdai_swap_Bytes + to_not: xdai_swap_Bytes + to_gt: xdai_swap_Bytes + to_lt: xdai_swap_Bytes + to_gte: xdai_swap_Bytes + to_lte: xdai_swap_Bytes + to_in: [xdai_swap_Bytes!] + to_not_in: [xdai_swap_Bytes!] + to_contains: xdai_swap_Bytes + to_not_contains: xdai_swap_Bytes + fromBalance: xdai_swap_BigDecimal + fromBalance_not: xdai_swap_BigDecimal + fromBalance_gt: xdai_swap_BigDecimal + fromBalance_lt: xdai_swap_BigDecimal + fromBalance_gte: xdai_swap_BigDecimal + fromBalance_lte: xdai_swap_BigDecimal + fromBalance_in: [xdai_swap_BigDecimal!] + fromBalance_not_in: [xdai_swap_BigDecimal!] + toBalance: xdai_swap_BigDecimal + toBalance_not: xdai_swap_BigDecimal + toBalance_gt: xdai_swap_BigDecimal + toBalance_lt: xdai_swap_BigDecimal + toBalance_gte: xdai_swap_BigDecimal + toBalance_lte: xdai_swap_BigDecimal + toBalance_in: [xdai_swap_BigDecimal!] + toBalance_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -76919,16 +83742,16 @@ input optimismgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76938,12 +83761,12 @@ input optimismgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTransferEvent_filter] - or: [optimismgoerli_swap_LpTransferEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum optimismgoerli_swap_LpTransferEvent_orderBy { +enum xdai_swap_LpTransferEvent_orderBy { id token token__id @@ -76964,17 +83787,17 @@ enum optimismgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimismgoerli_swap_OrderDirection { +enum xdai_swap_OrderDirection { asc desc } -type optimismgoerli_swap_PooledToken { +type xdai_swap_PooledToken { id: ID! - asset: optimismgoerli_swap_Bytes! + asset: xdai_swap_Bytes! } -input optimismgoerli_swap_PooledToken_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -76983,59 +83806,59 @@ input optimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimismgoerli_swap_Bytes - asset_not: optimismgoerli_swap_Bytes - asset_gt: optimismgoerli_swap_Bytes - asset_lt: optimismgoerli_swap_Bytes - asset_gte: optimismgoerli_swap_Bytes - asset_lte: optimismgoerli_swap_Bytes - asset_in: [optimismgoerli_swap_Bytes!] - asset_not_in: [optimismgoerli_swap_Bytes!] - asset_contains: optimismgoerli_swap_Bytes - asset_not_contains: optimismgoerli_swap_Bytes + asset: xdai_swap_Bytes + asset_not: xdai_swap_Bytes + asset_gt: xdai_swap_Bytes + asset_lt: xdai_swap_Bytes + asset_gte: xdai_swap_Bytes + asset_lte: xdai_swap_Bytes + asset_in: [xdai_swap_Bytes!] + asset_not_in: [xdai_swap_Bytes!] + asset_contains: xdai_swap_Bytes + asset_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_PooledToken_filter] - or: [optimismgoerli_swap_PooledToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum optimismgoerli_swap_PooledToken_orderBy { +enum xdai_swap_PooledToken_orderBy { id asset } -type optimismgoerli_swap_StableSwap { +type xdai_swap_StableSwap { id: ID! isActive: Boolean - key: optimismgoerli_swap_Bytes! - canonicalId: optimismgoerli_swap_Bytes + key: xdai_swap_Bytes! + canonicalId: xdai_swap_Bytes domain: BigInt - swapPool: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes + swapPool: xdai_swap_Bytes + lpToken: xdai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimismgoerli_swap_Bytes!]! + pooledTokens: [xdai_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] } -type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -77044,11 +83867,11 @@ type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_s balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -77077,17 +83900,17 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -77146,16 +83969,16 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77165,12 +83988,12 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -77202,16 +84025,16 @@ enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimismgoerli_swap_StableSwapEvent { +interface xdai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapEvent_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -77240,7 +84063,7 @@ input optimismgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -77257,16 +84080,16 @@ input optimismgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77276,12 +84099,12 @@ input optimismgoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapEvent_filter] - or: [optimismgoerli_swap_StableSwapEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum optimismgoerli_swap_StableSwapEvent_orderBy { +enum xdai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -77306,10 +84129,10 @@ enum optimismgoerli_swap_StableSwapEvent_orderBy { nonce } -type optimismgoerli_swap_StableSwapExchange { +type xdai_swap_StableSwapExchange { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - buyer: optimismgoerli_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -77318,11 +84141,11 @@ type optimismgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapExchange_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -77351,17 +84174,17 @@ input optimismgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - buyer: optimismgoerli_swap_Bytes - buyer_not: optimismgoerli_swap_Bytes - buyer_gt: optimismgoerli_swap_Bytes - buyer_lt: optimismgoerli_swap_Bytes - buyer_gte: optimismgoerli_swap_Bytes - buyer_lte: optimismgoerli_swap_Bytes - buyer_in: [optimismgoerli_swap_Bytes!] - buyer_not_in: [optimismgoerli_swap_Bytes!] - buyer_contains: optimismgoerli_swap_Bytes - buyer_not_contains: optimismgoerli_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + buyer: xdai_swap_Bytes + buyer_not: xdai_swap_Bytes + buyer_gt: xdai_swap_Bytes + buyer_lt: xdai_swap_Bytes + buyer_gte: xdai_swap_Bytes + buyer_lte: xdai_swap_Bytes + buyer_in: [xdai_swap_Bytes!] + buyer_not_in: [xdai_swap_Bytes!] + buyer_contains: xdai_swap_Bytes + buyer_not_contains: xdai_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -77424,16 +84247,16 @@ input optimismgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77443,12 +84266,12 @@ input optimismgoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapExchange_filter] - or: [optimismgoerli_swap_StableSwapExchange_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum optimismgoerli_swap_StableSwapExchange_orderBy { +enum xdai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -77480,10 +84303,10 @@ enum optimismgoerli_swap_StableSwapExchange_orderBy { nonce } -type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -77492,11 +84315,11 @@ type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -77525,17 +84348,17 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -77594,16 +84417,16 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77613,12 +84436,12 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -77650,7 +84473,7 @@ enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimismgoerli_swap_StableSwap_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -77663,26 +84486,26 @@ input optimismgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimismgoerli_swap_Bytes - key_not: optimismgoerli_swap_Bytes - key_gt: optimismgoerli_swap_Bytes - key_lt: optimismgoerli_swap_Bytes - key_gte: optimismgoerli_swap_Bytes - key_lte: optimismgoerli_swap_Bytes - key_in: [optimismgoerli_swap_Bytes!] - key_not_in: [optimismgoerli_swap_Bytes!] - key_contains: optimismgoerli_swap_Bytes - key_not_contains: optimismgoerli_swap_Bytes - canonicalId: optimismgoerli_swap_Bytes - canonicalId_not: optimismgoerli_swap_Bytes - canonicalId_gt: optimismgoerli_swap_Bytes - canonicalId_lt: optimismgoerli_swap_Bytes - canonicalId_gte: optimismgoerli_swap_Bytes - canonicalId_lte: optimismgoerli_swap_Bytes - canonicalId_in: [optimismgoerli_swap_Bytes!] - canonicalId_not_in: [optimismgoerli_swap_Bytes!] - canonicalId_contains: optimismgoerli_swap_Bytes - canonicalId_not_contains: optimismgoerli_swap_Bytes + key: xdai_swap_Bytes + key_not: xdai_swap_Bytes + key_gt: xdai_swap_Bytes + key_lt: xdai_swap_Bytes + key_gte: xdai_swap_Bytes + key_lte: xdai_swap_Bytes + key_in: [xdai_swap_Bytes!] + key_not_in: [xdai_swap_Bytes!] + key_contains: xdai_swap_Bytes + key_not_contains: xdai_swap_Bytes + canonicalId: xdai_swap_Bytes + canonicalId_not: xdai_swap_Bytes + canonicalId_gt: xdai_swap_Bytes + canonicalId_lt: xdai_swap_Bytes + canonicalId_gte: xdai_swap_Bytes + canonicalId_lte: xdai_swap_Bytes + canonicalId_in: [xdai_swap_Bytes!] + canonicalId_not_in: [xdai_swap_Bytes!] + canonicalId_contains: xdai_swap_Bytes + canonicalId_not_contains: xdai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -77691,26 +84514,26 @@ input optimismgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimismgoerli_swap_Bytes - swapPool_not: optimismgoerli_swap_Bytes - swapPool_gt: optimismgoerli_swap_Bytes - swapPool_lt: optimismgoerli_swap_Bytes - swapPool_gte: optimismgoerli_swap_Bytes - swapPool_lte: optimismgoerli_swap_Bytes - swapPool_in: [optimismgoerli_swap_Bytes!] - swapPool_not_in: [optimismgoerli_swap_Bytes!] - swapPool_contains: optimismgoerli_swap_Bytes - swapPool_not_contains: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes - lpToken_not: optimismgoerli_swap_Bytes - lpToken_gt: optimismgoerli_swap_Bytes - lpToken_lt: optimismgoerli_swap_Bytes - lpToken_gte: optimismgoerli_swap_Bytes - lpToken_lte: optimismgoerli_swap_Bytes - lpToken_in: [optimismgoerli_swap_Bytes!] - lpToken_not_in: [optimismgoerli_swap_Bytes!] - lpToken_contains: optimismgoerli_swap_Bytes - lpToken_not_contains: optimismgoerli_swap_Bytes + swapPool: xdai_swap_Bytes + swapPool_not: xdai_swap_Bytes + swapPool_gt: xdai_swap_Bytes + swapPool_lt: xdai_swap_Bytes + swapPool_gte: xdai_swap_Bytes + swapPool_lte: xdai_swap_Bytes + swapPool_in: [xdai_swap_Bytes!] + swapPool_not_in: [xdai_swap_Bytes!] + swapPool_contains: xdai_swap_Bytes + swapPool_not_contains: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + lpToken_not: xdai_swap_Bytes + lpToken_gt: xdai_swap_Bytes + lpToken_lt: xdai_swap_Bytes + lpToken_gte: xdai_swap_Bytes + lpToken_lte: xdai_swap_Bytes + lpToken_in: [xdai_swap_Bytes!] + lpToken_not_in: [xdai_swap_Bytes!] + lpToken_contains: xdai_swap_Bytes + lpToken_not_contains: xdai_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -77759,12 +84582,12 @@ input optimismgoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimismgoerli_swap_Bytes!] - pooledTokens_not: [optimismgoerli_swap_Bytes!] - pooledTokens_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] + pooledTokens: [xdai_swap_Bytes!] + pooledTokens_not: [xdai_swap_Bytes!] + pooledTokens_contains: [xdai_swap_Bytes!] + pooledTokens_contains_nocase: [xdai_swap_Bytes!] + pooledTokens_not_contains: [xdai_swap_Bytes!] + pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -77807,18 +84630,18 @@ input optimismgoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimismgoerli_swap_StableSwapEvent_filter - exchanges_: optimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter + events_: xdai_swap_StableSwapEvent_filter + exchanges_: xdai_swap_StableSwapExchange_filter + hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter + dailyVolumes_: xdai_swap_SwapDailyVolume_filter + weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwap_filter] - or: [optimismgoerli_swap_StableSwap_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum optimismgoerli_swap_StableSwap_orderBy { +enum xdai_swap_StableSwap_orderBy { id isActive key @@ -77846,14 +84669,14 @@ enum optimismgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapDailyVolume_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -77882,7 +84705,7 @@ input optimismgoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -77891,21 +84714,21 @@ input optimismgoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapDailyVolume_filter] - or: [optimismgoerli_swap_SwapDailyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum optimismgoerli_swap_SwapDailyVolume_orderBy { +enum xdai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -77928,14 +84751,14 @@ enum optimismgoerli_swap_SwapDailyVolume_orderBy { volume } -type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapHourlyVolume_filter { +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -77964,7 +84787,7 @@ input optimismgoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -77973,21 +84796,21 @@ input optimismgoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapHourlyVolume_filter] - or: [optimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum optimismgoerli_swap_SwapHourlyVolume_orderBy { +enum xdai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -78010,13 +84833,13 @@ enum optimismgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface optimismgoerli_swap_SwapTradeVolume { - stableSwap: optimismgoerli_swap_StableSwap! +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapTradeVolume_filter { +input xdai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -78037,7 +84860,7 @@ input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78046,21 +84869,21 @@ input optimismgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapTradeVolume_filter] - or: [optimismgoerli_swap_SwapTradeVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] } -enum optimismgoerli_swap_SwapTradeVolume_orderBy { +enum xdai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -78082,14 +84905,14 @@ enum optimismgoerli_swap_SwapTradeVolume_orderBy { volume } -type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapWeeklyVolume_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -78118,7 +84941,7 @@ input optimismgoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78127,21 +84950,21 @@ input optimismgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapWeeklyVolume_filter] - or: [optimismgoerli_swap_SwapWeeklyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -78164,13 +84987,13 @@ enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type optimismgoerli_swap_SystemInfo { +type xdai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimismgoerli_swap_SystemInfo_filter { +input xdai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -78196,20 +85019,20 @@ input optimismgoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SystemInfo_filter] - or: [optimismgoerli_swap_SystemInfo_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] } -enum optimismgoerli_swap_SystemInfo_orderBy { +enum xdai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimismgoerli_swap__Block_ { +type xdai_swap__Block_ { """The hash of the block""" - hash: optimismgoerli_swap_Bytes + hash: xdai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -78217,7 +85040,7 @@ type optimismgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type optimismgoerli_swap__Meta_ { +type xdai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -78225,22 +85048,30 @@ type optimismgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: optimismgoerli_swap__Block_! + block: xdai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRootSavedSlow { +type stagingoptimismgoerli_AggregateRoot { id: ID! - aggregateRoot: mainnet_Bytes! - count: BigInt! - aggregatedRoots: [mainnet_Bytes!] + root: stagingoptimismgoerli_Bytes! + blockNumber: BigInt! +} + +type stagingoptimismgoerli_AggregateRootProposed { + id: ID! + aggregateRoot: stagingoptimismgoerli_Bytes! rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input mainnet_AggregateRootSavedSlow_filter { +input stagingoptimismgoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -78249,30 +85080,16 @@ input mainnet_AggregateRootSavedSlow_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [mainnet_Bytes!] - aggregatedRoots_not: [mainnet_Bytes!] - aggregatedRoots_contains: [mainnet_Bytes!] - aggregatedRoots_contains_nocase: [mainnet_Bytes!] - aggregatedRoots_not_contains: [mainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [mainnet_Bytes!] + aggregateRoot: 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 @@ -78281,29 +85098,123 @@ input mainnet_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: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootSavedSlow_filter] - or: [mainnet_AggregateRootSavedSlow_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRootProposed_filter] + or: [stagingoptimismgoerli_AggregateRootProposed_filter] } -enum mainnet_AggregateRootSavedSlow_orderBy { +enum stagingoptimismgoerli_AggregateRootProposed_orderBy { id aggregateRoot - count - aggregatedRoots rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -type mainnet_AggregatedMessageRoot { +input stagingoptimismgoerli_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRoot_filter] + or: [stagingoptimismgoerli_AggregateRoot_filter] +} + +enum stagingoptimismgoerli_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingoptimismgoerli_Aggregation_interval { + hour + day +} + +type stagingoptimismgoerli_Asset { id: ID! - index: BigInt! - receivedRoot: mainnet_Bytes! - domain: BigInt + key: stagingoptimismgoerli_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingoptimismgoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingoptimismgoerli_Bytes + localAsset: stagingoptimismgoerli_Bytes blockNumber: BigInt + status: stagingoptimismgoerli_AssetStatus } -input mainnet_AggregatedMessageRoot_filter { +type stagingoptimismgoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! + feesEarned: BigInt! +} + +input stagingoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -78312,32 +85223,222 @@ 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!] + 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 @@ -78346,30 +85447,72 @@ input mainnet_AggregatedMessageRoot_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingoptimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Asset_filter] + or: [stagingoptimismgoerli_Asset_filter] } -enum mainnet_AggregatedMessageRoot_orderBy { +enum stagingoptimismgoerli_Asset_orderBy { id - index - receivedRoot - domain + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -type mainnet_ArbitrumConnectorMeta { +scalar stagingoptimismgoerli_BigDecimal + +input stagingoptimismgoerli_BlockChangedFilter { + number_gte: Int! +} + +input stagingoptimismgoerli_Block_height { + hash: stagingoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar stagingoptimismgoerli_Bytes + +type stagingoptimismgoerli_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes } -input mainnet_ArbitrumConnectorMeta_filter { +input stagingoptimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -78394,140 +85537,495 @@ input mainnet_ArbitrumConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + amb: stagingoptimismgoerli_Bytes + amb_not: stagingoptimismgoerli_Bytes + amb_gt: stagingoptimismgoerli_Bytes + amb_lt: stagingoptimismgoerli_Bytes + amb_gte: stagingoptimismgoerli_Bytes + amb_lte: stagingoptimismgoerli_Bytes + amb_in: [stagingoptimismgoerli_Bytes!] + amb_not_in: [stagingoptimismgoerli_Bytes!] + amb_contains: stagingoptimismgoerli_Bytes + amb_not_contains: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + rootManager_not: stagingoptimismgoerli_Bytes + rootManager_gt: stagingoptimismgoerli_Bytes + rootManager_lt: stagingoptimismgoerli_Bytes + rootManager_gte: stagingoptimismgoerli_Bytes + rootManager_lte: stagingoptimismgoerli_Bytes + rootManager_in: [stagingoptimismgoerli_Bytes!] + rootManager_not_in: [stagingoptimismgoerli_Bytes!] + rootManager_contains: stagingoptimismgoerli_Bytes + rootManager_not_contains: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes + mirrorConnector_not: stagingoptimismgoerli_Bytes + mirrorConnector_gt: stagingoptimismgoerli_Bytes + mirrorConnector_lt: stagingoptimismgoerli_Bytes + mirrorConnector_gte: stagingoptimismgoerli_Bytes + mirrorConnector_lte: stagingoptimismgoerli_Bytes + mirrorConnector_in: [stagingoptimismgoerli_Bytes!] + mirrorConnector_not_in: [stagingoptimismgoerli_Bytes!] + mirrorConnector_contains: stagingoptimismgoerli_Bytes + mirrorConnector_not_contains: stagingoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: 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: mainnet_BlockChangedFilter - and: [mainnet_ArbitrumConnectorMeta_filter] - or: [mainnet_ArbitrumConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_DestinationTransfer_filter] + or: [stagingoptimismgoerli_DestinationTransfer_filter] } -enum mainnet_ArbitrumConnectorMeta_orderBy { +enum stagingoptimismgoerli_DestinationTransfer_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! + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -input mainnet_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] -} +""" +8 bytes signed integer -enum mainnet_AvalancheConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} +""" +scalar stagingoptimismgoerli_Int8 -type mainnet_BaseConnectorMeta { +type stagingoptimismgoerli_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + aggregateRoot: stagingoptimismgoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input mainnet_BaseConnectorMeta_filter { +input stagingoptimismgoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -78536,89 +86034,65 @@ input mainnet_BaseConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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: mainnet_BlockChangedFilter - and: [mainnet_BaseConnectorMeta_filter] - or: [mainnet_BaseConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OptimisticRootFinalized_filter] + or: [stagingoptimismgoerli_OptimisticRootFinalized_filter] } -enum mainnet_BaseConnectorMeta_orderBy { +enum stagingoptimismgoerli_OptimisticRootFinalized_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! + aggregateRoot + timestamp + blockNumber } -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum stagingoptimismgoerli_OrderDirection { + asc + desc } -type mainnet_BnbConnectorMeta { +type stagingoptimismgoerli_OriginMessage { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + 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 mainnet_BnbConnectorMeta_filter { +input stagingoptimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -78627,79 +86101,158 @@ 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_BnbConnectorMeta_filter] - or: [mainnet_BnbConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginMessage_filter] + or: [stagingoptimismgoerli_OriginMessage_filter] } -enum mainnet_BnbConnectorMeta_orderBy { +enum stagingoptimismgoerli_OriginMessage_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -scalar mainnet_Bytes - -type mainnet_GnosisConnectorMeta { +type stagingoptimismgoerli_OriginTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + 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 mainnet_GnosisConnectorMeta_filter { +input stagingoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -78708,73 +86261,368 @@ input mainnet_GnosisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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: mainnet_BlockChangedFilter - and: [mainnet_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginTransfer_filter] + or: [stagingoptimismgoerli_OriginTransfer_filter] } -enum mainnet_GnosisConnectorMeta_orderBy { +enum stagingoptimismgoerli_OriginTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type mainnet_HubDomain { +type stagingoptimismgoerli_Relayer { id: ID! - domain: BigInt + isActive: Boolean! + relayer: stagingoptimismgoerli_Bytes } -input mainnet_HubDomain_filter { +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 @@ -78783,33 +86631,101 @@ input mainnet_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_HubDomain_filter] - or: [mainnet_HubDomain_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFee_filter] + or: [stagingoptimismgoerli_RelayerFee_filter] } -enum mainnet_HubDomain_orderBy { +enum stagingoptimismgoerli_RelayerFee_orderBy { id - domain + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type mainnet_HubOptimisticRootFinalized { +type stagingoptimismgoerli_RelayerFeesIncrease { id: ID! - aggregateRoot: mainnet_Bytes! + transfer: stagingoptimismgoerli_OriginTransfer! + increase: BigInt + asset: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mainnet_HubOptimisticRootFinalized_filter { +input stagingoptimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -78818,16 +86734,65 @@ input mainnet_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + 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 @@ -78836,6 +86801,22 @@ input mainnet_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -78845,34 +86826,54 @@ 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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] } -enum mainnet_HubOptimisticRootFinalized_orderBy { +enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { id - aggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -""" -8 bytes signed integer - -""" -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 stagingoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -78881,77 +86882,38 @@ 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Relayer_filter] + or: [stagingoptimismgoerli_Relayer_filter] } -enum mainnet_LineaConnectorMeta_orderBy { +enum stagingoptimismgoerli_Relayer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + relayer } -type mainnet_MantleConnectorMeta { +type stagingoptimismgoerli_RootCount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + count: BigInt } -input mainnet_MantleConnectorMeta_filter { +input stagingoptimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -78960,156 +86922,40 @@ 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 + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_MantleConnectorMeta_filter] - or: [mainnet_MantleConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootCount_filter] + or: [stagingoptimismgoerli_RootCount_filter] } -enum mainnet_MantleConnectorMeta_orderBy { +enum stagingoptimismgoerli_RootCount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + count } -type mainnet_MetisConnectorMeta { +type stagingoptimismgoerli_RootMessageSent { 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_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + root: stagingoptimismgoerli_Bytes + count: BigInt + caller: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mainnet_OptimismConnectorMeta_filter { +input stagingoptimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -79134,88 +86980,44 @@ 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 - """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 + 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 @@ -79224,6 +87026,22 @@ input mainnet_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 @@ -79233,31 +87051,44 @@ input mainnet_OptimisticRootPropagated_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootPropagated_filter] - or: [mainnet_OptimisticRootPropagated_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootMessageSent_filter] + or: [stagingoptimismgoerli_RootMessageSent_filter] } -enum mainnet_OptimisticRootPropagated_orderBy { +enum stagingoptimismgoerli_RootMessageSent_orderBy { id - aggregateRoot - domainsHash + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -type mainnet_OptimisticRootProposed { +type stagingoptimismgoerli_Router { id: ID! - disputeCliff: BigInt! - aggregateRoot: mainnet_Bytes! - snapshotsRoots: [mainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: mainnet_Bytes! + 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! - blockNumber: BigInt + balance: BigInt! } -input mainnet_OptimisticRootProposed_filter { +input stagingoptimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -79266,46 +87097,48 @@ input mainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - snapshotsRoots: [mainnet_Bytes!] - snapshotsRoots_not: [mainnet_Bytes!] - snapshotsRoots_contains: [mainnet_Bytes!] - snapshotsRoots_contains_nocase: [mainnet_Bytes!] - snapshotsRoots_not_contains: [mainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [mainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: mainnet_Bytes - baseAggregateRoot_not: mainnet_Bytes - baseAggregateRoot_gt: mainnet_Bytes - baseAggregateRoot_lt: mainnet_Bytes - baseAggregateRoot_gte: mainnet_Bytes - baseAggregateRoot_lte: mainnet_Bytes - baseAggregateRoot_in: [mainnet_Bytes!] - baseAggregateRoot_not_in: [mainnet_Bytes!] - baseAggregateRoot_contains: mainnet_Bytes - baseAggregateRoot_not_contains: mainnet_Bytes + 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 @@ -79314,126 +87147,63 @@ input mainnet_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: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootProposed_filter] - or: [mainnet_OptimisticRootProposed_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RouterDailyTVL_filter] + or: [stagingoptimismgoerli_RouterDailyTVL_filter] } -enum mainnet_OptimisticRootProposed_orderBy { +enum stagingoptimismgoerli_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 -} - -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc + balance } -type mainnet_PolygonConnectorMeta { +type stagingoptimismgoerli_RouterLiquidityEvent { 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: stagingoptimismgoerli_RouterLiquidityEventType + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingoptimismgoerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingoptimismgoerli_Bytes! + nonce: BigInt! } -type mainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! +enum stagingoptimismgoerli_RouterLiquidityEventType { + Add + Remove } -input mainnet_PolygonZkConnectorMeta_filter { +input stagingoptimismgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -79442,129 +87212,222 @@ input mainnet_PolygonZkConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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: mainnet_BlockChangedFilter - and: [mainnet_PolygonZkConnectorMeta_filter] - or: [mainnet_PolygonZkConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RouterLiquidityEvent_filter] + or: [stagingoptimismgoerli_RouterLiquidityEvent_filter] } -enum mainnet_PolygonZkConnectorMeta_orderBy { +enum stagingoptimismgoerli_RouterLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: mainnet_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 mainnet_RootAggregated_filter { +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!] - 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Router_filter] + or: [stagingoptimismgoerli_Router_filter] } -enum mainnet_RootAggregated_orderBy { +enum stagingoptimismgoerli_Router_orderBy { id - domain - receivedRoot - index + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type mainnet_RootManagerMeta { +type stagingoptimismgoerli_Sequencer { id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] + isActive: Boolean! + sequencer: stagingoptimismgoerli_Bytes } -input mainnet_RootManagerMeta_filter { +input stagingoptimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -79573,36 +87436,39 @@ input mainnet_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [mainnet_Bytes!] - connectors_not: [mainnet_Bytes!] - connectors_contains: [mainnet_Bytes!] - connectors_contains_nocase: [mainnet_Bytes!] - connectors_not_contains: [mainnet_Bytes!] - connectors_not_contains_nocase: [mainnet_Bytes!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMeta_filter] - or: [mainnet_RootManagerMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Sequencer_filter] + or: [stagingoptimismgoerli_Sequencer_filter] } -enum mainnet_RootManagerMeta_orderBy { +enum stagingoptimismgoerli_Sequencer_orderBy { id - domains - connectors + isActive + sequencer } -type mainnet_RootManagerMode { +type stagingoptimismgoerli_Setting { id: ID! - mode: String! + maxRoutersPerTransfer: BigInt! + caller: stagingoptimismgoerli_Bytes! } -input mainnet_RootManagerMode_filter { +input stagingoptimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -79611,51 +87477,49 @@ input mainnet_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + 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: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMode_filter] - or: [mainnet_RootManagerMode_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Setting_filter] + or: [stagingoptimismgoerli_Setting_filter] } -enum mainnet_RootManagerMode_orderBy { +enum stagingoptimismgoerli_Setting_orderBy { id - mode + maxRoutersPerTransfer + caller } -type mainnet_RootMessageProcessed { +type stagingoptimismgoerli_SlippageUpdate { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: stagingoptimismgoerli_DestinationTransfer! + slippage: BigInt! + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mainnet_RootMessageProcessed_filter { +input stagingoptimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -79664,52 +87528,55 @@ input mainnet_RootMessageProcessed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: 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 @@ -79743,16 +87610,51 @@ input mainnet_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageProcessed_filter] - or: [mainnet_RootMessageProcessed_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SlippageUpdate_filter] + or: [stagingoptimismgoerli_SlippageUpdate_filter] } -enum mainnet_RootMessageProcessed_orderBy { +enum stagingoptimismgoerli_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 @@ -79761,15 +87663,16 @@ enum mainnet_RootMessageProcessed_orderBy { blockNumber } -type mainnet_RootPropagated { +type stagingoptimismgoerli_SnapshotRoot { id: ID! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! + spokeDomain: BigInt + root: stagingoptimismgoerli_Bytes! count: BigInt! - blockNumber: BigInt + timestamp: BigInt! + blockNumber: BigInt! } -input mainnet_RootPropagated_filter { +input stagingoptimismgoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -79778,26 +87681,24 @@ input mainnet_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: mainnet_Bytes - aggregate_not: mainnet_Bytes - aggregate_gt: mainnet_Bytes - aggregate_lt: mainnet_Bytes - aggregate_gte: mainnet_Bytes - aggregate_lte: mainnet_Bytes - aggregate_in: [mainnet_Bytes!] - aggregate_not_in: [mainnet_Bytes!] - aggregate_contains: mainnet_Bytes - aggregate_not_contains: mainnet_Bytes - domainsHash: mainnet_Bytes - domainsHash_not: mainnet_Bytes - domainsHash_gt: mainnet_Bytes - domainsHash_lt: mainnet_Bytes - domainsHash_gte: mainnet_Bytes - domainsHash_lte: mainnet_Bytes - domainsHash_in: [mainnet_Bytes!] - domainsHash_not_in: [mainnet_Bytes!] - domainsHash_contains: mainnet_Bytes - domainsHash_not_contains: mainnet_Bytes + 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 @@ -79806,6 +87707,14 @@ input mainnet_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 @@ -79815,29 +87724,26 @@ input mainnet_RootPropagated_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SnapshotRoot_filter] + or: [stagingoptimismgoerli_SnapshotRoot_filter] } -enum mainnet_RootPropagated_orderBy { +enum stagingoptimismgoerli_SnapshotRoot_orderBy { id - aggregate - domainsHash + spokeDomain + root count + timestamp blockNumber } -type mainnet_ZkSyncConnectorMeta { +type stagingoptimismgoerli_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + mode: String! } -input mainnet_ZkSyncConnectorMeta_filter { +input stagingoptimismgoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -79846,70 +87752,48 @@ input mainnet_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: 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_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SpokeConnectorMode_filter] + or: [stagingoptimismgoerli_SpokeConnectorMode_filter] } -enum mainnet_ZkSyncConnectorMeta_orderBy { +enum stagingoptimismgoerli_SpokeConnectorMode_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + mode } -type mainnet__Block_ { +enum stagingoptimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingoptimismgoerli__Block_ { """The hash of the block""" - hash: mainnet_Bytes + hash: stagingoptimismgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -79917,7 +87801,7 @@ type mainnet__Block_ { } """The type for the top-level _meta field""" -type mainnet__Meta_ { +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 @@ -79925,20 +87809,30 @@ type mainnet__Meta_ { and therefore asks for the latest block """ - block: mainnet__Block_! + block: stagingoptimismgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type lineagoerli_AggregateRoot { +type goerli_AggregateRoot { id: ID! - root: lineagoerli_Bytes! + root: goerli_Bytes! blockNumber: BigInt! } -input lineagoerli_AggregateRoot_filter { +type goerli_AggregateRootProposed { + id: ID! + aggregateRoot: goerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input goerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -79947,12 +87841,48 @@ input lineagoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes + 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!] + 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 @@ -79962,39 +87892,90 @@ input lineagoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregateRootProposed_filter] + or: [goerli_AggregateRootProposed_filter] } -enum lineagoerli_AggregateRoot_orderBy { +enum goerli_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + 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 } -type lineagoerli_Asset { +enum goerli_Aggregation_interval { + hour + day +} + +type goerli_Asset { id: ID! - key: lineagoerli_Bytes + key: goerli_Bytes decimal: BigInt - canonicalId: lineagoerli_Bytes + adoptedDecimal: BigInt + canonicalId: goerli_Bytes canonicalDomain: BigInt - adoptedAsset: lineagoerli_Bytes - localAsset: lineagoerli_Bytes + adoptedAsset: goerli_Bytes + localAsset: goerli_Bytes blockNumber: BigInt - status: lineagoerli_AssetStatus + status: goerli_AssetStatus } -type lineagoerli_AssetBalance { +type goerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: lineagoerli_Router! - asset: lineagoerli_Asset! + router: goerli_Router! + asset: goerli_Asset! feesEarned: BigInt! } -input lineagoerli_AssetBalance_filter { +input goerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -80055,7 +88036,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_: goerli_Router_filter asset: String asset_not: String asset_gt: String @@ -80076,7 +88057,7 @@ input lineagoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter + asset_: goerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -80086,26 +88067,43 @@ input lineagoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetBalance_filter] + or: [goerli_AssetBalance_filter] } -enum lineagoerli_AssetBalance_orderBy { +enum goerli_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type lineagoerli_AssetStatus { +type goerli_AssetStatus { id: ID! status: Boolean } -input lineagoerli_AssetStatus_filter { +input goerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -80119,15 +88117,17 @@ input lineagoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetStatus_filter] + or: [goerli_AssetStatus_filter] } -enum lineagoerli_AssetStatus_orderBy { +enum goerli_AssetStatus_orderBy { id status } -input lineagoerli_Asset_filter { +input goerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -80136,12 +88136,16 @@ input lineagoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: lineagoerli_Bytes - key_not: lineagoerli_Bytes - key_in: [lineagoerli_Bytes!] - key_not_in: [lineagoerli_Bytes!] - key_contains: lineagoerli_Bytes - key_not_contains: lineagoerli_Bytes + key: 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 @@ -80150,12 +88154,24 @@ input lineagoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes + 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 @@ -80164,18 +88180,26 @@ input lineagoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: lineagoerli_Bytes - adoptedAsset_not: lineagoerli_Bytes - adoptedAsset_in: [lineagoerli_Bytes!] - adoptedAsset_not_in: [lineagoerli_Bytes!] - adoptedAsset_contains: lineagoerli_Bytes - adoptedAsset_not_contains: lineagoerli_Bytes - localAsset: lineagoerli_Bytes - localAsset_not: lineagoerli_Bytes - localAsset_in: [lineagoerli_Bytes!] - localAsset_not_in: [lineagoerli_Bytes!] - localAsset_contains: lineagoerli_Bytes - localAsset_not_contains: lineagoerli_Bytes + adoptedAsset: 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 @@ -80204,47 +88228,52 @@ input lineagoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: lineagoerli_AssetStatus_filter + status_: goerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_Asset_filter] + or: [goerli_Asset_filter] } -enum lineagoerli_Asset_orderBy { +enum goerli_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset localAsset blockNumber status + status__id + status__status } -scalar lineagoerli_BigDecimal +scalar goerli_BigDecimal -input lineagoerli_BlockChangedFilter { +input goerli_BlockChangedFilter { number_gte: Int! } -input lineagoerli_Block_height { - hash: lineagoerli_Bytes +input goerli_Block_height { + hash: goerli_Bytes number: Int number_gte: Int } -scalar lineagoerli_Bytes +scalar goerli_Bytes -type lineagoerli_ConnectorMeta { +type goerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes + amb: goerli_Bytes + rootManager: goerli_Bytes + mirrorConnector: goerli_Bytes } -input lineagoerli_ConnectorMeta_filter { +input goerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -80269,29 +88298,43 @@ input lineagoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: lineagoerli_Bytes - amb_not: lineagoerli_Bytes - amb_in: [lineagoerli_Bytes!] - amb_not_in: [lineagoerli_Bytes!] - amb_contains: lineagoerli_Bytes - amb_not_contains: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - rootManager_not: lineagoerli_Bytes - rootManager_in: [lineagoerli_Bytes!] - rootManager_not_in: [lineagoerli_Bytes!] - rootManager_contains: lineagoerli_Bytes - rootManager_not_contains: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes - mirrorConnector_not: lineagoerli_Bytes - mirrorConnector_in: [lineagoerli_Bytes!] - mirrorConnector_not_in: [lineagoerli_Bytes!] - mirrorConnector_contains: lineagoerli_Bytes - mirrorConnector_not_contains: lineagoerli_Bytes + amb: 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: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_ConnectorMeta_filter] + or: [goerli_ConnectorMeta_filter] } -enum lineagoerli_ConnectorMeta_orderBy { +enum goerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -80300,48 +88343,48 @@ enum lineagoerli_ConnectorMeta_orderBy { mirrorConnector } -type lineagoerli_DestinationTransfer { +type goerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: lineagoerli_Bytes + transferId: goerli_Bytes nonce: BigInt - status: lineagoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] + status: 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: lineagoerli_Bytes - delegate: lineagoerli_Bytes + to: goerli_Bytes + delegate: goerli_Bytes receiveLocal: Boolean - callData: lineagoerli_Bytes + callData: goerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: lineagoerli_Bytes + originSender: goerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset + canonicalId: goerli_Bytes + asset: goerli_Asset amount: BigInt routersFee: BigInt - executedCaller: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes + executedCaller: goerli_Bytes + executedTransactionHash: goerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: lineagoerli_Bytes + executedTxOrigin: goerli_Bytes executedTxNonce: BigInt - reconciledCaller: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes + reconciledCaller: goerli_Bytes + reconciledTransactionHash: goerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: lineagoerli_Bytes + reconciledTxOrigin: goerli_Bytes reconciledTxNonce: BigInt } -input lineagoerli_DestinationTransfer_filter { +input goerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80358,12 +88401,16 @@ input lineagoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes + transferId: 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 @@ -80372,17 +88419,17 @@ input lineagoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] + status: 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_: lineagoerli_Router_filter + routers_: goerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -80407,28 +88454,40 @@ input lineagoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes + to: 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: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes + callData: 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 @@ -80445,12 +88504,16 @@ input lineagoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes + originSender: 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 @@ -80467,12 +88530,16 @@ input lineagoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes + canonicalId: 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 @@ -80493,7 +88560,7 @@ input lineagoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter + asset_: goerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -80510,18 +88577,26 @@ input lineagoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: lineagoerli_Bytes - executedCaller_not: lineagoerli_Bytes - executedCaller_in: [lineagoerli_Bytes!] - executedCaller_not_in: [lineagoerli_Bytes!] - executedCaller_contains: lineagoerli_Bytes - executedCaller_not_contains: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes - executedTransactionHash_not: lineagoerli_Bytes - executedTransactionHash_in: [lineagoerli_Bytes!] - executedTransactionHash_not_in: [lineagoerli_Bytes!] - executedTransactionHash_contains: lineagoerli_Bytes - executedTransactionHash_not_contains: lineagoerli_Bytes + executedCaller: 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 @@ -80550,16 +88625,20 @@ input lineagoerli_DestinationTransfer_filter { 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 + 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 @@ -80568,18 +88647,26 @@ input lineagoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: lineagoerli_Bytes - reconciledCaller_not: lineagoerli_Bytes - reconciledCaller_in: [lineagoerli_Bytes!] - reconciledCaller_not_in: [lineagoerli_Bytes!] - reconciledCaller_contains: lineagoerli_Bytes - reconciledCaller_not_contains: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes - reconciledTransactionHash_not: lineagoerli_Bytes - reconciledTransactionHash_in: [lineagoerli_Bytes!] - reconciledTransactionHash_not_in: [lineagoerli_Bytes!] - reconciledTransactionHash_contains: lineagoerli_Bytes - reconciledTransactionHash_not_contains: lineagoerli_Bytes + reconciledCaller: 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 @@ -80612,12 +88699,16 @@ input lineagoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: lineagoerli_Bytes - reconciledTxOrigin_not: lineagoerli_Bytes - reconciledTxOrigin_in: [lineagoerli_Bytes!] - reconciledTxOrigin_not_in: [lineagoerli_Bytes!] - reconciledTxOrigin_contains: lineagoerli_Bytes - reconciledTxOrigin_not_contains: lineagoerli_Bytes + reconciledTxOrigin: 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 @@ -80627,10 +88718,12 @@ input lineagoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_DestinationTransfer_filter] + or: [goerli_DestinationTransfer_filter] } -enum lineagoerli_DestinationTransfer_orderBy { +enum goerli_DestinationTransfer_orderBy { id chainId transferId @@ -80651,6 +88744,15 @@ enum lineagoerli_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 @@ -80671,26 +88773,87 @@ enum lineagoerli_DestinationTransfer_orderBy { reconciledTxNonce } +""" +8 bytes signed integer + +""" +scalar goerli_Int8 + +type goerli_OptimisticRootFinalized { + id: ID! + aggregateRoot: goerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input goerli_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: 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: goerli_BlockChangedFilter + and: [goerli_OptimisticRootFinalized_filter] + or: [goerli_OptimisticRootFinalized_filter] +} + +enum goerli_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + """Defines the order direction, either ascending or descending""" -enum lineagoerli_OrderDirection { +enum goerli_OrderDirection { asc desc } -type lineagoerli_OriginMessage { +type goerli_OriginMessage { id: ID! - transferId: lineagoerli_Bytes + transferId: goerli_Bytes destinationDomain: BigInt - leaf: lineagoerli_Bytes + leaf: goerli_Bytes index: BigInt - message: lineagoerli_Bytes - root: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes + message: goerli_Bytes + root: goerli_Bytes + transactionHash: goerli_Bytes blockNumber: BigInt - rootCount: lineagoerli_RootCount + rootCount: goerli_RootCount } -input lineagoerli_OriginMessage_filter { +input goerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -80699,12 +88862,16 @@ input lineagoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes + transferId: 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 @@ -80713,12 +88880,16 @@ input lineagoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: lineagoerli_Bytes - leaf_not: lineagoerli_Bytes - leaf_in: [lineagoerli_Bytes!] - leaf_not_in: [lineagoerli_Bytes!] - leaf_contains: lineagoerli_Bytes - leaf_not_contains: lineagoerli_Bytes + leaf: 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 @@ -80727,24 +88898,36 @@ input lineagoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: lineagoerli_Bytes - message_not: lineagoerli_Bytes - message_in: [lineagoerli_Bytes!] - message_not_in: [lineagoerli_Bytes!] - message_contains: lineagoerli_Bytes - message_not_contains: lineagoerli_Bytes - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + message: 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 @@ -80773,12 +88956,14 @@ input lineagoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: lineagoerli_RootCount_filter + rootCount_: goerli_RootCount_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginMessage_filter] + or: [goerli_OriginMessage_filter] } -enum lineagoerli_OriginMessage_orderBy { +enum goerli_OriginMessage_orderBy { id transferId destinationDomain @@ -80789,44 +88974,46 @@ enum lineagoerli_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type lineagoerli_OriginTransfer { +type goerli_OriginTransfer { id: ID! chainId: BigInt - transferId: lineagoerli_Bytes + transferId: goerli_Bytes nonce: BigInt - status: lineagoerli_TransferStatus - messageHash: lineagoerli_Bytes + status: goerli_TransferStatus + messageHash: goerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes + to: goerli_Bytes + delegate: goerli_Bytes receiveLocal: Boolean - callData: lineagoerli_Bytes + callData: goerli_Bytes slippage: BigInt - originSender: lineagoerli_Bytes + originSender: goerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset - transactingAsset: lineagoerli_Bytes - message: lineagoerli_OriginMessage + canonicalId: goerli_Bytes + asset: goerli_Asset + transactingAsset: goerli_Bytes + message: goerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] - initialRelayerFeeAsset: lineagoerli_Bytes - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: lineagoerli_Bytes + txOrigin: goerli_Bytes txNonce: BigInt } -input lineagoerli_OriginTransfer_filter { +input goerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80843,12 +89030,16 @@ input lineagoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes + transferId: 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 @@ -80857,16 +89048,20 @@ input lineagoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] - messageHash: lineagoerli_Bytes - messageHash_not: lineagoerli_Bytes - messageHash_in: [lineagoerli_Bytes!] - messageHash_not_in: [lineagoerli_Bytes!] - messageHash_contains: lineagoerli_Bytes - messageHash_not_contains: lineagoerli_Bytes + status: 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 @@ -80891,28 +89086,40 @@ input lineagoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes + to: 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: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes + callData: 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 @@ -80921,12 +89128,16 @@ input lineagoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes + originSender: 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 @@ -80943,12 +89154,16 @@ input lineagoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes + canonicalId: 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 @@ -80969,13 +89184,17 @@ input lineagoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - transactingAsset: lineagoerli_Bytes - transactingAsset_not: lineagoerli_Bytes - transactingAsset_in: [lineagoerli_Bytes!] - transactingAsset_not_in: [lineagoerli_Bytes!] - transactingAsset_contains: lineagoerli_Bytes - transactingAsset_not_contains: lineagoerli_Bytes + asset_: 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 @@ -80996,7 +89215,7 @@ input lineagoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: lineagoerli_OriginMessage_filter + message_: goerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -81011,25 +89230,37 @@ input lineagoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: lineagoerli_RelayerFee_filter - initialRelayerFeeAsset: lineagoerli_Bytes - initialRelayerFeeAsset_not: lineagoerli_Bytes - initialRelayerFeeAsset_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_contains: lineagoerli_Bytes - initialRelayerFeeAsset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + relayerFees_: 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 @@ -81062,12 +89293,16 @@ input lineagoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: lineagoerli_Bytes - txOrigin_not: lineagoerli_Bytes - txOrigin_in: [lineagoerli_Bytes!] - txOrigin_not_in: [lineagoerli_Bytes!] - txOrigin_contains: lineagoerli_Bytes - txOrigin_not_contains: lineagoerli_Bytes + txOrigin: 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 @@ -81077,10 +89312,12 @@ input lineagoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginTransfer_filter] + or: [goerli_OriginTransfer_filter] } -enum lineagoerli_OriginTransfer_orderBy { +enum goerli_OriginTransfer_orderBy { id chainId transferId @@ -81100,8 +89337,26 @@ enum lineagoerli_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 @@ -81115,20 +89370,20 @@ enum lineagoerli_OriginTransfer_orderBy { txNonce } -type lineagoerli_Relayer { +type goerli_Relayer { id: ID! isActive: Boolean! - relayer: lineagoerli_Bytes + relayer: goerli_Bytes } -type lineagoerli_RelayerFee { +type goerli_RelayerFee { id: ID! - transfer: lineagoerli_OriginTransfer! + transfer: goerli_OriginTransfer! fee: BigInt! - asset: lineagoerli_Bytes! + asset: goerli_Bytes! } -input lineagoerli_RelayerFee_filter { +input goerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -81157,7 +89412,7 @@ input lineagoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter + transfer_: goerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -81166,37 +89421,72 @@ input lineagoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes + asset: 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: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFee_filter] + or: [goerli_RelayerFee_filter] } -enum lineagoerli_RelayerFee_orderBy { +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 } -type lineagoerli_RelayerFeesIncrease { +type goerli_RelayerFeesIncrease { id: ID! - transfer: lineagoerli_OriginTransfer! + transfer: goerli_OriginTransfer! increase: BigInt - asset: lineagoerli_Bytes - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! + asset: goerli_Bytes + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input lineagoerli_RelayerFeesIncrease_filter { +input goerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -81225,7 +89515,7 @@ input lineagoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter + transfer_: goerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -81234,24 +89524,36 @@ input lineagoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + asset: 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 @@ -81285,12 +89587,43 @@ input lineagoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFeesIncrease_filter] + or: [goerli_RelayerFeesIncrease_filter] } -enum lineagoerli_RelayerFeesIncrease_orderBy { +enum goerli_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -81301,7 +89634,7 @@ enum lineagoerli_RelayerFeesIncrease_orderBy { blockNumber } -input lineagoerli_Relayer_filter { +input goerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -81314,28 +89647,34 @@ input lineagoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: lineagoerli_Bytes - relayer_not: lineagoerli_Bytes - relayer_in: [lineagoerli_Bytes!] - relayer_not_in: [lineagoerli_Bytes!] - relayer_contains: lineagoerli_Bytes - relayer_not_contains: lineagoerli_Bytes + relayer: 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: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_Relayer_filter] + or: [goerli_Relayer_filter] } -enum lineagoerli_Relayer_orderBy { +enum goerli_Relayer_orderBy { id isActive relayer } -type lineagoerli_RootCount { +type goerli_RootCount { id: ID! count: BigInt } -input lineagoerli_RootCount_filter { +input goerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -81353,29 +89692,31 @@ input lineagoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_RootCount_filter] + or: [goerli_RootCount_filter] } -enum lineagoerli_RootCount_orderBy { +enum goerli_RootCount_orderBy { id count } -type lineagoerli_RootMessageSent { +type goerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: lineagoerli_Bytes + root: goerli_Bytes count: BigInt - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input lineagoerli_RootMessageSent_filter { +input goerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -81400,12 +89741,16 @@ input lineagoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes + root: 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 @@ -81414,18 +89759,26 @@ input lineagoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + caller: 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 @@ -81459,10 +89812,12 @@ input lineagoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageSent_filter] + or: [goerli_RootMessageSent_filter] } -enum lineagoerli_RootMessageSent_orderBy { +enum goerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -81476,25 +89831,25 @@ enum lineagoerli_RootMessageSent_orderBy { blockNumber } -type lineagoerli_Router { +type goerli_Router { id: ID! isActive: Boolean! - owner: lineagoerli_Bytes - recipient: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes + owner: goerli_Bytes + recipient: goerli_Bytes + proposedOwner: goerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! } -type lineagoerli_RouterDailyTVL { +type goerli_RouterDailyTVL { id: ID! - router: lineagoerli_Router! - asset: lineagoerli_Asset! + router: goerli_Router! + asset: goerli_Asset! timestamp: BigInt! balance: BigInt! } -input lineagoerli_RouterDailyTVL_filter { +input goerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -81523,7 +89878,7 @@ input lineagoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter + router_: goerli_Router_filter asset: String asset_not: String asset_gt: String @@ -81544,7 +89899,7 @@ input lineagoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter + asset_: goerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81562,18 +89917,204 @@ input lineagoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterDailyTVL_filter] + or: [goerli_RouterDailyTVL_filter] } -enum lineagoerli_RouterDailyTVL_orderBy { +enum goerli_RouterDailyTVL_orderBy { id router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp balance } -input lineagoerli_Router_filter { +type goerli_RouterLiquidityEvent { + id: ID! + type: goerli_RouterLiquidityEventType + router: goerli_Router! + asset: goerli_Asset! + amount: BigInt! + balance: BigInt! + caller: goerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: goerli_Bytes! + nonce: BigInt! +} + +enum goerli_RouterLiquidityEventType { + Add + Remove +} + +input goerli_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: goerli_RouterLiquidityEventType + type_not: goerli_RouterLiquidityEventType + type_in: [goerli_RouterLiquidityEventType!] + type_not_in: [goerli_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: goerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterLiquidityEvent_filter] + or: [goerli_RouterLiquidityEvent_filter] +} + +enum goerli_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input goerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -81586,24 +90127,36 @@ input lineagoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: lineagoerli_Bytes - owner_not: lineagoerli_Bytes - owner_in: [lineagoerli_Bytes!] - owner_not_in: [lineagoerli_Bytes!] - owner_contains: lineagoerli_Bytes - owner_not_contains: lineagoerli_Bytes - recipient: lineagoerli_Bytes - recipient_not: lineagoerli_Bytes - recipient_in: [lineagoerli_Bytes!] - recipient_not_in: [lineagoerli_Bytes!] - recipient_contains: lineagoerli_Bytes - recipient_not_contains: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes - proposedOwner_not: lineagoerli_Bytes - proposedOwner_in: [lineagoerli_Bytes!] - proposedOwner_not_in: [lineagoerli_Bytes!] - proposedOwner_contains: lineagoerli_Bytes - proposedOwner_not_contains: lineagoerli_Bytes + owner: 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 @@ -81612,12 +90165,14 @@ input lineagoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: lineagoerli_AssetBalance_filter + assetBalances_: goerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_Router_filter] + or: [goerli_Router_filter] } -enum lineagoerli_Router_orderBy { +enum goerli_Router_orderBy { id isActive owner @@ -81627,13 +90182,13 @@ enum lineagoerli_Router_orderBy { assetBalances } -type lineagoerli_Sequencer { +type goerli_Sequencer { id: ID! isActive: Boolean! - sequencer: lineagoerli_Bytes + sequencer: goerli_Bytes } -input lineagoerli_Sequencer_filter { +input goerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -81646,29 +90201,35 @@ input lineagoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: lineagoerli_Bytes - sequencer_not: lineagoerli_Bytes - sequencer_in: [lineagoerli_Bytes!] - sequencer_not_in: [lineagoerli_Bytes!] - sequencer_contains: lineagoerli_Bytes - sequencer_not_contains: lineagoerli_Bytes + sequencer: 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: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_Sequencer_filter] + or: [goerli_Sequencer_filter] } -enum lineagoerli_Sequencer_orderBy { +enum goerli_Sequencer_orderBy { id isActive sequencer } -type lineagoerli_Setting { +type goerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: lineagoerli_Bytes! + caller: goerli_Bytes! } -input lineagoerli_Setting_filter { +input goerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -81685,35 +90246,41 @@ input lineagoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes + caller: 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: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_Setting_filter] + or: [goerli_Setting_filter] } -enum lineagoerli_Setting_orderBy { +enum goerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type lineagoerli_SlippageUpdate { +type goerli_SlippageUpdate { id: ID! - transfer: lineagoerli_DestinationTransfer! + transfer: goerli_DestinationTransfer! slippage: BigInt! - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input lineagoerli_SlippageUpdate_filter { +input goerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -81742,7 +90309,7 @@ input lineagoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: lineagoerli_DestinationTransfer_filter + transfer_: goerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -81751,18 +90318,26 @@ input lineagoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + caller: 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 @@ -81796,12 +90371,50 @@ input lineagoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: goerli_BlockChangedFilter + and: [goerli_SlippageUpdate_filter] + or: [goerli_SlippageUpdate_filter] } -enum lineagoerli_SlippageUpdate_orderBy { +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 @@ -81811,7 +90424,127 @@ enum lineagoerli_SlippageUpdate_orderBy { blockNumber } -enum lineagoerli_TransferStatus { +type goerli_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: goerli_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input goerli_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: 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!] + 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: goerli_BlockChangedFilter + and: [goerli_SnapshotRoot_filter] + or: [goerli_SnapshotRoot_filter] +} + +enum goerli_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type goerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input goerli_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: goerli_BlockChangedFilter + and: [goerli_SpokeConnectorMode_filter] + or: [goerli_SpokeConnectorMode_filter] +} + +enum goerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum goerli_TransferStatus { XCalled Executed Reconciled @@ -81819,9 +90552,9 @@ enum lineagoerli_TransferStatus { CompletedFast } -type lineagoerli__Block_ { +type goerli__Block_ { """The hash of the block""" - hash: lineagoerli_Bytes + hash: goerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -81829,7 +90562,7 @@ type lineagoerli__Block_ { } """The type for the top-level _meta field""" -type lineagoerli__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 @@ -81837,22 +90570,50 @@ type lineagoerli__Meta_ { and therefore asks for the latest block """ - block: lineagoerli__Block_! + block: goerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localmainnet_AggregateRootSavedSlow { +scalar zksync_swap_BigDecimal + +input zksync_swap_BlockChangedFilter { + number_gte: Int! +} + +input zksync_swap_Block_height { + hash: zksync_swap_Bytes + number: Int + number_gte: Int +} + +scalar zksync_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar zksync_swap_Int8 + +type zksync_swap_LpAccount { id: ID! - aggregateRoot: localmainnet_Bytes! - count: BigInt! - aggregatedRoots: [localmainnet_Bytes!] - rootTimestamp: BigInt! + address: zksync_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpAccountBalance_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpAccountBalance_filter): [zksync_swap_LpAccountBalance!]! } -input localmainnet_AggregateRootSavedSlow_filter { +type zksync_swap_LpAccountBalance { + id: ID! + account: zksync_swap_LpAccount! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: zksync_swap_Bytes +} + +input zksync_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -81861,61 +90622,107 @@ input localmainnet_AggregateRootSavedSlow_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 - 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!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: zksync_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: zksync_swap_LpToken_filter + amount: zksync_swap_BigDecimal + amount_not: zksync_swap_BigDecimal + amount_gt: zksync_swap_BigDecimal + amount_lt: zksync_swap_BigDecimal + amount_gte: zksync_swap_BigDecimal + amount_lte: zksync_swap_BigDecimal + amount_in: [zksync_swap_BigDecimal!] + amount_not_in: [zksync_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootSavedSlow_filter] - or: [localmainnet_AggregateRootSavedSlow_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccountBalance_filter] + or: [zksync_swap_LpAccountBalance_filter] } -enum localmainnet_AggregateRootSavedSlow_orderBy { +enum zksync_swap_LpAccountBalance_orderBy { id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type localmainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: localmainnet_Bytes! - domain: BigInt - blockNumber: BigInt + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input localmainnet_AggregatedMessageRoot_filter { +input zksync_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -81924,69 +90731,51 @@ input localmainnet_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: localmainnet_BlockChangedFilter - and: [localmainnet_AggregatedMessageRoot_filter] - or: [localmainnet_AggregatedMessageRoot_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccount_filter] + or: [zksync_swap_LpAccount_filter] } -enum localmainnet_AggregatedMessageRoot_orderBy { +enum zksync_swap_LpAccount_orderBy { id - index - receivedRoot - domain - blockNumber + address + balances } -enum localmainnet_Aggregation_interval { - hour - day +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!]! } -type localmainnet_ArbitrumConnectorMeta { +interface zksync_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input localmainnet_ArbitrumConnectorMeta_filter { +input zksync_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -81995,89 +90784,92 @@ input localmainnet_ArbitrumConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: zksync_swap_LpToken_filter + amount: zksync_swap_BigDecimal + amount_not: zksync_swap_BigDecimal + amount_gt: zksync_swap_BigDecimal + amount_lt: zksync_swap_BigDecimal + amount_gte: zksync_swap_BigDecimal + amount_lte: zksync_swap_BigDecimal + amount_in: [zksync_swap_BigDecimal!] + amount_not_in: [zksync_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ArbitrumConnectorMeta_filter] - or: [localmainnet_ArbitrumConnectorMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTokenEvent_filter] + or: [zksync_swap_LpTokenEvent_filter] } -enum localmainnet_ArbitrumConnectorMeta_orderBy { +enum zksync_swap_LpTokenEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_BigDecimal - -input localmainnet_BlockChangedFilter { - number_gte: Int! -} - -input localmainnet_Block_height { - hash: localmainnet_Bytes - number: Int - number_gte: Int -} - -type localmainnet_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input localmainnet_BnbConnectorMeta_filter { +input zksync_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -82086,79 +90878,142 @@ input localmainnet_BnbConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + 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: localmainnet_BlockChangedFilter - and: [localmainnet_BnbConnectorMeta_filter] - or: [localmainnet_BnbConnectorMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpToken_filter] + or: [zksync_swap_LpToken_filter] } -enum localmainnet_BnbConnectorMeta_orderBy { +enum zksync_swap_LpToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -scalar localmainnet_Bytes - -type localmainnet_GnosisConnectorMeta { +type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + from: zksync_swap_Bytes! + to: zksync_swap_Bytes! + fromBalance: zksync_swap_BigDecimal! + toBalance: zksync_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input localmainnet_GnosisConnectorMeta_filter { +input zksync_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -82167,73 +91022,143 @@ input localmainnet_GnosisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: zksync_swap_LpToken_filter + amount: zksync_swap_BigDecimal + amount_not: zksync_swap_BigDecimal + amount_gt: zksync_swap_BigDecimal + amount_lt: zksync_swap_BigDecimal + amount_gte: zksync_swap_BigDecimal + amount_lte: zksync_swap_BigDecimal + amount_in: [zksync_swap_BigDecimal!] + amount_not_in: [zksync_swap_BigDecimal!] + from: zksync_swap_Bytes + from_not: zksync_swap_Bytes + from_gt: zksync_swap_Bytes + from_lt: zksync_swap_Bytes + from_gte: zksync_swap_Bytes + from_lte: zksync_swap_Bytes + from_in: [zksync_swap_Bytes!] + from_not_in: [zksync_swap_Bytes!] + from_contains: zksync_swap_Bytes + from_not_contains: zksync_swap_Bytes + to: zksync_swap_Bytes + to_not: zksync_swap_Bytes + to_gt: zksync_swap_Bytes + to_lt: zksync_swap_Bytes + to_gte: zksync_swap_Bytes + to_lte: zksync_swap_Bytes + to_in: [zksync_swap_Bytes!] + to_not_in: [zksync_swap_Bytes!] + to_contains: zksync_swap_Bytes + to_not_contains: zksync_swap_Bytes + fromBalance: zksync_swap_BigDecimal + fromBalance_not: zksync_swap_BigDecimal + fromBalance_gt: zksync_swap_BigDecimal + fromBalance_lt: zksync_swap_BigDecimal + fromBalance_gte: zksync_swap_BigDecimal + fromBalance_lte: zksync_swap_BigDecimal + fromBalance_in: [zksync_swap_BigDecimal!] + fromBalance_not_in: [zksync_swap_BigDecimal!] + toBalance: zksync_swap_BigDecimal + toBalance_not: zksync_swap_BigDecimal + toBalance_gt: zksync_swap_BigDecimal + toBalance_lt: zksync_swap_BigDecimal + toBalance_gte: zksync_swap_BigDecimal + toBalance_lte: zksync_swap_BigDecimal + toBalance_in: [zksync_swap_BigDecimal!] + toBalance_not_in: [zksync_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_GnosisConnectorMeta_filter] - or: [localmainnet_GnosisConnectorMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTransferEvent_filter] + or: [zksync_swap_LpTransferEvent_filter] } -enum localmainnet_GnosisConnectorMeta_orderBy { +enum zksync_swap_LpTransferEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type localmainnet_HubDomain { +"""Defines the order direction, either ascending or descending""" +enum zksync_swap_OrderDirection { + asc + desc +} + +type zksync_swap_PooledToken { id: ID! - domain: BigInt + asset: zksync_swap_Bytes! } -input localmainnet_HubDomain_filter { +input zksync_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -82242,33 +91167,72 @@ 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!] + 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: localmainnet_BlockChangedFilter - and: [localmainnet_HubDomain_filter] - or: [localmainnet_HubDomain_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_PooledToken_filter] + or: [zksync_swap_PooledToken_filter] } -enum localmainnet_HubDomain_orderBy { +enum zksync_swap_PooledToken_orderBy { id - domain + asset } -type localmainnet_HubOptimisticRootFinalized { +type zksync_swap_StableSwap { id: ID! - aggregateRoot: localmainnet_Bytes! + isActive: Boolean + key: zksync_swap_Bytes! + canonicalId: zksync_swap_Bytes + domain: BigInt + swapPool: zksync_swap_Bytes + lpToken: zksync_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [zksync_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapEvent_filter): [zksync_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapExchange_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapExchange_filter): [zksync_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapHourlyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapHourlyVolume_filter): [zksync_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapDailyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapDailyVolume_filter): [zksync_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapWeeklyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapWeeklyVolume_filter): [zksync_swap_SwapWeeklyVolume!] +} + +type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { + id: ID! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input localmainnet_HubOptimisticRootFinalized_filter { +input zksync_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -82277,16 +91241,87 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + provider: zksync_swap_Bytes + provider_not: zksync_swap_Bytes + provider_gt: zksync_swap_Bytes + provider_lt: zksync_swap_Bytes + provider_gte: zksync_swap_Bytes + provider_lte: zksync_swap_Bytes + provider_in: [zksync_swap_Bytes!] + provider_not_in: [zksync_swap_Bytes!] + provider_contains: zksync_swap_Bytes + provider_not_contains: zksync_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82295,121 +91330,72 @@ input localmainnet_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubOptimisticRootFinalized_filter] - or: [localmainnet_HubOptimisticRootFinalized_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapAddLiquidityEvent_filter] + or: [zksync_swap_StableSwapAddLiquidityEvent_filter] } -enum localmainnet_HubOptimisticRootFinalized_orderBy { +enum zksync_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 -} - -""" -8 bytes signed integer - -""" -scalar localmainnet_Int8 - -type localmainnet_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} - -input localmainnet_OptimismConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimismConnectorMeta_filter] - or: [localmainnet_OptimismConnectorMeta_filter] -} - -enum localmainnet_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transaction + nonce } -type localmainnet_OptimisticRootPropagated { +interface zksync_swap_StableSwapEvent { id: ID! - aggregateRoot: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! + stableSwap: zksync_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input localmainnet_OptimisticRootPropagated_filter { +input zksync_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -82418,26 +91404,35 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82446,40 +91441,72 @@ input localmainnet_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: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootPropagated_filter] - or: [localmainnet_OptimisticRootPropagated_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapEvent_filter] + or: [zksync_swap_StableSwapEvent_filter] } -enum localmainnet_OptimisticRootPropagated_orderBy { +enum zksync_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 localmainnet_OptimisticRootProposed { +type zksync_swap_StableSwapExchange { id: ID! - disputeCliff: BigInt! - aggregateRoot: localmainnet_Bytes! - snapshotsRoots: [localmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: localmainnet_Bytes! + stableSwap: zksync_swap_StableSwap! + buyer: zksync_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input localmainnet_OptimisticRootProposed_filter { +input zksync_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -82488,46 +91515,91 @@ input localmainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - snapshotsRoots: [localmainnet_Bytes!] - snapshotsRoots_not: [localmainnet_Bytes!] - snapshotsRoots_contains: [localmainnet_Bytes!] - snapshotsRoots_contains_nocase: [localmainnet_Bytes!] - snapshotsRoots_not_contains: [localmainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: localmainnet_Bytes - baseAggregateRoot_not: localmainnet_Bytes - baseAggregateRoot_gt: localmainnet_Bytes - baseAggregateRoot_lt: localmainnet_Bytes - baseAggregateRoot_gte: localmainnet_Bytes - baseAggregateRoot_lte: localmainnet_Bytes - baseAggregateRoot_in: [localmainnet_Bytes!] - baseAggregateRoot_not_in: [localmainnet_Bytes!] - baseAggregateRoot_contains: localmainnet_Bytes - baseAggregateRoot_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + buyer: zksync_swap_Bytes + buyer_not: zksync_swap_Bytes + buyer_gt: zksync_swap_Bytes + buyer_lt: zksync_swap_Bytes + buyer_gte: zksync_swap_Bytes + buyer_lte: zksync_swap_Bytes + buyer_in: [zksync_swap_Bytes!] + buyer_not_in: [zksync_swap_Bytes!] + buyer_contains: zksync_swap_Bytes + buyer_not_contains: zksync_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82536,47 +91608,79 @@ input localmainnet_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootProposed_filter] - or: [localmainnet_OptimisticRootProposed_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapExchange_filter] + or: [zksync_swap_StableSwapExchange_filter] } -enum localmainnet_OptimisticRootProposed_orderBy { +enum zksync_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 localmainnet_OrderDirection { - asc - desc + transaction + nonce } -type localmainnet_PolygonConnectorMeta { +type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input localmainnet_PolygonConnectorMeta_filter { +input zksync_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -82585,75 +91689,152 @@ input localmainnet_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + provider: zksync_swap_Bytes + provider_not: zksync_swap_Bytes + provider_gt: zksync_swap_Bytes + provider_lt: zksync_swap_Bytes + provider_gte: zksync_swap_Bytes + provider_lte: zksync_swap_Bytes + provider_in: [zksync_swap_Bytes!] + provider_not_in: [zksync_swap_Bytes!] + provider_contains: zksync_swap_Bytes + provider_not_contains: zksync_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_PolygonConnectorMeta_filter] - or: [localmainnet_PolygonConnectorMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] } -enum localmainnet_PolygonConnectorMeta_orderBy { +enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type localmainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: localmainnet_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 localmainnet_RootAggregated_filter { +input zksync_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -82662,6 +91843,30 @@ input localmainnet_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: 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 @@ -82670,44 +91875,169 @@ input localmainnet_RootAggregated_filter { 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!] + swapPool: zksync_swap_Bytes + swapPool_not: zksync_swap_Bytes + swapPool_gt: zksync_swap_Bytes + swapPool_lt: zksync_swap_Bytes + swapPool_gte: zksync_swap_Bytes + swapPool_lte: zksync_swap_Bytes + swapPool_in: [zksync_swap_Bytes!] + swapPool_not_in: [zksync_swap_Bytes!] + swapPool_contains: zksync_swap_Bytes + swapPool_not_contains: zksync_swap_Bytes + lpToken: zksync_swap_Bytes + lpToken_not: zksync_swap_Bytes + lpToken_gt: zksync_swap_Bytes + lpToken_lt: zksync_swap_Bytes + lpToken_gte: zksync_swap_Bytes + lpToken_lte: zksync_swap_Bytes + lpToken_in: [zksync_swap_Bytes!] + lpToken_not_in: [zksync_swap_Bytes!] + lpToken_contains: zksync_swap_Bytes + lpToken_not_contains: zksync_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [zksync_swap_Bytes!] + pooledTokens_not: [zksync_swap_Bytes!] + pooledTokens_contains: [zksync_swap_Bytes!] + pooledTokens_contains_nocase: [zksync_swap_Bytes!] + pooledTokens_not_contains: [zksync_swap_Bytes!] + pooledTokens_not_contains_nocase: [zksync_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: zksync_swap_StableSwapEvent_filter + exchanges_: zksync_swap_StableSwapExchange_filter + hourlyVolumes_: zksync_swap_SwapHourlyVolume_filter + dailyVolumes_: zksync_swap_SwapDailyVolume_filter + weeklyVolumes_: zksync_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootAggregated_filter] - or: [localmainnet_RootAggregated_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwap_filter] + or: [zksync_swap_StableSwap_filter] } -enum localmainnet_RootAggregated_orderBy { +enum zksync_swap_StableSwap_orderBy { id + isActive + key + canonicalId domain - receivedRoot - index + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type localmainnet_RootManagerMeta { +type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { id: ID! - domains: [BigInt!] - connectors: [localmainnet_Bytes!] + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! } -input localmainnet_RootManagerMeta_filter { +input zksync_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -82716,36 +92046,80 @@ input localmainnet_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [localmainnet_Bytes!] - connectors_not: [localmainnet_Bytes!] - connectors_contains: [localmainnet_Bytes!] - connectors_contains_nocase: [localmainnet_Bytes!] - connectors_not_contains: [localmainnet_Bytes!] - connectors_not_contains_nocase: [localmainnet_Bytes!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMeta_filter] - or: [localmainnet_RootManagerMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapDailyVolume_filter] + or: [zksync_swap_SwapDailyVolume_filter] } -enum localmainnet_RootManagerMeta_orderBy { +enum zksync_swap_SwapDailyVolume_orderBy { id - domains - connectors + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type localmainnet_RootManagerMode { +type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { id: ID! - mode: String! + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! } -input localmainnet_RootManagerMode_filter { +input zksync_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -82754,105 +92128,100 @@ input localmainnet_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMode_filter] - or: [localmainnet_RootManagerMode_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapHourlyVolume_filter] + or: [zksync_swap_SwapHourlyVolume_filter] } -enum localmainnet_RootManagerMode_orderBy { +enum zksync_swap_SwapHourlyVolume_orderBy { id - mode + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -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 +interface zksync_swap_SwapTradeVolume { + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! } -input localmainnet_RootMessageProcessed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes +input zksync_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82861,58 +92230,50 @@ input localmainnet_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: 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: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageProcessed_filter] - or: [localmainnet_RootMessageProcessed_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapTradeVolume_filter] + or: [zksync_swap_SwapTradeVolume_filter] } -enum localmainnet_RootMessageProcessed_orderBy { - id - spokeDomain - hubDomain - root - caller - transactionHash +enum zksync_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type localmainnet_RootPropagated { +type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { id: ID! - aggregate: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! - count: BigInt! - blockNumber: BigInt + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! } -input localmainnet_RootPropagated_filter { +input zksync_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -82921,66 +92282,79 @@ input localmainnet_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: localmainnet_Bytes - aggregate_not: localmainnet_Bytes - aggregate_gt: localmainnet_Bytes - aggregate_lt: localmainnet_Bytes - aggregate_gte: localmainnet_Bytes - aggregate_lte: localmainnet_Bytes - aggregate_in: [localmainnet_Bytes!] - aggregate_not_in: [localmainnet_Bytes!] - aggregate_contains: localmainnet_Bytes - aggregate_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootPropagated_filter] - or: [localmainnet_RootPropagated_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapWeeklyVolume_filter] + or: [zksync_swap_SwapWeeklyVolume_filter] } -enum localmainnet_RootPropagated_orderBy { +enum zksync_swap_SwapWeeklyVolume_orderBy { id - aggregate - domainsHash - count - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type localmainnet_ZkSyncConnectorMeta { +type zksync_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input localmainnet_ZkSyncConnectorMeta_filter { +input zksync_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -82989,70 +92363,37 @@ 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 + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ZkSyncConnectorMeta_filter] - or: [localmainnet_ZkSyncConnectorMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SystemInfo_filter] + or: [zksync_swap_SystemInfo_filter] } -enum localmainnet_ZkSyncConnectorMeta_orderBy { +enum zksync_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type localmainnet__Block_ { +type zksync_swap__Block_ { """The hash of the block""" - hash: localmainnet_Bytes + hash: zksync_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -83060,7 +92401,7 @@ type localmainnet__Block_ { } """The type for the top-level _meta field""" -type localmainnet__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 @@ -83068,44 +92409,30 @@ type localmainnet__Meta_ { and therefore asks for the latest block """ - block: localmainnet__Block_! + block: zksync_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 { +type optimismgoerli_AggregateRoot { 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!]! + root: optimismgoerli_Bytes! + blockNumber: BigInt! } -type linea_swap_LpAccountBalance { +type optimismgoerli_AggregateRootProposed { id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: linea_swap_Bytes + aggregateRoot: optimismgoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input linea_swap_LpAccountBalance_filter { +input optimismgoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -83114,93 +92441,73 @@ input linea_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + 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!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRootProposed_filter] + or: [optimismgoerli_AggregateRootProposed_filter] } -enum linea_swap_LpAccountBalance_orderBy { +enum optimismgoerli_AggregateRootProposed_orderBy { id - account - token - amount - block - modified - transaction + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input linea_swap_LpAccount_filter { +input optimismgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -83209,45 +92516,66 @@ 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 + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRoot_filter] + or: [optimismgoerli_AggregateRoot_filter] } -enum linea_swap_LpAccount_orderBy { +enum optimismgoerli_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type linea_swap_LpToken { +enum optimismgoerli_Aggregation_interval { + hour + day +} + +type optimismgoerli_Asset { id: ID! - address: linea_swap_Bytes! - stableSwap: linea_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: linea_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! + key: optimismgoerli_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: optimismgoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes + blockNumber: BigInt + status: optimismgoerli_AssetStatus } -interface linea_swap_LpTokenEvent { +type optimismgoerli_AssetBalance { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + feesEarned: BigInt! } -input linea_swap_LpTokenEvent_filter { +input optimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -83256,80 +92584,126 @@ input linea_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetBalance_filter] + or: [optimismgoerli_AssetBalance_filter] } -enum linea_swap_LpTokenEvent_orderBy { +enum optimismgoerli_AssetBalance_orderBy { id - token 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 linea_swap_LpToken_filter { +type optimismgoerli_AssetStatus { + id: ID! + status: Boolean +} + +input optimismgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -83338,119 +92712,22 @@ input linea_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: linea_swap_BigDecimal - totalSupply_not: linea_swap_BigDecimal - totalSupply_gt: linea_swap_BigDecimal - totalSupply_lt: linea_swap_BigDecimal - totalSupply_gte: linea_swap_BigDecimal - totalSupply_lte: linea_swap_BigDecimal - totalSupply_in: [linea_swap_BigDecimal!] - totalSupply_not_in: [linea_swap_BigDecimal!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetStatus_filter] + or: [optimismgoerli_AssetStatus_filter] } -enum linea_swap_LpToken_orderBy { +enum optimismgoerli_AssetStatus_orderBy { id - address - stableSwap - decimals - name - symbol - totalSupply - events -} - -type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { - id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - from: linea_swap_Bytes! - to: linea_swap_Bytes! - fromBalance: linea_swap_BigDecimal! - toBalance: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + status } -input linea_swap_LpTransferEvent_filter { +input optimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -83459,123 +92736,144 @@ input linea_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - from: linea_swap_Bytes - from_not: linea_swap_Bytes - from_in: [linea_swap_Bytes!] - from_not_in: [linea_swap_Bytes!] - from_contains: linea_swap_Bytes - from_not_contains: linea_swap_Bytes - to: linea_swap_Bytes - to_not: linea_swap_Bytes - to_in: [linea_swap_Bytes!] - to_not_in: [linea_swap_Bytes!] - to_contains: linea_swap_Bytes - to_not_contains: linea_swap_Bytes - fromBalance: linea_swap_BigDecimal - fromBalance_not: linea_swap_BigDecimal - fromBalance_gt: linea_swap_BigDecimal - fromBalance_lt: linea_swap_BigDecimal - fromBalance_gte: linea_swap_BigDecimal - fromBalance_lte: linea_swap_BigDecimal - fromBalance_in: [linea_swap_BigDecimal!] - fromBalance_not_in: [linea_swap_BigDecimal!] - toBalance: linea_swap_BigDecimal - toBalance_not: linea_swap_BigDecimal - toBalance_gt: linea_swap_BigDecimal - toBalance_lt: linea_swap_BigDecimal - toBalance_gte: linea_swap_BigDecimal - toBalance_lte: linea_swap_BigDecimal - toBalance_in: [linea_swap_BigDecimal!] - toBalance_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + key: optimismgoerli_Bytes + key_not: optimismgoerli_Bytes + key_gt: optimismgoerli_Bytes + key_lt: optimismgoerli_Bytes + key_gte: optimismgoerli_Bytes + key_lte: optimismgoerli_Bytes + key_in: [optimismgoerli_Bytes!] + key_not_in: [optimismgoerli_Bytes!] + key_contains: optimismgoerli_Bytes + key_not_contains: optimismgoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: optimismgoerli_Bytes + adoptedAsset_not: optimismgoerli_Bytes + adoptedAsset_gt: optimismgoerli_Bytes + adoptedAsset_lt: optimismgoerli_Bytes + adoptedAsset_gte: optimismgoerli_Bytes + adoptedAsset_lte: optimismgoerli_Bytes + adoptedAsset_in: [optimismgoerli_Bytes!] + adoptedAsset_not_in: [optimismgoerli_Bytes!] + adoptedAsset_contains: optimismgoerli_Bytes + adoptedAsset_not_contains: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes + localAsset_not: optimismgoerli_Bytes + localAsset_gt: optimismgoerli_Bytes + localAsset_lt: optimismgoerli_Bytes + localAsset_gte: optimismgoerli_Bytes + localAsset_lte: optimismgoerli_Bytes + localAsset_in: [optimismgoerli_Bytes!] + localAsset_not_in: [optimismgoerli_Bytes!] + localAsset_contains: optimismgoerli_Bytes + localAsset_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: optimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Asset_filter] + or: [optimismgoerli_Asset_filter] } -enum linea_swap_LpTransferEvent_orderBy { +enum optimismgoerli_Asset_orderBy { id - token - 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 linea_swap_OrderDirection { - asc - desc +scalar optimismgoerli_BigDecimal + +input optimismgoerli_BlockChangedFilter { + number_gte: Int! } -type linea_swap_PooledToken { +input optimismgoerli_Block_height { + hash: optimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar optimismgoerli_Bytes + +type optimismgoerli_ConnectorMeta { id: ID! - asset: linea_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes } -input linea_swap_PooledToken_filter { +input optimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -83584,66 +92882,109 @@ input linea_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: linea_swap_Bytes - asset_not: linea_swap_Bytes - asset_in: [linea_swap_Bytes!] - asset_not_in: [linea_swap_Bytes!] - asset_contains: linea_swap_Bytes - asset_not_contains: linea_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: 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: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_ConnectorMeta_filter] + or: [optimismgoerli_ConnectorMeta_filter] } -enum linea_swap_PooledToken_orderBy { +enum optimismgoerli_ConnectorMeta_orderBy { id - asset -} - -type linea_swap_StableSwap { - id: ID! - isActive: Boolean - key: linea_swap_Bytes! - canonicalId: linea_swap_Bytes - domain: BigInt - swapPool: linea_swap_Bytes - lpToken: linea_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [linea_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type optimismgoerli_DestinationTransfer { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: optimismgoerli_Bytes + nonce: BigInt + status: optimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + receiveLocal: Boolean + callData: optimismgoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: optimismgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: optimismgoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: optimismgoerli_Bytes + reconciledTxNonce: BigInt } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input optimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83652,97 +92993,24 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + 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 @@ -83751,36 +93019,374 @@ input linea_swap_StableSwapAddLiquidityEvent_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: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_DestinationTransfer_filter] + or: [optimismgoerli_DestinationTransfer_filter] +} + +enum optimismgoerli_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__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 } -enum linea_swap_StableSwapAddLiquidityEvent_orderBy { - id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce -} +""" +8 bytes signed integer -interface linea_swap_StableSwapEvent { +""" +scalar optimismgoerli_Int8 + +type optimismgoerli_OptimisticRootFinalized { id: ID! - stableSwap: linea_swap_StableSwap! - block: BigInt! + aggregateRoot: optimismgoerli_Bytes! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input linea_swap_StableSwapEvent_filter { +input optimismgoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -83789,35 +93395,16 @@ input linea_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -83826,50 +93413,47 @@ input linea_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OptimisticRootFinalized_filter] + or: [optimismgoerli_OptimisticRootFinalized_filter] } -enum linea_swap_StableSwapEvent_orderBy { +enum optimismgoerli_OptimisticRootFinalized_orderBy { id - stableSwap - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -type linea_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum optimismgoerli_OrderDirection { + asc + desc +} + +type optimismgoerli_OriginMessage { id: ID! - stableSwap: linea_swap_StableSwap! - buyer: linea_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + transferId: optimismgoerli_Bytes + destinationDomain: BigInt + leaf: optimismgoerli_Bytes + index: BigInt + message: optimismgoerli_Bytes + root: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + blockNumber: BigInt + rootCount: optimismgoerli_RootCount } -input linea_swap_StableSwapExchange_filter { +input optimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -83878,146 +93462,158 @@ input linea_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - buyer: linea_swap_Bytes - buyer_not: linea_swap_Bytes - buyer_in: [linea_swap_Bytes!] - buyer_not_in: [linea_swap_Bytes!] - buyer_contains: linea_swap_Bytes - buyer_not_contains: linea_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: optimismgoerli_Bytes + leaf_not: optimismgoerli_Bytes + leaf_gt: optimismgoerli_Bytes + leaf_lt: optimismgoerli_Bytes + leaf_gte: optimismgoerli_Bytes + leaf_lte: optimismgoerli_Bytes + leaf_in: [optimismgoerli_Bytes!] + leaf_not_in: [optimismgoerli_Bytes!] + leaf_contains: optimismgoerli_Bytes + leaf_not_contains: optimismgoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: optimismgoerli_Bytes + message_not: optimismgoerli_Bytes + message_gt: optimismgoerli_Bytes + message_lt: optimismgoerli_Bytes + message_gte: optimismgoerli_Bytes + message_lte: optimismgoerli_Bytes + message_in: [optimismgoerli_Bytes!] + message_not_in: [optimismgoerli_Bytes!] + message_contains: optimismgoerli_Bytes + message_not_contains: optimismgoerli_Bytes + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: optimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginMessage_filter] + or: [optimismgoerli_OriginMessage_filter] } -enum linea_swap_StableSwapExchange_orderBy { +enum optimismgoerli_OriginMessage_orderBy { id - stableSwap - 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 linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type optimismgoerli_OriginTransfer { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: optimismgoerli_Bytes + nonce: BigInt + status: optimismgoerli_TransferStatus + messageHash: optimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + receiveLocal: Boolean + callData: optimismgoerli_Bytes + slippage: BigInt + originSender: optimismgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + transactingAsset: optimismgoerli_Bytes + message: optimismgoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] + initialRelayerFeeAsset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: optimismgoerli_Bytes + txNonce: BigInt } -input linea_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -84026,97 +93622,24 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + 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 @@ -84125,211 +93648,342 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] + messageHash: optimismgoerli_Bytes + messageHash_not: optimismgoerli_Bytes + messageHash_gt: optimismgoerli_Bytes + messageHash_lt: optimismgoerli_Bytes + messageHash_gte: optimismgoerli_Bytes + messageHash_lte: optimismgoerli_Bytes + messageHash_in: [optimismgoerli_Bytes!] + messageHash_not_in: [optimismgoerli_Bytes!] + messageHash_contains: optimismgoerli_Bytes + messageHash_not_contains: optimismgoerli_Bytes + 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 + 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: optimismgoerli_Bytes + txOrigin_not: optimismgoerli_Bytes + txOrigin_gt: optimismgoerli_Bytes + txOrigin_lt: optimismgoerli_Bytes + txOrigin_gte: optimismgoerli_Bytes + txOrigin_lte: optimismgoerli_Bytes + txOrigin_in: [optimismgoerli_Bytes!] + txOrigin_not_in: [optimismgoerli_Bytes!] + txOrigin_contains: optimismgoerli_Bytes + txOrigin_not_contains: optimismgoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginTransfer_filter] + or: [optimismgoerli_OriginTransfer_filter] } -enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismgoerli_OriginTransfer_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction + chainId + transferId nonce -} - -input linea_swap_StableSwap_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: linea_swap_Bytes - key_not: linea_swap_Bytes - key_in: [linea_swap_Bytes!] - key_not_in: [linea_swap_Bytes!] - key_contains: linea_swap_Bytes - key_not_contains: linea_swap_Bytes - canonicalId: linea_swap_Bytes - canonicalId_not: linea_swap_Bytes - canonicalId_in: [linea_swap_Bytes!] - canonicalId_not_in: [linea_swap_Bytes!] - canonicalId_contains: linea_swap_Bytes - canonicalId_not_contains: linea_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: linea_swap_Bytes - swapPool_not: linea_swap_Bytes - swapPool_in: [linea_swap_Bytes!] - swapPool_not_in: [linea_swap_Bytes!] - swapPool_contains: linea_swap_Bytes - swapPool_not_contains: linea_swap_Bytes - lpToken: linea_swap_Bytes - lpToken_not: linea_swap_Bytes - lpToken_in: [linea_swap_Bytes!] - lpToken_not_in: [linea_swap_Bytes!] - lpToken_contains: linea_swap_Bytes - lpToken_not_contains: linea_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [linea_swap_Bytes!] - pooledTokens_not: [linea_swap_Bytes!] - pooledTokens_contains: [linea_swap_Bytes!] - pooledTokens_contains_nocase: [linea_swap_Bytes!] - pooledTokens_not_contains: [linea_swap_Bytes!] - pooledTokens_not_contains_nocase: [linea_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - exchanges_: linea_swap_StableSwapExchange_filter - hourlyVolumes_: linea_swap_SwapHourlyVolume_filter - dailyVolumes_: linea_swap_SwapDailyVolume_filter - weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter -} - -enum linea_swap_StableSwap_orderBy { - id - isActive - key + 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 + 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 linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type optimismgoerli_Relayer { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + isActive: Boolean! + relayer: optimismgoerli_Bytes } -input linea_swap_SwapDailyVolume_filter { +type optimismgoerli_RelayerFee { + id: ID! + transfer: optimismgoerli_OriginTransfer! + fee: BigInt! + asset: optimismgoerli_Bytes! +} + +input optimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -84338,62 +93992,101 @@ input linea_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimismgoerli_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFee_filter] + or: [optimismgoerli_RelayerFee_filter] } -enum linea_swap_SwapDailyVolume_orderBy { +enum optimismgoerli_RelayerFee_orderBy { id - stableSwap - timestamp - volume + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type optimismgoerli_RelayerFeesIncrease { id: ID! - stableSwap: linea_swap_StableSwap! + transfer: optimismgoerli_OriginTransfer! + increase: BigInt + asset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! - volume: linea_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input linea_swap_SwapHourlyVolume_filter { +input optimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -84402,27 +94095,65 @@ input linea_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimismgoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84431,87 +94162,79 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFeesIncrease_filter] + or: [optimismgoerli_RelayerFeesIncrease_filter] } -enum linea_swap_SwapHourlyVolume_orderBy { +enum optimismgoerli_RelayerFeesIncrease_orderBy { id - stableSwap - timestamp - volume -} - -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! -} - -input linea_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter -} - -enum linea_swap_SwapTradeVolume_orderBy { - stableSwap + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + 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 linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { - id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + gasPrice + gasLimit + blockNumber } -input linea_swap_SwapWeeklyVolume_filter { +input optimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -84520,61 +94243,38 @@ input linea_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + 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: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Relayer_filter] + or: [optimismgoerli_Relayer_filter] } -enum linea_swap_SwapWeeklyVolume_orderBy { +enum optimismgoerli_Relayer_orderBy { id - stableSwap - timestamp - volume + isActive + relayer } -type linea_swap_SystemInfo { +type optimismgoerli_RootCount { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + count: BigInt } -input linea_swap_SystemInfo_filter { +input optimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -84583,99 +94283,40 @@ input linea_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootCount_filter] + or: [optimismgoerli_RootCount_filter] } -enum linea_swap_SystemInfo_orderBy { +enum optimismgoerli_RootCount_orderBy { id - exchangeCount - swapCount -} - -type linea_swap__Block_ { - """The hash of the block""" - hash: linea_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type linea_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: linea_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -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!]! + count } -type staginggoerli_swap_LpAccountBalance { +type optimismgoerli_RootMessageSent { id: ID! - account: staginggoerli_swap_LpAccount! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: staginggoerli_swap_Bytes + spokeDomain: BigInt + hubDomain: BigInt + root: optimismgoerli_Bytes + count: BigInt + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input staginggoerli_swap_LpAccountBalance_filter { +input optimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -84684,107 +94325,131 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccountBalance_filter] - or: [staginggoerli_swap_LpAccountBalance_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootMessageSent_filter] + or: [optimismgoerli_RootMessageSent_filter] } -enum staginggoerli_swap_LpAccountBalance_orderBy { +enum optimismgoerli_RootMessageSent_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 + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -input staginggoerli_swap_LpAccount_filter { +type optimismgoerli_Router { + id: ID! + isActive: Boolean! + owner: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! +} + +type optimismgoerli_RouterDailyTVL { + id: ID! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input optimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -84793,51 +94458,113 @@ 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 + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimismgoerli_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccount_filter] - or: [staginggoerli_swap_LpAccount_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterDailyTVL_filter] + or: [optimismgoerli_RouterDailyTVL_filter] } -enum staginggoerli_swap_LpAccount_orderBy { +enum optimismgoerli_RouterDailyTVL_orderBy { id - address - balances -} - -type staginggoerli_swap_LpToken { - id: ID! - address: staginggoerli_swap_Bytes! - stableSwap: staginggoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: staginggoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! + router + router__id + router__isActive + router__owner + router__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 } -interface staginggoerli_swap_LpTokenEvent { +type optimismgoerli_RouterLiquidityEvent { id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - block: BigInt! + type: optimismgoerli_RouterLiquidityEventType + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: optimismgoerli_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transactionHash: optimismgoerli_Bytes! nonce: BigInt! } -input staginggoerli_swap_LpTokenEvent_filter { +enum optimismgoerli_RouterLiquidityEventType { + Add + Remove +} + +input optimismgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -84846,61 +94573,104 @@ 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 + type: optimismgoerli_RouterLiquidityEventType + type_not: optimismgoerli_RouterLiquidityEventType + type_in: [optimismgoerli_RouterLiquidityEventType!] + type_not_in: [optimismgoerli_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimismgoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -84910,28 +94680,41 @@ input staginggoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTokenEvent_filter] - or: [staginggoerli_swap_LpTokenEvent_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterLiquidityEvent_filter] + or: [optimismgoerli_RouterLiquidityEvent_filter] } -enum staginggoerli_swap_LpTokenEvent_orderBy { +enum optimismgoerli_RouterLiquidityEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply + 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 - block + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -input staginggoerli_swap_LpToken_filter { +input optimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -84940,142 +94723,72 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: optimismgoerli_Bytes + owner_not: optimismgoerli_Bytes + owner_gt: optimismgoerli_Bytes + owner_lt: optimismgoerli_Bytes + owner_gte: optimismgoerli_Bytes + owner_lte: optimismgoerli_Bytes + owner_in: [optimismgoerli_Bytes!] + owner_not_in: [optimismgoerli_Bytes!] + owner_contains: optimismgoerli_Bytes + owner_not_contains: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + recipient_not: optimismgoerli_Bytes + recipient_gt: optimismgoerli_Bytes + recipient_lt: optimismgoerli_Bytes + recipient_gte: optimismgoerli_Bytes + recipient_lte: optimismgoerli_Bytes + recipient_in: [optimismgoerli_Bytes!] + recipient_not_in: [optimismgoerli_Bytes!] + recipient_contains: optimismgoerli_Bytes + recipient_not_contains: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedOwner_not: optimismgoerli_Bytes + proposedOwner_gt: optimismgoerli_Bytes + proposedOwner_lt: optimismgoerli_Bytes + proposedOwner_gte: optimismgoerli_Bytes + proposedOwner_lte: optimismgoerli_Bytes + proposedOwner_in: [optimismgoerli_Bytes!] + proposedOwner_not_in: [optimismgoerli_Bytes!] + proposedOwner_contains: optimismgoerli_Bytes + proposedOwner_not_contains: optimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: optimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpToken_filter] - or: [staginggoerli_swap_LpToken_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Router_filter] + or: [optimismgoerli_Router_filter] } -enum staginggoerli_swap_LpToken_orderBy { +enum optimismgoerli_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 staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { +type optimismgoerli_Sequencer { 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! + isActive: Boolean! + sequencer: optimismgoerli_Bytes } -input staginggoerli_swap_LpTransferEvent_filter { +input optimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -85084,143 +94797,39 @@ 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!] + 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: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTransferEvent_filter] - or: [staginggoerli_swap_LpTransferEvent_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Sequencer_filter] + or: [optimismgoerli_Sequencer_filter] } -enum staginggoerli_swap_LpTransferEvent_orderBy { +enum optimismgoerli_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 staginggoerli_swap_OrderDirection { - asc - desc + isActive + sequencer } -type staginggoerli_swap_PooledToken { +type optimismgoerli_Setting { id: ID! - asset: staginggoerli_swap_Bytes! + maxRoutersPerTransfer: BigInt! + caller: optimismgoerli_Bytes! } -input staginggoerli_swap_PooledToken_filter { +input optimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -85229,72 +94838,49 @@ 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 + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_PooledToken_filter] - or: [staginggoerli_swap_PooledToken_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Setting_filter] + or: [optimismgoerli_Setting_filter] } -enum staginggoerli_swap_PooledToken_orderBy { +enum optimismgoerli_Setting_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!] + maxRoutersPerTransfer + caller } -type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type optimismgoerli_SlippageUpdate { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: optimismgoerli_DestinationTransfer! + slippage: BigInt! + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { +input optimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -85303,87 +94889,55 @@ 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!] + 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 @@ -85392,72 +94946,94 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_StableSwapAddLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SlippageUpdate_filter] + or: [optimismgoerli_SlippageUpdate_filter] } -enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismgoerli_SlippageUpdate_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -interface staginggoerli_swap_StableSwapEvent { +type optimismgoerli_SnapshotRoot { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - block: BigInt! + spokeDomain: BigInt + root: optimismgoerli_Bytes! + count: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input staginggoerli_swap_StableSwapEvent_filter { +input optimismgoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -85466,35 +95042,32 @@ 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!] + 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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85503,72 +95076,35 @@ 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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SnapshotRoot_filter] + or: [optimismgoerli_SnapshotRoot_filter] } -enum staginggoerli_swap_StableSwapEvent_orderBy { +enum optimismgoerli_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 staginggoerli_swap_StableSwapExchange { +type optimismgoerli_SpokeConnectorMode { 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! + mode: String! } -input staginggoerli_swap_StableSwapExchange_filter { +input optimismgoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -85577,172 +95113,87 @@ 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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapExchange_filter] - or: [staginggoerli_swap_StableSwapExchange_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SpokeConnectorMode_filter] + or: [optimismgoerli_SpokeConnectorMode_filter] +} + +enum optimismgoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum optimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -enum staginggoerli_swap_StableSwapExchange_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce +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 } -type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +"""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 stagingmumbai_AggregateRoot { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + root: stagingmumbai_Bytes! + blockNumber: BigInt! +} + +type stagingmumbai_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmumbai_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmumbai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -85751,87 +95202,40 @@ 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!] + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85840,63 +95244,31 @@ input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_StableSwapRemoveLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRootProposed_filter] + or: [stagingmumbai_AggregateRootProposed_filter] } -enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmumbai_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 staginggoerli_swap_StableSwap_filter { +input stagingmumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -85905,201 +95277,66 @@ 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 + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwap_filter] - or: [staginggoerli_swap_StableSwap_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRoot_filter] + or: [stagingmumbai_AggregateRoot_filter] } -enum staginggoerli_swap_StableSwap_orderBy { +enum stagingmumbai_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 staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { +enum stagingmumbai_Aggregation_interval { + hour + day +} + +type stagingmumbai_Asset { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + key: stagingmumbai_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingmumbai_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes + blockNumber: BigInt + status: stagingmumbai_AssetStatus } -input staginggoerli_swap_SwapDailyVolume_filter { +type stagingmumbai_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! + feesEarned: BigInt! +} + +input stagingmumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -86108,80 +95345,126 @@ 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 - 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!] + 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!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapDailyVolume_filter] - or: [staginggoerli_swap_SwapDailyVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetBalance_filter] + or: [stagingmumbai_AssetBalance_filter] } -enum staginggoerli_swap_SwapDailyVolume_orderBy { +enum stagingmumbai_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 staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { +type stagingmumbai_AssetStatus { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + status: Boolean } -input staginggoerli_swap_SwapHourlyVolume_filter { +input stagingmumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -86190,152 +95473,168 @@ 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!] + 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_SwapHourlyVolume_filter] - or: [staginggoerli_swap_SwapHourlyVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetStatus_filter] + or: [stagingmumbai_AssetStatus_filter] } -enum staginggoerli_swap_SwapHourlyVolume_orderBy { +enum stagingmumbai_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 + status } -interface staginggoerli_swap_SwapTradeVolume { - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! +input stagingmumbai_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: 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 + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Asset_filter] + or: [stagingmumbai_Asset_filter] } -input staginggoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapTradeVolume_filter] - or: [staginggoerli_swap_SwapTradeVolume_filter] +enum stagingmumbai_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -enum staginggoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +scalar stagingmumbai_BigDecimal + +input stagingmumbai_BlockChangedFilter { + number_gte: Int! } -type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { +input stagingmumbai_Block_height { + hash: stagingmumbai_Bytes + number: Int + number_gte: Int +} + +scalar stagingmumbai_Bytes + +type stagingmumbai_ConnectorMeta { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes } -input staginggoerli_swap_SwapWeeklyVolume_filter { +input stagingmumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -86344,79 +95643,109 @@ 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 - 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmumbai_Bytes + amb_not: stagingmumbai_Bytes + amb_gt: stagingmumbai_Bytes + amb_lt: stagingmumbai_Bytes + amb_gte: stagingmumbai_Bytes + amb_lte: stagingmumbai_Bytes + amb_in: [stagingmumbai_Bytes!] + amb_not_in: [stagingmumbai_Bytes!] + amb_contains: stagingmumbai_Bytes + amb_not_contains: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + rootManager_not: stagingmumbai_Bytes + rootManager_gt: stagingmumbai_Bytes + rootManager_lt: stagingmumbai_Bytes + rootManager_gte: stagingmumbai_Bytes + rootManager_lte: stagingmumbai_Bytes + rootManager_in: [stagingmumbai_Bytes!] + rootManager_not_in: [stagingmumbai_Bytes!] + rootManager_contains: stagingmumbai_Bytes + rootManager_not_contains: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes + mirrorConnector_not: stagingmumbai_Bytes + mirrorConnector_gt: stagingmumbai_Bytes + mirrorConnector_lt: stagingmumbai_Bytes + mirrorConnector_gte: stagingmumbai_Bytes + mirrorConnector_lte: stagingmumbai_Bytes + mirrorConnector_in: [stagingmumbai_Bytes!] + mirrorConnector_not_in: [stagingmumbai_Bytes!] + mirrorConnector_contains: stagingmumbai_Bytes + mirrorConnector_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapWeeklyVolume_filter] - or: [staginggoerli_swap_SwapWeeklyVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_ConnectorMeta_filter] + or: [stagingmumbai_ConnectorMeta_filter] } -enum staginggoerli_swap_SwapWeeklyVolume_orderBy { +enum stagingmumbai_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 staginggoerli_swap_SystemInfo { +type stagingmumbai_DestinationTransfer { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + 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 } -input staginggoerli_swap_SystemInfo_filter { +input stagingmumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -86425,101 +95754,400 @@ 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!] + 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!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SystemInfo_filter] - or: [staginggoerli_swap_SystemInfo_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_DestinationTransfer_filter] + or: [stagingmumbai_DestinationTransfer_filter] } -enum staginggoerli_swap_SystemInfo_orderBy { +enum stagingmumbai_DestinationTransfer_orderBy { id - exchangeCount - swapCount -} - -type staginggoerli_swap__Block_ { - """The hash of the block""" - hash: staginggoerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type staginggoerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: staginggoerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum polygonzkevm_swap_Aggregation_interval { - hour - day -} - -scalar polygonzkevm_swap_BigDecimal - -input polygonzkevm_swap_BlockChangedFilter { - number_gte: Int! -} - -input polygonzkevm_swap_Block_height { - hash: polygonzkevm_swap_Bytes - number: Int - number_gte: Int + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -scalar polygonzkevm_swap_Bytes - """ 8 bytes signed integer """ -scalar polygonzkevm_swap_Int8 - -type polygonzkevm_swap_LpAccount { - id: ID! - address: polygonzkevm_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_LpAccountBalance_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_LpAccountBalance_filter): [polygonzkevm_swap_LpAccountBalance!]! -} +scalar stagingmumbai_Int8 -type polygonzkevm_swap_LpAccountBalance { +type stagingmumbai_OptimisticRootFinalized { id: ID! - account: polygonzkevm_swap_LpAccount! - token: polygonzkevm_swap_LpToken! - amount: polygonzkevm_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: polygonzkevm_swap_Bytes + aggregateRoot: stagingmumbai_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input polygonzkevm_swap_LpAccountBalance_filter { +input stagingmumbai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -86528,107 +96156,65 @@ input polygonzkevm_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_: polygonzkevm_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_: polygonzkevm_swap_LpToken_filter - amount: polygonzkevm_swap_BigDecimal - amount_not: polygonzkevm_swap_BigDecimal - amount_gt: polygonzkevm_swap_BigDecimal - amount_lt: polygonzkevm_swap_BigDecimal - amount_gte: polygonzkevm_swap_BigDecimal - amount_lte: polygonzkevm_swap_BigDecimal - amount_in: [polygonzkevm_swap_BigDecimal!] - amount_not_in: [polygonzkevm_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: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_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 + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpAccountBalance_filter] - or: [polygonzkevm_swap_LpAccountBalance_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OptimisticRootFinalized_filter] + or: [stagingmumbai_OptimisticRootFinalized_filter] } -enum polygonzkevm_swap_LpAccountBalance_orderBy { +enum 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 +} + +"""Defines the order direction, either ascending or descending""" +enum stagingmumbai_OrderDirection { + asc + desc +} + +type stagingmumbai_OriginMessage { + id: ID! + transferId: stagingmumbai_Bytes + destinationDomain: BigInt + leaf: stagingmumbai_Bytes + index: BigInt + message: stagingmumbai_Bytes + root: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + blockNumber: BigInt + rootCount: stagingmumbai_RootCount } -input polygonzkevm_swap_LpAccount_filter { +input stagingmumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -86637,51 +96223,158 @@ input polygonzkevm_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygonzkevm_swap_Bytes - address_not: polygonzkevm_swap_Bytes - address_gt: polygonzkevm_swap_Bytes - address_lt: polygonzkevm_swap_Bytes - address_gte: polygonzkevm_swap_Bytes - address_lte: polygonzkevm_swap_Bytes - address_in: [polygonzkevm_swap_Bytes!] - address_not_in: [polygonzkevm_swap_Bytes!] - address_contains: polygonzkevm_swap_Bytes - address_not_contains: polygonzkevm_swap_Bytes - balances_: polygonzkevm_swap_LpAccountBalance_filter + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: stagingmumbai_Bytes + leaf_not: stagingmumbai_Bytes + leaf_gt: stagingmumbai_Bytes + leaf_lt: stagingmumbai_Bytes + leaf_gte: stagingmumbai_Bytes + leaf_lte: stagingmumbai_Bytes + leaf_in: [stagingmumbai_Bytes!] + leaf_not_in: [stagingmumbai_Bytes!] + leaf_contains: stagingmumbai_Bytes + leaf_not_contains: stagingmumbai_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: stagingmumbai_Bytes + message_not: stagingmumbai_Bytes + message_gt: stagingmumbai_Bytes + message_lt: stagingmumbai_Bytes + message_gte: stagingmumbai_Bytes + message_lte: stagingmumbai_Bytes + message_in: [stagingmumbai_Bytes!] + message_not_in: [stagingmumbai_Bytes!] + message_contains: stagingmumbai_Bytes + message_not_contains: stagingmumbai_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: stagingmumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpAccount_filter] - or: [polygonzkevm_swap_LpAccount_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginMessage_filter] + or: [stagingmumbai_OriginMessage_filter] } -enum polygonzkevm_swap_LpAccount_orderBy { +enum stagingmumbai_OriginMessage_orderBy { id - address - balances -} - -type polygonzkevm_swap_LpToken { - id: ID! - address: polygonzkevm_swap_Bytes! - stableSwap: polygonzkevm_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: polygonzkevm_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_LpTokenEvent_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_LpTokenEvent_filter): [polygonzkevm_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface polygonzkevm_swap_LpTokenEvent { +type stagingmumbai_OriginTransfer { id: ID! - token: polygonzkevm_swap_LpToken! - amount: polygonzkevm_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + 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 } -input polygonzkevm_swap_LpTokenEvent_filter { +input stagingmumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -86690,43 +96383,245 @@ input polygonzkevm_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_: polygonzkevm_swap_LpToken_filter - amount: polygonzkevm_swap_BigDecimal - amount_not: polygonzkevm_swap_BigDecimal - amount_gt: polygonzkevm_swap_BigDecimal - amount_lt: polygonzkevm_swap_BigDecimal - amount_gte: polygonzkevm_swap_BigDecimal - amount_lte: polygonzkevm_swap_BigDecimal - amount_in: [polygonzkevm_swap_BigDecimal!] - amount_not_in: [polygonzkevm_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: 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 @@ -86735,47 +96630,121 @@ input polygonzkevm_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: 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!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpTokenEvent_filter] - or: [polygonzkevm_swap_LpTokenEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginTransfer_filter] + or: [stagingmumbai_OriginTransfer_filter] } -enum polygonzkevm_swap_LpTokenEvent_orderBy { +enum stagingmumbai_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 +} + +type stagingmumbai_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingmumbai_Bytes +} + +type stagingmumbai_RelayerFee { + id: ID! + transfer: stagingmumbai_OriginTransfer! + fee: BigInt! + asset: stagingmumbai_Bytes! } -input polygonzkevm_swap_LpToken_filter { +input stagingmumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -86784,142 +96753,101 @@ input polygonzkevm_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygonzkevm_swap_Bytes - address_not: polygonzkevm_swap_Bytes - address_gt: polygonzkevm_swap_Bytes - address_lt: polygonzkevm_swap_Bytes - address_gte: polygonzkevm_swap_Bytes - address_lte: polygonzkevm_swap_Bytes - address_in: [polygonzkevm_swap_Bytes!] - address_not_in: [polygonzkevm_swap_Bytes!] - address_contains: polygonzkevm_swap_Bytes - address_not_contains: polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - totalSupply_not: polygonzkevm_swap_BigDecimal - totalSupply_gt: polygonzkevm_swap_BigDecimal - totalSupply_lt: polygonzkevm_swap_BigDecimal - totalSupply_gte: polygonzkevm_swap_BigDecimal - totalSupply_lte: polygonzkevm_swap_BigDecimal - totalSupply_in: [polygonzkevm_swap_BigDecimal!] - totalSupply_not_in: [polygonzkevm_swap_BigDecimal!] - events_: polygonzkevm_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_: 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 """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpToken_filter] - or: [polygonzkevm_swap_LpToken_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFee_filter] + or: [stagingmumbai_RelayerFee_filter] } -enum polygonzkevm_swap_LpToken_orderBy { +enum stagingmumbai_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 polygonzkevm_swap_LpTransferEvent implements polygonzkevm_swap_LpTokenEvent { +type stagingmumbai_RelayerFeesIncrease { id: ID! - token: polygonzkevm_swap_LpToken! - amount: polygonzkevm_swap_BigDecimal! - from: polygonzkevm_swap_Bytes! - to: polygonzkevm_swap_Bytes! - fromBalance: polygonzkevm_swap_BigDecimal! - toBalance: polygonzkevm_swap_BigDecimal! - block: BigInt! + transfer: stagingmumbai_OriginTransfer! + increase: BigInt + asset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input polygonzkevm_swap_LpTransferEvent_filter { +input stagingmumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -86928,79 +96856,65 @@ input polygonzkevm_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_: polygonzkevm_swap_LpToken_filter - amount: polygonzkevm_swap_BigDecimal - amount_not: polygonzkevm_swap_BigDecimal - amount_gt: polygonzkevm_swap_BigDecimal - amount_lt: polygonzkevm_swap_BigDecimal - amount_gte: polygonzkevm_swap_BigDecimal - amount_lte: polygonzkevm_swap_BigDecimal - amount_in: [polygonzkevm_swap_BigDecimal!] - amount_not_in: [polygonzkevm_swap_BigDecimal!] - from: polygonzkevm_swap_Bytes - from_not: polygonzkevm_swap_Bytes - from_gt: polygonzkevm_swap_Bytes - from_lt: polygonzkevm_swap_Bytes - from_gte: polygonzkevm_swap_Bytes - from_lte: polygonzkevm_swap_Bytes - from_in: [polygonzkevm_swap_Bytes!] - from_not_in: [polygonzkevm_swap_Bytes!] - from_contains: polygonzkevm_swap_Bytes - from_not_contains: polygonzkevm_swap_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 - fromBalance: polygonzkevm_swap_BigDecimal - fromBalance_not: polygonzkevm_swap_BigDecimal - fromBalance_gt: polygonzkevm_swap_BigDecimal - fromBalance_lt: polygonzkevm_swap_BigDecimal - fromBalance_gte: polygonzkevm_swap_BigDecimal - fromBalance_lte: polygonzkevm_swap_BigDecimal - fromBalance_in: [polygonzkevm_swap_BigDecimal!] - fromBalance_not_in: [polygonzkevm_swap_BigDecimal!] - toBalance: polygonzkevm_swap_BigDecimal - toBalance_not: polygonzkevm_swap_BigDecimal - toBalance_gt: polygonzkevm_swap_BigDecimal - toBalance_lt: polygonzkevm_swap_BigDecimal - toBalance_gte: polygonzkevm_swap_BigDecimal - toBalance_lte: polygonzkevm_swap_BigDecimal - toBalance_in: [polygonzkevm_swap_BigDecimal!] - toBalance_not_in: [polygonzkevm_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_: stagingmumbai_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87009,62 +96923,79 @@ input polygonzkevm_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpTransferEvent_filter] - or: [polygonzkevm_swap_LpTransferEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFeesIncrease_filter] + or: [stagingmumbai_RelayerFeesIncrease_filter] } -enum polygonzkevm_swap_LpTransferEvent_orderBy { +enum 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""" -enum polygonzkevm_swap_OrderDirection { - asc - desc -} - -type polygonzkevm_swap_PooledToken { - id: ID! - asset: polygonzkevm_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input polygonzkevm_swap_PooledToken_filter { +input stagingmumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -87073,72 +97004,38 @@ input polygonzkevm_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - 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 + 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 """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_PooledToken_filter] - or: [polygonzkevm_swap_PooledToken_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Relayer_filter] + or: [stagingmumbai_Relayer_filter] } -enum polygonzkevm_swap_PooledToken_orderBy { +enum stagingmumbai_Relayer_orderBy { id - asset -} - -type polygonzkevm_swap_StableSwap { - id: ID! - isActive: Boolean - key: polygonzkevm_swap_Bytes! - canonicalId: polygonzkevm_swap_Bytes - domain: BigInt - swapPool: polygonzkevm_swap_Bytes - lpToken: polygonzkevm_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [polygonzkevm_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_StableSwapEvent_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_StableSwapEvent_filter): [polygonzkevm_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_StableSwapExchange_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_StableSwapExchange_filter): [polygonzkevm_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_SwapHourlyVolume_filter): [polygonzkevm_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_SwapDailyVolume_filter): [polygonzkevm_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_SwapWeeklyVolume_filter): [polygonzkevm_swap_SwapWeeklyVolume!] + isActive + relayer } -type polygonzkevm_swap_StableSwapAddLiquidityEvent implements polygonzkevm_swap_StableSwapEvent { +type stagingmumbai_RootCount { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - provider: polygonzkevm_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + count: BigInt } -input polygonzkevm_swap_StableSwapAddLiquidityEvent_filter { +input stagingmumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -87147,161 +97044,40 @@ input polygonzkevm_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_: polygonzkevm_swap_StableSwap_filter - provider: polygonzkevm_swap_Bytes - provider_not: polygonzkevm_swap_Bytes - provider_gt: polygonzkevm_swap_Bytes - provider_lt: polygonzkevm_swap_Bytes - provider_gte: polygonzkevm_swap_Bytes - provider_lte: polygonzkevm_swap_Bytes - provider_in: [polygonzkevm_swap_Bytes!] - provider_not_in: [polygonzkevm_swap_Bytes!] - provider_contains: polygonzkevm_swap_Bytes - provider_not_contains: polygonzkevm_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: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapAddLiquidityEvent_filter] - or: [polygonzkevm_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootCount_filter] + or: [stagingmumbai_RootCount_filter] } -enum polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmumbai_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 polygonzkevm_swap_StableSwapEvent { +type stagingmumbai_RootMessageSent { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingmumbai_Bytes + count: BigInt + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input polygonzkevm_swap_StableSwapEvent_filter { +input stagingmumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -87310,35 +97086,60 @@ input polygonzkevm_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_: polygonzkevm_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: 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87347,165 +97148,119 @@ input polygonzkevm_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapEvent_filter] - or: [polygonzkevm_swap_StableSwapEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootMessageSent_filter] + or: [stagingmumbai_RootMessageSent_filter] } -enum polygonzkevm_swap_StableSwapEvent_orderBy { +enum stagingmumbai_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 polygonzkevm_swap_StableSwapExchange { +type stagingmumbai_Router { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - buyer: polygonzkevm_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + proposedOwner: stagingmumbai_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! +} + +type stagingmumbai_RouterDailyTVL { + id: ID! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input polygonzkevm_swap_StableSwapExchange_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: polygonzkevm_swap_StableSwap_filter - buyer: polygonzkevm_swap_Bytes - buyer_not: polygonzkevm_swap_Bytes - buyer_gt: polygonzkevm_swap_Bytes - buyer_lt: polygonzkevm_swap_Bytes - buyer_gte: polygonzkevm_swap_Bytes - buyer_lte: polygonzkevm_swap_Bytes - buyer_in: [polygonzkevm_swap_Bytes!] - buyer_not_in: [polygonzkevm_swap_Bytes!] - buyer_contains: polygonzkevm_swap_Bytes - buyer_not_contains: polygonzkevm_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!] +input stagingmumbai_RouterDailyTVL_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmumbai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingmumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87514,79 +97269,63 @@ input polygonzkevm_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapExchange_filter] - or: [polygonzkevm_swap_StableSwapExchange_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterDailyTVL_filter] + or: [stagingmumbai_RouterDailyTVL_filter] } -enum polygonzkevm_swap_StableSwapExchange_orderBy { +enum 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 - 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 polygonzkevm_swap_StableSwapRemoveLiquidityEvent implements polygonzkevm_swap_StableSwapEvent { +type stagingmumbai_RouterLiquidityEvent { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - provider: polygonzkevm_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: stagingmumbai_RouterLiquidityEventType + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmumbai_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! + transactionHash: stagingmumbai_Bytes! nonce: BigInt! } -input polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter { +enum stagingmumbai_RouterLiquidityEventType { + Add + Remove +} + +input stagingmumbai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -87595,87 +97334,86 @@ input polygonzkevm_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_: polygonzkevm_swap_StableSwap_filter - provider: polygonzkevm_swap_Bytes - provider_not: polygonzkevm_swap_Bytes - provider_gt: polygonzkevm_swap_Bytes - provider_lt: polygonzkevm_swap_Bytes - provider_gte: polygonzkevm_swap_Bytes - provider_lte: polygonzkevm_swap_Bytes - provider_in: [polygonzkevm_swap_Bytes!] - provider_not_in: [polygonzkevm_swap_Bytes!] - provider_contains: polygonzkevm_swap_Bytes - provider_not_contains: polygonzkevm_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: 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 @@ -87684,16 +97422,16 @@ input polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_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 @@ -87703,44 +97441,41 @@ input polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterLiquidityEvent_filter] + or: [stagingmumbai_RouterLiquidityEvent_filter] } -enum polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum 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 - 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 polygonzkevm_swap_StableSwap_filter { +input stagingmumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -87753,197 +97488,68 @@ input polygonzkevm_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - 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 - 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 - 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: polygonzkevm_swap_Bytes - swapPool_not: polygonzkevm_swap_Bytes - swapPool_gt: polygonzkevm_swap_Bytes - swapPool_lt: polygonzkevm_swap_Bytes - swapPool_gte: polygonzkevm_swap_Bytes - swapPool_lte: polygonzkevm_swap_Bytes - swapPool_in: [polygonzkevm_swap_Bytes!] - swapPool_not_in: [polygonzkevm_swap_Bytes!] - swapPool_contains: polygonzkevm_swap_Bytes - swapPool_not_contains: polygonzkevm_swap_Bytes - lpToken: polygonzkevm_swap_Bytes - lpToken_not: polygonzkevm_swap_Bytes - lpToken_gt: polygonzkevm_swap_Bytes - lpToken_lt: polygonzkevm_swap_Bytes - lpToken_gte: polygonzkevm_swap_Bytes - lpToken_lte: polygonzkevm_swap_Bytes - lpToken_in: [polygonzkevm_swap_Bytes!] - lpToken_not_in: [polygonzkevm_swap_Bytes!] - lpToken_contains: polygonzkevm_swap_Bytes - lpToken_not_contains: polygonzkevm_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: [polygonzkevm_swap_Bytes!] - pooledTokens_not: [polygonzkevm_swap_Bytes!] - pooledTokens_contains: [polygonzkevm_swap_Bytes!] - pooledTokens_contains_nocase: [polygonzkevm_swap_Bytes!] - pooledTokens_not_contains: [polygonzkevm_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygonzkevm_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_: polygonzkevm_swap_StableSwapEvent_filter - exchanges_: polygonzkevm_swap_StableSwapExchange_filter - hourlyVolumes_: polygonzkevm_swap_SwapHourlyVolume_filter - dailyVolumes_: polygonzkevm_swap_SwapDailyVolume_filter - weeklyVolumes_: polygonzkevm_swap_SwapWeeklyVolume_filter + 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 """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwap_filter] - or: [polygonzkevm_swap_StableSwap_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Router_filter] + or: [stagingmumbai_Router_filter] } -enum polygonzkevm_swap_StableSwap_orderBy { +enum stagingmumbai_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 polygonzkevm_swap_SwapDailyVolume implements polygonzkevm_swap_SwapTradeVolume { +type stagingmumbai_Sequencer { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingmumbai_Bytes } -input polygonzkevm_swap_SwapDailyVolume_filter { +input stagingmumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -87952,80 +97558,39 @@ input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_swap_BigDecimal!] + 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 """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapDailyVolume_filter] - or: [polygonzkevm_swap_SwapDailyVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Sequencer_filter] + or: [stagingmumbai_Sequencer_filter] } -enum polygonzkevm_swap_SwapDailyVolume_orderBy { +enum stagingmumbai_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 polygonzkevm_swap_SwapHourlyVolume implements polygonzkevm_swap_SwapTradeVolume { +type stagingmumbai_Setting { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingmumbai_Bytes! } -input polygonzkevm_swap_SwapHourlyVolume_filter { +input stagingmumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -88034,100 +97599,106 @@ input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapHourlyVolume_filter] - or: [polygonzkevm_swap_SwapHourlyVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Setting_filter] + or: [stagingmumbai_Setting_filter] } -enum polygonzkevm_swap_SwapHourlyVolume_orderBy { +enum stagingmumbai_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 polygonzkevm_swap_SwapTradeVolume { - stableSwap: polygonzkevm_swap_StableSwap! +type stagingmumbai_SlippageUpdate { + id: ID! + transfer: stagingmumbai_DestinationTransfer! + slippage: BigInt! + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input polygonzkevm_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_: polygonzkevm_swap_StableSwap_filter +input stagingmumbai_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingmumbai_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88136,50 +97707,94 @@ input polygonzkevm_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapTradeVolume_filter] - or: [polygonzkevm_swap_SwapTradeVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SlippageUpdate_filter] + or: [stagingmumbai_SlippageUpdate_filter] } -enum polygonzkevm_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 stagingmumbai_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type polygonzkevm_swap_SwapWeeklyVolume implements polygonzkevm_swap_SwapTradeVolume { +type stagingmumbai_SnapshotRoot { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! + spokeDomain: BigInt + root: stagingmumbai_Bytes! + count: BigInt! timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! + blockNumber: BigInt! } -input polygonzkevm_swap_SwapWeeklyVolume_filter { +input stagingmumbai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -88188,27 +97803,32 @@ input polygonzkevm_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_: polygonzkevm_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: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88217,50 +97837,35 @@ input polygonzkevm_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapWeeklyVolume_filter] - or: [polygonzkevm_swap_SwapWeeklyVolume_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SnapshotRoot_filter] + or: [stagingmumbai_SnapshotRoot_filter] } -enum polygonzkevm_swap_SwapWeeklyVolume_orderBy { +enum 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 + spokeDomain + root + count timestamp - volume + blockNumber } -type polygonzkevm_swap_SystemInfo { +type stagingmumbai_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input polygonzkevm_swap_SystemInfo_filter { +input stagingmumbai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -88269,37 +97874,48 @@ input polygonzkevm_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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SystemInfo_filter] - or: [polygonzkevm_swap_SystemInfo_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SpokeConnectorMode_filter] + or: [stagingmumbai_SpokeConnectorMode_filter] } -enum polygonzkevm_swap_SystemInfo_orderBy { +enum stagingmumbai_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type polygonzkevm_swap__Block_ { +enum stagingmumbai_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmumbai__Block_ { """The hash of the block""" - hash: polygonzkevm_swap_Bytes + hash: stagingmumbai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -88307,7 +97923,7 @@ type polygonzkevm_swap__Block_ { } """The type for the top-level _meta field""" -type polygonzkevm_swap__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 @@ -88315,7 +97931,7 @@ type polygonzkevm_swap__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm_swap__Block_! + block: stagingmumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -89780,14 +99396,767 @@ enum stagingoptimismgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! +} + +input stagingoptimismgoerli_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_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] +} + +enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! +} + +input stagingoptimismgoerli_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_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] +} + +enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface stagingoptimismgoerli_swap_SwapTradeVolume { + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! +} + +input stagingoptimismgoerli_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] +} + +enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! +} + +input stagingoptimismgoerli_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_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] +} + +enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type stagingoptimismgoerli_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input stagingoptimismgoerli_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: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SystemInfo_filter] + or: [stagingoptimismgoerli_swap_SystemInfo_filter] +} + +enum stagingoptimismgoerli_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type stagingoptimismgoerli_swap__Block_ { + """The hash of the block""" + hash: stagingoptimismgoerli_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingoptimismgoerli_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingoptimismgoerli_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type goerli_AggregateRootSavedSlow { + id: ID! + aggregateRoot: goerli_Bytes! + count: BigInt! + aggregatedRoots: [goerli_Bytes!] + rootTimestamp: BigInt! +} + +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] +} + +enum goerli_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type goerli_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: goerli_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input goerli_AggregatedMessageRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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] +} + +enum goerli_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} + +type goerli_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_ArbitrumConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_ArbitrumConnectorMeta_filter] + or: [goerli_ArbitrumConnectorMeta_filter] +} + +enum goerli_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +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 + 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_BaseConnectorMeta_filter] + or: [goerli_BaseConnectorMeta_filter] +} + +enum goerli_BaseConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type goerli_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_BnbConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_BnbConnectorMeta_filter] + or: [goerli_BnbConnectorMeta_filter] +} + +enum goerli_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type goerli_GnosisConnectorMeta { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input stagingoptimismgoerli_swap_SwapDailyVolume_filter { +input goerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89796,80 +100165,73 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_GnosisConnectorMeta_filter] + or: [goerli_GnosisConnectorMeta_filter] } -enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { +enum goerli_GnosisConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type goerli_HubDomain { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + domain: BigInt } -input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { +input goerli_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -89878,152 +100240,33 @@ 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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_HubDomain_filter] + or: [goerli_HubDomain_filter] } -enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { +enum goerli_HubDomain_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface stagingoptimismgoerli_swap_SwapTradeVolume { - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! -} - -input stagingoptimismgoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] - or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] -} - -enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + domain } -type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type goerli_HubOptimisticRootFinalized { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + aggregateRoot: goerli_Bytes! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + blockNumber: BigInt } -input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { +input goerli_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -90032,27 +100275,16 @@ 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 + 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 @@ -90061,50 +100293,37 @@ 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: goerli_BlockChangedFilter + and: [goerli_HubOptimisticRootFinalized_filter] + or: [goerli_HubOptimisticRootFinalized_filter] } -enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum 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 + aggregateRoot timestamp - volume + blockNumber } -type stagingoptimismgoerli_swap_SystemInfo { +type goerli_LineaConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input stagingoptimismgoerli_swap_SystemInfo_filter { +input goerli_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90113,101 +100332,77 @@ input stagingoptimismgoerli_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SystemInfo_filter] - or: [stagingoptimismgoerli_swap_SystemInfo_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_LineaConnectorMeta_filter] + or: [goerli_LineaConnectorMeta_filter] } -enum stagingoptimismgoerli_swap_SystemInfo_orderBy { +enum goerli_LineaConnectorMeta_orderBy { id - exchangeCount - swapCount -} - -type stagingoptimismgoerli_swap__Block_ { - """The hash of the block""" - hash: stagingoptimismgoerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingoptimismgoerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingoptimismgoerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum base_swap_Aggregation_interval { - hour - day -} - -scalar base_swap_BigDecimal - -input base_swap_BlockChangedFilter { - number_gte: Int! -} - -input base_swap_Block_height { - hash: base_swap_Bytes - number: Int - number_gte: Int -} - -scalar base_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar base_swap_Int8 - -type base_swap_LpAccount { - id: ID! - 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!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_swap_LpAccountBalance { +type goerli_OptimismConnectorMeta { 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_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90216,107 +100411,76 @@ 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_OptimismConnectorMeta_filter] + or: [goerli_OptimismConnectorMeta_filter] } -enum base_swap_LpAccountBalance_orderBy { +enum goerli_OptimismConnectorMeta_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_OptimisticRootPropagated { + id: ID! + aggregateRoot: goerli_Bytes! + domainsHash: goerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input goerli_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -90325,51 +100489,68 @@ 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 + 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 + 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_LpAccount_filter] - or: [base_swap_LpAccount_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimisticRootPropagated_filter] + or: [goerli_OptimisticRootPropagated_filter] } -enum base_swap_LpAccount_orderBy { +enum goerli_OptimisticRootPropagated_orderBy { id - address - balances -} - -type base_swap_LpToken { - id: ID! - address: base_swap_Bytes! - stableSwap: base_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: base_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpTokenEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpTokenEvent_filter): [base_swap_LpTokenEvent!]! + aggregateRoot + domainsHash + timestamp + blockNumber } -interface base_swap_LpTokenEvent { +type goerli_OptimisticRootProposed { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - 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_LpTokenEvent_filter { +input goerli_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -90378,43 +100559,46 @@ 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!] + 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 @@ -90423,191 +100607,118 @@ input base_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes - 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_LpTokenEvent_filter] - or: [base_swap_LpTokenEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimisticRootProposed_filter] + or: [goerli_OptimisticRootProposed_filter] } -enum base_swap_LpTokenEvent_orderBy { +enum goerli_OptimisticRootProposed_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - transaction - nonce + blockNumber } -input base_swap_LpToken_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - address: base_swap_Bytes - address_not: base_swap_Bytes - address_gt: base_swap_Bytes - address_lt: base_swap_Bytes - address_gte: base_swap_Bytes - address_lte: base_swap_Bytes - address_in: [base_swap_Bytes!] - address_not_in: [base_swap_Bytes!] - address_contains: base_swap_Bytes - address_not_contains: base_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: base_swap_BigDecimal - totalSupply_not: base_swap_BigDecimal - totalSupply_gt: base_swap_BigDecimal - totalSupply_lt: base_swap_BigDecimal - totalSupply_gte: base_swap_BigDecimal - totalSupply_lte: base_swap_BigDecimal - totalSupply_in: [base_swap_BigDecimal!] - totalSupply_not_in: [base_swap_BigDecimal!] - events_: base_swap_LpTokenEvent_filter +type goerli_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_PolygonConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpToken_filter] - or: [base_swap_LpToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_PolygonConnectorMeta_filter] + or: [goerli_PolygonConnectorMeta_filter] } -enum base_swap_LpToken_orderBy { +enum goerli_PolygonConnectorMeta_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_RootAggregated { 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! + receivedRoot: goerli_Bytes! + index: BigInt! } -input base_swap_LpTransferEvent_filter { +input goerli_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -90616,143 +100727,52 @@ 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!] + 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_LpTransferEvent_filter] - or: [base_swap_LpTransferEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootAggregated_filter] + or: [goerli_RootAggregated_filter] } -enum base_swap_LpTransferEvent_orderBy { +enum goerli_RootAggregated_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 + receivedRoot + index } -type base_swap_PooledToken { +type goerli_RootManagerMeta { id: ID! - asset: base_swap_Bytes! + domains: [BigInt!] + connectors: [goerli_Bytes!] } -input base_swap_PooledToken_filter { +input goerli_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -90761,72 +100781,89 @@ 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 + 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_PooledToken_filter] - or: [base_swap_PooledToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootManagerMeta_filter] + or: [goerli_RootManagerMeta_filter] } -enum base_swap_PooledToken_orderBy { +enum goerli_RootManagerMeta_orderBy { id - asset + domains + connectors } -type base_swap_StableSwap { +type goerli_RootManagerMode { 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!] + mode: String! } -type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { +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: goerli_BlockChangedFilter + and: [goerli_RootManagerMode_filter] + or: [goerli_RootManagerMode_filter] +} + +enum goerli_RootManagerMode_orderBy { + id + mode +} + +type goerli_RootMessageProcessed { 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! + root: goerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input base_swap_StableSwapAddLiquidityEvent_filter { +input goerli_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -90835,87 +100872,52 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -90924,72 +100926,58 @@ input base_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapAddLiquidityEvent_filter] - or: [base_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageProcessed_filter] + or: [goerli_RootMessageProcessed_filter] } -enum base_swap_StableSwapAddLiquidityEvent_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 - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + spokeDomain + hubDomain + root + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -interface base_swap_StableSwapEvent { +type goerli_RootPropagated { id: ID! - stableSwap: base_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + aggregate: goerli_Bytes! + domainsHash: goerli_Bytes! + count: BigInt! + blockNumber: BigInt } -input base_swap_StableSwapEvent_filter { +input goerli_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -90998,109 +100986,66 @@ 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!] + 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_StableSwapEvent_filter] - or: [base_swap_StableSwapEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootPropagated_filter] + or: [goerli_RootPropagated_filter] } -enum base_swap_StableSwapEvent_orderBy { +enum 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 - block - timestamp - transaction - nonce + aggregate + domainsHash + count + blockNumber } -type base_swap_StableSwapExchange { +type goerli_X1ConnectorMeta { id: ID! - stableSwap: base_swap_StableSwap! - buyer: base_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input base_swap_StableSwapExchange_filter { +input goerli_X1ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91109,172 +101054,155 @@ 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!] - 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_StableSwapExchange_filter] - or: [base_swap_StableSwapExchange_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_X1ConnectorMeta_filter] + or: [goerli_X1ConnectorMeta_filter] } -enum base_swap_StableSwapExchange_orderBy { +enum goerli_X1ConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 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] } -type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { +enum goerli_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_AggregateRootSavedSlow { 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! + aggregateRoot: localmainnet_Bytes! + count: BigInt! + aggregatedRoots: [localmainnet_Bytes!] + rootTimestamp: BigInt! } -input base_swap_StableSwapRemoveLiquidityEvent_filter { +input localmainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -91283,152 +101211,61 @@ 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!] - 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!] + 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: base_swap_BlockChangedFilter - and: [base_swap_StableSwapRemoveLiquidityEvent_filter] - or: [base_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootSavedSlow_filter] + or: [localmainnet_AggregateRootSavedSlow_filter] } -enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum localmainnet_AggregateRootSavedSlow_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - 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 + aggregateRoot + count + aggregatedRoots + rootTimestamp } -input base_swap_StableSwap_filter { +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 @@ -91437,30 +101274,24 @@ 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 + 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 @@ -91469,169 +101300,43 @@ input base_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: base_swap_Bytes - swapPool_not: base_swap_Bytes - swapPool_gt: base_swap_Bytes - swapPool_lt: base_swap_Bytes - swapPool_gte: base_swap_Bytes - swapPool_lte: base_swap_Bytes - swapPool_in: [base_swap_Bytes!] - swapPool_not_in: [base_swap_Bytes!] - swapPool_contains: base_swap_Bytes - swapPool_not_contains: base_swap_Bytes - lpToken: base_swap_Bytes - lpToken_not: base_swap_Bytes - lpToken_gt: base_swap_Bytes - lpToken_lt: base_swap_Bytes - lpToken_gte: base_swap_Bytes - lpToken_lte: base_swap_Bytes - lpToken_in: [base_swap_Bytes!] - lpToken_not_in: [base_swap_Bytes!] - lpToken_contains: base_swap_Bytes - lpToken_not_contains: base_swap_Bytes - 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 + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_StableSwap_filter] - or: [base_swap_StableSwap_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregatedMessageRoot_filter] + or: [localmainnet_AggregatedMessageRoot_filter] } -enum base_swap_StableSwap_orderBy { +enum localmainnet_AggregatedMessageRoot_orderBy { id - isActive - key - canonicalId + index + receivedRoot domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + blockNumber } -type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { +enum localmainnet_Aggregation_interval { + hour + day +} + +type localmainnet_ArbitrumConnectorMeta { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input base_swap_SwapDailyVolume_filter { +input localmainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91640,80 +101345,77 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: base_swap_BlockChangedFilter - and: [base_swap_SwapDailyVolume_filter] - or: [base_swap_SwapDailyVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ArbitrumConnectorMeta_filter] + or: [localmainnet_ArbitrumConnectorMeta_filter] } -enum base_swap_SwapDailyVolume_orderBy { +enum localmainnet_ArbitrumConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { +type localmainnet_AvalancheConnectorMeta { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input base_swap_SwapHourlyVolume_filter { +input localmainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91722,152 +101424,168 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: base_swap_BlockChangedFilter - and: [base_swap_SwapHourlyVolume_filter] - or: [base_swap_SwapHourlyVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AvalancheConnectorMeta_filter] + or: [localmainnet_AvalancheConnectorMeta_filter] } -enum base_swap_SwapHourlyVolume_orderBy { +enum localmainnet_AvalancheConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface base_swap_SwapTradeVolume { - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! +type localmainnet_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input base_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - 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 localmainnet_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: 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: base_swap_BlockChangedFilter - and: [base_swap_SwapTradeVolume_filter] - or: [base_swap_SwapTradeVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_BaseConnectorMeta_filter] + or: [localmainnet_BaseConnectorMeta_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 localmainnet_BaseConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { +scalar localmainnet_BigDecimal + +input localmainnet_BlockChangedFilter { + number_gte: Int! +} + +input localmainnet_Block_height { + hash: localmainnet_Bytes + number: Int + number_gte: Int +} + +type localmainnet_BnbConnectorMeta { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input base_swap_SwapWeeklyVolume_filter { +input localmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91876,79 +101594,79 @@ 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 - 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: base_swap_BlockChangedFilter - and: [base_swap_SwapWeeklyVolume_filter] - or: [base_swap_SwapWeeklyVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_BnbConnectorMeta_filter] + or: [localmainnet_BnbConnectorMeta_filter] } -enum base_swap_SwapWeeklyVolume_orderBy { +enum localmainnet_BnbConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_swap_SystemInfo { +scalar localmainnet_Bytes + +type localmainnet_GnosisConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input base_swap_SystemInfo_filter { +input localmainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91957,76 +101675,73 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: base_swap_BlockChangedFilter - and: [base_swap_SystemInfo_filter] - or: [base_swap_SystemInfo_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_GnosisConnectorMeta_filter] + or: [localmainnet_GnosisConnectorMeta_filter] } -enum base_swap_SystemInfo_orderBy { +enum localmainnet_GnosisConnectorMeta_orderBy { id - exchangeCount - swapCount -} - -type base_swap__Block_ { - """The hash of the block""" - hash: base_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type base_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: base_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type optimismgoerli_AggregateRoot { - id: ID! - root: optimismgoerli_Bytes! - blockNumber: BigInt! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimismgoerli_AggregateRootProposed { +type localmainnet_HubDomain { id: ID! - aggregateRoot: optimismgoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + domain: BigInt } -input optimismgoerli_AggregateRootProposed_filter { +input localmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -92035,32 +101750,6 @@ 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 @@ -92069,39 +101758,25 @@ input optimismgoerli_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 - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AggregateRootProposed_filter] - or: [optimismgoerli_AggregateRootProposed_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_HubDomain_filter] + or: [localmainnet_HubDomain_filter] } -enum optimismgoerli_AggregateRootProposed_orderBy { +enum localmainnet_HubDomain_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute domain - timestamp - blockNumber } -input optimismgoerli_AggregateRoot_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 @@ -92110,16 +101785,24 @@ 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 + 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 @@ -92129,47 +101812,34 @@ input optimismgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AggregateRoot_filter] - or: [optimismgoerli_AggregateRoot_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_HubOptimisticRootFinalized_filter] + or: [localmainnet_HubOptimisticRootFinalized_filter] } -enum optimismgoerli_AggregateRoot_orderBy { +enum localmainnet_HubOptimisticRootFinalized_orderBy { id - root + aggregateRoot + timestamp blockNumber } -enum optimismgoerli_Aggregation_interval { - hour - day -} +""" +8 bytes signed integer -type optimismgoerli_Asset { - 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 -} +""" +scalar localmainnet_Int8 -type optimismgoerli_AssetBalance { +type localmainnet_LineaConnectorMeta { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! - feesEarned: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input optimismgoerli_AssetBalance_filter { +input localmainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92178,150 +101848,77 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetBalance_filter] - or: [optimismgoerli_AssetBalance_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_LineaConnectorMeta_filter] + or: [localmainnet_LineaConnectorMeta_filter] } -enum optimismgoerli_AssetBalance_orderBy { +enum localmainnet_LineaConnectorMeta_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 optimismgoerli_AssetStatus { +type localmainnet_MantleConnectorMeta { id: ID! - status: Boolean -} - -input optimismgoerli_AssetStatus_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetStatus_filter] - or: [optimismgoerli_AssetStatus_filter] -} - -enum optimismgoerli_AssetStatus_orderBy { - id - status + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input optimismgoerli_Asset_filter { +input localmainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92330,144 +101927,77 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Asset_filter] - or: [optimismgoerli_Asset_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_MantleConnectorMeta_filter] + or: [localmainnet_MantleConnectorMeta_filter] } -enum optimismgoerli_Asset_orderBy { +enum localmainnet_MantleConnectorMeta_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar optimismgoerli_BigDecimal - -input optimismgoerli_BlockChangedFilter { - number_gte: Int! -} - -input optimismgoerli_Block_height { - hash: optimismgoerli_Bytes - number: Int - number_gte: Int + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -scalar optimismgoerli_Bytes - -type optimismgoerli_ConnectorMeta { +type localmainnet_MetisConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input optimismgoerli_ConnectorMeta_filter { +input localmainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92492,43 +102022,43 @@ input optimismgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimismgoerli_Bytes - amb_not: optimismgoerli_Bytes - amb_gt: optimismgoerli_Bytes - amb_lt: optimismgoerli_Bytes - amb_gte: optimismgoerli_Bytes - amb_lte: optimismgoerli_Bytes - amb_in: [optimismgoerli_Bytes!] - amb_not_in: [optimismgoerli_Bytes!] - amb_contains: optimismgoerli_Bytes - amb_not_contains: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - rootManager_not: optimismgoerli_Bytes - rootManager_gt: optimismgoerli_Bytes - rootManager_lt: optimismgoerli_Bytes - rootManager_gte: optimismgoerli_Bytes - rootManager_lte: optimismgoerli_Bytes - rootManager_in: [optimismgoerli_Bytes!] - rootManager_not_in: [optimismgoerli_Bytes!] - rootManager_contains: optimismgoerli_Bytes - rootManager_not_contains: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes - mirrorConnector_not: optimismgoerli_Bytes - mirrorConnector_gt: optimismgoerli_Bytes - mirrorConnector_lt: optimismgoerli_Bytes - mirrorConnector_gte: optimismgoerli_Bytes - mirrorConnector_lte: optimismgoerli_Bytes - mirrorConnector_in: [optimismgoerli_Bytes!] - mirrorConnector_not_in: [optimismgoerli_Bytes!] - mirrorConnector_contains: optimismgoerli_Bytes - mirrorConnector_not_contains: optimismgoerli_Bytes + amb: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_ConnectorMeta_filter] - or: [optimismgoerli_ConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_MetisConnectorMeta_filter] + or: [localmainnet_MetisConnectorMeta_filter] } -enum optimismgoerli_ConnectorMeta_orderBy { +enum localmainnet_MetisConnectorMeta_orderBy { id spokeDomain hubDomain @@ -92537,48 +102067,16 @@ enum optimismgoerli_ConnectorMeta_orderBy { mirrorConnector } -type optimismgoerli_DestinationTransfer { +type localmainnet_OptimismConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input optimismgoerli_DestinationTransfer_filter { +input localmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92587,400 +102085,76 @@ input optimismgoerli_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: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: optimismgoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_DestinationTransfer_filter] - or: [optimismgoerli_DestinationTransfer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimismConnectorMeta_filter] + or: [localmainnet_OptimismConnectorMeta_filter] } -enum optimismgoerli_DestinationTransfer_orderBy { +enum localmainnet_OptimismConnectorMeta_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 } -""" -8 bytes signed integer - -""" -scalar optimismgoerli_Int8 - -type optimismgoerli_OptimisticRootFinalized { +type localmainnet_OptimisticRootPropagated { id: ID! - aggregateRoot: optimismgoerli_Bytes! + aggregateRoot: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimismgoerli_OptimisticRootFinalized_filter { +input localmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -92989,16 +102163,26 @@ 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 + 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 @@ -93016,38 +102200,31 @@ input optimismgoerli_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OptimisticRootFinalized_filter] - or: [optimismgoerli_OptimisticRootFinalized_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootPropagated_filter] + or: [localmainnet_OptimisticRootPropagated_filter] } -enum optimismgoerli_OptimisticRootFinalized_orderBy { +enum localmainnet_OptimisticRootPropagated_orderBy { id aggregateRoot + domainsHash timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum optimismgoerli_OrderDirection { - asc - desc -} - -type optimismgoerli_OriginMessage { +type localmainnet_OptimisticRootProposed { id: ID! - transferId: optimismgoerli_Bytes - destinationDomain: BigInt - leaf: optimismgoerli_Bytes - index: BigInt - message: optimismgoerli_Bytes - root: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + disputeCliff: BigInt! + aggregateRoot: localmainnet_Bytes! + snapshotsRoots: [localmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: localmainnet_Bytes! + timestamp: BigInt! blockNumber: BigInt - rootCount: optimismgoerli_RootCount } -input optimismgoerli_OriginMessage_filter { +input localmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -93056,72 +102233,54 @@ 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 + 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 + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -93130,84 +102289,39 @@ input optimismgoerli_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_: optimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginMessage_filter] - or: [optimismgoerli_OriginMessage_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootProposed_filter] + or: [localmainnet_OptimisticRootProposed_filter] } -enum optimismgoerli_OriginMessage_orderBy { +enum localmainnet_OptimisticRootProposed_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp blockNumber - rootCount - rootCount__id - rootCount__count } -type optimismgoerli_OriginTransfer { +"""Defines the order direction, either ascending or descending""" +enum localmainnet_OrderDirection { + asc + desc +} + +type localmainnet_PolygonConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input optimismgoerli_OriginTransfer_filter { +input localmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -93216,368 +102330,154 @@ 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 - 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: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginTransfer_filter] - or: [optimismgoerli_OriginTransfer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_PolygonConnectorMeta_filter] + or: [localmainnet_PolygonConnectorMeta_filter] } -enum optimismgoerli_OriginTransfer_orderBy { +enum localmainnet_PolygonConnectorMeta_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimismgoerli_Relayer { +type localmainnet_PolygonZkConnectorMeta { id: ID! - isActive: Boolean! - relayer: optimismgoerli_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -type optimismgoerli_RelayerFee { +input localmainnet_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: 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_PolygonZkConnectorMeta_filter] + or: [localmainnet_PolygonZkConnectorMeta_filter] +} + +enum localmainnet_PolygonZkConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_RootAggregated { id: ID! - transfer: optimismgoerli_OriginTransfer! - fee: BigInt! - asset: optimismgoerli_Bytes! + domain: BigInt! + receivedRoot: localmainnet_Bytes! + index: BigInt! } -input optimismgoerli_RelayerFee_filter { +input localmainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -93586,101 +102486,143 @@ 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 + 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFee_filter] - or: [optimismgoerli_RelayerFee_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootAggregated_filter] + or: [localmainnet_RootAggregated_filter] } -enum optimismgoerli_RelayerFee_orderBy { +enum 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 - fee - asset + 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] } -type optimismgoerli_RelayerFeesIncrease { +enum localmainnet_RootManagerMode_orderBy { + id + mode +} + +type localmainnet_RootMessageProcessed { id: ID! - transfer: optimismgoerli_OriginTransfer! - increase: BigInt - asset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input optimismgoerli_RelayerFeesIncrease_filter { +input localmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -93689,65 +102631,52 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -93781,45 +102710,16 @@ input optimismgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFeesIncrease_filter] - or: [optimismgoerli_RelayerFeesIncrease_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageProcessed_filter] + or: [localmainnet_RootMessageProcessed_filter] } -enum optimismgoerli_RelayerFeesIncrease_orderBy { +enum localmainnet_RootMessageProcessed_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset + spokeDomain + hubDomain + root caller transactionHash timestamp @@ -93828,47 +102728,15 @@ enum optimismgoerli_RelayerFeesIncrease_orderBy { 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 { +type localmainnet_RootPropagated { id: ID! - count: BigInt + aggregate: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! + count: BigInt! + blockNumber: BigInt } -input optimismgoerli_RootCount_filter { +input localmainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -93877,6 +102745,26 @@ input optimismgoerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + aggregate: localmainnet_Bytes + aggregate_not: localmainnet_Bytes + aggregate_gt: localmainnet_Bytes + aggregate_lt: localmainnet_Bytes + aggregate_gte: localmainnet_Bytes + aggregate_lte: localmainnet_Bytes + aggregate_in: [localmainnet_Bytes!] + aggregate_not_in: [localmainnet_Bytes!] + aggregate_contains: localmainnet_Bytes + aggregate_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -93885,32 +102773,38 @@ input optimismgoerli_RootCount_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootCount_filter] - or: [optimismgoerli_RootCount_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootPropagated_filter] + or: [localmainnet_RootPropagated_filter] } -enum optimismgoerli_RootCount_orderBy { +enum localmainnet_RootPropagated_orderBy { id + aggregate + domainsHash count + blockNumber } -type optimismgoerli_RootMessageSent { +type localmainnet_ZkSyncConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input optimismgoerli_RootMessageSent_filter { +input localmainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -93935,16 +102829,103 @@ input optimismgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes + 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 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! +} + +type stagingmainnet_AggregateRootSavedSlow { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + count: BigInt! + aggregatedRoots: [stagingmainnet_Bytes!] + rootTimestamp: BigInt! +} + +input stagingmainnet_AggregateRootSavedSlow_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -93953,50 +102934,77 @@ input optimismgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes - 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!] + aggregatedRoots: [stagingmainnet_Bytes!] + aggregatedRoots_not: [stagingmainnet_Bytes!] + aggregatedRoots_contains: [stagingmainnet_Bytes!] + aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootSavedSlow_filter] + or: [stagingmainnet_AggregateRootSavedSlow_filter] +} + +enum stagingmainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type stagingmainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: stagingmainnet_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input stagingmainnet_AggregatedMessageRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: stagingmainnet_Bytes + receivedRoot_not: stagingmainnet_Bytes + receivedRoot_gt: stagingmainnet_Bytes + receivedRoot_lt: stagingmainnet_Bytes + receivedRoot_gte: stagingmainnet_Bytes + receivedRoot_lte: stagingmainnet_Bytes + receivedRoot_in: [stagingmainnet_Bytes!] + receivedRoot_not_in: [stagingmainnet_Bytes!] + receivedRoot_contains: stagingmainnet_Bytes + receivedRoot_not_contains: stagingmainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -94006,44 +103014,34 @@ input optimismgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootMessageSent_filter] - or: [optimismgoerli_RootMessageSent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregatedMessageRoot_filter] + or: [stagingmainnet_AggregatedMessageRoot_filter] } -enum optimismgoerli_RootMessageSent_orderBy { +enum stagingmainnet_AggregatedMessageRoot_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit + index + receivedRoot + domain 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!]! +enum stagingmainnet_Aggregation_interval { + hour + day } -type optimismgoerli_RouterDailyTVL { +type stagingmainnet_ArbitrumConnectorMeta { id: ID! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! - timestamp: BigInt! - balance: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input optimismgoerli_RouterDailyTVL_filter { +input stagingmainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94052,113 +103050,77 @@ input optimismgoerli_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_: optimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterDailyTVL_filter] - or: [optimismgoerli_RouterDailyTVL_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ArbitrumConnectorMeta_filter] + or: [stagingmainnet_ArbitrumConnectorMeta_filter] } -enum optimismgoerli_RouterDailyTVL_orderBy { +enum stagingmainnet_ArbitrumConnectorMeta_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 optimismgoerli_RouterLiquidityEvent { +type stagingmainnet_AvalancheConnectorMeta { id: ID! - type: optimismgoerli_RouterLiquidityEventType - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: optimismgoerli_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: optimismgoerli_Bytes! - nonce: BigInt! -} - -enum optimismgoerli_RouterLiquidityEventType { - Add - Remove + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input optimismgoerli_RouterLiquidityEvent_filter { +input stagingmainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94167,148 +103129,77 @@ 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!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterLiquidityEvent_filter] - or: [optimismgoerli_RouterLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AvalancheConnectorMeta_filter] + or: [stagingmainnet_AvalancheConnectorMeta_filter] } -enum optimismgoerli_RouterLiquidityEvent_orderBy { +enum stagingmainnet_AvalancheConnectorMeta_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 optimismgoerli_Router_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 @@ -94317,72 +103208,170 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BaseConnectorMeta_filter] + or: [stagingmainnet_BaseConnectorMeta_filter] +} + +enum stagingmainnet_BaseConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar stagingmainnet_BigDecimal + +input stagingmainnet_BlockChangedFilter { + number_gte: Int! +} + +input stagingmainnet_Block_height { + hash: stagingmainnet_Bytes + number: Int + number_gte: Int +} + +type stagingmainnet_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_BnbConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Router_filter] - or: [optimismgoerli_Router_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BnbConnectorMeta_filter] + or: [stagingmainnet_BnbConnectorMeta_filter] } -enum optimismgoerli_Router_orderBy { +enum stagingmainnet_BnbConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimismgoerli_Sequencer { +scalar stagingmainnet_Bytes + +type stagingmainnet_GnosisConnectorMeta { id: ID! - isActive: Boolean! - sequencer: optimismgoerli_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input optimismgoerli_Sequencer_filter { +input stagingmainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94391,39 +103380,73 @@ input optimismgoerli_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Sequencer_filter] - or: [optimismgoerli_Sequencer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_GnosisConnectorMeta_filter] + or: [stagingmainnet_GnosisConnectorMeta_filter] } -enum optimismgoerli_Sequencer_orderBy { +enum stagingmainnet_GnosisConnectorMeta_orderBy { id - isActive - sequencer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimismgoerli_Setting { +type stagingmainnet_HubDomain { id: ID! - maxRoutersPerTransfer: BigInt! - caller: optimismgoerli_Bytes! + domain: BigInt } -input optimismgoerli_Setting_filter { +input stagingmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -94432,49 +103455,33 @@ 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 + 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Setting_filter] - or: [optimismgoerli_Setting_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubDomain_filter] + or: [stagingmainnet_HubDomain_filter] } -enum optimismgoerli_Setting_orderBy { +enum stagingmainnet_HubDomain_orderBy { id - maxRoutersPerTransfer - caller + domain } -type optimismgoerli_SlippageUpdate { +type stagingmainnet_HubOptimisticRootFinalized { id: ID! - transfer: optimismgoerli_DestinationTransfer! - slippage: BigInt! - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input optimismgoerli_SlippageUpdate_filter { +input stagingmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -94483,55 +103490,16 @@ 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 + 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 @@ -94540,22 +103508,6 @@ input optimismgoerli_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 @@ -94565,69 +103517,34 @@ input optimismgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SlippageUpdate_filter] - or: [optimismgoerli_SlippageUpdate_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubOptimisticRootFinalized_filter] + or: [stagingmainnet_HubOptimisticRootFinalized_filter] } -enum optimismgoerli_SlippageUpdate_orderBy { +enum stagingmainnet_HubOptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type optimismgoerli_SnapshotRoot { +""" +8 bytes signed integer + +""" +scalar stagingmainnet_Int8 + +type stagingmainnet_LineaConnectorMeta { id: ID! - spokeDomain: BigInt - root: optimismgoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input optimismgoerli_SnapshotRoot_filter { +input stagingmainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94644,61 +103561,69 @@ input optimismgoerli_SnapshotRoot_filter { 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!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SnapshotRoot_filter] - or: [optimismgoerli_SnapshotRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_LineaConnectorMeta_filter] + or: [stagingmainnet_LineaConnectorMeta_filter] } -enum optimismgoerli_SnapshotRoot_orderBy { +enum stagingmainnet_LineaConnectorMeta_orderBy { id spokeDomain - root - count - timestamp - blockNumber + hubDomain + amb + rootManager + mirrorConnector } -type optimismgoerli_SpokeConnectorMode { +type stagingmainnet_MantleConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input optimismgoerli_SpokeConnectorMode_filter { +input stagingmainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94707,87 +103632,77 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SpokeConnectorMode_filter] - or: [optimismgoerli_SpokeConnectorMode_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MantleConnectorMeta_filter] + or: [stagingmainnet_MantleConnectorMeta_filter] } -enum optimismgoerli_SpokeConnectorMode_orderBy { +enum stagingmainnet_MantleConnectorMeta_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 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 basegoerli_AggregateRoot { - id: ID! - root: basegoerli_Bytes! - blockNumber: BigInt! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type basegoerli_AggregateRootProposed { +type stagingmainnet_MetisConnectorMeta { id: ID! - aggregateRoot: basegoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input basegoerli_AggregateRootProposed_filter { +input stagingmainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94796,73 +103711,77 @@ 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!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: 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: basegoerli_BlockChangedFilter - and: [basegoerli_AggregateRootProposed_filter] - or: [basegoerli_AggregateRootProposed_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MetisConnectorMeta_filter] + or: [stagingmainnet_MetisConnectorMeta_filter] } -enum basegoerli_AggregateRootProposed_orderBy { +enum stagingmainnet_MetisConnectorMeta_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input basegoerli_AggregateRoot_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 @@ -94871,66 +103790,77 @@ input basegoerli_AggregateRoot_filter { 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: basegoerli_BlockChangedFilter - and: [basegoerli_AggregateRoot_filter] - or: [basegoerli_AggregateRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ModeConnectorMeta_filter] + or: [stagingmainnet_ModeConnectorMeta_filter] } -enum basegoerli_AggregateRoot_orderBy { +enum stagingmainnet_ModeConnectorMeta_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 + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type basegoerli_AssetBalance { +type stagingmainnet_OptimismConnectorMeta { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: basegoerli_Router! - asset: basegoerli_Asset! - feesEarned: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input basegoerli_AssetBalance_filter { +input stagingmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94939,126 +103869,76 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: basegoerli_BlockChangedFilter - and: [basegoerli_AssetBalance_filter] - or: [basegoerli_AssetBalance_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimismConnectorMeta_filter] + or: [stagingmainnet_OptimismConnectorMeta_filter] } -enum basegoerli_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 +enum stagingmainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type basegoerli_AssetStatus { +type stagingmainnet_OptimisticRootPropagated { id: ID! - status: Boolean + aggregateRoot: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input basegoerli_AssetStatus_filter { +input stagingmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -95067,22 +103947,68 @@ 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!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + domainsHash: stagingmainnet_Bytes + domainsHash_not: stagingmainnet_Bytes + domainsHash_gt: stagingmainnet_Bytes + domainsHash_lt: stagingmainnet_Bytes + domainsHash_gte: stagingmainnet_Bytes + domainsHash_lte: stagingmainnet_Bytes + domainsHash_in: [stagingmainnet_Bytes!] + domainsHash_not_in: [stagingmainnet_Bytes!] + domainsHash_contains: stagingmainnet_Bytes + domainsHash_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_AssetStatus_filter] - or: [basegoerli_AssetStatus_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootPropagated_filter] + or: [stagingmainnet_OptimisticRootPropagated_filter] } -enum basegoerli_AssetStatus_orderBy { +enum stagingmainnet_OptimisticRootPropagated_orderBy { id - status + aggregateRoot + domainsHash + timestamp + blockNumber } -input basegoerli_Asset_filter { +type stagingmainnet_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: stagingmainnet_Bytes! + snapshotsRoots: [stagingmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -95091,70 +104017,54 @@ 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 + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + snapshotsRoots: [stagingmainnet_Bytes!] + snapshotsRoots_not: [stagingmainnet_Bytes!] + snapshotsRoots_contains: [stagingmainnet_Bytes!] + snapshotsRoots_contains_nocase: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [stagingmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes + baseAggregateRoot_not: stagingmainnet_Bytes + baseAggregateRoot_gt: stagingmainnet_Bytes + baseAggregateRoot_lt: stagingmainnet_Bytes + baseAggregateRoot_gte: stagingmainnet_Bytes + baseAggregateRoot_lte: stagingmainnet_Bytes + baseAggregateRoot_in: [stagingmainnet_Bytes!] + baseAggregateRoot_not_in: [stagingmainnet_Bytes!] + baseAggregateRoot_contains: stagingmainnet_Bytes + baseAggregateRoot_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -95163,72 +104073,39 @@ input basegoerli_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_: basegoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_Asset_filter] - or: [basegoerli_Asset_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootProposed_filter] + or: [stagingmainnet_OptimisticRootProposed_filter] } -enum basegoerli_Asset_orderBy { +enum stagingmainnet_OptimisticRootProposed_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp blockNumber - status - status__id - status__status -} - -scalar basegoerli_BigDecimal - -input basegoerli_BlockChangedFilter { - number_gte: Int! } -input basegoerli_Block_height { - hash: basegoerli_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum stagingmainnet_OrderDirection { + asc + desc } -scalar basegoerli_Bytes - -type basegoerli_ConnectorMeta { +type stagingmainnet_PolygonConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: basegoerli_Bytes - rootManager: basegoerli_Bytes - mirrorConnector: basegoerli_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input basegoerli_ConnectorMeta_filter { +input stagingmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -95253,43 +104130,43 @@ input basegoerli_ConnectorMeta_filter { 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 + 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: basegoerli_BlockChangedFilter - and: [basegoerli_ConnectorMeta_filter] - or: [basegoerli_ConnectorMeta_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonConnectorMeta_filter] + or: [stagingmainnet_PolygonConnectorMeta_filter] } -enum basegoerli_ConnectorMeta_orderBy { +enum stagingmainnet_PolygonConnectorMeta_orderBy { id spokeDomain hubDomain @@ -95298,48 +104175,16 @@ enum basegoerli_ConnectorMeta_orderBy { mirrorConnector } -type basegoerli_DestinationTransfer { +type stagingmainnet_PolygonZkConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input basegoerli_DestinationTransfer_filter { +input stagingmainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -95348,400 +104193,75 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: basegoerli_BlockChangedFilter - and: [basegoerli_DestinationTransfer_filter] - or: [basegoerli_DestinationTransfer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonZkConnectorMeta_filter] + or: [stagingmainnet_PolygonZkConnectorMeta_filter] } -enum basegoerli_DestinationTransfer_orderBy { +enum stagingmainnet_PolygonZkConnectorMeta_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 } -""" -8 bytes signed integer - -""" -scalar basegoerli_Int8 - -type basegoerli_OptimisticRootFinalized { +type stagingmainnet_RootAggregated { id: ID! - aggregateRoot: basegoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt + domain: BigInt! + receivedRoot: stagingmainnet_Bytes! + index: BigInt! } -input basegoerli_OptimisticRootFinalized_filter { +input stagingmainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -95750,65 +104270,52 @@ 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 - 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!] + 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: basegoerli_BlockChangedFilter - and: [basegoerli_OptimisticRootFinalized_filter] - or: [basegoerli_OptimisticRootFinalized_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootAggregated_filter] + or: [stagingmainnet_RootAggregated_filter] } -enum basegoerli_OptimisticRootFinalized_orderBy { +enum stagingmainnet_RootAggregated_orderBy { id - aggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum basegoerli_OrderDirection { - asc - desc + domain + receivedRoot + index } -type basegoerli_OriginMessage { +type stagingmainnet_RootManagerMeta { 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 + domains: [BigInt!] + connectors: [stagingmainnet_Bytes!] } -input basegoerli_OriginMessage_filter { +input stagingmainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -95817,158 +104324,89 @@ 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 + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [stagingmainnet_Bytes!] + connectors_not: [stagingmainnet_Bytes!] + connectors_contains: [stagingmainnet_Bytes!] + connectors_contains_nocase: [stagingmainnet_Bytes!] + connectors_not_contains: [stagingmainnet_Bytes!] + connectors_not_contains_nocase: [stagingmainnet_Bytes!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMeta_filter] + or: [stagingmainnet_RootManagerMeta_filter] +} + +enum stagingmainnet_RootManagerMeta_orderBy { + id + domains + connectors +} + +type stagingmainnet_RootManagerMode { + id: ID! + mode: String! +} + +input stagingmainnet_RootManagerMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_OriginMessage_filter] - or: [basegoerli_OriginMessage_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMode_filter] + or: [stagingmainnet_RootManagerMode_filter] } -enum basegoerli_OriginMessage_orderBy { +enum stagingmainnet_RootManagerMode_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + mode } -type basegoerli_OriginTransfer { +type stagingmainnet_RootMessageProcessed { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + root: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: basegoerli_Bytes - txNonce: BigInt } -input basegoerli_OriginTransfer_filter { +input stagingmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -95977,245 +104415,52 @@ 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 - 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -96248,97 +104493,102 @@ input basegoerli_OriginTransfer_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: basegoerli_BlockChangedFilter - and: [basegoerli_OriginTransfer_filter] - or: [basegoerli_OriginTransfer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageProcessed_filter] + or: [stagingmainnet_RootMessageProcessed_filter] } -enum basegoerli_OriginTransfer_orderBy { +enum stagingmainnet_RootMessageProcessed_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 + spokeDomain + hubDomain + root caller transactionHash timestamp gasPrice gasLimit blockNumber - txOrigin - txNonce } -type basegoerli_Relayer { +type stagingmainnet_RootPropagated { id: ID! - isActive: Boolean! - relayer: basegoerli_Bytes + aggregate: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + count: BigInt! + blockNumber: BigInt } -type basegoerli_RelayerFee { +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_ZkSyncConnectorMeta { id: ID! - transfer: basegoerli_OriginTransfer! - fee: BigInt! - asset: basegoerli_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input basegoerli_RelayerFee_filter { +input stagingmainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -96347,101 +104597,534 @@ 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 - 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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 type for the top-level _meta field""" +type stagingmainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingmainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum 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! + address: arbitrumone_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! +} + +type 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 + 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_: 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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] +} + +enum arbitrumone_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input arbitrumone_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: 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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] +} + +enum arbitrumone_swap_LpAccount_orderBy { + id + address + balances +} + +type arbitrumone_swap_LpToken { + id: ID! + address: arbitrumone_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: arbitrumone_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! +} + +interface arbitrumone_swap_LpTokenEvent { + id: ID! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! +} + +input arbitrumone_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_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] +} + +enum arbitrumone_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + 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: basegoerli_BlockChangedFilter - and: [basegoerli_RelayerFee_filter] - or: [basegoerli_RelayerFee_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] } -enum basegoerli_RelayerFee_orderBy { +enum arbitrumone_swap_LpToken_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type basegoerli_RelayerFeesIncrease { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { id: ID! - transfer: basegoerli_OriginTransfer! - increase: BigInt - asset: basegoerli_Bytes - caller: basegoerli_Bytes! - transactionHash: basegoerli_Bytes! + 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input basegoerli_RelayerFeesIncrease_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -96450,65 +105133,79 @@ 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 + 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 @@ -96517,79 +105214,62 @@ 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: 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_RelayerFeesIncrease_filter] - or: [basegoerli_RelayerFeesIncrease_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum basegoerli_RelayerFeesIncrease_orderBy { +enum arbitrumone_swap_LpTransferEvent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input basegoerli_Relayer_filter { +"""Defines the order direction, either ascending or descending""" +enum arbitrumone_swap_OrderDirection { + asc + desc +} + +type arbitrumone_swap_PooledToken { + id: ID! + asset: arbitrumone_swap_Bytes! +} + +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -96598,38 +105278,72 @@ input basegoerli_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: 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 + 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_Relayer_filter] - or: [basegoerli_Relayer_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] } -enum basegoerli_Relayer_orderBy { +enum arbitrumone_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type basegoerli_RootCount { +type arbitrumone_swap_StableSwap { id: ID! - count: 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!] } -input basegoerli_RootCount_filter { +type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { + id: ID! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! +} + +input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -96638,40 +105352,161 @@ input basegoerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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: basegoerli_BlockChangedFilter - and: [basegoerli_RootCount_filter] - or: [basegoerli_RootCount_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum basegoerli_RootCount_orderBy { +enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { id - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type basegoerli_RootMessageSent { +interface arbitrumone_swap_StableSwapEvent { 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: arbitrumone_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input basegoerli_RootMessageSent_filter { +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -96680,60 +105515,35 @@ 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_: 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 @@ -96742,69 +105552,72 @@ 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!] + 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_RootMessageSent_filter] - or: [basegoerli_RootMessageSent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum basegoerli_RootMessageSent_orderBy { +enum arbitrumone_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - gasPrice - gasLimit - blockNumber -} - -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!]! + transaction + nonce } -type basegoerli_RouterDailyTVL { +type arbitrumone_swap_StableSwapExchange { id: ID! - router: basegoerli_Router! - asset: basegoerli_Asset! + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input basegoerli_RouterDailyTVL_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -96813,48 +105626,91 @@ 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_: 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 @@ -96863,63 +105719,79 @@ 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!] + 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_RouterDailyTVL_filter] - or: [basegoerli_RouterDailyTVL_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum basegoerli_RouterDailyTVL_orderBy { +enum arbitrumone_swap_StableSwapExchange_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - balance + transaction + nonce } -type basegoerli_RouterLiquidityEvent { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - type: basegoerli_RouterLiquidityEventType - router: basegoerli_Router! - asset: basegoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: basegoerli_Bytes - blockNumber: 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! - transactionHash: basegoerli_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -enum basegoerli_RouterLiquidityEventType { - Add - Remove -} - -input basegoerli_RouterLiquidityEvent_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -96928,86 +105800,87 @@ 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_: 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 @@ -97016,16 +105889,16 @@ 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 + 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 @@ -97035,41 +105908,44 @@ input basegoerli_RouterLiquidityEvent_filter { 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] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum basegoerli_RouterLiquidityEvent_orderBy { +enum arbitrumone_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 basegoerli_Router_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -97082,68 +105958,197 @@ input basegoerli_Router_filter { 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 + 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: basegoerli_BlockChangedFilter - and: [basegoerli_Router_filter] - or: [basegoerli_Router_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum basegoerli_Router_orderBy { +enum arbitrumone_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 basegoerli_Sequencer { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: basegoerli_Bytes + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input basegoerli_Sequencer_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -97152,39 +106157,80 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: basegoerli_BlockChangedFilter - and: [basegoerli_Sequencer_filter] - or: [basegoerli_Sequencer_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum basegoerli_Sequencer_orderBy { +enum arbitrumone_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 basegoerli_Setting { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: basegoerli_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input basegoerli_Setting_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -97193,106 +106239,100 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: basegoerli_BlockChangedFilter - and: [basegoerli_Setting_filter] - or: [basegoerli_Setting_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum basegoerli_Setting_orderBy { +enum arbitrumone_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 basegoerli_SlippageUpdate { - id: ID! - transfer: basegoerli_DestinationTransfer! - slippage: BigInt! - caller: basegoerli_Bytes! - transactionHash: basegoerli_Bytes! +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input basegoerli_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_: 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 +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 @@ -97301,94 +106341,50 @@ 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!] + 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: basegoerli_BlockChangedFilter - and: [basegoerli_SlippageUpdate_filter] - or: [basegoerli_SlippageUpdate_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] } -enum basegoerli_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 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 - gasPrice - gasLimit - blockNumber + volume } -type basegoerli_SnapshotRoot { +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: basegoerli_Bytes! - count: BigInt! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input basegoerli_SnapshotRoot_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -97397,32 +106393,27 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -97431,35 +106422,50 @@ 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!] + 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: basegoerli_BlockChangedFilter - and: [basegoerli_SnapshotRoot_filter] - or: [basegoerli_SnapshotRoot_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum basegoerli_SnapshotRoot_orderBy { +enum arbitrumone_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 basegoerli_SpokeConnectorMode { +type arbitrumone_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input basegoerli_SpokeConnectorMode_filter { +input arbitrumone_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -97468,48 +106474,37 @@ 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 + 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_SpokeConnectorMode_filter] - or: [basegoerli_SpokeConnectorMode_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] } -enum basegoerli_SpokeConnectorMode_orderBy { +enum arbitrumone_swap_SystemInfo_orderBy { id - mode -} - -enum basegoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type basegoerli__Block_ { +type arbitrumone_swap__Block_ { """The hash of the block""" - hash: basegoerli_Bytes + hash: arbitrumone_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -97517,7 +106512,7 @@ type basegoerli__Block_ { } """The type for the top-level _meta field""" -type basegoerli__Meta_ { +type arbitrumone_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -97525,7 +106520,7 @@ type basegoerli__Meta_ { and therefore asks for the latest block """ - block: basegoerli__Block_! + block: arbitrumone_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -99376,98 +108371,13 @@ type bnb_swap__Meta_ { hasIndexingErrors: Boolean! } -type stagingmode_AggregateRoot { +type lineagoerli_AggregateRoot { id: ID! - root: stagingmode_Bytes! + root: lineagoerli_Bytes! blockNumber: BigInt! } -type stagingmode_AggregateRootProposed { - id: ID! - aggregateRoot: stagingmode_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingmode_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: stagingmode_Bytes - aggregateRoot_not: stagingmode_Bytes - aggregateRoot_gt: stagingmode_Bytes - aggregateRoot_lt: stagingmode_Bytes - aggregateRoot_gte: stagingmode_Bytes - aggregateRoot_lte: stagingmode_Bytes - aggregateRoot_in: [stagingmode_Bytes!] - aggregateRoot_not_in: [stagingmode_Bytes!] - aggregateRoot_contains: stagingmode_Bytes - aggregateRoot_not_contains: stagingmode_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AggregateRootProposed_filter] - or: [stagingmode_AggregateRootProposed_filter] -} - -enum stagingmode_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingmode_AggregateRoot_filter { +input lineagoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -99476,16 +108386,12 @@ 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: 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 @@ -99495,42 +108401,39 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_AggregateRoot_orderBy { +enum lineagoerli_AggregateRoot_orderBy { id root blockNumber } -type stagingmode_Asset { +type lineagoerli_Asset { id: ID! - key: stagingmode_Bytes + key: lineagoerli_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingmode_Bytes + canonicalId: lineagoerli_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmode_Bytes - localAsset: stagingmode_Bytes + adoptedAsset: lineagoerli_Bytes + localAsset: lineagoerli_Bytes blockNumber: BigInt - status: stagingmode_AssetStatus + status: lineagoerli_AssetStatus } -type stagingmode_AssetBalance { +type lineagoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmode_Router! - asset: stagingmode_Asset! + router: lineagoerli_Router! + asset: lineagoerli_Asset! feesEarned: BigInt! } -input stagingmode_AssetBalance_filter { +input lineagoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -99591,7 +108494,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_: lineagoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -99612,7 +108515,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_: lineagoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -99622,43 +108525,26 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_AssetBalance_orderBy { +enum lineagoerli_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type stagingmode_AssetStatus { +type lineagoerli_AssetStatus { id: ID! status: Boolean } -input stagingmode_AssetStatus_filter { +input lineagoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -99672,17 +108558,15 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_AssetStatus_orderBy { +enum lineagoerli_AssetStatus_orderBy { id status } -input stagingmode_Asset_filter { +input lineagoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -99691,16 +108575,12 @@ 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: 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 @@ -99709,24 +108589,12 @@ input stagingmode_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: 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: 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 @@ -99735,26 +108603,18 @@ 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: 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 @@ -99783,52 +108643,47 @@ 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_: lineagoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Asset_filter] - or: [stagingmode_Asset_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingmode_Asset_orderBy { +enum lineagoerli_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset localAsset blockNumber status - status__id - status__status } -scalar stagingmode_BigDecimal +scalar lineagoerli_BigDecimal -input stagingmode_BlockChangedFilter { +input lineagoerli_BlockChangedFilter { number_gte: Int! } -input stagingmode_Block_height { - hash: stagingmode_Bytes +input lineagoerli_Block_height { + hash: lineagoerli_Bytes number: Int number_gte: Int } -scalar stagingmode_Bytes +scalar lineagoerli_Bytes -type stagingmode_ConnectorMeta { +type lineagoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmode_Bytes - rootManager: stagingmode_Bytes - mirrorConnector: stagingmode_Bytes + amb: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes } -input stagingmode_ConnectorMeta_filter { +input lineagoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99853,43 +108708,29 @@ 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: 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: stagingmode_BlockChangedFilter - and: [stagingmode_ConnectorMeta_filter] - or: [stagingmode_ConnectorMeta_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingmode_ConnectorMeta_orderBy { +enum lineagoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -99898,48 +108739,48 @@ enum stagingmode_ConnectorMeta_orderBy { mirrorConnector } -type stagingmode_DestinationTransfer { +type lineagoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmode_Bytes + transferId: lineagoerli_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: 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: stagingmode_Bytes - delegate: stagingmode_Bytes + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes receiveLocal: Boolean - callData: stagingmode_Bytes + callData: lineagoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmode_Bytes + originSender: lineagoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmode_Bytes - asset: stagingmode_Asset + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmode_Bytes - executedTransactionHash: stagingmode_Bytes + executedCaller: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmode_Bytes + executedTxOrigin: lineagoerli_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmode_Bytes - reconciledTransactionHash: stagingmode_Bytes + reconciledCaller: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmode_Bytes + reconciledTxOrigin: lineagoerli_Bytes reconciledTxNonce: BigInt } -input stagingmode_DestinationTransfer_filter { +input lineagoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -99956,16 +108797,12 @@ 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: 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 @@ -99974,17 +108811,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: 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_: stagingmode_Router_filter + routers_: lineagoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -100009,40 +108846,28 @@ 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: 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: 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: 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 @@ -100059,16 +108884,12 @@ 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: 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 @@ -100085,16 +108906,12 @@ 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: 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 @@ -100115,7 +108932,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_: lineagoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -100132,26 +108949,18 @@ 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: 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 @@ -100184,16 +108993,12 @@ 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: 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 @@ -100202,26 +109007,18 @@ 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: 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 @@ -100254,16 +109051,12 @@ 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: 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 @@ -100273,12 +109066,10 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_DestinationTransfer_orderBy { +enum lineagoerli_DestinationTransfer_orderBy { id chainId transferId @@ -100299,15 +109090,6 @@ enum stagingmode_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 @@ -100328,87 +109110,26 @@ enum stagingmode_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar stagingmode_Int8 - -type stagingmode_OptimisticRootFinalized { - id: ID! - aggregateRoot: stagingmode_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingmode_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: stagingmode_Bytes - aggregateRoot_not: stagingmode_Bytes - aggregateRoot_gt: stagingmode_Bytes - aggregateRoot_lt: stagingmode_Bytes - aggregateRoot_gte: stagingmode_Bytes - aggregateRoot_lte: stagingmode_Bytes - aggregateRoot_in: [stagingmode_Bytes!] - aggregateRoot_not_in: [stagingmode_Bytes!] - aggregateRoot_contains: stagingmode_Bytes - aggregateRoot_not_contains: stagingmode_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OptimisticRootFinalized_filter] - or: [stagingmode_OptimisticRootFinalized_filter] -} - -enum stagingmode_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} - """Defines the order direction, either ascending or descending""" -enum stagingmode_OrderDirection { +enum lineagoerli_OrderDirection { asc desc } -type stagingmode_OriginMessage { +type lineagoerli_OriginMessage { id: ID! - transferId: stagingmode_Bytes + transferId: lineagoerli_Bytes destinationDomain: BigInt - leaf: stagingmode_Bytes + leaf: lineagoerli_Bytes index: BigInt - message: stagingmode_Bytes - root: stagingmode_Bytes - transactionHash: stagingmode_Bytes + message: lineagoerli_Bytes + root: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes blockNumber: BigInt - rootCount: stagingmode_RootCount + rootCount: lineagoerli_RootCount } -input stagingmode_OriginMessage_filter { +input lineagoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -100417,16 +109138,12 @@ 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: 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 @@ -100435,16 +109152,12 @@ 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: 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 @@ -100453,36 +109166,24 @@ 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: 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 @@ -100511,14 +109212,12 @@ 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_: lineagoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OriginMessage_filter] - or: [stagingmode_OriginMessage_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingmode_OriginMessage_orderBy { +enum lineagoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -100529,46 +109228,44 @@ enum stagingmode_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type stagingmode_OriginTransfer { +type lineagoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmode_Bytes + transferId: lineagoerli_Bytes nonce: BigInt - status: stagingmode_TransferStatus - messageHash: stagingmode_Bytes + status: lineagoerli_TransferStatus + messageHash: lineagoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmode_Bytes - delegate: stagingmode_Bytes + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes receiveLocal: Boolean - callData: stagingmode_Bytes + callData: lineagoerli_Bytes slippage: BigInt - originSender: stagingmode_Bytes + originSender: lineagoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmode_Bytes - asset: stagingmode_Asset - transactingAsset: stagingmode_Bytes - message: stagingmode_OriginMessage + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset + transactingAsset: lineagoerli_Bytes + message: lineagoerli_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: 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: stagingmode_Bytes + txOrigin: lineagoerli_Bytes txNonce: BigInt } -input stagingmode_OriginTransfer_filter { +input lineagoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -100585,16 +109282,12 @@ 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: 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 @@ -100603,20 +109296,16 @@ 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: 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 @@ -100641,40 +109330,28 @@ 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: 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: 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: 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 @@ -100683,16 +109360,12 @@ 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: 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 @@ -100709,16 +109382,12 @@ 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: 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 @@ -100739,17 +109408,13 @@ 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_: 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 @@ -100770,7 +109435,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_: lineagoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -100785,37 +109450,25 @@ 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_: 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 @@ -100844,20 +109497,16 @@ input stagingmode_OriginTransfer_filter { blockNumber_not: BigInt blockNumber_gt: BigInt blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: stagingmode_Bytes - txOrigin_not: stagingmode_Bytes - txOrigin_gt: stagingmode_Bytes - txOrigin_lt: stagingmode_Bytes - txOrigin_gte: stagingmode_Bytes - txOrigin_lte: stagingmode_Bytes - txOrigin_in: [stagingmode_Bytes!] - txOrigin_not_in: [stagingmode_Bytes!] - txOrigin_contains: stagingmode_Bytes - txOrigin_not_contains: stagingmode_Bytes + 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 @@ -100867,12 +109516,10 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_OriginTransfer_orderBy { +enum lineagoerli_OriginTransfer_orderBy { id chainId transferId @@ -100892,26 +109539,8 @@ enum stagingmode_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 @@ -100925,20 +109554,20 @@ enum stagingmode_OriginTransfer_orderBy { txNonce } -type stagingmode_Relayer { +type lineagoerli_Relayer { id: ID! isActive: Boolean! - relayer: stagingmode_Bytes + relayer: lineagoerli_Bytes } -type stagingmode_RelayerFee { +type lineagoerli_RelayerFee { id: ID! - transfer: stagingmode_OriginTransfer! + transfer: lineagoerli_OriginTransfer! fee: BigInt! - asset: stagingmode_Bytes! + asset: lineagoerli_Bytes! } -input stagingmode_RelayerFee_filter { +input lineagoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -100967,7 +109596,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_: lineagoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -100976,72 +109605,37 @@ 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: 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: stagingmode_BlockChangedFilter - and: [stagingmode_RelayerFee_filter] - or: [stagingmode_RelayerFee_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingmode_RelayerFee_orderBy { +enum lineagoerli_RelayerFee_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce fee asset } -type stagingmode_RelayerFeesIncrease { +type lineagoerli_RelayerFeesIncrease { id: ID! - transfer: stagingmode_OriginTransfer! + transfer: lineagoerli_OriginTransfer! increase: BigInt - asset: stagingmode_Bytes - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + asset: lineagoerli_Bytes + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmode_RelayerFeesIncrease_filter { +input lineagoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -101070,7 +109664,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_: lineagoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -101079,36 +109673,24 @@ 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: 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 @@ -101142,43 +109724,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: lineagoerli_BlockChangedFilter } -enum stagingmode_RelayerFeesIncrease_orderBy { +enum lineagoerli_RelayerFeesIncrease_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce increase asset caller @@ -101189,7 +109740,7 @@ enum stagingmode_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmode_Relayer_filter { +input lineagoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -101202,34 +109753,28 @@ 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: 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: stagingmode_BlockChangedFilter - and: [stagingmode_Relayer_filter] - or: [stagingmode_Relayer_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingmode_Relayer_orderBy { +enum lineagoerli_Relayer_orderBy { id isActive relayer } -type stagingmode_RootCount { +type lineagoerli_RootCount { id: ID! count: BigInt } -input stagingmode_RootCount_filter { +input lineagoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -101247,31 +109792,29 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_RootCount_orderBy { +enum lineagoerli_RootCount_orderBy { id count } -type stagingmode_RootMessageSent { +type lineagoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmode_Bytes + root: lineagoerli_Bytes count: BigInt - caller: stagingmode_Bytes - transactionHash: stagingmode_Bytes + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmode_RootMessageSent_filter { +input lineagoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -101296,16 +109839,12 @@ 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: 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 @@ -101314,26 +109853,18 @@ 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: 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 @@ -101367,12 +109898,10 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_RootMessageSent_orderBy { +enum lineagoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -101386,25 +109915,25 @@ enum stagingmode_RootMessageSent_orderBy { blockNumber } -type stagingmode_Router { +type lineagoerli_Router { id: ID! isActive: Boolean! - owner: stagingmode_Bytes - recipient: stagingmode_Bytes - proposedOwner: stagingmode_Bytes + owner: lineagoerli_Bytes + recipient: lineagoerli_Bytes + proposedOwner: lineagoerli_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: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! } -type stagingmode_RouterDailyTVL { +type lineagoerli_RouterDailyTVL { id: ID! - router: stagingmode_Router! - asset: stagingmode_Asset! + router: lineagoerli_Router! + asset: lineagoerli_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmode_RouterDailyTVL_filter { +input lineagoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -101433,7 +109962,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_: lineagoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -101454,7 +109983,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_: lineagoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101472,54 +110001,113 @@ 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: lineagoerli_BlockChangedFilter } -enum stagingmode_RouterDailyTVL_orderBy { +enum lineagoerli_RouterDailyTVL_orderBy { id router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber timestamp balance } -type stagingmode_RouterLiquidityEvent { +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! - 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! + isActive: Boolean! + sequencer: lineagoerli_Bytes } -enum stagingmode_RouterLiquidityEventType { - Add - Remove +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 } -input stagingmode_RouterLiquidityEvent_filter { +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 @@ -101528,78 +110116,116 @@ input stagingmode_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingmode_RouterLiquidityEventType - type_not: stagingmode_RouterLiquidityEventType - type_in: [stagingmode_RouterLiquidityEventType!] - type_not_in: [stagingmode_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingmode_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes + 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 @@ -101608,6 +110234,304 @@ input stagingmode_RouterLiquidityEvent_filter { 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 avalanche_swap_Aggregation_interval { + hour + day +} + +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! + address: avalanche_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpAccountBalance_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpAccountBalance_filter): [avalanche_swap_LpAccountBalance!]! +} + +type 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 + 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_: 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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccountBalance_filter] + or: [avalanche_swap_LpAccountBalance_filter] +} + +enum avalanche_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 avalanche_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: 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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccount_filter] + or: [avalanche_swap_LpAccount_filter] +} + +enum avalanche_swap_LpAccount_orderBy { + id + address + balances +} + +type avalanche_swap_LpToken { + id: ID! + 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! + transaction: avalanche_swap_Bytes! + nonce: BigInt! +} + +input avalanche_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_: 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 @@ -101616,16 +110540,16 @@ input stagingmode_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + 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 @@ -101635,41 +110559,28 @@ input stagingmode_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RouterLiquidityEvent_filter] - or: [stagingmode_RouterLiquidityEvent_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTokenEvent_filter] + or: [avalanche_swap_LpTokenEvent_filter] } -enum stagingmode_RouterLiquidityEvent_orderBy { +enum avalanche_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 stagingmode_Router_filter { +input avalanche_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -101678,72 +110589,142 @@ 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 + 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: stagingmode_BlockChangedFilter - and: [stagingmode_Router_filter] - or: [stagingmode_Router_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpToken_filter] + or: [avalanche_swap_LpToken_filter] } -enum stagingmode_Router_orderBy { +enum avalanche_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 stagingmode_Sequencer { +type avalanche_swap_LpTransferEvent implements avalanche_swap_LpTokenEvent { id: ID! - isActive: Boolean! - sequencer: stagingmode_Bytes + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! + from: avalanche_swap_Bytes! + to: avalanche_swap_Bytes! + fromBalance: avalanche_swap_BigDecimal! + toBalance: avalanche_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input stagingmode_Sequencer_filter { +input avalanche_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -101752,39 +110733,143 @@ 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 + 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 + 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: stagingmode_BlockChangedFilter - and: [stagingmode_Sequencer_filter] - or: [stagingmode_Sequencer_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTransferEvent_filter] + or: [avalanche_swap_LpTransferEvent_filter] } -enum stagingmode_Sequencer_orderBy { +enum avalanche_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 stagingmode_Setting { +"""Defines the order direction, either ascending or descending""" +enum avalanche_swap_OrderDirection { + asc + desc +} + +type avalanche_swap_PooledToken { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingmode_Bytes! + asset: avalanche_swap_Bytes! } -input stagingmode_Setting_filter { +input avalanche_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -101793,49 +110878,72 @@ 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 + 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: stagingmode_BlockChangedFilter - and: [stagingmode_Setting_filter] - or: [stagingmode_Setting_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_PooledToken_filter] + or: [avalanche_swap_PooledToken_filter] } -enum stagingmode_Setting_orderBy { +enum avalanche_swap_PooledToken_orderBy { id - maxRoutersPerTransfer - caller + asset } -type stagingmode_SlippageUpdate { +type avalanche_swap_StableSwap { id: ID! - transfer: stagingmode_DestinationTransfer! - slippage: BigInt! - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + 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!] +} + +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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input stagingmode_SlippageUpdate_filter { +input avalanche_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -101844,55 +110952,87 @@ input stagingmode_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingmode_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -101901,94 +111041,72 @@ input stagingmode_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - 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: stagingmode_BlockChangedFilter - and: [stagingmode_SlippageUpdate_filter] - or: [stagingmode_SlippageUpdate_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] + or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingmode_SlippageUpdate_orderBy { +enum avalanche_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 stagingmode_SnapshotRoot { +interface avalanche_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - root: stagingmode_Bytes! - count: BigInt! + stableSwap: avalanche_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input stagingmode_SnapshotRoot_filter { +input avalanche_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -101997,32 +111115,35 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -102031,35 +111152,72 @@ input stagingmode_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: stagingmode_BlockChangedFilter - and: [stagingmode_SnapshotRoot_filter] - or: [stagingmode_SnapshotRoot_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapEvent_filter] + or: [avalanche_swap_StableSwapEvent_filter] } -enum stagingmode_SnapshotRoot_orderBy { +enum avalanche_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 stagingmode_SpokeConnectorMode { +type avalanche_swap_StableSwapExchange { id: ID! - mode: String! + 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 stagingmode_SpokeConnectorMode_filter { +input avalanche_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -102068,87 +111226,172 @@ input stagingmode_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingmode_BlockChangedFilter - and: [stagingmode_SpokeConnectorMode_filter] - or: [stagingmode_SpokeConnectorMode_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapExchange_filter] + or: [avalanche_swap_StableSwapExchange_filter] } -enum stagingmode_SpokeConnectorMode_orderBy { +enum avalanche_swap_StableSwapExchange_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! -} - -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 avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { id: ID! - aggregateRoot: stagingoptimismgoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_AggregateRootProposed_filter { +input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -102157,40 +111400,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_: 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 @@ -102199,227 +111489,266 @@ 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: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRootProposed_filter] - or: [stagingoptimismgoerli_AggregateRootProposed_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingoptimismgoerli_AggregateRootProposed_orderBy { +enum avalanche_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 stagingoptimismgoerli_AggregateRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRoot_filter] - or: [stagingoptimismgoerli_AggregateRoot_filter] -} - -enum stagingoptimismgoerli_AggregateRoot_orderBy { - id - root - blockNumber -} - -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 -} - -type stagingoptimismgoerli_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - feesEarned: BigInt! + transaction + nonce } -input stagingoptimismgoerli_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_: 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!] +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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetBalance_filter] - or: [stagingoptimismgoerli_AssetBalance_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwap_filter] + or: [avalanche_swap_StableSwap_filter] } -enum stagingoptimismgoerli_AssetBalance_orderBy { +enum avalanche_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 stagingoptimismgoerli_AssetStatus { +type avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - status: Boolean + stableSwap: avalanche_swap_StableSwap! + timestamp: BigInt! + volume: avalanche_swap_BigDecimal! } -input stagingoptimismgoerli_AssetStatus_filter { +input avalanche_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102428,22 +111757,80 @@ input stagingoptimismgoerli_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetStatus_filter] - or: [stagingoptimismgoerli_AssetStatus_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapDailyVolume_filter] + or: [avalanche_swap_SwapDailyVolume_filter] } -enum stagingoptimismgoerli_AssetStatus_orderBy { +enum avalanche_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 stagingoptimismgoerli_Asset_filter { +type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { + id: ID! + stableSwap: avalanche_swap_StableSwap! + timestamp: BigInt! + volume: avalanche_swap_BigDecimal! +} + +input avalanche_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102452,144 +111839,152 @@ input stagingoptimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingoptimismgoerli_Bytes - key_not: stagingoptimismgoerli_Bytes - key_gt: stagingoptimismgoerli_Bytes - key_lt: stagingoptimismgoerli_Bytes - key_gte: stagingoptimismgoerli_Bytes - key_lte: stagingoptimismgoerli_Bytes - key_in: [stagingoptimismgoerli_Bytes!] - key_not_in: [stagingoptimismgoerli_Bytes!] - key_contains: stagingoptimismgoerli_Bytes - key_not_contains: stagingoptimismgoerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Asset_filter] - or: [stagingoptimismgoerli_Asset_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapHourlyVolume_filter] + or: [avalanche_swap_SwapHourlyVolume_filter] } -enum stagingoptimismgoerli_Asset_orderBy { +enum avalanche_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 stagingoptimismgoerli_BigDecimal - -input stagingoptimismgoerli_BlockChangedFilter { - number_gte: Int! +interface avalanche_swap_SwapTradeVolume { + stableSwap: avalanche_swap_StableSwap! + timestamp: BigInt! + volume: avalanche_swap_BigDecimal! } -input stagingoptimismgoerli_Block_height { - hash: stagingoptimismgoerli_Bytes - number: Int - number_gte: Int +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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapTradeVolume_filter] + or: [avalanche_swap_SwapTradeVolume_filter] } -scalar stagingoptimismgoerli_Bytes +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 stagingoptimismgoerli_ConnectorMeta { +type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes + stableSwap: avalanche_swap_StableSwap! + timestamp: BigInt! + volume: avalanche_swap_BigDecimal! } -input stagingoptimismgoerli_ConnectorMeta_filter { +input avalanche_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102598,109 +111993,79 @@ input stagingoptimismgoerli_ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingoptimismgoerli_Bytes - amb_not: stagingoptimismgoerli_Bytes - amb_gt: stagingoptimismgoerli_Bytes - amb_lt: stagingoptimismgoerli_Bytes - amb_gte: stagingoptimismgoerli_Bytes - amb_lte: stagingoptimismgoerli_Bytes - amb_in: [stagingoptimismgoerli_Bytes!] - amb_not_in: [stagingoptimismgoerli_Bytes!] - amb_contains: stagingoptimismgoerli_Bytes - amb_not_contains: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - rootManager_not: stagingoptimismgoerli_Bytes - rootManager_gt: stagingoptimismgoerli_Bytes - rootManager_lt: stagingoptimismgoerli_Bytes - rootManager_gte: stagingoptimismgoerli_Bytes - rootManager_lte: stagingoptimismgoerli_Bytes - rootManager_in: [stagingoptimismgoerli_Bytes!] - rootManager_not_in: [stagingoptimismgoerli_Bytes!] - rootManager_contains: stagingoptimismgoerli_Bytes - rootManager_not_contains: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes - mirrorConnector_not: stagingoptimismgoerli_Bytes - mirrorConnector_gt: stagingoptimismgoerli_Bytes - mirrorConnector_lt: stagingoptimismgoerli_Bytes - mirrorConnector_gte: stagingoptimismgoerli_Bytes - mirrorConnector_lte: stagingoptimismgoerli_Bytes - mirrorConnector_in: [stagingoptimismgoerli_Bytes!] - mirrorConnector_not_in: [stagingoptimismgoerli_Bytes!] - mirrorConnector_contains: stagingoptimismgoerli_Bytes - mirrorConnector_not_contains: stagingoptimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_ConnectorMeta_filter] - or: [stagingoptimismgoerli_ConnectorMeta_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapWeeklyVolume_filter] + or: [avalanche_swap_SwapWeeklyVolume_filter] } -enum stagingoptimismgoerli_ConnectorMeta_orderBy { +enum avalanche_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 stagingoptimismgoerli_DestinationTransfer { +type avalanche_swap_SystemInfo { 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 + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingoptimismgoerli_DestinationTransfer_filter { +input avalanche_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -102709,400 +112074,90 @@ input stagingoptimismgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingoptimismgoerli_TransferStatus - status_not: stagingoptimismgoerli_TransferStatus - status_in: [stagingoptimismgoerli_TransferStatus!] - status_not_in: [stagingoptimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingoptimismgoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingoptimismgoerli_Bytes - to_not: stagingoptimismgoerli_Bytes - to_gt: stagingoptimismgoerli_Bytes - to_lt: stagingoptimismgoerli_Bytes - to_gte: stagingoptimismgoerli_Bytes - to_lte: stagingoptimismgoerli_Bytes - to_in: [stagingoptimismgoerli_Bytes!] - to_not_in: [stagingoptimismgoerli_Bytes!] - to_contains: stagingoptimismgoerli_Bytes - to_not_contains: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - delegate_not: stagingoptimismgoerli_Bytes - delegate_gt: stagingoptimismgoerli_Bytes - delegate_lt: stagingoptimismgoerli_Bytes - delegate_gte: stagingoptimismgoerli_Bytes - delegate_lte: stagingoptimismgoerli_Bytes - delegate_in: [stagingoptimismgoerli_Bytes!] - delegate_not_in: [stagingoptimismgoerli_Bytes!] - delegate_contains: stagingoptimismgoerli_Bytes - delegate_not_contains: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingoptimismgoerli_Bytes - callData_not: stagingoptimismgoerli_Bytes - callData_gt: stagingoptimismgoerli_Bytes - callData_lt: stagingoptimismgoerli_Bytes - callData_gte: stagingoptimismgoerli_Bytes - callData_lte: stagingoptimismgoerli_Bytes - callData_in: [stagingoptimismgoerli_Bytes!] - callData_not_in: [stagingoptimismgoerli_Bytes!] - callData_contains: stagingoptimismgoerli_Bytes - callData_not_contains: stagingoptimismgoerli_Bytes - 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!] + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_DestinationTransfer_filter] - or: [stagingoptimismgoerli_DestinationTransfer_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SystemInfo_filter] + or: [avalanche_swap_SystemInfo_filter] } -enum stagingoptimismgoerli_DestinationTransfer_orderBy { +enum avalanche_swap_SystemInfo_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 + exchangeCount + swapCount } -""" -8 bytes signed integer +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 +} -""" -scalar stagingoptimismgoerli_Int8 +"""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! +} + +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 stagingoptimismgoerli_OptimisticRootFinalized { +type linea_swap_LpAccountBalance { id: ID! - aggregateRoot: stagingoptimismgoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: linea_swap_Bytes } -input stagingoptimismgoerli_OptimisticRootFinalized_filter { +input linea_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -103111,65 +112166,93 @@ input stagingoptimismgoerli_OptimisticRootFinalized_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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: linea_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OptimisticRootFinalized_filter] - or: [stagingoptimismgoerli_OptimisticRootFinalized_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_OptimisticRootFinalized_orderBy { +enum linea_swap_LpAccountBalance_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 + account + token + amount + block + modified + transaction } -input stagingoptimismgoerli_OriginMessage_filter { +input linea_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -103178,158 +112261,45 @@ input stagingoptimismgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingoptimismgoerli_Bytes - leaf_not: stagingoptimismgoerli_Bytes - leaf_gt: stagingoptimismgoerli_Bytes - leaf_lt: stagingoptimismgoerli_Bytes - leaf_gte: stagingoptimismgoerli_Bytes - leaf_lte: stagingoptimismgoerli_Bytes - leaf_in: [stagingoptimismgoerli_Bytes!] - leaf_not_in: [stagingoptimismgoerli_Bytes!] - leaf_contains: stagingoptimismgoerli_Bytes - leaf_not_contains: stagingoptimismgoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: stagingoptimismgoerli_Bytes - message_not: stagingoptimismgoerli_Bytes - message_gt: stagingoptimismgoerli_Bytes - message_lt: stagingoptimismgoerli_Bytes - message_gte: stagingoptimismgoerli_Bytes - message_lte: stagingoptimismgoerli_Bytes - message_in: [stagingoptimismgoerli_Bytes!] - message_not_in: [stagingoptimismgoerli_Bytes!] - message_contains: stagingoptimismgoerli_Bytes - message_not_contains: stagingoptimismgoerli_Bytes - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: stagingoptimismgoerli_RootCount_filter + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginMessage_filter] - or: [stagingoptimismgoerli_OriginMessage_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_OriginMessage_orderBy { +enum linea_swap_LpAccount_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + address + balances } -type stagingoptimismgoerli_OriginTransfer { +type linea_swap_LpToken { 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 + 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!]! } -input stagingoptimismgoerli_OriginTransfer_filter { +interface linea_swap_LpTokenEvent { + id: ID! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! +} + +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -103338,245 +112308,43 @@ input stagingoptimismgoerli_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingoptimismgoerli_TransferStatus - status_not: stagingoptimismgoerli_TransferStatus - status_in: [stagingoptimismgoerli_TransferStatus!] - status_not_in: [stagingoptimismgoerli_TransferStatus!] - messageHash: stagingoptimismgoerli_Bytes - messageHash_not: stagingoptimismgoerli_Bytes - messageHash_gt: stagingoptimismgoerli_Bytes - messageHash_lt: stagingoptimismgoerli_Bytes - messageHash_gte: stagingoptimismgoerli_Bytes - messageHash_lte: stagingoptimismgoerli_Bytes - messageHash_in: [stagingoptimismgoerli_Bytes!] - messageHash_not_in: [stagingoptimismgoerli_Bytes!] - messageHash_contains: stagingoptimismgoerli_Bytes - messageHash_not_contains: stagingoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingoptimismgoerli_Bytes - to_not: stagingoptimismgoerli_Bytes - to_gt: stagingoptimismgoerli_Bytes - to_lt: stagingoptimismgoerli_Bytes - to_gte: stagingoptimismgoerli_Bytes - to_lte: stagingoptimismgoerli_Bytes - to_in: [stagingoptimismgoerli_Bytes!] - to_not_in: [stagingoptimismgoerli_Bytes!] - to_contains: stagingoptimismgoerli_Bytes - to_not_contains: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - delegate_not: stagingoptimismgoerli_Bytes - delegate_gt: stagingoptimismgoerli_Bytes - delegate_lt: stagingoptimismgoerli_Bytes - delegate_gte: stagingoptimismgoerli_Bytes - delegate_lte: stagingoptimismgoerli_Bytes - delegate_in: [stagingoptimismgoerli_Bytes!] - delegate_not_in: [stagingoptimismgoerli_Bytes!] - delegate_contains: stagingoptimismgoerli_Bytes - delegate_not_contains: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingoptimismgoerli_Bytes - callData_not: stagingoptimismgoerli_Bytes - callData_gt: stagingoptimismgoerli_Bytes - callData_lt: stagingoptimismgoerli_Bytes - callData_gte: stagingoptimismgoerli_Bytes - callData_lte: stagingoptimismgoerli_Bytes - callData_in: [stagingoptimismgoerli_Bytes!] - callData_not_in: [stagingoptimismgoerli_Bytes!] - callData_contains: stagingoptimismgoerli_Bytes - callData_not_contains: stagingoptimismgoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: stagingoptimismgoerli_Bytes - originSender_not: stagingoptimismgoerli_Bytes - originSender_gt: stagingoptimismgoerli_Bytes - originSender_lt: stagingoptimismgoerli_Bytes - originSender_gte: stagingoptimismgoerli_Bytes - originSender_lte: stagingoptimismgoerli_Bytes - originSender_in: [stagingoptimismgoerli_Bytes!] - originSender_not_in: [stagingoptimismgoerli_Bytes!] - originSender_contains: stagingoptimismgoerli_Bytes - originSender_not_contains: stagingoptimismgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - transactingAsset: stagingoptimismgoerli_Bytes - transactingAsset_not: stagingoptimismgoerli_Bytes - transactingAsset_gt: stagingoptimismgoerli_Bytes - transactingAsset_lt: stagingoptimismgoerli_Bytes - transactingAsset_gte: stagingoptimismgoerli_Bytes - transactingAsset_lte: stagingoptimismgoerli_Bytes - transactingAsset_in: [stagingoptimismgoerli_Bytes!] - transactingAsset_not_in: [stagingoptimismgoerli_Bytes!] - transactingAsset_contains: stagingoptimismgoerli_Bytes - transactingAsset_not_contains: stagingoptimismgoerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingoptimismgoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingoptimismgoerli_RelayerFee_filter - initialRelayerFeeAsset: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_not: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_gt: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_lt: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_gte: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_lte: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_in: [stagingoptimismgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [stagingoptimismgoerli_Bytes!] - initialRelayerFeeAsset_contains: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_not_contains: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: 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 @@ -103585,121 +112353,35 @@ input stagingoptimismgoerli_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: stagingoptimismgoerli_Bytes - txOrigin_not: stagingoptimismgoerli_Bytes - txOrigin_gt: stagingoptimismgoerli_Bytes - txOrigin_lt: stagingoptimismgoerli_Bytes - txOrigin_gte: stagingoptimismgoerli_Bytes - txOrigin_lte: stagingoptimismgoerli_Bytes - txOrigin_in: [stagingoptimismgoerli_Bytes!] - txOrigin_not_in: [stagingoptimismgoerli_Bytes!] - txOrigin_contains: stagingoptimismgoerli_Bytes - txOrigin_not_contains: stagingoptimismgoerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + transaction: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginTransfer_filter] - or: [stagingoptimismgoerli_OriginTransfer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_OriginTransfer_orderBy { +enum linea_swap_LpTokenEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + token + amount + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type stagingoptimismgoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingoptimismgoerli_Bytes -} - -type stagingoptimismgoerli_RelayerFee { - id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! - fee: BigInt! - asset: stagingoptimismgoerli_Bytes! + transaction + nonce } -input stagingoptimismgoerli_RelayerFee_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -103708,101 +112390,119 @@ input stagingoptimismgoerli_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingoptimismgoerli_Bytes - asset_not: stagingoptimismgoerli_Bytes - asset_gt: stagingoptimismgoerli_Bytes - asset_lt: stagingoptimismgoerli_Bytes - asset_gte: stagingoptimismgoerli_Bytes - asset_lte: stagingoptimismgoerli_Bytes - asset_in: [stagingoptimismgoerli_Bytes!] - asset_not_in: [stagingoptimismgoerli_Bytes!] - asset_contains: stagingoptimismgoerli_Bytes - asset_not_contains: stagingoptimismgoerli_Bytes + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFee_filter] - or: [stagingoptimismgoerli_RelayerFee_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_RelayerFee_orderBy { +enum linea_swap_LpToken_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + address + stableSwap + decimals + name + symbol + totalSupply + events } -type stagingoptimismgoerli_RelayerFeesIncrease { +type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! - increase: BigInt - asset: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! + 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_RelayerFeesIncrease_filter { +input linea_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -103811,65 +112511,71 @@ input stagingoptimismgoerli_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_: 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 + 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 @@ -103878,79 +112584,50 @@ input stagingoptimismgoerli_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] - or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { +enum linea_swap_LpTransferEvent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + token + amount + from + to + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input stagingoptimismgoerli_Relayer_filter { +"""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 @@ -103959,38 +112636,66 @@ input stagingoptimismgoerli_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingoptimismgoerli_Bytes - relayer_not: stagingoptimismgoerli_Bytes - relayer_gt: stagingoptimismgoerli_Bytes - relayer_lt: stagingoptimismgoerli_Bytes - relayer_gte: stagingoptimismgoerli_Bytes - relayer_lte: stagingoptimismgoerli_Bytes - relayer_in: [stagingoptimismgoerli_Bytes!] - relayer_not_in: [stagingoptimismgoerli_Bytes!] - relayer_contains: stagingoptimismgoerli_Bytes - relayer_not_contains: stagingoptimismgoerli_Bytes + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Relayer_filter] - or: [stagingoptimismgoerli_Relayer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_Relayer_orderBy { +enum linea_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type stagingoptimismgoerli_RootCount { +type linea_swap_StableSwap { id: ID! - count: BigInt + isActive: Boolean + key: linea_swap_Bytes! + canonicalId: linea_swap_Bytes + domain: BigInt + swapPool: linea_swap_Bytes + lpToken: linea_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [linea_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] } -input stagingoptimismgoerli_RootCount_filter { +type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { + id: ID! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! +} + +input linea_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -103999,40 +112704,135 @@ input stagingoptimismgoerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootCount_filter] - or: [stagingoptimismgoerli_RootCount_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_RootCount_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { id - count + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type stagingoptimismgoerli_RootMessageSent { +interface linea_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingoptimismgoerli_Bytes - count: BigInt - caller: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: linea_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_RootMessageSent_filter { +input linea_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -104041,60 +112841,35 @@ input stagingoptimismgoerli_RootMessageSent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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 @@ -104103,69 +112878,50 @@ input stagingoptimismgoerli_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootMessageSent_filter] - or: [stagingoptimismgoerli_RootMessageSent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_RootMessageSent_orderBy { +enum linea_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + block timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingoptimismgoerli_Router { - id: ID! - isActive: Boolean! - owner: stagingoptimismgoerli_Bytes - recipient: stagingoptimismgoerli_Bytes - proposedOwner: stagingoptimismgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_AssetBalance_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_AssetBalance_filter): [stagingoptimismgoerli_AssetBalance!]! + transaction + nonce } -type stagingoptimismgoerli_RouterDailyTVL { +type linea_swap_StableSwapExchange { id: ID! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_RouterDailyTVL_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -104174,48 +112930,87 @@ input stagingoptimismgoerli_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + buyer: linea_swap_Bytes + buyer_not: linea_swap_Bytes + buyer_in: [linea_swap_Bytes!] + buyer_not_in: [linea_swap_Bytes!] + buyer_contains: linea_swap_Bytes + buyer_not_contains: linea_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -104224,63 +113019,57 @@ input stagingoptimismgoerli_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + transaction: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RouterDailyTVL_filter] - or: [stagingoptimismgoerli_RouterDailyTVL_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_RouterDailyTVL_orderBy { +enum linea_swap_StableSwapExchange_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - balance + transaction + nonce } -type stagingoptimismgoerli_RouterLiquidityEvent { +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - type: stagingoptimismgoerli_RouterLiquidityEventType - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingoptimismgoerli_Bytes - blockNumber: BigInt! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - transactionHash: stagingoptimismgoerli_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -enum stagingoptimismgoerli_RouterLiquidityEventType { - Add - Remove -} - -input stagingoptimismgoerli_RouterLiquidityEvent_filter { +input linea_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -104289,86 +113078,83 @@ input stagingoptimismgoerli_RouterLiquidityEvent_filter { 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -104377,16 +113163,12 @@ input stagingoptimismgoerli_RouterLiquidityEvent_filter { 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 + 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 @@ -104396,41 +113178,26 @@ input stagingoptimismgoerli_RouterLiquidityEvent_filter { 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] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_RouterLiquidityEvent_orderBy { +enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - transactionHash + transaction nonce } -input stagingoptimismgoerli_Router_filter { +input linea_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -104443,68 +113210,178 @@ input stagingoptimismgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingoptimismgoerli_Bytes - owner_not: stagingoptimismgoerli_Bytes - owner_gt: stagingoptimismgoerli_Bytes - owner_lt: stagingoptimismgoerli_Bytes - owner_gte: stagingoptimismgoerli_Bytes - owner_lte: stagingoptimismgoerli_Bytes - owner_in: [stagingoptimismgoerli_Bytes!] - owner_not_in: [stagingoptimismgoerli_Bytes!] - owner_contains: stagingoptimismgoerli_Bytes - owner_not_contains: stagingoptimismgoerli_Bytes - recipient: stagingoptimismgoerli_Bytes - recipient_not: stagingoptimismgoerli_Bytes - recipient_gt: stagingoptimismgoerli_Bytes - recipient_lt: stagingoptimismgoerli_Bytes - recipient_gte: stagingoptimismgoerli_Bytes - recipient_lte: stagingoptimismgoerli_Bytes - recipient_in: [stagingoptimismgoerli_Bytes!] - recipient_not_in: [stagingoptimismgoerli_Bytes!] - recipient_contains: stagingoptimismgoerli_Bytes - recipient_not_contains: stagingoptimismgoerli_Bytes - proposedOwner: stagingoptimismgoerli_Bytes - proposedOwner_not: stagingoptimismgoerli_Bytes - proposedOwner_gt: stagingoptimismgoerli_Bytes - proposedOwner_lt: stagingoptimismgoerli_Bytes - proposedOwner_gte: stagingoptimismgoerli_Bytes - proposedOwner_lte: stagingoptimismgoerli_Bytes - proposedOwner_in: [stagingoptimismgoerli_Bytes!] - proposedOwner_not_in: [stagingoptimismgoerli_Bytes!] - proposedOwner_contains: stagingoptimismgoerli_Bytes - proposedOwner_not_contains: stagingoptimismgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingoptimismgoerli_AssetBalance_filter + key: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Router_filter] - or: [stagingoptimismgoerli_Router_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_Router_orderBy { +enum linea_swap_StableSwap_orderBy { id isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type stagingoptimismgoerli_Sequencer { +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: stagingoptimismgoerli_Bytes + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! } -input stagingoptimismgoerli_Sequencer_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -104513,39 +113390,62 @@ input stagingoptimismgoerli_Sequencer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: stagingoptimismgoerli_Bytes - sequencer_not: stagingoptimismgoerli_Bytes - sequencer_gt: stagingoptimismgoerli_Bytes - sequencer_lt: stagingoptimismgoerli_Bytes - sequencer_gte: stagingoptimismgoerli_Bytes - sequencer_lte: stagingoptimismgoerli_Bytes - sequencer_in: [stagingoptimismgoerli_Bytes!] - sequencer_not_in: [stagingoptimismgoerli_Bytes!] - sequencer_contains: stagingoptimismgoerli_Bytes - sequencer_not_contains: stagingoptimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Sequencer_filter] - or: [stagingoptimismgoerli_Sequencer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_Sequencer_orderBy { +enum linea_swap_SwapDailyVolume_orderBy { id - isActive - sequencer + stableSwap + timestamp + volume } -type stagingoptimismgoerli_Setting { +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingoptimismgoerli_Bytes! + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! } -input stagingoptimismgoerli_Setting_filter { +input linea_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -104554,106 +113454,82 @@ input stagingoptimismgoerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Setting_filter] - or: [stagingoptimismgoerli_Setting_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_Setting_orderBy { +enum linea_swap_SwapHourlyVolume_orderBy { id - maxRoutersPerTransfer - caller + stableSwap + timestamp + volume } -type stagingoptimismgoerli_SlippageUpdate { - id: ID! - transfer: stagingoptimismgoerli_DestinationTransfer! - slippage: BigInt! - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: linea_swap_BigDecimal! } -input stagingoptimismgoerli_SlippageUpdate_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes +input 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 @@ -104662,94 +113538,32 @@ input stagingoptimismgoerli_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SlippageUpdate_filter] - or: [stagingoptimismgoerli_SlippageUpdate_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash +enum linea_swap_SwapTradeVolume_orderBy { + stableSwap timestamp - gasPrice - gasLimit - blockNumber + volume } -type stagingoptimismgoerli_SnapshotRoot { +type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingoptimismgoerli_Bytes! - count: BigInt! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: linea_swap_BigDecimal! } -input stagingoptimismgoerli_SnapshotRoot_filter { +input linea_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -104758,32 +113572,27 @@ input stagingoptimismgoerli_SnapshotRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -104792,35 +113601,32 @@ input stagingoptimismgoerli_SnapshotRoot_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SnapshotRoot_filter] - or: [stagingoptimismgoerli_SnapshotRoot_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_SnapshotRoot_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap timestamp - blockNumber + volume } -type stagingoptimismgoerli_SpokeConnectorMode { +type linea_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingoptimismgoerli_SpokeConnectorMode_filter { +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -104829,48 +113635,35 @@ input stagingoptimismgoerli_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SpokeConnectorMode_filter] - or: [stagingoptimismgoerli_SpokeConnectorMode_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingoptimismgoerli_SpokeConnectorMode_orderBy { +enum linea_swap_SystemInfo_orderBy { id - mode -} - -enum stagingoptimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingoptimismgoerli__Block_ { +type linea_swap__Block_ { """The hash of the block""" - hash: stagingoptimismgoerli_Bytes + hash: linea_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -104878,7 +113671,7 @@ type stagingoptimismgoerli__Block_ { } """The type for the top-level _meta field""" -type stagingoptimismgoerli__Meta_ { +type linea_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -104886,22 +113679,22 @@ type stagingoptimismgoerli__Meta_ { and therefore asks for the latest block """ - block: stagingoptimismgoerli__Block_! + block: linea_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmumbai_AggregateRoot { +type polygonzkevm_swap_AggregateRoot { id: ID! - root: stagingmumbai_Bytes! + root: polygonzkevm_swap_Bytes! blockNumber: BigInt! } -type stagingmumbai_AggregateRootProposed { +type polygonzkevm_swap_AggregateRootProposed { id: ID! - aggregateRoot: stagingmumbai_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -104909,7 +113702,7 @@ type stagingmumbai_AggregateRootProposed { blockNumber: BigInt } -input stagingmumbai_AggregateRootProposed_filter { +input polygonzkevm_swap_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -104918,16 +113711,16 @@ 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 + 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 @@ -104969,12 +113762,12 @@ input stagingmumbai_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRootProposed_filter] - or: [stagingmumbai_AggregateRootProposed_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRootProposed_filter] + or: [polygonzkevm_swap_AggregateRootProposed_filter] } -enum stagingmumbai_AggregateRootProposed_orderBy { +enum polygonzkevm_swap_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -104984,7 +113777,7 @@ enum stagingmumbai_AggregateRootProposed_orderBy { blockNumber } -input stagingmumbai_AggregateRoot_filter { +input polygonzkevm_swap_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -104993,16 +113786,16 @@ input stagingmumbai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes + root: 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 @@ -105012,47 +113805,42 @@ input stagingmumbai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRoot_filter] - or: [stagingmumbai_AggregateRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRoot_filter] + or: [polygonzkevm_swap_AggregateRoot_filter] } -enum stagingmumbai_AggregateRoot_orderBy { +enum polygonzkevm_swap_AggregateRoot_orderBy { id root blockNumber } -enum stagingmumbai_Aggregation_interval { - hour - day -} - -type stagingmumbai_Asset { +type polygonzkevm_swap_Asset { id: ID! - key: stagingmumbai_Bytes + key: polygonzkevm_swap_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmumbai_Bytes + canonicalId: polygonzkevm_swap_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes + adoptedAsset: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes blockNumber: BigInt - status: stagingmumbai_AssetStatus + status: polygonzkevm_swap_AssetStatus } -type stagingmumbai_AssetBalance { +type polygonzkevm_swap_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! feesEarned: BigInt! } -input stagingmumbai_AssetBalance_filter { +input polygonzkevm_swap_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -105113,7 +113901,7 @@ input stagingmumbai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -105134,7 +113922,7 @@ input stagingmumbai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + asset_: polygonzkevm_swap_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -105144,12 +113932,12 @@ input stagingmumbai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetBalance_filter] - or: [stagingmumbai_AssetBalance_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetBalance_filter] + or: [polygonzkevm_swap_AssetBalance_filter] } -enum stagingmumbai_AssetBalance_orderBy { +enum polygonzkevm_swap_AssetBalance_orderBy { id amount locked @@ -105175,12 +113963,12 @@ enum stagingmumbai_AssetBalance_orderBy { feesEarned } -type stagingmumbai_AssetStatus { +type polygonzkevm_swap_AssetStatus { id: ID! status: Boolean } -input stagingmumbai_AssetStatus_filter { +input polygonzkevm_swap_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -105194,17 +113982,17 @@ input stagingmumbai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetStatus_filter] - or: [stagingmumbai_AssetStatus_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetStatus_filter] + or: [polygonzkevm_swap_AssetStatus_filter] } -enum stagingmumbai_AssetStatus_orderBy { +enum polygonzkevm_swap_AssetStatus_orderBy { id status } -input stagingmumbai_Asset_filter { +input polygonzkevm_swap_Asset_filter { id: ID id_not: ID id_gt: ID @@ -105213,16 +114001,16 @@ input stagingmumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmumbai_Bytes - key_not: stagingmumbai_Bytes - key_gt: stagingmumbai_Bytes - key_lt: stagingmumbai_Bytes - key_gte: stagingmumbai_Bytes - key_lte: stagingmumbai_Bytes - key_in: [stagingmumbai_Bytes!] - key_not_in: [stagingmumbai_Bytes!] - key_contains: stagingmumbai_Bytes - key_not_contains: stagingmumbai_Bytes + key: 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 @@ -105239,16 +114027,16 @@ input stagingmumbai_Asset_filter { 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 + 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 @@ -105257,26 +114045,26 @@ input stagingmumbai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmumbai_Bytes - adoptedAsset_not: stagingmumbai_Bytes - adoptedAsset_gt: stagingmumbai_Bytes - adoptedAsset_lt: stagingmumbai_Bytes - adoptedAsset_gte: stagingmumbai_Bytes - adoptedAsset_lte: stagingmumbai_Bytes - adoptedAsset_in: [stagingmumbai_Bytes!] - adoptedAsset_not_in: [stagingmumbai_Bytes!] - adoptedAsset_contains: stagingmumbai_Bytes - adoptedAsset_not_contains: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes - localAsset_not: stagingmumbai_Bytes - localAsset_gt: stagingmumbai_Bytes - localAsset_lt: stagingmumbai_Bytes - localAsset_gte: stagingmumbai_Bytes - localAsset_lte: stagingmumbai_Bytes - localAsset_in: [stagingmumbai_Bytes!] - localAsset_not_in: [stagingmumbai_Bytes!] - localAsset_contains: stagingmumbai_Bytes - localAsset_not_contains: stagingmumbai_Bytes + adoptedAsset: 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 @@ -105305,14 +114093,14 @@ input stagingmumbai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmumbai_AssetStatus_filter + status_: polygonzkevm_swap_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Asset_filter] - or: [stagingmumbai_Asset_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Asset_filter] + or: [polygonzkevm_swap_Asset_filter] } -enum stagingmumbai_Asset_orderBy { +enum polygonzkevm_swap_Asset_orderBy { id key decimal @@ -105327,30 +114115,30 @@ enum stagingmumbai_Asset_orderBy { status__status } -scalar stagingmumbai_BigDecimal +scalar polygonzkevm_swap_BigDecimal -input stagingmumbai_BlockChangedFilter { +input polygonzkevm_swap_BlockChangedFilter { number_gte: Int! } -input stagingmumbai_Block_height { - hash: stagingmumbai_Bytes +input polygonzkevm_swap_Block_height { + hash: polygonzkevm_swap_Bytes number: Int number_gte: Int } -scalar stagingmumbai_Bytes +scalar polygonzkevm_swap_Bytes -type stagingmumbai_ConnectorMeta { +type polygonzkevm_swap_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes + amb: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes } -input stagingmumbai_ConnectorMeta_filter { +input polygonzkevm_swap_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -105375,43 +114163,43 @@ input stagingmumbai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmumbai_Bytes - amb_not: stagingmumbai_Bytes - amb_gt: stagingmumbai_Bytes - amb_lt: stagingmumbai_Bytes - amb_gte: stagingmumbai_Bytes - amb_lte: stagingmumbai_Bytes - amb_in: [stagingmumbai_Bytes!] - amb_not_in: [stagingmumbai_Bytes!] - amb_contains: stagingmumbai_Bytes - amb_not_contains: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - rootManager_not: stagingmumbai_Bytes - rootManager_gt: stagingmumbai_Bytes - rootManager_lt: stagingmumbai_Bytes - rootManager_gte: stagingmumbai_Bytes - rootManager_lte: stagingmumbai_Bytes - rootManager_in: [stagingmumbai_Bytes!] - rootManager_not_in: [stagingmumbai_Bytes!] - rootManager_contains: stagingmumbai_Bytes - rootManager_not_contains: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes - mirrorConnector_not: stagingmumbai_Bytes - mirrorConnector_gt: stagingmumbai_Bytes - mirrorConnector_lt: stagingmumbai_Bytes - mirrorConnector_gte: stagingmumbai_Bytes - mirrorConnector_lte: stagingmumbai_Bytes - mirrorConnector_in: [stagingmumbai_Bytes!] - mirrorConnector_not_in: [stagingmumbai_Bytes!] - mirrorConnector_contains: stagingmumbai_Bytes - mirrorConnector_not_contains: stagingmumbai_Bytes + amb: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_ConnectorMeta_filter] - or: [stagingmumbai_ConnectorMeta_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_ConnectorMeta_filter] + or: [polygonzkevm_swap_ConnectorMeta_filter] } -enum stagingmumbai_ConnectorMeta_orderBy { +enum polygonzkevm_swap_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -105420,48 +114208,48 @@ enum stagingmumbai_ConnectorMeta_orderBy { mirrorConnector } -type stagingmumbai_DestinationTransfer { +type polygonzkevm_swap_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmumbai_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: stagingmumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] + status: 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: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: stagingmumbai_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmumbai_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes + executedCaller: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmumbai_Bytes + executedTxOrigin: polygonzkevm_swap_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes + reconciledCaller: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmumbai_Bytes + reconciledTxOrigin: polygonzkevm_swap_Bytes reconciledTxNonce: BigInt } -input stagingmumbai_DestinationTransfer_filter { +input polygonzkevm_swap_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -105478,16 +114266,16 @@ input stagingmumbai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes + transferId: 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 @@ -105496,17 +114284,17 @@ input stagingmumbai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] + status: 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_: stagingmumbai_Router_filter + routers_: polygonzkevm_swap_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -105531,40 +114319,40 @@ input stagingmumbai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes + to: 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: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes + callData: 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 @@ -105581,16 +114369,16 @@ input stagingmumbai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes + originSender: 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 @@ -105607,16 +114395,16 @@ input stagingmumbai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes + canonicalId: 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 @@ -105637,7 +114425,7 @@ input stagingmumbai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -105654,26 +114442,26 @@ input stagingmumbai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmumbai_Bytes - executedCaller_not: stagingmumbai_Bytes - executedCaller_gt: stagingmumbai_Bytes - executedCaller_lt: stagingmumbai_Bytes - executedCaller_gte: stagingmumbai_Bytes - executedCaller_lte: stagingmumbai_Bytes - executedCaller_in: [stagingmumbai_Bytes!] - executedCaller_not_in: [stagingmumbai_Bytes!] - executedCaller_contains: stagingmumbai_Bytes - executedCaller_not_contains: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes - executedTransactionHash_not: stagingmumbai_Bytes - executedTransactionHash_gt: stagingmumbai_Bytes - executedTransactionHash_lt: stagingmumbai_Bytes - executedTransactionHash_gte: stagingmumbai_Bytes - executedTransactionHash_lte: stagingmumbai_Bytes - executedTransactionHash_in: [stagingmumbai_Bytes!] - executedTransactionHash_not_in: [stagingmumbai_Bytes!] - executedTransactionHash_contains: stagingmumbai_Bytes - executedTransactionHash_not_contains: stagingmumbai_Bytes + executedCaller: 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 @@ -105706,16 +114494,16 @@ input stagingmumbai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmumbai_Bytes - executedTxOrigin_not: stagingmumbai_Bytes - executedTxOrigin_gt: stagingmumbai_Bytes - executedTxOrigin_lt: stagingmumbai_Bytes - executedTxOrigin_gte: stagingmumbai_Bytes - executedTxOrigin_lte: stagingmumbai_Bytes - executedTxOrigin_in: [stagingmumbai_Bytes!] - executedTxOrigin_not_in: [stagingmumbai_Bytes!] - executedTxOrigin_contains: stagingmumbai_Bytes - executedTxOrigin_not_contains: stagingmumbai_Bytes + executedTxOrigin: 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 @@ -105724,26 +114512,26 @@ input stagingmumbai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingmumbai_Bytes - reconciledCaller_not: stagingmumbai_Bytes - reconciledCaller_gt: stagingmumbai_Bytes - reconciledCaller_lt: stagingmumbai_Bytes - reconciledCaller_gte: stagingmumbai_Bytes - reconciledCaller_lte: stagingmumbai_Bytes - reconciledCaller_in: [stagingmumbai_Bytes!] - reconciledCaller_not_in: [stagingmumbai_Bytes!] - reconciledCaller_contains: stagingmumbai_Bytes - reconciledCaller_not_contains: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes - reconciledTransactionHash_not: stagingmumbai_Bytes - reconciledTransactionHash_gt: stagingmumbai_Bytes - reconciledTransactionHash_lt: stagingmumbai_Bytes - reconciledTransactionHash_gte: stagingmumbai_Bytes - reconciledTransactionHash_lte: stagingmumbai_Bytes - reconciledTransactionHash_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_contains: stagingmumbai_Bytes - reconciledTransactionHash_not_contains: stagingmumbai_Bytes + reconciledCaller: 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 @@ -105776,16 +114564,16 @@ input stagingmumbai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmumbai_Bytes - reconciledTxOrigin_not: stagingmumbai_Bytes - reconciledTxOrigin_gt: stagingmumbai_Bytes - reconciledTxOrigin_lt: stagingmumbai_Bytes - reconciledTxOrigin_gte: stagingmumbai_Bytes - reconciledTxOrigin_lte: stagingmumbai_Bytes - reconciledTxOrigin_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_contains: stagingmumbai_Bytes - reconciledTxOrigin_not_contains: stagingmumbai_Bytes + reconciledTxOrigin: 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 @@ -105795,12 +114583,12 @@ input stagingmumbai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_DestinationTransfer_filter] - or: [stagingmumbai_DestinationTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_DestinationTransfer_filter] + or: [polygonzkevm_swap_DestinationTransfer_filter] } -enum stagingmumbai_DestinationTransfer_orderBy { +enum polygonzkevm_swap_DestinationTransfer_orderBy { id chainId transferId @@ -105854,16 +114642,16 @@ enum stagingmumbai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmumbai_Int8 +scalar polygonzkevm_swap_Int8 -type stagingmumbai_OptimisticRootFinalized { +type polygonzkevm_swap_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmumbai_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmumbai_OptimisticRootFinalized_filter { +input polygonzkevm_swap_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -105872,16 +114660,16 @@ 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 + 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 @@ -105899,12 +114687,12 @@ input stagingmumbai_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OptimisticRootFinalized_filter] - or: [stagingmumbai_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OptimisticRootFinalized_filter] + or: [polygonzkevm_swap_OptimisticRootFinalized_filter] } -enum stagingmumbai_OptimisticRootFinalized_orderBy { +enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -105912,25 +114700,25 @@ enum stagingmumbai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmumbai_OrderDirection { +enum polygonzkevm_swap_OrderDirection { asc desc } -type stagingmumbai_OriginMessage { +type polygonzkevm_swap_OriginMessage { id: ID! - transferId: stagingmumbai_Bytes + transferId: polygonzkevm_swap_Bytes destinationDomain: BigInt - leaf: stagingmumbai_Bytes + leaf: polygonzkevm_swap_Bytes index: BigInt - message: stagingmumbai_Bytes - root: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + message: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes blockNumber: BigInt - rootCount: stagingmumbai_RootCount + rootCount: polygonzkevm_swap_RootCount } -input stagingmumbai_OriginMessage_filter { +input polygonzkevm_swap_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -105939,16 +114727,16 @@ input stagingmumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes + transferId: 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 @@ -105957,54 +114745,54 @@ input stagingmumbai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmumbai_Bytes - leaf_not: stagingmumbai_Bytes - leaf_gt: stagingmumbai_Bytes - leaf_lt: stagingmumbai_Bytes - leaf_gte: stagingmumbai_Bytes - leaf_lte: stagingmumbai_Bytes - leaf_in: [stagingmumbai_Bytes!] - leaf_not_in: [stagingmumbai_Bytes!] - leaf_contains: stagingmumbai_Bytes - leaf_not_contains: stagingmumbai_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: stagingmumbai_Bytes - message_not: stagingmumbai_Bytes - message_gt: stagingmumbai_Bytes - message_lt: stagingmumbai_Bytes - message_gte: stagingmumbai_Bytes - message_lte: stagingmumbai_Bytes - message_in: [stagingmumbai_Bytes!] - message_not_in: [stagingmumbai_Bytes!] - message_contains: stagingmumbai_Bytes - message_not_contains: stagingmumbai_Bytes - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + 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 + index_lt: BigInt + index_gte: BigInt + 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 blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -106033,14 +114821,14 @@ input stagingmumbai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmumbai_RootCount_filter + rootCount_: polygonzkevm_swap_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginMessage_filter] - or: [stagingmumbai_OriginMessage_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginMessage_filter] + or: [polygonzkevm_swap_OriginMessage_filter] } -enum stagingmumbai_OriginMessage_orderBy { +enum polygonzkevm_swap_OriginMessage_orderBy { id transferId destinationDomain @@ -106055,42 +114843,42 @@ enum stagingmumbai_OriginMessage_orderBy { rootCount__count } -type stagingmumbai_OriginTransfer { +type polygonzkevm_swap_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmumbai_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: stagingmumbai_TransferStatus - messageHash: stagingmumbai_Bytes + status: polygonzkevm_swap_TransferStatus + messageHash: polygonzkevm_swap_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: stagingmumbai_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt - originSender: stagingmumbai_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - transactingAsset: stagingmumbai_Bytes - message: stagingmumbai_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: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] - initialRelayerFeeAsset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: stagingmumbai_Bytes + txOrigin: polygonzkevm_swap_Bytes txNonce: BigInt } -input stagingmumbai_OriginTransfer_filter { +input polygonzkevm_swap_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -106107,16 +114895,16 @@ input stagingmumbai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes + transferId: 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 @@ -106125,20 +114913,20 @@ input stagingmumbai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] - messageHash: stagingmumbai_Bytes - messageHash_not: stagingmumbai_Bytes - messageHash_gt: stagingmumbai_Bytes - messageHash_lt: stagingmumbai_Bytes - messageHash_gte: stagingmumbai_Bytes - messageHash_lte: stagingmumbai_Bytes - messageHash_in: [stagingmumbai_Bytes!] - messageHash_not_in: [stagingmumbai_Bytes!] - messageHash_contains: stagingmumbai_Bytes - messageHash_not_contains: stagingmumbai_Bytes + status: 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 @@ -106163,40 +114951,40 @@ input stagingmumbai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes + to: 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: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes + callData: 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 @@ -106205,16 +114993,16 @@ input stagingmumbai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes + originSender: 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 @@ -106231,16 +115019,16 @@ input stagingmumbai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes + canonicalId: 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 @@ -106261,17 +115049,17 @@ input stagingmumbai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - transactingAsset: stagingmumbai_Bytes - transactingAsset_not: stagingmumbai_Bytes - transactingAsset_gt: stagingmumbai_Bytes - transactingAsset_lt: stagingmumbai_Bytes - transactingAsset_gte: stagingmumbai_Bytes - transactingAsset_lte: stagingmumbai_Bytes - transactingAsset_in: [stagingmumbai_Bytes!] - transactingAsset_not_in: [stagingmumbai_Bytes!] - transactingAsset_contains: stagingmumbai_Bytes - transactingAsset_not_contains: stagingmumbai_Bytes + asset_: 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 @@ -106292,7 +115080,7 @@ input stagingmumbai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmumbai_OriginMessage_filter + message_: polygonzkevm_swap_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -106307,37 +115095,37 @@ input stagingmumbai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmumbai_RelayerFee_filter - initialRelayerFeeAsset: stagingmumbai_Bytes - initialRelayerFeeAsset_not: stagingmumbai_Bytes - initialRelayerFeeAsset_gt: stagingmumbai_Bytes - initialRelayerFeeAsset_lt: stagingmumbai_Bytes - initialRelayerFeeAsset_gte: stagingmumbai_Bytes - initialRelayerFeeAsset_lte: stagingmumbai_Bytes - initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_contains: stagingmumbai_Bytes - initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + relayerFees_: 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 @@ -106370,16 +115158,16 @@ input stagingmumbai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmumbai_Bytes - txOrigin_not: stagingmumbai_Bytes - txOrigin_gt: stagingmumbai_Bytes - txOrigin_lt: stagingmumbai_Bytes - txOrigin_gte: stagingmumbai_Bytes - txOrigin_lte: stagingmumbai_Bytes - txOrigin_in: [stagingmumbai_Bytes!] - txOrigin_not_in: [stagingmumbai_Bytes!] - txOrigin_contains: stagingmumbai_Bytes - txOrigin_not_contains: stagingmumbai_Bytes + txOrigin: 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 @@ -106389,12 +115177,12 @@ input stagingmumbai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginTransfer_filter] - or: [stagingmumbai_OriginTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginTransfer_filter] + or: [polygonzkevm_swap_OriginTransfer_filter] } -enum stagingmumbai_OriginTransfer_orderBy { +enum polygonzkevm_swap_OriginTransfer_orderBy { id chainId transferId @@ -106447,20 +115235,20 @@ enum stagingmumbai_OriginTransfer_orderBy { txNonce } -type stagingmumbai_Relayer { +type polygonzkevm_swap_Relayer { id: ID! isActive: Boolean! - relayer: stagingmumbai_Bytes + relayer: polygonzkevm_swap_Bytes } -type stagingmumbai_RelayerFee { +type polygonzkevm_swap_RelayerFee { id: ID! - transfer: stagingmumbai_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! fee: BigInt! - asset: stagingmumbai_Bytes! + asset: polygonzkevm_swap_Bytes! } -input stagingmumbai_RelayerFee_filter { +input polygonzkevm_swap_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -106489,7 +115277,7 @@ input stagingmumbai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -106498,23 +115286,23 @@ input stagingmumbai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes + asset: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFee_filter] - or: [stagingmumbai_RelayerFee_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFee_filter] + or: [polygonzkevm_swap_RelayerFee_filter] } -enum stagingmumbai_RelayerFee_orderBy { +enum polygonzkevm_swap_RelayerFee_orderBy { id transfer transfer__id @@ -106550,20 +115338,20 @@ enum stagingmumbai_RelayerFee_orderBy { asset } -type stagingmumbai_RelayerFeesIncrease { +type polygonzkevm_swap_RelayerFeesIncrease { id: ID! - transfer: stagingmumbai_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! increase: BigInt - asset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + asset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmumbai_RelayerFeesIncrease_filter { +input polygonzkevm_swap_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -106592,7 +115380,7 @@ input stagingmumbai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -106601,36 +115389,36 @@ input stagingmumbai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + asset: 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 @@ -106664,12 +115452,12 @@ input stagingmumbai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFeesIncrease_filter] - or: [stagingmumbai_RelayerFeesIncrease_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFeesIncrease_filter] + or: [polygonzkevm_swap_RelayerFeesIncrease_filter] } -enum stagingmumbai_RelayerFeesIncrease_orderBy { +enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -106711,7 +115499,7 @@ enum stagingmumbai_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmumbai_Relayer_filter { +input polygonzkevm_swap_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -106724,34 +115512,34 @@ input stagingmumbai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmumbai_Bytes - relayer_not: stagingmumbai_Bytes - relayer_gt: stagingmumbai_Bytes - relayer_lt: stagingmumbai_Bytes - relayer_gte: stagingmumbai_Bytes - relayer_lte: stagingmumbai_Bytes - relayer_in: [stagingmumbai_Bytes!] - relayer_not_in: [stagingmumbai_Bytes!] - relayer_contains: stagingmumbai_Bytes - relayer_not_contains: stagingmumbai_Bytes + relayer: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Relayer_filter] - or: [stagingmumbai_Relayer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Relayer_filter] + or: [polygonzkevm_swap_Relayer_filter] } -enum stagingmumbai_Relayer_orderBy { +enum polygonzkevm_swap_Relayer_orderBy { id isActive relayer } -type stagingmumbai_RootCount { +type polygonzkevm_swap_RootCount { id: ID! count: BigInt } -input stagingmumbai_RootCount_filter { +input polygonzkevm_swap_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -106769,31 +115557,983 @@ input stagingmumbai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootCount_filter] - or: [stagingmumbai_RootCount_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootCount_filter] + or: [polygonzkevm_swap_RootCount_filter] } -enum stagingmumbai_RootCount_orderBy { +enum polygonzkevm_swap_RootCount_orderBy { + id + count +} + +type polygonzkevm_swap_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: polygonzkevm_swap_Bytes + count: BigInt + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input polygonzkevm_swap_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: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes + 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootMessageSent_filter] + or: [polygonzkevm_swap_RootMessageSent_filter] +} + +enum polygonzkevm_swap_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type polygonzkevm_swap_Router { + id: ID! + isActive: Boolean! + owner: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_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!]! +} + +type polygonzkevm_swap_RouterDailyTVL { + id: ID! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input polygonzkevm_swap_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_: polygonzkevm_swap_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter + 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterDailyTVL_filter] + or: [polygonzkevm_swap_RouterDailyTVL_filter] +} + +enum polygonzkevm_swap_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 polygonzkevm_swap_RouterLiquidityEvent { + id: ID! + type: polygonzkevm_swap_RouterLiquidityEventType + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! + amount: BigInt! + balance: BigInt! + caller: polygonzkevm_swap_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: polygonzkevm_swap_Bytes! + nonce: BigInt! +} + +enum polygonzkevm_swap_RouterLiquidityEventType { + Add + Remove +} + +input polygonzkevm_swap_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: 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 + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygonzkevm_swap_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter + 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: 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 + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + 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] +} + +enum polygonzkevm_swap_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 polygonzkevm_swap_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: 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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: polygonzkevm_swap_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Router_filter] + or: [polygonzkevm_swap_Router_filter] +} + +enum polygonzkevm_swap_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type polygonzkevm_swap_Sequencer { + id: ID! + isActive: Boolean! + sequencer: polygonzkevm_swap_Bytes +} + +input polygonzkevm_swap_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: 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Sequencer_filter] + or: [polygonzkevm_swap_Sequencer_filter] +} + +enum polygonzkevm_swap_Sequencer_orderBy { + id + isActive + sequencer +} + +type polygonzkevm_swap_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: polygonzkevm_swap_Bytes! +} + +input polygonzkevm_swap_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: 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Setting_filter] + or: [polygonzkevm_swap_Setting_filter] +} + +enum polygonzkevm_swap_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type polygonzkevm_swap_SlippageUpdate { + id: ID! + transfer: polygonzkevm_swap_DestinationTransfer! + slippage: BigInt! + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input polygonzkevm_swap_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_: polygonzkevm_swap_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: 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 + 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SlippageUpdate_filter] + or: [polygonzkevm_swap_SlippageUpdate_filter] +} + +enum polygonzkevm_swap_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 polygonzkevm_swap_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: polygonzkevm_swap_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input polygonzkevm_swap_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: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SnapshotRoot_filter] + or: [polygonzkevm_swap_SnapshotRoot_filter] +} + +enum polygonzkevm_swap_SnapshotRoot_orderBy { id + spokeDomain + root count + timestamp + blockNumber +} + +type polygonzkevm_swap_SpokeConnectorMode { + id: ID! + mode: String! +} + +input polygonzkevm_swap_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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SpokeConnectorMode_filter] + or: [polygonzkevm_swap_SpokeConnectorMode_filter] +} + +enum polygonzkevm_swap_SpokeConnectorMode_orderBy { + id + mode +} + +enum polygonzkevm_swap_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type polygonzkevm_swap__Block_ { + """The hash of the block""" + hash: polygonzkevm_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 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 + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: polygonzkevm_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type avalanche_AggregateRoot { + id: ID! + root: avalanche_Bytes! + blockNumber: BigInt! +} + +type avalanche_AggregateRootProposed { + id: ID! + aggregateRoot: avalanche_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input avalanche_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: 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 + 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: avalanche_BlockChangedFilter + and: [avalanche_AggregateRootProposed_filter] + or: [avalanche_AggregateRootProposed_filter] } -type stagingmumbai_RootMessageSent { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingmumbai_Bytes - count: BigInt - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt +enum avalanche_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input stagingmumbai_RootMessageSent_filter { +input avalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -106802,84 +116542,16 @@ input stagingmumbai_RootMessageSent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] + root: 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 @@ -106889,44 +116561,47 @@ 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: avalanche_BlockChangedFilter + and: [avalanche_AggregateRoot_filter] + or: [avalanche_AggregateRoot_filter] } -enum stagingmumbai_RootMessageSent_orderBy { +enum avalanche_AggregateRoot_orderBy { id - spokeDomain - hubDomain root - count - caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber } -type stagingmumbai_Router { +enum avalanche_Aggregation_interval { + hour + day +} + +type avalanche_Asset { 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!]! + key: avalanche_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: avalanche_Bytes + canonicalDomain: BigInt + adoptedAsset: avalanche_Bytes + localAsset: avalanche_Bytes + blockNumber: BigInt + status: avalanche_AssetStatus } -type stagingmumbai_RouterDailyTVL { +type avalanche_AssetBalance { id: ID! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! - timestamp: BigInt! - balance: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: avalanche_Router! + asset: avalanche_Asset! + feesEarned: BigInt! } -input stagingmumbai_RouterDailyTVL_filter { +input avalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -106935,6 +116610,38 @@ input stagingmumbai_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] router: String router_not: String router_gt: String @@ -106955,7 +116662,7 @@ input stagingmumbai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter + router_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -106976,31 +116683,27 @@ input stagingmumbai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + asset_: avalanche_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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RouterDailyTVL_filter] - or: [stagingmumbai_RouterDailyTVL_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_AssetBalance_filter] + or: [avalanche_AssetBalance_filter] } -enum stagingmumbai_RouterDailyTVL_orderBy { +enum avalanche_AssetBalance_orderBy { id + amount + locked + supplied + removed router router__id router__isActive @@ -107018,30 +116721,39 @@ enum stagingmumbai_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance + feesEarned } -type stagingmumbai_RouterLiquidityEvent { +type avalanche_AssetStatus { 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! + status: Boolean } -enum stagingmumbai_RouterLiquidityEventType { - Add - Remove +input avalanche_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: avalanche_BlockChangedFilter + and: [avalanche_AssetStatus_filter] + or: [avalanche_AssetStatus_filter] } -input stagingmumbai_RouterLiquidityEvent_filter { +enum avalanche_AssetStatus_orderBy { + id + status +} + +input avalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -107050,31 +116762,410 @@ 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 + 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 + 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: 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: 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 + 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_: avalanche_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Asset_filter] + or: [avalanche_Asset_filter] +} + +enum avalanche_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar avalanche_BigDecimal + +input avalanche_BlockChangedFilter { + number_gte: Int! +} + +input avalanche_Block_height { + hash: avalanche_Bytes + number: Int + number_gte: Int +} + +scalar avalanche_Bytes + +type avalanche_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: avalanche_Bytes + rootManager: avalanche_Bytes + mirrorConnector: avalanche_Bytes +} + +input avalanche_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: 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: avalanche_BlockChangedFilter + and: [avalanche_ConnectorMeta_filter] + or: [avalanche_ConnectorMeta_filter] +} + +enum avalanche_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type avalanche_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: avalanche_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: avalanche_Bytes + delegate: avalanche_Bytes + receiveLocal: Boolean + callData: avalanche_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: avalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: avalanche_Bytes + asset: avalanche_Asset + amount: BigInt + routersFee: BigInt + executedCaller: avalanche_Bytes + executedTransactionHash: avalanche_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: avalanche_Bytes + executedTxNonce: BigInt + reconciledCaller: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: avalanche_Bytes + reconciledTxNonce: BigInt +} + +input avalanche_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 @@ -107095,7 +117186,7 @@ input stagingmumbai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + asset_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -107104,74 +117195,180 @@ input stagingmumbai_RouterLiquidityEvent_filter { amount_lte: BigInt amount_in: [BigInt!] amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: 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!] + 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: 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 + 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: avalanche_Bytes + executedTxOrigin_not: avalanche_Bytes + executedTxOrigin_gt: avalanche_Bytes + executedTxOrigin_lt: avalanche_Bytes + executedTxOrigin_gte: avalanche_Bytes + executedTxOrigin_lte: avalanche_Bytes + executedTxOrigin_in: [avalanche_Bytes!] + executedTxOrigin_not_in: [avalanche_Bytes!] + executedTxOrigin_contains: avalanche_Bytes + executedTxOrigin_not_contains: avalanche_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: avalanche_Bytes + reconciledCaller_not: avalanche_Bytes + reconciledCaller_gt: avalanche_Bytes + reconciledCaller_lt: avalanche_Bytes + reconciledCaller_gte: avalanche_Bytes + reconciledCaller_lte: avalanche_Bytes + reconciledCaller_in: [avalanche_Bytes!] + reconciledCaller_not_in: [avalanche_Bytes!] + reconciledCaller_contains: avalanche_Bytes + reconciledCaller_not_contains: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes + reconciledTransactionHash_not: avalanche_Bytes + reconciledTransactionHash_gt: avalanche_Bytes + reconciledTransactionHash_lt: avalanche_Bytes + reconciledTransactionHash_gte: avalanche_Bytes + reconciledTransactionHash_lte: avalanche_Bytes + reconciledTransactionHash_in: [avalanche_Bytes!] + reconciledTransactionHash_not_in: [avalanche_Bytes!] + reconciledTransactionHash_contains: avalanche_Bytes + reconciledTransactionHash_not_contains: avalanche_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RouterLiquidityEvent_filter] - or: [stagingmumbai_RouterLiquidityEvent_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_DestinationTransfer_filter] + or: [avalanche_DestinationTransfer_filter] } -enum stagingmumbai_RouterLiquidityEvent_orderBy { +enum avalanche_DestinationTransfer_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId asset asset__id asset__key @@ -107183,15 +117380,106 @@ enum stagingmumbai_RouterLiquidityEvent_orderBy { asset__localAsset asset__blockNumber amount - balance - caller - blockNumber + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar avalanche_Int8 + +type avalanche_OptimisticRootFinalized { + id: ID! + aggregateRoot: avalanche_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input avalanche_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: 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 + 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: avalanche_BlockChangedFilter + and: [avalanche_OptimisticRootFinalized_filter] + or: [avalanche_OptimisticRootFinalized_filter] +} + +enum avalanche_OptimisticRootFinalized_orderBy { + id + aggregateRoot timestamp - transactionHash - nonce + blockNumber } -input stagingmumbai_Router_filter { +"""Defines the order direction, either ascending or descending""" +enum avalanche_OrderDirection { + asc + desc +} + +type avalanche_OriginMessage { + id: ID! + transferId: avalanche_Bytes + destinationDomain: BigInt + leaf: avalanche_Bytes + index: BigInt + message: avalanche_Bytes + root: avalanche_Bytes + transactionHash: avalanche_Bytes + blockNumber: BigInt + rootCount: avalanche_RootCount +} + +input avalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -107200,72 +117488,158 @@ 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 + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: avalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Router_filter] - or: [stagingmumbai_Router_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OriginMessage_filter] + or: [avalanche_OriginMessage_filter] } -enum stagingmumbai_Router_orderBy { +enum avalanche_OriginMessage_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type stagingmumbai_Sequencer { +type avalanche_OriginTransfer { id: ID! - isActive: Boolean! - sequencer: stagingmumbai_Bytes + chainId: BigInt + transferId: avalanche_Bytes + nonce: BigInt + status: avalanche_TransferStatus + messageHash: avalanche_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: avalanche_Bytes + delegate: avalanche_Bytes + receiveLocal: Boolean + callData: avalanche_Bytes + slippage: BigInt + originSender: avalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: avalanche_Bytes + asset: avalanche_Asset + transactingAsset: avalanche_Bytes + message: avalanche_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: avalanche_Bytes + txNonce: BigInt } -input stagingmumbai_Sequencer_filter { +input avalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -107274,39 +117648,368 @@ 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 + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + 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 + 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_: avalanche_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_: 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 + 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: 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 + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Sequencer_filter] - or: [stagingmumbai_Sequencer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OriginTransfer_filter] + or: [avalanche_OriginTransfer_filter] } -enum stagingmumbai_Sequencer_orderBy { +enum avalanche_OriginTransfer_orderBy { id - isActive - sequencer + 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_Setting { +type avalanche_Relayer { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingmumbai_Bytes! + isActive: Boolean! + relayer: avalanche_Bytes } -input stagingmumbai_Setting_filter { +type avalanche_RelayerFee { + id: ID! + transfer: avalanche_OriginTransfer! + fee: BigInt! + asset: avalanche_Bytes! +} + +input avalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -107315,49 +118018,101 @@ 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 + 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_: avalanche_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: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Setting_filter] - or: [stagingmumbai_Setting_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RelayerFee_filter] + or: [avalanche_RelayerFee_filter] } -enum stagingmumbai_Setting_orderBy { +enum avalanche_RelayerFee_orderBy { id - maxRoutersPerTransfer - caller + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type stagingmumbai_SlippageUpdate { +type avalanche_RelayerFeesIncrease { id: ID! - transfer: stagingmumbai_DestinationTransfer! - slippage: BigInt! - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + transfer: avalanche_OriginTransfer! + increase: BigInt + asset: avalanche_Bytes + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmumbai_SlippageUpdate_filter { +input avalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -107386,35 +118141,45 @@ input stagingmumbai_SlippageUpdate_filter { 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 + transfer_: avalanche_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: 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 @@ -107448,12 +118213,12 @@ input stagingmumbai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SlippageUpdate_filter] - or: [stagingmumbai_SlippageUpdate_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RelayerFeesIncrease_filter] + or: [avalanche_RelayerFeesIncrease_filter] } -enum stagingmumbai_SlippageUpdate_orderBy { +enum avalanche_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -107461,6 +118226,7 @@ enum stagingmumbai_SlippageUpdate_orderBy { transfer__transferId transfer__nonce transfer__status + transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -107469,30 +118235,23 @@ enum stagingmumbai_SlippageUpdate_orderBy { transfer__receiveLocal transfer__callData transfer__slippage - transfer__bumpSlippageCount transfer__originSender transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset caller transactionHash timestamp @@ -107501,16 +118260,89 @@ enum stagingmumbai_SlippageUpdate_orderBy { blockNumber } -type stagingmumbai_SnapshotRoot { +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: 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: avalanche_BlockChangedFilter + and: [avalanche_Relayer_filter] + or: [avalanche_Relayer_filter] +} + +enum avalanche_Relayer_orderBy { + id + isActive + relayer +} + +type avalanche_RootCount { + id: ID! + count: BigInt +} + +input avalanche_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: avalanche_BlockChangedFilter + and: [avalanche_RootCount_filter] + or: [avalanche_RootCount_filter] +} + +enum avalanche_RootCount_orderBy { + id + count +} + +type avalanche_RootMessageSent { id: ID! spokeDomain: BigInt - root: stagingmumbai_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + hubDomain: BigInt + root: avalanche_Bytes + count: BigInt + caller: avalanche_Bytes + transactionHash: avalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingmumbai_SnapshotRoot_filter { +input avalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -107527,16 +118359,24 @@ input stagingmumbai_SnapshotRoot_filter { 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 + 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: 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 @@ -107545,6 +118385,26 @@ input stagingmumbai_SnapshotRoot_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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107553,6 +118413,22 @@ input stagingmumbai_SnapshotRoot_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -107562,297 +118438,44 @@ 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: avalanche_BlockChangedFilter + and: [avalanche_RootMessageSent_filter] + or: [avalanche_RootMessageSent_filter] } -enum stagingmumbai_SnapshotRoot_orderBy { +enum avalanche_RootMessageSent_orderBy { id spokeDomain + hubDomain root count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -type stagingmumbai_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingmumbai_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SpokeConnectorMode_filter] - or: [stagingmumbai_SpokeConnectorMode_filter] -} - -enum stagingmumbai_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingmumbai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingmumbai__Block_ { - """The hash of the block""" - hash: stagingmumbai_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingmumbai__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingmumbai__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -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 { +type avalanche_Router { 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!]! + isActive: Boolean! + owner: avalanche_Bytes + recipient: avalanche_Bytes + proposedOwner: avalanche_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! } -interface mantle_swap_LpTokenEvent { +type avalanche_RouterDailyTVL { id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt! + router: avalanche_Router! + asset: avalanche_Asset! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input mantle_swap_LpTokenEvent_filter { +input avalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -107861,43 +118484,48 @@ 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!] + 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_: avalanche_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_: avalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107906,191 +118534,63 @@ input mantle_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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_LpTokenEvent_filter] - or: [mantle_swap_LpTokenEvent_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RouterDailyTVL_filter] + or: [avalanche_RouterDailyTVL_filter] } -enum mantle_swap_LpTokenEvent_orderBy { +enum avalanche_RouterDailyTVL_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - 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 -} - -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] -} - -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 + balance } -type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { +type avalanche_RouterLiquidityEvent { 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! + type: avalanche_RouterLiquidityEventType + router: avalanche_Router! + asset: avalanche_Asset! + amount: BigInt! + balance: BigInt! + caller: avalanche_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transactionHash: avalanche_Bytes! nonce: BigInt! } -input mantle_swap_LpTransferEvent_filter { +enum avalanche_RouterLiquidityEventType { + Add + Remove +} + +input avalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -108099,79 +118599,86 @@ 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!] + type: avalanche_RouterLiquidityEventType + type_not: avalanche_RouterLiquidityEventType + type_in: [avalanche_RouterLiquidityEventType!] + type_not_in: [avalanche_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_: avalanche_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_: avalanche_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: 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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108180,16 +118687,16 @@ input mantle_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes + 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 @@ -108199,43 +118706,115 @@ input mantle_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpTransferEvent_filter] - or: [mantle_swap_LpTransferEvent_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RouterLiquidityEvent_filter] + or: [avalanche_RouterLiquidityEvent_filter] } -enum mantle_swap_LpTransferEvent_orderBy { +enum avalanche_RouterLiquidityEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply + 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 - from - to - fromBalance - toBalance - block + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -"""Defines the order direction, either ascending or descending""" -enum mantle_swap_OrderDirection { - asc - desc +input avalanche_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: 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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: avalanche_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Router_filter] + or: [avalanche_Router_filter] } -type mantle_swap_PooledToken { +enum avalanche_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type avalanche_Sequencer { id: ID! - asset: mantle_swap_Bytes! + isActive: Boolean! + sequencer: avalanche_Bytes } -input mantle_swap_PooledToken_filter { +input avalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -108244,72 +118823,90 @@ input mantle_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mantle_swap_Bytes - asset_not: mantle_swap_Bytes - asset_gt: mantle_swap_Bytes - asset_lt: mantle_swap_Bytes - asset_gte: mantle_swap_Bytes - asset_lte: mantle_swap_Bytes - asset_in: [mantle_swap_Bytes!] - asset_not_in: [mantle_swap_Bytes!] - asset_contains: mantle_swap_Bytes - asset_not_contains: mantle_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_PooledToken_filter] - or: [mantle_swap_PooledToken_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Sequencer_filter] + or: [avalanche_Sequencer_filter] } -enum mantle_swap_PooledToken_orderBy { +enum avalanche_Sequencer_orderBy { id - asset + isActive + sequencer } -type mantle_swap_StableSwap { +type avalanche_Setting { 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!] + maxRoutersPerTransfer: BigInt! + caller: avalanche_Bytes! } -type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { +input avalanche_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: 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: avalanche_BlockChangedFilter + and: [avalanche_Setting_filter] + or: [avalanche_Setting_filter] +} + +enum avalanche_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type avalanche_SlippageUpdate { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: avalanche_DestinationTransfer! + slippage: BigInt! + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mantle_swap_StableSwapAddLiquidityEvent_filter { +input avalanche_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -108318,87 +118915,55 @@ 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!] + 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_: avalanche_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: 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 @@ -108407,72 +118972,94 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - 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_StableSwapAddLiquidityEvent_filter] - or: [mantle_swap_StableSwapAddLiquidityEvent_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_SlippageUpdate_filter] + or: [avalanche_SlippageUpdate_filter] } -enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { +enum avalanche_SlippageUpdate_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -interface mantle_swap_StableSwapEvent { +type avalanche_SnapshotRoot { id: ID! - stableSwap: mantle_swap_StableSwap! - block: BigInt! + spokeDomain: BigInt + root: avalanche_Bytes! + count: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input mantle_swap_StableSwapEvent_filter { +input avalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -108481,35 +119068,32 @@ input mantle_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108518,72 +119102,124 @@ 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: avalanche_BlockChangedFilter + and: [avalanche_SnapshotRoot_filter] + or: [avalanche_SnapshotRoot_filter] } -enum mantle_swap_StableSwapEvent_orderBy { +enum avalanche_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 mantle_swap_StableSwapExchange { +type avalanche_SpokeConnectorMode { id: ID! - stableSwap: mantle_swap_StableSwap! - buyer: mantle_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + mode: String! +} + +input avalanche_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: avalanche_BlockChangedFilter + and: [avalanche_SpokeConnectorMode_filter] + or: [avalanche_SpokeConnectorMode_filter] +} + +enum avalanche_SpokeConnectorMode_orderBy { + id + mode +} + +enum avalanche_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type avalanche__Block_ { + """The hash of the block""" + hash: avalanche_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 avalanche__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: avalanche__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type staginggoerli_AggregateRoot { + id: ID! + root: staginggoerli_Bytes! + blockNumber: BigInt! +} + +type staginggoerli_AggregateRootProposed { + id: ID! + aggregateRoot: staginggoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input mantle_swap_StableSwapExchange_filter { +input staginggoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -108592,91 +119228,40 @@ 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!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108685,79 +119270,94 @@ input mantle_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_StableSwapExchange_filter] - or: [mantle_swap_StableSwapExchange_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootProposed_filter] + or: [staginggoerli_AggregateRootProposed_filter] } -enum mantle_swap_StableSwapExchange_orderBy { +enum staginggoerli_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 - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - transaction - nonce + blockNumber } -type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { +input staginggoerli_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRoot_filter] + or: [staginggoerli_AggregateRoot_filter] +} + +enum staginggoerli_AggregateRoot_orderBy { + id + root + blockNumber +} + +type staginggoerli_Asset { 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! + key: staginggoerli_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: staginggoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: staginggoerli_Bytes + localAsset: staginggoerli_Bytes + blockNumber: BigInt + status: staginggoerli_AssetStatus } -input mantle_swap_StableSwapRemoveLiquidityEvent_filter { +type staginggoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: staginggoerli_Router! + asset: staginggoerli_Asset! + feesEarned: BigInt! +} + +input staginggoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -108766,152 +119366,126 @@ 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!] - 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_: staginggoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: staginggoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetBalance_filter] + or: [staginggoerli_AssetBalance_filter] } -enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum staginggoerli_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 } -input mantle_swap_StableSwap_filter { +type staginggoerli_AssetStatus { + id: ID! + status: Boolean +} + +input staginggoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -108920,201 +119494,22 @@ input mantle_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: 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 + 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_StableSwap_filter] - or: [mantle_swap_StableSwap_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetStatus_filter] + or: [staginggoerli_AssetStatus_filter] } -enum mantle_swap_StableSwap_orderBy { +enum staginggoerli_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 -} - -type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { - id: ID! - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! + status } -input mantle_swap_SwapDailyVolume_filter { +input staginggoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -109123,80 +119518,130 @@ 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!] + key: staginggoerli_Bytes + key_not: staginggoerli_Bytes + key_gt: staginggoerli_Bytes + key_lt: staginggoerli_Bytes + key_gte: staginggoerli_Bytes + key_lte: staginggoerli_Bytes + key_in: [staginggoerli_Bytes!] + key_not_in: [staginggoerli_Bytes!] + key_contains: staginggoerli_Bytes + key_not_contains: staginggoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + 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: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: staginggoerli_Bytes + adoptedAsset_not: staginggoerli_Bytes + adoptedAsset_gt: staginggoerli_Bytes + adoptedAsset_lt: staginggoerli_Bytes + adoptedAsset_gte: staginggoerli_Bytes + adoptedAsset_lte: staginggoerli_Bytes + adoptedAsset_in: [staginggoerli_Bytes!] + adoptedAsset_not_in: [staginggoerli_Bytes!] + adoptedAsset_contains: staginggoerli_Bytes + adoptedAsset_not_contains: staginggoerli_Bytes + localAsset: staginggoerli_Bytes + localAsset_not: staginggoerli_Bytes + localAsset_gt: staginggoerli_Bytes + localAsset_lt: staginggoerli_Bytes + localAsset_gte: staginggoerli_Bytes + localAsset_lte: staginggoerli_Bytes + localAsset_in: [staginggoerli_Bytes!] + localAsset_not_in: [staginggoerli_Bytes!] + localAsset_contains: staginggoerli_Bytes + localAsset_not_contains: staginggoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: staginggoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapDailyVolume_filter] - or: [mantle_swap_SwapDailyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Asset_filter] + or: [staginggoerli_Asset_filter] } -enum mantle_swap_SwapDailyVolume_orderBy { +enum staginggoerli_Asset_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { +type staginggoerli_ConnectorMeta { id: ID! - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes } -input mantle_swap_SwapHourlyVolume_filter { +input staginggoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -109205,152 +119650,505 @@ input mantle_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapHourlyVolume_filter] - or: [mantle_swap_SwapHourlyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ConnectorMeta_filter] + or: [staginggoerli_ConnectorMeta_filter] } -enum mantle_swap_SwapHourlyVolume_orderBy { +enum staginggoerli_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 } -interface mantle_swap_SwapTradeVolume { - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! +type staginggoerli_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: staginggoerli_Bytes + nonce: BigInt + status: staginggoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes + receiveLocal: Boolean + callData: staginggoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: staginggoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: staginggoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: staginggoerli_Bytes + reconciledTxNonce: BigInt } -input 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] +input staginggoerli_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: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: staginggoerli_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: staginggoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: staginggoerli_Bytes + executedCaller_not: staginggoerli_Bytes + executedCaller_gt: staginggoerli_Bytes + executedCaller_lt: staginggoerli_Bytes + executedCaller_gte: staginggoerli_Bytes + executedCaller_lte: staginggoerli_Bytes + executedCaller_in: [staginggoerli_Bytes!] + executedCaller_not_in: [staginggoerli_Bytes!] + executedCaller_contains: staginggoerli_Bytes + executedCaller_not_contains: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes + executedTransactionHash_not: staginggoerli_Bytes + executedTransactionHash_gt: staginggoerli_Bytes + executedTransactionHash_lt: staginggoerli_Bytes + executedTransactionHash_gte: staginggoerli_Bytes + executedTransactionHash_lte: staginggoerli_Bytes + executedTransactionHash_in: [staginggoerli_Bytes!] + executedTransactionHash_not_in: [staginggoerli_Bytes!] + executedTransactionHash_contains: staginggoerli_Bytes + executedTransactionHash_not_contains: staginggoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: staginggoerli_Bytes + executedTxOrigin_not: staginggoerli_Bytes + executedTxOrigin_gt: staginggoerli_Bytes + executedTxOrigin_lt: staginggoerli_Bytes + executedTxOrigin_gte: staginggoerli_Bytes + executedTxOrigin_lte: staginggoerli_Bytes + executedTxOrigin_in: [staginggoerli_Bytes!] + executedTxOrigin_not_in: [staginggoerli_Bytes!] + executedTxOrigin_contains: staginggoerli_Bytes + executedTxOrigin_not_contains: staginggoerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: staginggoerli_Bytes + reconciledCaller_not: staginggoerli_Bytes + reconciledCaller_gt: staginggoerli_Bytes + reconciledCaller_lt: staginggoerli_Bytes + reconciledCaller_gte: staginggoerli_Bytes + reconciledCaller_lte: staginggoerli_Bytes + reconciledCaller_in: [staginggoerli_Bytes!] + reconciledCaller_not_in: [staginggoerli_Bytes!] + reconciledCaller_contains: staginggoerli_Bytes + reconciledCaller_not_contains: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes + reconciledTransactionHash_not: staginggoerli_Bytes + reconciledTransactionHash_gt: staginggoerli_Bytes + reconciledTransactionHash_lt: staginggoerli_Bytes + reconciledTransactionHash_gte: staginggoerli_Bytes + reconciledTransactionHash_lte: staginggoerli_Bytes + reconciledTransactionHash_in: [staginggoerli_Bytes!] + reconciledTransactionHash_not_in: [staginggoerli_Bytes!] + reconciledTransactionHash_contains: staginggoerli_Bytes + reconciledTransactionHash_not_contains: staginggoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin_not: staginggoerli_Bytes + reconciledTxOrigin_gt: staginggoerli_Bytes + reconciledTxOrigin_lt: staginggoerli_Bytes + reconciledTxOrigin_gte: staginggoerli_Bytes + reconciledTxOrigin_lte: staginggoerli_Bytes + reconciledTxOrigin_in: [staginggoerli_Bytes!] + reconciledTxOrigin_not_in: [staginggoerli_Bytes!] + reconciledTxOrigin_contains: staginggoerli_Bytes + reconciledTxOrigin_not_contains: staginggoerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_DestinationTransfer_filter] + or: [staginggoerli_DestinationTransfer_filter] } -enum mantle_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +enum staginggoerli_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__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 mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { +type staginggoerli_OptimisticRootFinalized { id: ID! - stableSwap: mantle_swap_StableSwap! + aggregateRoot: staginggoerli_Bytes! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + blockNumber: BigInt } -input mantle_swap_SwapWeeklyVolume_filter { +input staginggoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -109359,27 +120157,16 @@ 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 + 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 @@ -109388,262 +120175,41 @@ input mantle_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapWeeklyVolume_filter] - or: [mantle_swap_SwapWeeklyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootFinalized_filter] + or: [staginggoerli_OptimisticRootFinalized_filter] } -enum mantle_swap_SwapWeeklyVolume_orderBy { +enum staginggoerli_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 + aggregateRoot timestamp - volume -} - -type mantle_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input mantle_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SystemInfo_filter] - or: [mantle_swap_SystemInfo_filter] -} - -enum mantle_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type mantle_swap__Block_ { - """The hash of the block""" - hash: mantle_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type mantle_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mantle_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum 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!]! + blockNumber } -type xdai_swap_LpAccountBalance { +type staginggoerli_OriginMessage { 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 - 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_: xdai_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] -} - -enum xdai_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + transferId: staginggoerli_Bytes + destinationDomain: BigInt + leaf: staginggoerli_Bytes + index: BigInt + message: staginggoerli_Bytes + root: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + blockNumber: BigInt + rootCount: staginggoerli_RootCount } -input xdai_swap_LpAccount_filter { +input staginggoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -109652,51 +120218,158 @@ 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 + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: staginggoerli_Bytes + leaf_not: staginggoerli_Bytes + leaf_gt: staginggoerli_Bytes + leaf_lt: staginggoerli_Bytes + leaf_gte: staginggoerli_Bytes + leaf_lte: staginggoerli_Bytes + leaf_in: [staginggoerli_Bytes!] + leaf_not_in: [staginggoerli_Bytes!] + leaf_contains: staginggoerli_Bytes + leaf_not_contains: staginggoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: staginggoerli_Bytes + message_not: staginggoerli_Bytes + message_gt: staginggoerli_Bytes + message_lt: staginggoerli_Bytes + message_gte: staginggoerli_Bytes + message_lte: staginggoerli_Bytes + message_in: [staginggoerli_Bytes!] + message_not_in: [staginggoerli_Bytes!] + message_contains: staginggoerli_Bytes + message_not_contains: staginggoerli_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: staginggoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginMessage_filter] + or: [staginggoerli_OriginMessage_filter] } -enum xdai_swap_LpAccount_orderBy { +enum staginggoerli_OriginMessage_orderBy { id - address - balances -} - -type xdai_swap_LpToken { - id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: xdai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface xdai_swap_LpTokenEvent { +type staginggoerli_OriginTransfer { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: staginggoerli_Bytes + nonce: BigInt + status: staginggoerli_TransferStatus + messageHash: staginggoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes + receiveLocal: Boolean + callData: staginggoerli_Bytes + slippage: BigInt + originSender: staginggoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + transactingAsset: staginggoerli_Bytes + message: staginggoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] + initialRelayerFeeAsset: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: staginggoerli_Bytes + txNonce: BigInt } -input xdai_swap_LpTokenEvent_filter { +input staginggoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -109705,61 +120378,24 @@ input xdai_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - 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 + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -109768,173 +120404,445 @@ input xdai_swap_LpTokenEvent_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 + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_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 + transactingAsset: staginggoerli_Bytes + transactingAsset_not: staginggoerli_Bytes + transactingAsset_gt: staginggoerli_Bytes + transactingAsset_lt: staginggoerli_Bytes + transactingAsset_gte: staginggoerli_Bytes + transactingAsset_lte: staginggoerli_Bytes + transactingAsset_in: [staginggoerli_Bytes!] + transactingAsset_not_in: [staginggoerli_Bytes!] + transactingAsset_contains: staginggoerli_Bytes + transactingAsset_not_contains: staginggoerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: staginggoerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: staginggoerli_RelayerFee_filter + initialRelayerFeeAsset: staginggoerli_Bytes + initialRelayerFeeAsset_not: staginggoerli_Bytes + initialRelayerFeeAsset_gt: staginggoerli_Bytes + initialRelayerFeeAsset_lt: staginggoerli_Bytes + initialRelayerFeeAsset_gte: staginggoerli_Bytes + initialRelayerFeeAsset_lte: staginggoerli_Bytes + initialRelayerFeeAsset_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_contains: staginggoerli_Bytes + initialRelayerFeeAsset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: staginggoerli_Bytes + txOrigin_not: staginggoerli_Bytes + txOrigin_gt: staginggoerli_Bytes + txOrigin_lt: staginggoerli_Bytes + txOrigin_gte: staginggoerli_Bytes + txOrigin_lte: staginggoerli_Bytes + txOrigin_in: [staginggoerli_Bytes!] + txOrigin_not_in: [staginggoerli_Bytes!] + txOrigin_contains: staginggoerli_Bytes + txOrigin_not_contains: staginggoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTokenEvent_filter] - or: [xdai_swap_LpTokenEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginTransfer_filter] + or: [staginggoerli_OriginTransfer_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum staginggoerli_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce -} - -input xdai_swap_LpToken_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: xdai_swap_BigDecimal - totalSupply_not: xdai_swap_BigDecimal - totalSupply_gt: xdai_swap_BigDecimal - totalSupply_lt: xdai_swap_BigDecimal - totalSupply_gte: xdai_swap_BigDecimal - totalSupply_lte: xdai_swap_BigDecimal - totalSupply_in: [xdai_swap_BigDecimal!] - totalSupply_not_in: [xdai_swap_BigDecimal!] - events_: xdai_swap_LpTokenEvent_filter + 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 staginggoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: staginggoerli_Bytes +} + +type staginggoerli_RelayerFee { + id: ID! + transfer: staginggoerli_OriginTransfer! + fee: BigInt! + asset: staginggoerli_Bytes! +} + +input staginggoerli_RelayerFee_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: staginggoerli_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFee_filter] + or: [staginggoerli_RelayerFee_filter] } -enum xdai_swap_LpToken_orderBy { +enum staginggoerli_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 xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type staginggoerli_RelayerFeesIncrease { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - from: xdai_swap_Bytes! - to: xdai_swap_Bytes! - fromBalance: xdai_swap_BigDecimal! - toBalance: xdai_swap_BigDecimal! - block: BigInt! + transfer: staginggoerli_OriginTransfer! + increase: BigInt + asset: staginggoerli_Bytes + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input staginggoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -109943,79 +120851,65 @@ input xdai_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - from: xdai_swap_Bytes - from_not: xdai_swap_Bytes - from_gt: xdai_swap_Bytes - from_lt: xdai_swap_Bytes - from_gte: xdai_swap_Bytes - from_lte: xdai_swap_Bytes - from_in: [xdai_swap_Bytes!] - from_not_in: [xdai_swap_Bytes!] - from_contains: xdai_swap_Bytes - from_not_contains: xdai_swap_Bytes - to: xdai_swap_Bytes - to_not: xdai_swap_Bytes - to_gt: xdai_swap_Bytes - to_lt: xdai_swap_Bytes - to_gte: xdai_swap_Bytes - to_lte: xdai_swap_Bytes - to_in: [xdai_swap_Bytes!] - to_not_in: [xdai_swap_Bytes!] - to_contains: xdai_swap_Bytes - to_not_contains: xdai_swap_Bytes - fromBalance: xdai_swap_BigDecimal - fromBalance_not: xdai_swap_BigDecimal - fromBalance_gt: xdai_swap_BigDecimal - fromBalance_lt: xdai_swap_BigDecimal - fromBalance_gte: xdai_swap_BigDecimal - fromBalance_lte: xdai_swap_BigDecimal - fromBalance_in: [xdai_swap_BigDecimal!] - fromBalance_not_in: [xdai_swap_BigDecimal!] - toBalance: xdai_swap_BigDecimal - toBalance_not: xdai_swap_BigDecimal - toBalance_gt: xdai_swap_BigDecimal - toBalance_lt: xdai_swap_BigDecimal - toBalance_gte: xdai_swap_BigDecimal - toBalance_lte: xdai_swap_BigDecimal - toBalance_in: [xdai_swap_BigDecimal!] - toBalance_not_in: [xdai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: staginggoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110024,62 +120918,79 @@ 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 - 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTransferEvent_filter] - or: [xdai_swap_LpTransferEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFeesIncrease_filter] + or: [staginggoerli_RelayerFeesIncrease_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum staginggoerli_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 xdai_swap_OrderDirection { - asc - desc -} - -type xdai_swap_PooledToken { - id: ID! - asset: xdai_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input xdai_swap_PooledToken_filter { +input staginggoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -110088,72 +120999,38 @@ 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 + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Relayer_filter] + or: [staginggoerli_Relayer_filter] } -enum xdai_swap_PooledToken_orderBy { +enum staginggoerli_Relayer_orderBy { id - asset -} - -type xdai_swap_StableSwap { - id: ID! - isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes - domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [xdai_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] + isActive + relayer } -type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type staginggoerli_RootCount { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + count: BigInt } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input staginggoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -110162,161 +121039,40 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - 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!] + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapAddLiquidityEvent_filter] - or: [xdai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootCount_filter] + or: [staginggoerli_RootCount_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum staginggoerli_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 xdai_swap_StableSwapEvent { +type staginggoerli_RootMessageSent { id: ID! - stableSwap: xdai_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: staginggoerli_Bytes + count: BigInt + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input xdai_swap_StableSwapEvent_filter { +input staginggoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -110325,35 +121081,60 @@ input xdai_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110362,72 +121143,69 @@ 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 - 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapEvent_filter] - or: [xdai_swap_StableSwapEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageSent_filter] + or: [staginggoerli_RootMessageSent_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum staginggoerli_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 xdai_swap_StableSwapExchange { +type staginggoerli_Router { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: staginggoerli_Bytes + recipient: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! +} + +type staginggoerli_RouterDailyTVL { + id: ID! + router: staginggoerli_Router! + asset: staginggoerli_Asset! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input xdai_swap_StableSwapExchange_filter { +input staginggoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -110436,172 +121214,113 @@ input xdai_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - buyer: xdai_swap_Bytes - buyer_not: xdai_swap_Bytes - buyer_gt: xdai_swap_Bytes - buyer_lt: xdai_swap_Bytes - buyer_gte: xdai_swap_Bytes - buyer_lte: xdai_swap_Bytes - buyer_in: [xdai_swap_Bytes!] - buyer_not_in: [xdai_swap_Bytes!] - buyer_contains: xdai_swap_Bytes - buyer_not_contains: xdai_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: staginggoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: staginggoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - 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!] + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapExchange_filter] - or: [xdai_swap_StableSwapExchange_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterDailyTVL_filter] + or: [staginggoerli_RouterDailyTVL_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum staginggoerli_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 xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type staginggoerli_RouterLiquidityEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: staginggoerli_RouterLiquidityEventType + router: staginggoerli_Router! + asset: staginggoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: staginggoerli_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transactionHash: staginggoerli_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +enum staginggoerli_RouterLiquidityEventType { + Add + Remove +} + +input staginggoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -110610,87 +121329,86 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110699,16 +121417,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 + 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 @@ -110718,44 +121436,41 @@ 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: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterLiquidityEvent_filter] + or: [staginggoerli_RouterLiquidityEvent_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum staginggoerli_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 xdai_swap_StableSwap_filter { +input staginggoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -110768,197 +121483,68 @@ 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 - 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 + owner: staginggoerli_Bytes + owner_not: staginggoerli_Bytes + owner_gt: staginggoerli_Bytes + owner_lt: staginggoerli_Bytes + owner_gte: staginggoerli_Bytes + owner_lte: staginggoerli_Bytes + owner_in: [staginggoerli_Bytes!] + owner_not_in: [staginggoerli_Bytes!] + owner_contains: staginggoerli_Bytes + owner_not_contains: staginggoerli_Bytes + recipient: staginggoerli_Bytes + recipient_not: staginggoerli_Bytes + recipient_gt: staginggoerli_Bytes + recipient_lt: staginggoerli_Bytes + recipient_gte: staginggoerli_Bytes + recipient_lte: staginggoerli_Bytes + recipient_in: [staginggoerli_Bytes!] + recipient_not_in: [staginggoerli_Bytes!] + recipient_contains: staginggoerli_Bytes + recipient_not_contains: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes + proposedOwner_not: staginggoerli_Bytes + proposedOwner_gt: staginggoerli_Bytes + proposedOwner_lt: staginggoerli_Bytes + proposedOwner_gte: staginggoerli_Bytes + proposedOwner_lte: staginggoerli_Bytes + proposedOwner_in: [staginggoerli_Bytes!] + proposedOwner_not_in: [staginggoerli_Bytes!] + proposedOwner_contains: staginggoerli_Bytes + proposedOwner_not_contains: staginggoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: staginggoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Router_filter] + or: [staginggoerli_Router_filter] } -enum xdai_swap_StableSwap_orderBy { +enum staginggoerli_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 xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type staginggoerli_Sequencer { id: ID! - stableSwap: xdai_swap_StableSwap! - timestamp: BigInt! - volume: xdai_swap_BigDecimal! + isActive: Boolean! + sequencer: staginggoerli_Bytes } -input xdai_swap_SwapDailyVolume_filter { +input staginggoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -110967,80 +121553,90 @@ input xdai_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + 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 """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Sequencer_filter] + or: [staginggoerli_Sequencer_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum staginggoerli_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 xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type staginggoerli_Setting { id: ID! - stableSwap: xdai_swap_StableSwap! + maxRoutersPerTransfer: BigInt! + caller: staginggoerli_Bytes! +} + +input staginggoerli_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: 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: staginggoerli_BlockChangedFilter + and: [staginggoerli_Setting_filter] + or: [staginggoerli_Setting_filter] +} + +enum staginggoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type staginggoerli_SlippageUpdate { + id: ID! + transfer: staginggoerli_DestinationTransfer! + slippage: BigInt! + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input xdai_swap_SwapHourlyVolume_filter { +input staginggoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -111049,27 +121645,55 @@ input xdai_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: staginggoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111078,71 +121702,128 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SlippageUpdate_filter] + or: [staginggoerli_SlippageUpdate_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum staginggoerli_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 + 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 } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +type staginggoerli_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: staginggoerli_Bytes! + count: BigInt! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + blockNumber: BigInt! } -input xdai_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter +input staginggoerli_SnapshotRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111151,50 +121832,99 @@ 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SnapshotRoot_filter] + or: [staginggoerli_SnapshotRoot_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum staginggoerli_SnapshotRoot_orderBy { + id + spokeDomain + root + count timestamp - volume + blockNumber +} + +type staginggoerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input staginggoerli_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SpokeConnectorMode_filter] + or: [staginggoerli_SpokeConnectorMode_filter] } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +enum staginggoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum staginggoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type base_AggregateRoot { id: ID! - stableSwap: xdai_swap_StableSwap! + root: base_Bytes! + blockNumber: BigInt! +} + +type base_AggregateRootProposed { + id: ID! + aggregateRoot: base_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + blockNumber: BigInt } -input xdai_swap_SwapWeeklyVolume_filter { +input base_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -111203,27 +121933,40 @@ input xdai_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + aggregateRoot: base_Bytes + aggregateRoot_not: base_Bytes + aggregateRoot_gt: base_Bytes + aggregateRoot_lt: base_Bytes + aggregateRoot_gte: base_Bytes + aggregateRoot_lte: base_Bytes + aggregateRoot_in: [base_Bytes!] + aggregateRoot_not_in: [base_Bytes!] + aggregateRoot_contains: base_Bytes + aggregateRoot_not_contains: base_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111232,50 +121975,31 @@ 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_AggregateRootProposed_filter] + or: [base_AggregateRootProposed_filter] } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum base_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 + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - volume -} - -type xdai_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + blockNumber } -input xdai_swap_SystemInfo_filter { +input base_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -111284,101 +122008,189 @@ input xdai_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SystemInfo_filter] - or: [xdai_swap_SystemInfo_filter] + _change_block: base_BlockChangedFilter + and: [base_AggregateRoot_filter] + or: [base_AggregateRoot_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum base_AggregateRoot_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 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! + root + blockNumber } -enum polygon_swap_Aggregation_interval { - hour - day +type base_Asset { + id: ID! + key: base_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: base_Bytes + canonicalDomain: BigInt + adoptedAsset: base_Bytes + localAsset: base_Bytes + blockNumber: BigInt + status: base_AssetStatus } -scalar polygon_swap_BigDecimal - -input polygon_swap_BlockChangedFilter { - number_gte: Int! +type base_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: base_Router! + asset: base_Asset! + feesEarned: BigInt! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes - number: Int - number_gte: Int +input base_AssetBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: base_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_AssetBalance_filter] + or: [base_AssetBalance_filter] } -scalar polygon_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar polygon_swap_Int8 - -type polygon_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!]! +enum base_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type polygon_swap_LpAccountBalance { +type base_AssetStatus { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: polygon_swap_Bytes + status: Boolean } -input polygon_swap_LpAccountBalance_filter { +input base_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -111387,107 +122199,22 @@ input polygon_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_: polygon_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetStatus_filter] + or: [base_AssetStatus_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum base_AssetStatus_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + status } -input polygon_swap_LpAccount_filter { +input base_Asset_filter { id: ID id_not: ID id_gt: ID @@ -111496,51 +122223,255 @@ 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 + key: base_Bytes + key_not: base_Bytes + key_gt: base_Bytes + key_lt: base_Bytes + key_gte: base_Bytes + key_lte: base_Bytes + key_in: [base_Bytes!] + key_not_in: [base_Bytes!] + key_contains: base_Bytes + key_not_contains: base_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: base_Bytes + adoptedAsset_not: base_Bytes + adoptedAsset_gt: base_Bytes + adoptedAsset_lt: base_Bytes + adoptedAsset_gte: base_Bytes + adoptedAsset_lte: base_Bytes + adoptedAsset_in: [base_Bytes!] + adoptedAsset_not_in: [base_Bytes!] + adoptedAsset_contains: base_Bytes + adoptedAsset_not_contains: base_Bytes + localAsset: base_Bytes + localAsset_not: base_Bytes + localAsset_gt: base_Bytes + localAsset_lt: base_Bytes + localAsset_gte: base_Bytes + localAsset_lte: base_Bytes + localAsset_in: [base_Bytes!] + localAsset_not_in: [base_Bytes!] + localAsset_contains: base_Bytes + localAsset_not_contains: base_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_: base_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: base_BlockChangedFilter + and: [base_Asset_filter] + or: [base_Asset_filter] } -enum polygon_swap_LpAccount_orderBy { +enum base_Asset_orderBy { id - address - balances + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type polygon_swap_LpToken { +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 { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: polygon_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! + spokeDomain: BigInt + hubDomain: BigInt + amb: base_Bytes + rootManager: base_Bytes + mirrorConnector: base_Bytes } -interface polygon_swap_LpTokenEvent { +input base_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: 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: base_BlockChangedFilter + and: [base_ConnectorMeta_filter] + or: [base_ConnectorMeta_filter] +} + +enum base_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type base_DestinationTransfer { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: polygon_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: base_Bytes + nonce: BigInt + status: base_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: base_Router_orderBy, orderDirection: base_OrderDirection, where: base_Router_filter): [base_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: base_Bytes + delegate: base_Bytes + receiveLocal: Boolean + callData: base_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: base_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: base_Bytes + asset: base_Asset + amount: BigInt + routersFee: BigInt + executedCaller: base_Bytes + executedTransactionHash: base_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: base_Bytes + executedTxNonce: BigInt + reconciledCaller: base_Bytes + reconciledTransactionHash: base_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: base_Bytes + reconciledTxNonce: BigInt } -input polygon_swap_LpTokenEvent_filter { +input base_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -111549,61 +122480,24 @@ input polygon_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_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -111612,173 +122506,374 @@ input polygon_swap_LpTokenEvent_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!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: base_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: base_Bytes + to_not: base_Bytes + to_gt: base_Bytes + to_lt: base_Bytes + to_gte: base_Bytes + to_lte: base_Bytes + to_in: [base_Bytes!] + to_not_in: [base_Bytes!] + to_contains: base_Bytes + to_not_contains: base_Bytes + delegate: base_Bytes + delegate_not: base_Bytes + delegate_gt: base_Bytes + delegate_lt: base_Bytes + delegate_gte: base_Bytes + delegate_lte: base_Bytes + delegate_in: [base_Bytes!] + delegate_not_in: [base_Bytes!] + delegate_contains: base_Bytes + delegate_not_contains: base_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: base_Bytes + callData_not: base_Bytes + callData_gt: base_Bytes + callData_lt: base_Bytes + callData_gte: base_Bytes + callData_lte: base_Bytes + callData_in: [base_Bytes!] + callData_not_in: [base_Bytes!] + callData_contains: base_Bytes + callData_not_contains: base_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: base_Bytes + originSender_not: base_Bytes + originSender_gt: base_Bytes + originSender_lt: base_Bytes + originSender_gte: base_Bytes + originSender_lte: base_Bytes + originSender_in: [base_Bytes!] + originSender_not_in: [base_Bytes!] + originSender_contains: base_Bytes + originSender_not_contains: base_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: base_Bytes + executedCaller_not: base_Bytes + executedCaller_gt: base_Bytes + executedCaller_lt: base_Bytes + executedCaller_gte: base_Bytes + executedCaller_lte: base_Bytes + executedCaller_in: [base_Bytes!] + executedCaller_not_in: [base_Bytes!] + executedCaller_contains: base_Bytes + executedCaller_not_contains: base_Bytes + executedTransactionHash: base_Bytes + executedTransactionHash_not: base_Bytes + executedTransactionHash_gt: base_Bytes + executedTransactionHash_lt: base_Bytes + executedTransactionHash_gte: base_Bytes + executedTransactionHash_lte: base_Bytes + executedTransactionHash_in: [base_Bytes!] + executedTransactionHash_not_in: [base_Bytes!] + executedTransactionHash_contains: base_Bytes + executedTransactionHash_not_contains: base_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: base_Bytes + executedTxOrigin_not: base_Bytes + executedTxOrigin_gt: base_Bytes + executedTxOrigin_lt: base_Bytes + executedTxOrigin_gte: base_Bytes + executedTxOrigin_lte: base_Bytes + executedTxOrigin_in: [base_Bytes!] + executedTxOrigin_not_in: [base_Bytes!] + executedTxOrigin_contains: base_Bytes + executedTxOrigin_not_contains: base_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: base_Bytes + reconciledCaller_not: base_Bytes + reconciledCaller_gt: base_Bytes + reconciledCaller_lt: base_Bytes + reconciledCaller_gte: base_Bytes + reconciledCaller_lte: base_Bytes + reconciledCaller_in: [base_Bytes!] + reconciledCaller_not_in: [base_Bytes!] + reconciledCaller_contains: base_Bytes + reconciledCaller_not_contains: base_Bytes + reconciledTransactionHash: base_Bytes + reconciledTransactionHash_not: base_Bytes + reconciledTransactionHash_gt: base_Bytes + reconciledTransactionHash_lt: base_Bytes + reconciledTransactionHash_gte: base_Bytes + reconciledTransactionHash_lte: base_Bytes + reconciledTransactionHash_in: [base_Bytes!] + reconciledTransactionHash_not_in: [base_Bytes!] + reconciledTransactionHash_contains: base_Bytes + reconciledTransactionHash_not_contains: base_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: base_Bytes + reconciledTxOrigin_not: base_Bytes + reconciledTxOrigin_gt: base_Bytes + reconciledTxOrigin_lt: base_Bytes + reconciledTxOrigin_gte: base_Bytes + reconciledTxOrigin_lte: base_Bytes + reconciledTxOrigin_in: [base_Bytes!] + reconciledTxOrigin_not_in: [base_Bytes!] + reconciledTxOrigin_contains: base_Bytes + reconciledTxOrigin_not_contains: base_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTokenEvent_filter] - or: [polygon_swap_LpTokenEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_DestinationTransfer_filter] + or: [base_DestinationTransfer_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum base_DestinationTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - 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 } -input polygon_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: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: polygon_swap_BigDecimal - totalSupply_not: polygon_swap_BigDecimal - totalSupply_gt: polygon_swap_BigDecimal - totalSupply_lt: polygon_swap_BigDecimal - totalSupply_gte: polygon_swap_BigDecimal - totalSupply_lte: polygon_swap_BigDecimal - totalSupply_in: [polygon_swap_BigDecimal!] - totalSupply_not_in: [polygon_swap_BigDecimal!] - events_: polygon_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] -} +""" +8 bytes signed integer -enum polygon_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events -} +""" +scalar base_Int8 -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type base_OptimisticRootFinalized { 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! - block: BigInt! + aggregateRoot: base_Bytes! timestamp: BigInt! - transaction: polygon_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input polygon_swap_LpTransferEvent_filter { +input base_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -111787,79 +122882,16 @@ input polygon_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_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - from: polygon_swap_Bytes - from_not: polygon_swap_Bytes - from_gt: polygon_swap_Bytes - from_lt: polygon_swap_Bytes - from_gte: polygon_swap_Bytes - from_lte: polygon_swap_Bytes - from_in: [polygon_swap_Bytes!] - from_not_in: [polygon_swap_Bytes!] - from_contains: polygon_swap_Bytes - from_not_contains: polygon_swap_Bytes - to: polygon_swap_Bytes - to_not: polygon_swap_Bytes - to_gt: polygon_swap_Bytes - to_lt: polygon_swap_Bytes - to_gte: polygon_swap_Bytes - to_lte: polygon_swap_Bytes - to_in: [polygon_swap_Bytes!] - to_not_in: [polygon_swap_Bytes!] - to_contains: polygon_swap_Bytes - to_not_contains: polygon_swap_Bytes - fromBalance: polygon_swap_BigDecimal - fromBalance_not: polygon_swap_BigDecimal - fromBalance_gt: polygon_swap_BigDecimal - fromBalance_lt: polygon_swap_BigDecimal - fromBalance_gte: polygon_swap_BigDecimal - fromBalance_lte: polygon_swap_BigDecimal - fromBalance_in: [polygon_swap_BigDecimal!] - fromBalance_not_in: [polygon_swap_BigDecimal!] - toBalance: polygon_swap_BigDecimal - toBalance_not: polygon_swap_BigDecimal - toBalance_gt: polygon_swap_BigDecimal - toBalance_lt: polygon_swap_BigDecimal - toBalance_gte: polygon_swap_BigDecimal - toBalance_lte: polygon_swap_BigDecimal - toBalance_in: [polygon_swap_BigDecimal!] - toBalance_not_in: [polygon_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -111868,62 +122900,47 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTransferEvent_filter] - or: [polygon_swap_LpTransferEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_OptimisticRootFinalized_filter] + or: [base_OptimisticRootFinalized_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum base_OptimisticRootFinalized_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + aggregateRoot timestamp - transaction - nonce + blockNumber } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum base_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type base_OriginMessage { id: ID! - asset: polygon_swap_Bytes! + transferId: base_Bytes + destinationDomain: BigInt + leaf: base_Bytes + index: BigInt + message: base_Bytes + root: base_Bytes + transactionHash: base_Bytes + blockNumber: BigInt + rootCount: base_RootCount } -input polygon_swap_PooledToken_filter { +input base_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -111932,72 +122949,158 @@ 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 + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: base_Bytes + leaf_not: base_Bytes + leaf_gt: base_Bytes + leaf_lt: base_Bytes + leaf_gte: base_Bytes + leaf_lte: base_Bytes + leaf_in: [base_Bytes!] + leaf_not_in: [base_Bytes!] + leaf_contains: base_Bytes + leaf_not_contains: base_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: base_Bytes + message_not: base_Bytes + message_gt: base_Bytes + message_lt: base_Bytes + message_gte: base_Bytes + message_lte: base_Bytes + message_in: [base_Bytes!] + message_not_in: [base_Bytes!] + message_contains: base_Bytes + message_not_contains: base_Bytes + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: base_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginMessage_filter] + or: [base_OriginMessage_filter] } -enum polygon_swap_PooledToken_orderBy { +enum base_OriginMessage_orderBy { id - asset -} - -type polygon_swap_StableSwap { - id: ID! - isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes - domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type base_OriginTransfer { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: polygon_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: base_Bytes + nonce: BigInt + status: base_TransferStatus + messageHash: base_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: base_Bytes + delegate: base_Bytes + receiveLocal: Boolean + callData: base_Bytes + slippage: BigInt + originSender: base_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: base_Bytes + asset: base_Asset + transactingAsset: base_Bytes + message: base_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: base_RelayerFee_orderBy, orderDirection: base_OrderDirection, where: base_RelayerFee_filter): [base_RelayerFee!] + initialRelayerFeeAsset: base_Bytes + caller: base_Bytes + transactionHash: base_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: base_Bytes + txNonce: BigInt } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input base_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -112006,105 +123109,24 @@ input polygon_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_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -112113,91 +123135,219 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { nonce_lte: BigInt 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] -} - -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce -} - -interface polygon_swap_StableSwapEvent { - id: ID! - stableSwap: polygon_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: polygon_swap_Bytes! - nonce: BigInt! -} - -input polygon_swap_StableSwapEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + status: base_TransferStatus + status_not: base_TransferStatus + status_in: [base_TransferStatus!] + status_not_in: [base_TransferStatus!] + messageHash: base_Bytes + messageHash_not: base_Bytes + messageHash_gt: base_Bytes + messageHash_lt: base_Bytes + messageHash_gte: base_Bytes + messageHash_lte: base_Bytes + messageHash_in: [base_Bytes!] + messageHash_not_in: [base_Bytes!] + messageHash_contains: base_Bytes + messageHash_not_contains: base_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: base_Bytes + to_not: base_Bytes + to_gt: base_Bytes + to_lt: base_Bytes + to_gte: base_Bytes + to_lte: base_Bytes + to_in: [base_Bytes!] + to_not_in: [base_Bytes!] + to_contains: base_Bytes + to_not_contains: base_Bytes + delegate: base_Bytes + delegate_not: base_Bytes + delegate_gt: base_Bytes + delegate_lt: base_Bytes + delegate_gte: base_Bytes + delegate_lte: base_Bytes + delegate_in: [base_Bytes!] + delegate_not_in: [base_Bytes!] + delegate_contains: base_Bytes + delegate_not_contains: base_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: base_Bytes + callData_not: base_Bytes + callData_gt: base_Bytes + callData_lt: base_Bytes + callData_gte: base_Bytes + callData_lte: base_Bytes + callData_in: [base_Bytes!] + callData_not_in: [base_Bytes!] + callData_contains: base_Bytes + callData_not_contains: base_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: base_Bytes + originSender_not: base_Bytes + originSender_gt: base_Bytes + originSender_lt: base_Bytes + originSender_gte: base_Bytes + originSender_lte: base_Bytes + originSender_in: [base_Bytes!] + originSender_not_in: [base_Bytes!] + originSender_contains: base_Bytes + originSender_not_contains: base_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + transactingAsset: base_Bytes + transactingAsset_not: base_Bytes + transactingAsset_gt: base_Bytes + transactingAsset_lt: base_Bytes + transactingAsset_gte: base_Bytes + transactingAsset_lte: base_Bytes + transactingAsset_in: [base_Bytes!] + transactingAsset_not_in: [base_Bytes!] + transactingAsset_contains: base_Bytes + transactingAsset_not_contains: base_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: base_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: base_RelayerFee_filter + initialRelayerFeeAsset: base_Bytes + initialRelayerFeeAsset_not: base_Bytes + initialRelayerFeeAsset_gt: base_Bytes + initialRelayerFeeAsset_lt: base_Bytes + initialRelayerFeeAsset_gte: base_Bytes + initialRelayerFeeAsset_lte: base_Bytes + initialRelayerFeeAsset_in: [base_Bytes!] + initialRelayerFeeAsset_not_in: [base_Bytes!] + initialRelayerFeeAsset_contains: base_Bytes + initialRelayerFeeAsset_not_contains: base_Bytes + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112206,72 +123356,121 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: base_Bytes + txOrigin_not: base_Bytes + txOrigin_gt: base_Bytes + txOrigin_lt: base_Bytes + txOrigin_gte: base_Bytes + txOrigin_lte: base_Bytes + txOrigin_in: [base_Bytes!] + txOrigin_not_in: [base_Bytes!] + txOrigin_contains: base_Bytes + txOrigin_not_contains: base_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapEvent_filter] - or: [polygon_swap_StableSwapEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginTransfer_filter] + or: [base_OriginTransfer_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum base_OriginTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type polygon_swap_StableSwapExchange { +type base_Relayer { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! + isActive: Boolean! + relayer: base_Bytes +} + +type base_RelayerFee { + id: ID! + transfer: base_OriginTransfer! fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: polygon_swap_Bytes! - nonce: BigInt! + asset: base_Bytes! } -input polygon_swap_StableSwapExchange_filter { +input base_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -112280,75 +123479,27 @@ input polygon_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_: polygon_swap_StableSwap_filter - buyer: polygon_swap_Bytes - buyer_not: polygon_swap_Bytes - buyer_gt: polygon_swap_Bytes - buyer_lt: polygon_swap_Bytes - buyer_gte: polygon_swap_Bytes - buyer_lte: polygon_swap_Bytes - buyer_in: [polygon_swap_Bytes!] - buyer_not_in: [polygon_swap_Bytes!] - buyer_contains: polygon_swap_Bytes - buyer_not_contains: polygon_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: base_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -112357,95 +123508,72 @@ input polygon_swap_StableSwapExchange_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapExchange_filter] - or: [polygon_swap_StableSwapExchange_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFee_filter] + or: [base_RelayerFee_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum base_RelayerFee_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee - block - timestamp - transaction - nonce + asset } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type base_RelayerFeesIncrease { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: base_OriginTransfer! + increase: BigInt + asset: base_Bytes + caller: base_Bytes! + transactionHash: base_Bytes! timestamp: BigInt! - transaction: polygon_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input base_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -112454,87 +123582,65 @@ input polygon_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_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: base_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: base_Bytes + asset_not: base_Bytes + asset_gt: base_Bytes + asset_lt: base_Bytes + asset_gte: base_Bytes + asset_lte: base_Bytes + asset_in: [base_Bytes!] + asset_not_in: [base_Bytes!] + asset_contains: base_Bytes + asset_not_contains: base_Bytes + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112543,63 +123649,79 @@ 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 - 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFeesIncrease_filter] + or: [base_RelayerFeesIncrease_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum base_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 polygon_swap_StableSwap_filter { +input base_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -112612,197 +123734,34 @@ 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 - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: polygon_swap_Bytes - swapPool_not: polygon_swap_Bytes - swapPool_gt: polygon_swap_Bytes - swapPool_lt: polygon_swap_Bytes - swapPool_gte: polygon_swap_Bytes - swapPool_lte: polygon_swap_Bytes - swapPool_in: [polygon_swap_Bytes!] - swapPool_not_in: [polygon_swap_Bytes!] - swapPool_contains: polygon_swap_Bytes - swapPool_not_contains: polygon_swap_Bytes - lpToken: polygon_swap_Bytes - lpToken_not: polygon_swap_Bytes - lpToken_gt: polygon_swap_Bytes - lpToken_lt: polygon_swap_Bytes - lpToken_gte: polygon_swap_Bytes - lpToken_lte: polygon_swap_Bytes - lpToken_in: [polygon_swap_Bytes!] - lpToken_not_in: [polygon_swap_Bytes!] - lpToken_contains: polygon_swap_Bytes - lpToken_not_contains: polygon_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [polygon_swap_Bytes!] - pooledTokens_not: [polygon_swap_Bytes!] - pooledTokens_contains: [polygon_swap_Bytes!] - pooledTokens_contains_nocase: [polygon_swap_Bytes!] - pooledTokens_not_contains: [polygon_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: polygon_swap_StableSwapEvent_filter - exchanges_: polygon_swap_StableSwapExchange_filter - hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter - dailyVolumes_: polygon_swap_SwapDailyVolume_filter - weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter + 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: base_BlockChangedFilter + and: [base_Relayer_filter] + or: [base_Relayer_filter] } -enum polygon_swap_StableSwap_orderBy { +enum base_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 polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type base_RootCount { id: ID! - stableSwap: polygon_swap_StableSwap! - timestamp: BigInt! - volume: polygon_swap_BigDecimal! + count: BigInt } -input polygon_swap_SwapDailyVolume_filter { +input base_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -112811,27 +123770,102 @@ input polygon_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_: polygon_swap_StableSwap_filter + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_RootCount_filter] + or: [base_RootCount_filter] +} + +enum base_RootCount_orderBy { + id + count +} + +type base_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: base_Bytes + count: BigInt + caller: base_Bytes + transactionHash: base_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input base_RootMessageSent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112839,52 +123873,70 @@ input polygon_swap_SwapDailyVolume_filter { timestamp_gte: BigInt timestamp_lte: BigInt timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_RootMessageSent_filter] + or: [base_RootMessageSent_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum base_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 polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type base_Router { id: ID! - stableSwap: polygon_swap_StableSwap! + isActive: Boolean! + owner: base_Bytes + recipient: base_Bytes + proposedOwner: base_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! +} + +type base_RouterDailyTVL { + id: ID! + router: base_Router! + asset: base_Asset! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + balance: BigInt! } -input polygon_swap_SwapHourlyVolume_filter { +input base_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -112893,27 +123945,48 @@ input polygon_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_: polygon_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_: base_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112922,123 +123995,63 @@ 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!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterDailyTVL_filter] + or: [base_RouterDailyTVL_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum base_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 } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +type base_RouterLiquidityEvent { + id: ID! + type: base_RouterLiquidityEventType + router: base_Router! + asset: base_Asset! + amount: BigInt! + balance: BigInt! + caller: base_Bytes + blockNumber: BigInt! timestamp: BigInt! - volume: polygon_swap_BigDecimal! -} - -input polygon_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] -} - -enum polygon_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + transactionHash: base_Bytes! + nonce: BigInt! } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { - id: ID! - stableSwap: polygon_swap_StableSwap! - timestamp: BigInt! - volume: polygon_swap_BigDecimal! +enum base_RouterLiquidityEventType { + Add + Remove } -input polygon_swap_SwapWeeklyVolume_filter { +input base_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -113047,27 +124060,86 @@ input polygon_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + type: base_RouterLiquidityEventType + type_not: base_RouterLiquidityEventType + type_in: [base_RouterLiquidityEventType!] + type_not_in: [base_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: base_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113076,50 +124148,60 @@ 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!] + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterLiquidityEvent_filter] + or: [base_RouterLiquidityEvent_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum base_RouterLiquidityEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber timestamp - volume -} - -type polygon_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + transactionHash + nonce } -input polygon_swap_SystemInfo_filter { +input base_Router_filter { id: ID id_not: ID id_gt: ID @@ -113128,101 +124210,72 @@ input polygon_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: base_Bytes + owner_not: base_Bytes + owner_gt: base_Bytes + owner_lt: base_Bytes + owner_gte: base_Bytes + owner_lte: base_Bytes + owner_in: [base_Bytes!] + owner_not_in: [base_Bytes!] + owner_contains: base_Bytes + owner_not_contains: base_Bytes + recipient: base_Bytes + recipient_not: base_Bytes + recipient_gt: base_Bytes + recipient_lt: base_Bytes + recipient_gte: base_Bytes + recipient_lte: base_Bytes + recipient_in: [base_Bytes!] + recipient_not_in: [base_Bytes!] + recipient_contains: base_Bytes + recipient_not_contains: base_Bytes + proposedOwner: base_Bytes + proposedOwner_not: base_Bytes + proposedOwner_gt: base_Bytes + proposedOwner_lt: base_Bytes + proposedOwner_gte: base_Bytes + proposedOwner_lte: base_Bytes + proposedOwner_in: [base_Bytes!] + proposedOwner_not_in: [base_Bytes!] + proposedOwner_contains: base_Bytes + proposedOwner_not_contains: base_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: base_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SystemInfo_filter] - or: [polygon_swap_SystemInfo_filter] + _change_block: base_BlockChangedFilter + and: [base_Router_filter] + or: [base_Router_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum base_Router_orderBy { id - exchangeCount - swapCount -} - -type polygon_swap__Block_ { - """The hash of the block""" - hash: polygon_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type polygon_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: polygon_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -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!]! + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type optimism_swap_LpAccountBalance { +type base_Sequencer { id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: optimism_swap_Bytes + isActive: Boolean! + sequencer: base_Bytes } -input optimism_swap_LpAccountBalance_filter { +input base_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -113231,107 +124284,39 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: base_Bytes + sequencer_not: base_Bytes + sequencer_gt: base_Bytes + sequencer_lt: base_Bytes + sequencer_gte: base_Bytes + sequencer_lte: base_Bytes + sequencer_in: [base_Bytes!] + sequencer_not_in: [base_Bytes!] + sequencer_contains: base_Bytes + sequencer_not_contains: base_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] + _change_block: base_BlockChangedFilter + and: [base_Sequencer_filter] + or: [base_Sequencer_filter] } -enum optimism_swap_LpAccountBalance_orderBy { +enum base_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 optimism_swap_LpAccount_filter { +type base_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: base_Bytes! +} + +input base_Setting_filter { id: ID id_not: ID id_gt: ID @@ -113340,145 +124325,49 @@ 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 + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: base_BlockChangedFilter + and: [base_Setting_filter] + or: [base_Setting_filter] } -enum optimism_swap_LpAccount_orderBy { +enum base_Setting_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!]! + maxRoutersPerTransfer + caller } -interface optimism_swap_LpTokenEvent { +type base_SlippageUpdate { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - block: BigInt! + transfer: base_DestinationTransfer! + slippage: BigInt! + caller: base_Bytes! + transactionHash: base_Bytes! 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 + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input optimism_swap_LpToken_filter { +input base_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -113487,142 +124376,151 @@ input optimism_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: optimism_swap_BigDecimal - totalSupply_not: optimism_swap_BigDecimal - totalSupply_gt: optimism_swap_BigDecimal - totalSupply_lt: optimism_swap_BigDecimal - totalSupply_gte: optimism_swap_BigDecimal - totalSupply_lte: optimism_swap_BigDecimal - totalSupply_in: [optimism_swap_BigDecimal!] - totalSupply_not_in: [optimism_swap_BigDecimal!] - events_: optimism_swap_LpTokenEvent_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: base_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpToken_filter] - or: [optimism_swap_LpToken_filter] + _change_block: base_BlockChangedFilter + and: [base_SlippageUpdate_filter] + or: [base_SlippageUpdate_filter] } -enum optimism_swap_LpToken_orderBy { +enum base_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 } -type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { +type base_SnapshotRoot { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - from: optimism_swap_Bytes! - to: optimism_swap_Bytes! - fromBalance: optimism_swap_BigDecimal! - toBalance: optimism_swap_BigDecimal! - block: BigInt! + spokeDomain: BigInt + root: base_Bytes! + count: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input optimism_swap_LpTransferEvent_filter { +input base_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -113631,79 +124529,32 @@ input optimism_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - from: optimism_swap_Bytes - from_not: optimism_swap_Bytes - from_gt: optimism_swap_Bytes - from_lt: optimism_swap_Bytes - from_gte: optimism_swap_Bytes - from_lte: optimism_swap_Bytes - from_in: [optimism_swap_Bytes!] - from_not_in: [optimism_swap_Bytes!] - from_contains: optimism_swap_Bytes - from_not_contains: optimism_swap_Bytes - to: optimism_swap_Bytes - to_not: optimism_swap_Bytes - to_gt: optimism_swap_Bytes - to_lt: optimism_swap_Bytes - to_gte: optimism_swap_Bytes - to_lte: optimism_swap_Bytes - to_in: [optimism_swap_Bytes!] - to_not_in: [optimism_swap_Bytes!] - to_contains: optimism_swap_Bytes - to_not_contains: optimism_swap_Bytes - fromBalance: optimism_swap_BigDecimal - fromBalance_not: optimism_swap_BigDecimal - fromBalance_gt: optimism_swap_BigDecimal - fromBalance_lt: optimism_swap_BigDecimal - fromBalance_gte: optimism_swap_BigDecimal - fromBalance_lte: optimism_swap_BigDecimal - fromBalance_in: [optimism_swap_BigDecimal!] - fromBalance_not_in: [optimism_swap_BigDecimal!] - toBalance: optimism_swap_BigDecimal - toBalance_not: optimism_swap_BigDecimal - toBalance_gt: optimism_swap_BigDecimal - toBalance_lt: optimism_swap_BigDecimal - toBalance_gte: optimism_swap_BigDecimal - toBalance_lte: optimism_swap_BigDecimal - toBalance_in: [optimism_swap_BigDecimal!] - toBalance_not_in: [optimism_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113712,62 +124563,35 @@ input optimism_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTransferEvent_filter] - or: [optimism_swap_LpTransferEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_SnapshotRoot_filter] + or: [base_SnapshotRoot_filter] } -enum optimism_swap_LpTransferEvent_orderBy { +enum base_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 optimism_swap_OrderDirection { - asc - desc + blockNumber } -type optimism_swap_PooledToken { +type base_SpokeConnectorMode { id: ID! - asset: optimism_swap_Bytes! + mode: String! } -input optimism_swap_PooledToken_filter { +input base_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -113776,72 +124600,87 @@ input optimism_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimism_swap_Bytes - asset_not: optimism_swap_Bytes - asset_gt: optimism_swap_Bytes - asset_lt: optimism_swap_Bytes - asset_gte: optimism_swap_Bytes - asset_lte: optimism_swap_Bytes - asset_in: [optimism_swap_Bytes!] - asset_not_in: [optimism_swap_Bytes!] - asset_contains: optimism_swap_Bytes - asset_not_contains: optimism_swap_Bytes + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_PooledToken_filter] - or: [optimism_swap_PooledToken_filter] + _change_block: base_BlockChangedFilter + and: [base_SpokeConnectorMode_filter] + or: [base_SpokeConnectorMode_filter] } -enum optimism_swap_PooledToken_orderBy { +enum base_SpokeConnectorMode_orderBy { id - asset + mode } -type optimism_swap_StableSwap { +enum base_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type base__Block_ { + """The hash of the block""" + hash: base_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type base__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: base__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type localmainnet_AggregateRoot { id: ID! - isActive: Boolean - key: optimism_swap_Bytes! - canonicalId: optimism_swap_Bytes - domain: BigInt - swapPool: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [optimism_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] + root: localmainnet_Bytes! + blockNumber: BigInt! } -type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { +type localmainnet_AggregateRootProposed { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + aggregateRoot: localmainnet_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input optimism_swap_StableSwapAddLiquidityEvent_filter { +input localmainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -113850,87 +124689,40 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113939,72 +124731,31 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes - 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapAddLiquidityEvent_filter] - or: [optimism_swap_StableSwapAddLiquidityEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootProposed_filter] + or: [localmainnet_AggregateRootProposed_filter] } -enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { +enum localmainnet_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 -} - -interface optimism_swap_StableSwapEvent { - id: ID! - stableSwap: optimism_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + blockNumber } -input optimism_swap_StableSwapEvent_filter { +input localmainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -114013,109 +124764,61 @@ input optimism_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapEvent_filter] - or: [optimism_swap_StableSwapEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRoot_filter] + or: [localmainnet_AggregateRoot_filter] } -enum optimism_swap_StableSwapEvent_orderBy { +enum localmainnet_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 - block - timestamp - transaction - nonce + root + blockNumber } -type optimism_swap_StableSwapExchange { +type localmainnet_Asset { id: ID! - stableSwap: optimism_swap_StableSwap! - buyer: optimism_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + key: localmainnet_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: localmainnet_Bytes + canonicalDomain: BigInt + adoptedAsset: localmainnet_Bytes + localAsset: localmainnet_Bytes + blockNumber: BigInt + status: localmainnet_AssetStatus } -input optimism_swap_StableSwapExchange_filter { +type localmainnet_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: localmainnet_Router! + asset: localmainnet_Asset! + feesEarned: BigInt! +} + +input localmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -114124,172 +124827,126 @@ input optimism_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - buyer: optimism_swap_Bytes - buyer_not: optimism_swap_Bytes - buyer_gt: optimism_swap_Bytes - buyer_lt: optimism_swap_Bytes - buyer_gte: optimism_swap_Bytes - buyer_lte: optimism_swap_Bytes - buyer_in: [optimism_swap_Bytes!] - buyer_not_in: [optimism_swap_Bytes!] - buyer_contains: optimism_swap_Bytes - buyer_not_contains: optimism_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - 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!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: localmainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: localmainnet_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapExchange_filter] - or: [optimism_swap_StableSwapExchange_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AssetBalance_filter] + or: [localmainnet_AssetBalance_filter] } -enum optimism_swap_StableSwapExchange_orderBy { +enum localmainnet_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 - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - 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 } -type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { - id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! +type localmainnet_AssetStatus { + id: ID! + status: Boolean } -input optimism_swap_StableSwapRemoveLiquidityEvent_filter { +input localmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -114298,152 +124955,22 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AssetStatus_filter] + or: [localmainnet_AssetStatus_filter] } -enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum localmainnet_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 - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + status } -input optimism_swap_StableSwap_filter { +input localmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -114452,201 +124979,130 @@ input optimism_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: optimism_swap_Bytes - key_not: optimism_swap_Bytes - key_gt: optimism_swap_Bytes - key_lt: optimism_swap_Bytes - key_gte: optimism_swap_Bytes - key_lte: optimism_swap_Bytes - key_in: [optimism_swap_Bytes!] - key_not_in: [optimism_swap_Bytes!] - key_contains: optimism_swap_Bytes - key_not_contains: optimism_swap_Bytes - canonicalId: optimism_swap_Bytes - canonicalId_not: optimism_swap_Bytes - canonicalId_gt: optimism_swap_Bytes - canonicalId_lt: optimism_swap_Bytes - canonicalId_gte: optimism_swap_Bytes - canonicalId_lte: optimism_swap_Bytes - canonicalId_in: [optimism_swap_Bytes!] - canonicalId_not_in: [optimism_swap_Bytes!] - canonicalId_contains: optimism_swap_Bytes - canonicalId_not_contains: optimism_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: optimism_swap_Bytes - swapPool_not: optimism_swap_Bytes - swapPool_gt: optimism_swap_Bytes - swapPool_lt: optimism_swap_Bytes - swapPool_gte: optimism_swap_Bytes - swapPool_lte: optimism_swap_Bytes - swapPool_in: [optimism_swap_Bytes!] - swapPool_not_in: [optimism_swap_Bytes!] - swapPool_contains: optimism_swap_Bytes - swapPool_not_contains: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - lpToken_not: optimism_swap_Bytes - lpToken_gt: optimism_swap_Bytes - lpToken_lt: optimism_swap_Bytes - lpToken_gte: optimism_swap_Bytes - lpToken_lte: optimism_swap_Bytes - lpToken_in: [optimism_swap_Bytes!] - lpToken_not_in: [optimism_swap_Bytes!] - lpToken_contains: optimism_swap_Bytes - lpToken_not_contains: optimism_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [optimism_swap_Bytes!] - pooledTokens_not: [optimism_swap_Bytes!] - pooledTokens_contains: [optimism_swap_Bytes!] - pooledTokens_contains_nocase: [optimism_swap_Bytes!] - pooledTokens_not_contains: [optimism_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: optimism_swap_StableSwapEvent_filter - exchanges_: optimism_swap_StableSwapExchange_filter - hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter - dailyVolumes_: optimism_swap_SwapDailyVolume_filter - weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter + key: localmainnet_Bytes + key_not: localmainnet_Bytes + key_gt: localmainnet_Bytes + key_lt: localmainnet_Bytes + key_gte: localmainnet_Bytes + key_lte: localmainnet_Bytes + key_in: [localmainnet_Bytes!] + key_not_in: [localmainnet_Bytes!] + key_contains: localmainnet_Bytes + key_not_contains: localmainnet_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + 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: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: localmainnet_Bytes + adoptedAsset_not: localmainnet_Bytes + adoptedAsset_gt: localmainnet_Bytes + adoptedAsset_lt: localmainnet_Bytes + adoptedAsset_gte: localmainnet_Bytes + adoptedAsset_lte: localmainnet_Bytes + adoptedAsset_in: [localmainnet_Bytes!] + adoptedAsset_not_in: [localmainnet_Bytes!] + adoptedAsset_contains: localmainnet_Bytes + adoptedAsset_not_contains: localmainnet_Bytes + localAsset: localmainnet_Bytes + localAsset_not: localmainnet_Bytes + localAsset_gt: localmainnet_Bytes + localAsset_lt: localmainnet_Bytes + localAsset_gte: localmainnet_Bytes + localAsset_lte: localmainnet_Bytes + localAsset_in: [localmainnet_Bytes!] + localAsset_not_in: [localmainnet_Bytes!] + localAsset_contains: localmainnet_Bytes + localAsset_not_contains: localmainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: localmainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwap_filter] - or: [optimism_swap_StableSwap_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Asset_filter] + or: [localmainnet_Asset_filter] } -enum optimism_swap_StableSwap_orderBy { +enum localmainnet_Asset_orderBy { id - isActive key + decimal + adoptedDecimal canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { +type localmainnet_ConnectorMeta { id: ID! - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: localmainnet_Bytes + rootManager: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes } -input optimism_swap_SwapDailyVolume_filter { +input localmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -114655,80 +125111,109 @@ input optimism_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapDailyVolume_filter] - or: [optimism_swap_SwapDailyVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ConnectorMeta_filter] + or: [localmainnet_ConnectorMeta_filter] } -enum optimism_swap_SwapDailyVolume_orderBy { +enum localmainnet_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 optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { +type localmainnet_DestinationTransfer { id: ID! - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! + chainId: BigInt + transferId: localmainnet_Bytes + nonce: BigInt + status: localmainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: localmainnet_Bytes + delegate: localmainnet_Bytes + receiveLocal: Boolean + callData: localmainnet_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: localmainnet_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset + amount: BigInt + routersFee: BigInt + executedCaller: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: localmainnet_Bytes + executedTxNonce: BigInt + reconciledCaller: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: localmainnet_Bytes + reconciledTxNonce: BigInt } -input optimism_swap_SwapHourlyVolume_filter { +input localmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -114737,152 +125222,394 @@ input optimism_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapHourlyVolume_filter] - or: [optimism_swap_SwapHourlyVolume_filter] -} - -enum optimism_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface optimism_swap_SwapTradeVolume { - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! -} - -input optimism_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: localmainnet_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: localmainnet_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: localmainnet_Bytes + executedCaller_not: localmainnet_Bytes + executedCaller_gt: localmainnet_Bytes + executedCaller_lt: localmainnet_Bytes + executedCaller_gte: localmainnet_Bytes + executedCaller_lte: localmainnet_Bytes + executedCaller_in: [localmainnet_Bytes!] + executedCaller_not_in: [localmainnet_Bytes!] + executedCaller_contains: localmainnet_Bytes + executedCaller_not_contains: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes + executedTransactionHash_not: localmainnet_Bytes + executedTransactionHash_gt: localmainnet_Bytes + executedTransactionHash_lt: localmainnet_Bytes + executedTransactionHash_gte: localmainnet_Bytes + executedTransactionHash_lte: localmainnet_Bytes + executedTransactionHash_in: [localmainnet_Bytes!] + executedTransactionHash_not_in: [localmainnet_Bytes!] + executedTransactionHash_contains: localmainnet_Bytes + executedTransactionHash_not_contains: localmainnet_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: localmainnet_Bytes + executedTxOrigin_not: localmainnet_Bytes + executedTxOrigin_gt: localmainnet_Bytes + executedTxOrigin_lt: localmainnet_Bytes + executedTxOrigin_gte: localmainnet_Bytes + executedTxOrigin_lte: localmainnet_Bytes + executedTxOrigin_in: [localmainnet_Bytes!] + executedTxOrigin_not_in: [localmainnet_Bytes!] + executedTxOrigin_contains: localmainnet_Bytes + executedTxOrigin_not_contains: localmainnet_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: localmainnet_Bytes + reconciledCaller_not: localmainnet_Bytes + reconciledCaller_gt: localmainnet_Bytes + reconciledCaller_lt: localmainnet_Bytes + reconciledCaller_gte: localmainnet_Bytes + reconciledCaller_lte: localmainnet_Bytes + reconciledCaller_in: [localmainnet_Bytes!] + reconciledCaller_not_in: [localmainnet_Bytes!] + reconciledCaller_contains: localmainnet_Bytes + reconciledCaller_not_contains: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes + reconciledTransactionHash_not: localmainnet_Bytes + reconciledTransactionHash_gt: localmainnet_Bytes + reconciledTransactionHash_lt: localmainnet_Bytes + reconciledTransactionHash_gte: localmainnet_Bytes + reconciledTransactionHash_lte: localmainnet_Bytes + reconciledTransactionHash_in: [localmainnet_Bytes!] + reconciledTransactionHash_not_in: [localmainnet_Bytes!] + reconciledTransactionHash_contains: localmainnet_Bytes + reconciledTransactionHash_not_contains: localmainnet_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: localmainnet_Bytes + reconciledTxOrigin_not: localmainnet_Bytes + reconciledTxOrigin_gt: localmainnet_Bytes + reconciledTxOrigin_lt: localmainnet_Bytes + reconciledTxOrigin_gte: localmainnet_Bytes + reconciledTxOrigin_lte: localmainnet_Bytes + reconciledTxOrigin_in: [localmainnet_Bytes!] + reconciledTxOrigin_not_in: [localmainnet_Bytes!] + reconciledTxOrigin_contains: localmainnet_Bytes + reconciledTxOrigin_not_contains: localmainnet_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapTradeVolume_filter] - or: [optimism_swap_SwapTradeVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_DestinationTransfer_filter] + or: [localmainnet_DestinationTransfer_filter] } -enum optimism_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +enum localmainnet_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 } -type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { +type localmainnet_OptimisticRootFinalized { id: ID! - stableSwap: optimism_swap_StableSwap! + aggregateRoot: localmainnet_Bytes! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + blockNumber: BigInt } -input optimism_swap_SwapWeeklyVolume_filter { +input localmainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -114891,27 +125618,16 @@ input optimism_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + 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 @@ -114920,183 +125636,41 @@ input optimism_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapWeeklyVolume_filter] - or: [optimism_swap_SwapWeeklyVolume_filter] -} - -enum optimism_swap_SwapWeeklyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimism_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input optimism_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SystemInfo_filter] - or: [optimism_swap_SystemInfo_filter] -} - -enum optimism_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type optimism_swap__Block_ { - """The hash of the block""" - hash: optimism_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type optimism_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimism_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingmainnet_AggregateRootSavedSlow { - id: ID! - aggregateRoot: stagingmainnet_Bytes! - count: BigInt! - aggregatedRoots: [stagingmainnet_Bytes!] - rootTimestamp: BigInt! -} - -input stagingmainnet_AggregateRootSavedSlow_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [stagingmainnet_Bytes!] - aggregatedRoots_not: [stagingmainnet_Bytes!] - aggregatedRoots_contains: [stagingmainnet_Bytes!] - aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] - aggregatedRoots_not_contains: [stagingmainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootFinalized_filter] + or: [localmainnet_OptimisticRootFinalized_filter] } -enum stagingmainnet_AggregateRootSavedSlow_orderBy { +enum localmainnet_OptimisticRootFinalized_orderBy { id aggregateRoot - count - aggregatedRoots - rootTimestamp + timestamp + blockNumber } -type stagingmainnet_AggregatedMessageRoot { +type localmainnet_OriginMessage { id: ID! - index: BigInt! - receivedRoot: stagingmainnet_Bytes! - domain: BigInt + transferId: localmainnet_Bytes + destinationDomain: BigInt + leaf: localmainnet_Bytes + index: BigInt + message: localmainnet_Bytes + root: localmainnet_Bytes + transactionHash: localmainnet_Bytes blockNumber: BigInt + rootCount: localmainnet_RootCount } -input stagingmainnet_AggregatedMessageRoot_filter { +input localmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -115105,6 +125679,34 @@ input stagingmainnet_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: localmainnet_Bytes + leaf_not: localmainnet_Bytes + leaf_gt: localmainnet_Bytes + leaf_lt: localmainnet_Bytes + leaf_gte: localmainnet_Bytes + leaf_lte: localmainnet_Bytes + leaf_in: [localmainnet_Bytes!] + leaf_not_in: [localmainnet_Bytes!] + leaf_contains: localmainnet_Bytes + leaf_not_contains: localmainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -115113,24 +125715,36 @@ input stagingmainnet_AggregatedMessageRoot_filter { 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!] + 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 @@ -115139,284 +125753,84 @@ input stagingmainnet_AggregatedMessageRoot_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_: localmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregatedMessageRoot_filter] - or: [stagingmainnet_AggregatedMessageRoot_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginMessage_filter] + or: [localmainnet_OriginMessage_filter] } -enum stagingmainnet_AggregatedMessageRoot_orderBy { +enum localmainnet_OriginMessage_orderBy { id + transferId + destinationDomain + leaf index - receivedRoot - domain + message + root + transactionHash blockNumber + rootCount + rootCount__id + rootCount__count } -enum stagingmainnet_Aggregation_interval { - hour - day -} - -type stagingmainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_ArbitrumConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ArbitrumConnectorMeta_filter] - or: [stagingmainnet_ArbitrumConnectorMeta_filter] -} - -enum stagingmainnet_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_AvalancheConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_AvalancheConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AvalancheConnectorMeta_filter] - or: [stagingmainnet_AvalancheConnectorMeta_filter] -} - -enum stagingmainnet_AvalancheConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_BaseConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_BaseConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_BaseConnectorMeta_filter] - or: [stagingmainnet_BaseConnectorMeta_filter] -} - -enum stagingmainnet_BaseConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar stagingmainnet_BigDecimal - -input stagingmainnet_BlockChangedFilter { - number_gte: Int! -} - -input stagingmainnet_Block_height { - hash: stagingmainnet_Bytes - number: Int - number_gte: Int -} - -type stagingmainnet_BnbConnectorMeta { +type localmainnet_OriginTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + chainId: BigInt + transferId: localmainnet_Bytes + nonce: BigInt + status: localmainnet_TransferStatus + messageHash: localmainnet_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: localmainnet_Bytes + delegate: localmainnet_Bytes + receiveLocal: Boolean + callData: localmainnet_Bytes + slippage: BigInt + originSender: localmainnet_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset + transactingAsset: localmainnet_Bytes + message: localmainnet_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] + initialRelayerFeeAsset: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: localmainnet_Bytes + txNonce: BigInt } -input stagingmainnet_BnbConnectorMeta_filter { +input localmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -115425,154 +125839,368 @@ 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: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] + messageHash: localmainnet_Bytes + messageHash_not: localmainnet_Bytes + messageHash_gt: localmainnet_Bytes + messageHash_lt: localmainnet_Bytes + messageHash_gte: localmainnet_Bytes + messageHash_lte: localmainnet_Bytes + messageHash_in: [localmainnet_Bytes!] + messageHash_not_in: [localmainnet_Bytes!] + messageHash_contains: localmainnet_Bytes + messageHash_not_contains: localmainnet_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: localmainnet_Asset_filter + transactingAsset: localmainnet_Bytes + transactingAsset_not: localmainnet_Bytes + transactingAsset_gt: localmainnet_Bytes + transactingAsset_lt: localmainnet_Bytes + transactingAsset_gte: localmainnet_Bytes + transactingAsset_lte: localmainnet_Bytes + transactingAsset_in: [localmainnet_Bytes!] + transactingAsset_not_in: [localmainnet_Bytes!] + transactingAsset_contains: localmainnet_Bytes + transactingAsset_not_contains: localmainnet_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: localmainnet_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: localmainnet_RelayerFee_filter + initialRelayerFeeAsset: localmainnet_Bytes + initialRelayerFeeAsset_not: localmainnet_Bytes + initialRelayerFeeAsset_gt: localmainnet_Bytes + initialRelayerFeeAsset_lt: localmainnet_Bytes + initialRelayerFeeAsset_gte: localmainnet_Bytes + initialRelayerFeeAsset_lte: localmainnet_Bytes + initialRelayerFeeAsset_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_contains: localmainnet_Bytes + initialRelayerFeeAsset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + 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: localmainnet_Bytes + txOrigin_not: localmainnet_Bytes + txOrigin_gt: localmainnet_Bytes + txOrigin_lt: localmainnet_Bytes + txOrigin_gte: localmainnet_Bytes + txOrigin_lte: localmainnet_Bytes + txOrigin_in: [localmainnet_Bytes!] + txOrigin_not_in: [localmainnet_Bytes!] + txOrigin_contains: localmainnet_Bytes + txOrigin_not_contains: localmainnet_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_BnbConnectorMeta_filter] - or: [stagingmainnet_BnbConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginTransfer_filter] + or: [localmainnet_OriginTransfer_filter] } -enum stagingmainnet_BnbConnectorMeta_orderBy { +enum localmainnet_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 } -scalar stagingmainnet_Bytes - -type stagingmainnet_GnosisConnectorMeta { +type localmainnet_Relayer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_GnosisConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_GnosisConnectorMeta_filter] - or: [stagingmainnet_GnosisConnectorMeta_filter] -} - -enum stagingmainnet_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive: Boolean! + relayer: localmainnet_Bytes } -type stagingmainnet_HubDomain { +type localmainnet_RelayerFee { id: ID! - domain: BigInt + transfer: localmainnet_OriginTransfer! + fee: BigInt! + asset: localmainnet_Bytes! } -input stagingmainnet_HubDomain_filter { +input localmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -115581,33 +126209,101 @@ 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: localmainnet_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_HubDomain_filter] - or: [stagingmainnet_HubDomain_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFee_filter] + or: [localmainnet_RelayerFee_filter] } -enum stagingmainnet_HubDomain_orderBy { +enum localmainnet_RelayerFee_orderBy { id - domain + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type stagingmainnet_HubOptimisticRootFinalized { +type localmainnet_RelayerFeesIncrease { id: ID! - aggregateRoot: stagingmainnet_Bytes! + transfer: localmainnet_OriginTransfer! + increase: BigInt + asset: localmainnet_Bytes + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmainnet_HubOptimisticRootFinalized_filter { +input localmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -115616,16 +126312,65 @@ 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: localmainnet_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -115634,6 +126379,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 @@ -115643,113 +126404,54 @@ input stagingmainnet_HubOptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_HubOptimisticRootFinalized_filter] - or: [stagingmainnet_HubOptimisticRootFinalized_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFeesIncrease_filter] + or: [localmainnet_RelayerFeesIncrease_filter] } -enum stagingmainnet_HubOptimisticRootFinalized_orderBy { +enum localmainnet_RelayerFeesIncrease_orderBy { id - aggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -""" -8 bytes signed integer - -""" -scalar stagingmainnet_Int8 - -type stagingmainnet_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_LineaConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_LineaConnectorMeta_filter] - or: [stagingmainnet_LineaConnectorMeta_filter] -} - -enum stagingmainnet_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_MantleConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_MantleConnectorMeta_filter { +input localmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -115758,77 +126460,38 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: localmainnet_Bytes + relayer_not: localmainnet_Bytes + relayer_gt: localmainnet_Bytes + relayer_lt: localmainnet_Bytes + relayer_gte: localmainnet_Bytes + relayer_lte: localmainnet_Bytes + relayer_in: [localmainnet_Bytes!] + relayer_not_in: [localmainnet_Bytes!] + relayer_contains: localmainnet_Bytes + relayer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_MantleConnectorMeta_filter] - or: [stagingmainnet_MantleConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Relayer_filter] + or: [localmainnet_Relayer_filter] } -enum stagingmainnet_MantleConnectorMeta_orderBy { +enum localmainnet_Relayer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + relayer } -type stagingmainnet_MetisConnectorMeta { +type localmainnet_RootCount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + count: BigInt } -input stagingmainnet_MetisConnectorMeta_filter { +input localmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -115837,156 +126500,40 @@ input stagingmainnet_MetisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes + 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_MetisConnectorMeta_filter] - or: [stagingmainnet_MetisConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootCount_filter] + or: [localmainnet_RootCount_filter] } -enum stagingmainnet_MetisConnectorMeta_orderBy { +enum localmainnet_RootCount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + count } -type stagingmainnet_ModeConnectorMeta { +type localmainnet_RootMessageSent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_ModeConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ModeConnectorMeta_filter] - or: [stagingmainnet_ModeConnectorMeta_filter] -} - -enum stagingmainnet_ModeConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + root: localmainnet_Bytes + count: BigInt + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingmainnet_OptimismConnectorMeta_filter { +input localmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -116011,88 +126558,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: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116101,6 +126604,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 @@ -116110,31 +126629,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: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageSent_filter] + or: [localmainnet_RootMessageSent_filter] } -enum stagingmainnet_OptimisticRootPropagated_orderBy { +enum localmainnet_RootMessageSent_orderBy { id - aggregateRoot - domainsHash + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -type stagingmainnet_OptimisticRootProposed { +type localmainnet_Router { id: ID! - disputeCliff: BigInt! - aggregateRoot: stagingmainnet_Bytes! - snapshotsRoots: [stagingmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: stagingmainnet_Bytes! + isActive: Boolean! + owner: localmainnet_Bytes + recipient: localmainnet_Bytes + proposedOwner: localmainnet_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! +} + +type localmainnet_RouterDailyTVL { + id: ID! + router: localmainnet_Router! + asset: localmainnet_Asset! timestamp: BigInt! - blockNumber: BigInt + balance: BigInt! } -input stagingmainnet_OptimisticRootProposed_filter { +input localmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -116143,46 +126675,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_: localmainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: localmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116191,126 +126725,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: localmainnet_BlockChangedFilter + and: [localmainnet_RouterDailyTVL_filter] + or: [localmainnet_RouterDailyTVL_filter] } -enum stagingmainnet_OptimisticRootProposed_orderBy { +enum localmainnet_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 -} - -"""Defines the order direction, either ascending or descending""" -enum stagingmainnet_OrderDirection { - asc - desc + balance } -type stagingmainnet_PolygonConnectorMeta { +type localmainnet_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: localmainnet_RouterLiquidityEventType + router: localmainnet_Router! + asset: localmainnet_Asset! + amount: BigInt! + balance: BigInt! + caller: localmainnet_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: localmainnet_Bytes! + nonce: BigInt! } -type stagingmainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! +enum localmainnet_RouterLiquidityEventType { + Add + Remove } -input stagingmainnet_PolygonZkConnectorMeta_filter { +input localmainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -116319,75 +126790,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: localmainnet_RouterLiquidityEventType + type_not: localmainnet_RouterLiquidityEventType + type_in: [localmainnet_RouterLiquidityEventType!] + type_not_in: [localmainnet_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_: localmainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: localmainnet_Asset_filter + 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: 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 + 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: 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 + 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: localmainnet_BlockChangedFilter + and: [localmainnet_RouterLiquidityEvent_filter] + or: [localmainnet_RouterLiquidityEvent_filter] } -enum stagingmainnet_PolygonZkConnectorMeta_orderBy { +enum localmainnet_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 localmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -116396,52 +126940,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: localmainnet_Bytes + owner_not: localmainnet_Bytes + owner_gt: localmainnet_Bytes + owner_lt: localmainnet_Bytes + owner_gte: localmainnet_Bytes + owner_lte: localmainnet_Bytes + owner_in: [localmainnet_Bytes!] + owner_not_in: [localmainnet_Bytes!] + owner_contains: localmainnet_Bytes + owner_not_contains: localmainnet_Bytes + recipient: localmainnet_Bytes + recipient_not: localmainnet_Bytes + recipient_gt: localmainnet_Bytes + recipient_lt: localmainnet_Bytes + recipient_gte: localmainnet_Bytes + recipient_lte: localmainnet_Bytes + recipient_in: [localmainnet_Bytes!] + recipient_not_in: [localmainnet_Bytes!] + recipient_contains: localmainnet_Bytes + recipient_not_contains: localmainnet_Bytes + proposedOwner: localmainnet_Bytes + proposedOwner_not: localmainnet_Bytes + proposedOwner_gt: localmainnet_Bytes + proposedOwner_lt: localmainnet_Bytes + proposedOwner_gte: localmainnet_Bytes + proposedOwner_lte: localmainnet_Bytes + proposedOwner_in: [localmainnet_Bytes!] + proposedOwner_not_in: [localmainnet_Bytes!] + proposedOwner_contains: localmainnet_Bytes + proposedOwner_not_contains: localmainnet_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: localmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootAggregated_filter] - or: [stagingmainnet_RootAggregated_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Router_filter] + or: [localmainnet_Router_filter] } -enum stagingmainnet_RootAggregated_orderBy { +enum localmainnet_Router_orderBy { id - domain - receivedRoot - index + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type stagingmainnet_RootManagerMeta { +type localmainnet_Sequencer { id: ID! - domains: [BigInt!] - connectors: [stagingmainnet_Bytes!] + isActive: Boolean! + sequencer: localmainnet_Bytes } -input stagingmainnet_RootManagerMeta_filter { +input localmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -116450,36 +127014,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMeta_filter] - or: [stagingmainnet_RootManagerMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Sequencer_filter] + or: [localmainnet_Sequencer_filter] } -enum stagingmainnet_RootManagerMeta_orderBy { +enum localmainnet_Sequencer_orderBy { id - domains - connectors + isActive + sequencer } -type stagingmainnet_RootManagerMode { +type localmainnet_Setting { id: ID! - mode: String! + maxRoutersPerTransfer: BigInt! + caller: localmainnet_Bytes! } -input stagingmainnet_RootManagerMode_filter { +input localmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -116488,51 +127055,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMode_filter] - or: [stagingmainnet_RootManagerMode_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Setting_filter] + or: [localmainnet_Setting_filter] } -enum stagingmainnet_RootManagerMode_orderBy { +enum localmainnet_Setting_orderBy { id - mode + maxRoutersPerTransfer + caller } -type stagingmainnet_RootMessageProcessed { +type localmainnet_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: localmainnet_DestinationTransfer! + slippage: BigInt! + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmainnet_RootMessageProcessed_filter { +input localmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -116541,52 +127106,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_: localmainnet_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + 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 @@ -116620,16 +127188,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: localmainnet_BlockChangedFilter + and: [localmainnet_SlippageUpdate_filter] + or: [localmainnet_SlippageUpdate_filter] } -enum stagingmainnet_RootMessageProcessed_orderBy { +enum localmainnet_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 @@ -116638,15 +127241,16 @@ enum stagingmainnet_RootMessageProcessed_orderBy { blockNumber } -type stagingmainnet_RootPropagated { +type localmainnet_SnapshotRoot { id: ID! - aggregate: stagingmainnet_Bytes! - domainsHash: stagingmainnet_Bytes! + spokeDomain: BigInt + root: localmainnet_Bytes! count: BigInt! - blockNumber: BigInt + timestamp: BigInt! + blockNumber: BigInt! } -input stagingmainnet_RootPropagated_filter { +input localmainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -116655,26 +127259,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: 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 @@ -116683,6 +127285,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 @@ -116692,29 +127302,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: localmainnet_BlockChangedFilter + and: [localmainnet_SnapshotRoot_filter] + or: [localmainnet_SnapshotRoot_filter] } -enum stagingmainnet_RootPropagated_orderBy { +enum localmainnet_SnapshotRoot_orderBy { id - aggregate - domainsHash + spokeDomain + root count + timestamp blockNumber } -type stagingmainnet_ZkSyncConnectorMeta { +type localmainnet_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + mode: String! } -input stagingmainnet_ZkSyncConnectorMeta_filter { +input localmainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -116723,101 +127330,54 @@ input stagingmainnet_ZkSyncConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes + 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_ZkSyncConnectorMeta_filter] - or: [stagingmainnet_ZkSyncConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SpokeConnectorMode_filter] + or: [localmainnet_SpokeConnectorMode_filter] } -enum stagingmainnet_ZkSyncConnectorMeta_orderBy { +enum localmainnet_SpokeConnectorMode_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 + mode } -"""The type for the top-level _meta field""" -type stagingmainnet__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingmainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +enum localmainnet_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type goerli_AggregateRoot { +type zksync_AggregateRoot { id: ID! - root: goerli_Bytes! + root: zksync_Bytes! blockNumber: BigInt! } -type goerli_AggregateRootProposed { +type zksync_AggregateRootProposed { id: ID! - aggregateRoot: goerli_Bytes! + aggregateRoot: zksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -116825,7 +127385,7 @@ type goerli_AggregateRootProposed { blockNumber: BigInt } -input goerli_AggregateRootProposed_filter { +input zksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -116834,16 +127394,16 @@ 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 + 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 @@ -116885,12 +127445,12 @@ input goerli_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregateRootProposed_filter] - or: [goerli_AggregateRootProposed_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AggregateRootProposed_filter] + or: [zksync_AggregateRootProposed_filter] } -enum goerli_AggregateRootProposed_orderBy { +enum zksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -116900,7 +127460,7 @@ enum goerli_AggregateRootProposed_orderBy { blockNumber } -input goerli_AggregateRoot_filter { +input zksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -116909,16 +127469,16 @@ input goerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes + root: 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 @@ -116928,42 +127488,42 @@ input goerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregateRoot_filter] - or: [goerli_AggregateRoot_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AggregateRoot_filter] + or: [zksync_AggregateRoot_filter] } -enum goerli_AggregateRoot_orderBy { +enum zksync_AggregateRoot_orderBy { id root blockNumber } -type goerli_Asset { +type zksync_Asset { id: ID! - key: goerli_Bytes + key: zksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: goerli_Bytes + canonicalId: zksync_Bytes canonicalDomain: BigInt - adoptedAsset: goerli_Bytes - localAsset: goerli_Bytes + adoptedAsset: zksync_Bytes + localAsset: zksync_Bytes blockNumber: BigInt - status: goerli_AssetStatus + status: zksync_AssetStatus } -type goerli_AssetBalance { +type zksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: goerli_Router! - asset: goerli_Asset! + router: zksync_Router! + asset: zksync_Asset! feesEarned: BigInt! } -input goerli_AssetBalance_filter { +input zksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -117024,7 +127584,7 @@ input goerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -117045,7 +127605,7 @@ input goerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: zksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -117055,12 +127615,12 @@ input goerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AssetBalance_filter] - or: [goerli_AssetBalance_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AssetBalance_filter] + or: [zksync_AssetBalance_filter] } -enum goerli_AssetBalance_orderBy { +enum zksync_AssetBalance_orderBy { id amount locked @@ -117086,12 +127646,12 @@ enum goerli_AssetBalance_orderBy { feesEarned } -type goerli_AssetStatus { +type zksync_AssetStatus { id: ID! status: Boolean } -input goerli_AssetStatus_filter { +input zksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -117105,17 +127665,17 @@ input goerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AssetStatus_filter] - or: [goerli_AssetStatus_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AssetStatus_filter] + or: [zksync_AssetStatus_filter] } -enum goerli_AssetStatus_orderBy { +enum zksync_AssetStatus_orderBy { id status } -input goerli_Asset_filter { +input zksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -117123,17 +127683,17 @@ input goerli_Asset_filter { id_gte: ID 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 + id_not_in: [ID!] + key: zksync_Bytes + key_not: zksync_Bytes + key_gt: zksync_Bytes + key_lt: zksync_Bytes + key_gte: zksync_Bytes + key_lte: zksync_Bytes + key_in: [zksync_Bytes!] + key_not_in: [zksync_Bytes!] + key_contains: zksync_Bytes + key_not_contains: zksync_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -117150,16 +127710,16 @@ input goerli_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes + canonicalId: 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 @@ -117168,26 +127728,26 @@ input goerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: goerli_Bytes - adoptedAsset_not: goerli_Bytes - adoptedAsset_gt: goerli_Bytes - adoptedAsset_lt: goerli_Bytes - adoptedAsset_gte: goerli_Bytes - adoptedAsset_lte: goerli_Bytes - adoptedAsset_in: [goerli_Bytes!] - adoptedAsset_not_in: [goerli_Bytes!] - adoptedAsset_contains: goerli_Bytes - adoptedAsset_not_contains: goerli_Bytes - localAsset: goerli_Bytes - localAsset_not: goerli_Bytes - localAsset_gt: goerli_Bytes - localAsset_lt: goerli_Bytes - localAsset_gte: goerli_Bytes - localAsset_lte: goerli_Bytes - localAsset_in: [goerli_Bytes!] - localAsset_not_in: [goerli_Bytes!] - localAsset_contains: goerli_Bytes - localAsset_not_contains: goerli_Bytes + adoptedAsset: 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 @@ -117216,14 +127776,14 @@ input goerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: goerli_AssetStatus_filter + status_: zksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Asset_filter] - or: [goerli_Asset_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Asset_filter] + or: [zksync_Asset_filter] } -enum goerli_Asset_orderBy { +enum zksync_Asset_orderBy { id key decimal @@ -117238,16 +127798,30 @@ enum goerli_Asset_orderBy { status__status } -type goerli_ConnectorMeta { +scalar zksync_BigDecimal + +input zksync_BlockChangedFilter { + number_gte: Int! +} + +input zksync_Block_height { + hash: zksync_Bytes + number: Int + number_gte: Int +} + +scalar zksync_Bytes + +type zksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: goerli_Bytes - rootManager: goerli_Bytes - mirrorConnector: goerli_Bytes + amb: zksync_Bytes + rootManager: zksync_Bytes + mirrorConnector: zksync_Bytes } -input goerli_ConnectorMeta_filter { +input zksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -117272,43 +127846,43 @@ input goerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + amb: 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: goerli_BlockChangedFilter - and: [goerli_ConnectorMeta_filter] - or: [goerli_ConnectorMeta_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_ConnectorMeta_filter] + or: [zksync_ConnectorMeta_filter] } -enum goerli_ConnectorMeta_orderBy { +enum zksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -117317,48 +127891,48 @@ enum goerli_ConnectorMeta_orderBy { mirrorConnector } -type goerli_DestinationTransfer { +type zksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: goerli_Bytes + transferId: zksync_Bytes nonce: BigInt - status: goerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: goerli_Router_orderBy, orderDirection: goerli_OrderDirection, where: goerli_Router_filter): [goerli_Router!] + status: 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: goerli_Bytes - delegate: goerli_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: goerli_Bytes + callData: zksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: goerli_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: goerli_Bytes - asset: goerli_Asset + canonicalId: zksync_Bytes + asset: zksync_Asset amount: BigInt routersFee: BigInt - executedCaller: goerli_Bytes - executedTransactionHash: goerli_Bytes + executedCaller: zksync_Bytes + executedTransactionHash: zksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: goerli_Bytes + executedTxOrigin: zksync_Bytes executedTxNonce: BigInt - reconciledCaller: goerli_Bytes - reconciledTransactionHash: goerli_Bytes + reconciledCaller: zksync_Bytes + reconciledTransactionHash: zksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: goerli_Bytes + reconciledTxOrigin: zksync_Bytes reconciledTxNonce: BigInt } -input goerli_DestinationTransfer_filter { +input zksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -117375,16 +127949,16 @@ input goerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + transferId: 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 @@ -117393,17 +127967,17 @@ input goerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: goerli_TransferStatus - status_not: goerli_TransferStatus - status_in: [goerli_TransferStatus!] - status_not_in: [goerli_TransferStatus!] + status: 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_: goerli_Router_filter + routers_: zksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -117428,40 +128002,40 @@ input goerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: goerli_Bytes - to_not: goerli_Bytes - to_gt: goerli_Bytes - to_lt: goerli_Bytes - to_gte: goerli_Bytes - to_lte: goerli_Bytes - to_in: [goerli_Bytes!] - to_not_in: [goerli_Bytes!] - to_contains: goerli_Bytes - to_not_contains: goerli_Bytes - delegate: goerli_Bytes - delegate_not: goerli_Bytes - delegate_gt: goerli_Bytes - delegate_lt: goerli_Bytes - delegate_gte: goerli_Bytes - delegate_lte: goerli_Bytes - delegate_in: [goerli_Bytes!] - delegate_not_in: [goerli_Bytes!] - delegate_contains: goerli_Bytes - delegate_not_contains: goerli_Bytes + to: 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: goerli_Bytes - callData_not: goerli_Bytes - callData_gt: goerli_Bytes - callData_lt: goerli_Bytes - callData_gte: goerli_Bytes - callData_lte: goerli_Bytes - callData_in: [goerli_Bytes!] - callData_not_in: [goerli_Bytes!] - callData_contains: goerli_Bytes - callData_not_contains: goerli_Bytes + callData: 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 @@ -117478,16 +128052,16 @@ input goerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: goerli_Bytes - originSender_not: goerli_Bytes - originSender_gt: goerli_Bytes - originSender_lt: goerli_Bytes - originSender_gte: goerli_Bytes - originSender_lte: goerli_Bytes - originSender_in: [goerli_Bytes!] - originSender_not_in: [goerli_Bytes!] - originSender_contains: goerli_Bytes - originSender_not_contains: goerli_Bytes + originSender: 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 @@ -117504,16 +128078,16 @@ input goerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes + canonicalId: 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 @@ -117534,7 +128108,7 @@ input goerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -117551,26 +128125,26 @@ input goerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: goerli_Bytes - executedCaller_not: goerli_Bytes - executedCaller_gt: goerli_Bytes - executedCaller_lt: goerli_Bytes - executedCaller_gte: goerli_Bytes - executedCaller_lte: goerli_Bytes - executedCaller_in: [goerli_Bytes!] - executedCaller_not_in: [goerli_Bytes!] - executedCaller_contains: goerli_Bytes - executedCaller_not_contains: goerli_Bytes - executedTransactionHash: goerli_Bytes - executedTransactionHash_not: goerli_Bytes - executedTransactionHash_gt: goerli_Bytes - executedTransactionHash_lt: goerli_Bytes - executedTransactionHash_gte: goerli_Bytes - executedTransactionHash_lte: goerli_Bytes - executedTransactionHash_in: [goerli_Bytes!] - executedTransactionHash_not_in: [goerli_Bytes!] - executedTransactionHash_contains: goerli_Bytes - executedTransactionHash_not_contains: goerli_Bytes + executedCaller: 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 @@ -117603,16 +128177,16 @@ input goerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: goerli_Bytes - executedTxOrigin_not: goerli_Bytes - executedTxOrigin_gt: goerli_Bytes - executedTxOrigin_lt: goerli_Bytes - executedTxOrigin_gte: goerli_Bytes - executedTxOrigin_lte: goerli_Bytes - executedTxOrigin_in: [goerli_Bytes!] - executedTxOrigin_not_in: [goerli_Bytes!] - executedTxOrigin_contains: goerli_Bytes - executedTxOrigin_not_contains: goerli_Bytes + executedTxOrigin: 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 @@ -117621,26 +128195,26 @@ input goerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: goerli_Bytes - reconciledCaller_not: goerli_Bytes - reconciledCaller_gt: goerli_Bytes - reconciledCaller_lt: goerli_Bytes - reconciledCaller_gte: goerli_Bytes - reconciledCaller_lte: goerli_Bytes - reconciledCaller_in: [goerli_Bytes!] - reconciledCaller_not_in: [goerli_Bytes!] - reconciledCaller_contains: goerli_Bytes - reconciledCaller_not_contains: goerli_Bytes - reconciledTransactionHash: goerli_Bytes - reconciledTransactionHash_not: goerli_Bytes - reconciledTransactionHash_gt: goerli_Bytes - reconciledTransactionHash_lt: goerli_Bytes - reconciledTransactionHash_gte: goerli_Bytes - reconciledTransactionHash_lte: goerli_Bytes - reconciledTransactionHash_in: [goerli_Bytes!] - reconciledTransactionHash_not_in: [goerli_Bytes!] - reconciledTransactionHash_contains: goerli_Bytes - reconciledTransactionHash_not_contains: goerli_Bytes + reconciledCaller: 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 @@ -117673,16 +128247,16 @@ input goerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: goerli_Bytes - reconciledTxOrigin_not: goerli_Bytes - reconciledTxOrigin_gt: goerli_Bytes - reconciledTxOrigin_lt: goerli_Bytes - reconciledTxOrigin_gte: goerli_Bytes - reconciledTxOrigin_lte: goerli_Bytes - reconciledTxOrigin_in: [goerli_Bytes!] - reconciledTxOrigin_not_in: [goerli_Bytes!] - reconciledTxOrigin_contains: goerli_Bytes - reconciledTxOrigin_not_contains: goerli_Bytes + reconciledTxOrigin: 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 @@ -117692,12 +128266,12 @@ input goerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_DestinationTransfer_filter] - or: [goerli_DestinationTransfer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_DestinationTransfer_filter] + or: [zksync_DestinationTransfer_filter] } -enum goerli_DestinationTransfer_orderBy { +enum zksync_DestinationTransfer_orderBy { id chainId transferId @@ -117747,14 +128321,20 @@ enum goerli_DestinationTransfer_orderBy { reconciledTxNonce } -type goerli_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar zksync_Int8 + +type zksync_OptimisticRootFinalized { id: ID! - aggregateRoot: goerli_Bytes! + aggregateRoot: zksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input goerli_OptimisticRootFinalized_filter { +input zksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -117763,16 +128343,16 @@ 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 + 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 @@ -117790,32 +128370,38 @@ input goerli_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimisticRootFinalized_filter] - or: [goerli_OptimisticRootFinalized_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OptimisticRootFinalized_filter] + or: [zksync_OptimisticRootFinalized_filter] } -enum goerli_OptimisticRootFinalized_orderBy { +enum zksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type goerli_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum zksync_OrderDirection { + asc + desc +} + +type zksync_OriginMessage { id: ID! - transferId: goerli_Bytes + transferId: zksync_Bytes destinationDomain: BigInt - leaf: goerli_Bytes + leaf: zksync_Bytes index: BigInt - message: goerli_Bytes - root: goerli_Bytes - transactionHash: goerli_Bytes + message: zksync_Bytes + root: zksync_Bytes + transactionHash: zksync_Bytes blockNumber: BigInt - rootCount: goerli_RootCount + rootCount: zksync_RootCount } -input goerli_OriginMessage_filter { +input zksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -117824,16 +128410,16 @@ input goerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + transferId: 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 @@ -117842,16 +128428,16 @@ input goerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: goerli_Bytes - leaf_not: goerli_Bytes - leaf_gt: goerli_Bytes - leaf_lt: goerli_Bytes - leaf_gte: goerli_Bytes - leaf_lte: goerli_Bytes - leaf_in: [goerli_Bytes!] - leaf_not_in: [goerli_Bytes!] - leaf_contains: goerli_Bytes - leaf_not_contains: goerli_Bytes + leaf: 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 @@ -117860,36 +128446,36 @@ input goerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: goerli_Bytes - message_not: goerli_Bytes - message_gt: goerli_Bytes - message_lt: goerli_Bytes - message_gte: goerli_Bytes - message_lte: goerli_Bytes - message_in: [goerli_Bytes!] - message_not_in: [goerli_Bytes!] - message_contains: goerli_Bytes - message_not_contains: goerli_Bytes - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + message: 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 @@ -117918,14 +128504,14 @@ input goerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: goerli_RootCount_filter + rootCount_: zksync_RootCount_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OriginMessage_filter] - or: [goerli_OriginMessage_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginMessage_filter] + or: [zksync_OriginMessage_filter] } -enum goerli_OriginMessage_orderBy { +enum zksync_OriginMessage_orderBy { id transferId destinationDomain @@ -117940,42 +128526,42 @@ enum goerli_OriginMessage_orderBy { rootCount__count } -type goerli_OriginTransfer { +type zksync_OriginTransfer { id: ID! chainId: BigInt - transferId: goerli_Bytes + transferId: zksync_Bytes nonce: BigInt - status: goerli_TransferStatus - messageHash: goerli_Bytes + status: zksync_TransferStatus + messageHash: zksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: goerli_Bytes - delegate: goerli_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: goerli_Bytes + callData: zksync_Bytes slippage: BigInt - originSender: goerli_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: goerli_Bytes - asset: goerli_Asset - transactingAsset: goerli_Bytes - message: goerli_OriginMessage + canonicalId: zksync_Bytes + asset: zksync_Asset + transactingAsset: zksync_Bytes + message: zksync_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: goerli_RelayerFee_orderBy, orderDirection: goerli_OrderDirection, where: goerli_RelayerFee_filter): [goerli_RelayerFee!] - initialRelayerFeeAsset: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: goerli_Bytes + txOrigin: zksync_Bytes txNonce: BigInt } -input goerli_OriginTransfer_filter { +input zksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -117992,16 +128578,16 @@ input goerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + transferId: 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 @@ -118010,20 +128596,20 @@ input goerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: goerli_TransferStatus - status_not: goerli_TransferStatus - status_in: [goerli_TransferStatus!] - status_not_in: [goerli_TransferStatus!] - messageHash: goerli_Bytes - messageHash_not: goerli_Bytes - messageHash_gt: goerli_Bytes - messageHash_lt: goerli_Bytes - messageHash_gte: goerli_Bytes - messageHash_lte: goerli_Bytes - messageHash_in: [goerli_Bytes!] - messageHash_not_in: [goerli_Bytes!] - messageHash_contains: goerli_Bytes - messageHash_not_contains: goerli_Bytes + status: 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 @@ -118048,40 +128634,40 @@ input goerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: goerli_Bytes - to_not: goerli_Bytes - to_gt: goerli_Bytes - to_lt: goerli_Bytes - to_gte: goerli_Bytes - to_lte: goerli_Bytes - to_in: [goerli_Bytes!] - to_not_in: [goerli_Bytes!] - to_contains: goerli_Bytes - to_not_contains: goerli_Bytes - delegate: goerli_Bytes - delegate_not: goerli_Bytes - delegate_gt: goerli_Bytes - delegate_lt: goerli_Bytes - delegate_gte: goerli_Bytes - delegate_lte: goerli_Bytes - delegate_in: [goerli_Bytes!] - delegate_not_in: [goerli_Bytes!] - delegate_contains: goerli_Bytes - delegate_not_contains: goerli_Bytes + to: 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: goerli_Bytes - callData_not: goerli_Bytes - callData_gt: goerli_Bytes - callData_lt: goerli_Bytes - callData_gte: goerli_Bytes - callData_lte: goerli_Bytes - callData_in: [goerli_Bytes!] - callData_not_in: [goerli_Bytes!] - callData_contains: goerli_Bytes - callData_not_contains: goerli_Bytes + callData: 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 @@ -118090,16 +128676,16 @@ input goerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: goerli_Bytes - originSender_not: goerli_Bytes - originSender_gt: goerli_Bytes - originSender_lt: goerli_Bytes - originSender_gte: goerli_Bytes - originSender_lte: goerli_Bytes - originSender_in: [goerli_Bytes!] - originSender_not_in: [goerli_Bytes!] - originSender_contains: goerli_Bytes - originSender_not_contains: goerli_Bytes + originSender: 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 @@ -118116,16 +128702,16 @@ input goerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes + canonicalId: 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 @@ -118146,17 +128732,17 @@ input goerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - transactingAsset: goerli_Bytes - transactingAsset_not: goerli_Bytes - transactingAsset_gt: goerli_Bytes - transactingAsset_lt: goerli_Bytes - transactingAsset_gte: goerli_Bytes - transactingAsset_lte: goerli_Bytes - transactingAsset_in: [goerli_Bytes!] - transactingAsset_not_in: [goerli_Bytes!] - transactingAsset_contains: goerli_Bytes - transactingAsset_not_contains: goerli_Bytes + asset_: 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 @@ -118177,7 +128763,7 @@ input goerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: goerli_OriginMessage_filter + message_: zksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -118192,37 +128778,37 @@ input goerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: goerli_RelayerFee_filter - initialRelayerFeeAsset: goerli_Bytes - initialRelayerFeeAsset_not: goerli_Bytes - initialRelayerFeeAsset_gt: goerli_Bytes - initialRelayerFeeAsset_lt: goerli_Bytes - initialRelayerFeeAsset_gte: goerli_Bytes - initialRelayerFeeAsset_lte: goerli_Bytes - initialRelayerFeeAsset_in: [goerli_Bytes!] - initialRelayerFeeAsset_not_in: [goerli_Bytes!] - initialRelayerFeeAsset_contains: goerli_Bytes - initialRelayerFeeAsset_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + relayerFees_: 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 @@ -118255,16 +128841,16 @@ input goerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: goerli_Bytes - txOrigin_not: goerli_Bytes - txOrigin_gt: goerli_Bytes - txOrigin_lt: goerli_Bytes - txOrigin_gte: goerli_Bytes - txOrigin_lte: goerli_Bytes - txOrigin_in: [goerli_Bytes!] - txOrigin_not_in: [goerli_Bytes!] - txOrigin_contains: goerli_Bytes - txOrigin_not_contains: goerli_Bytes + txOrigin: 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 @@ -118274,12 +128860,12 @@ input goerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OriginTransfer_filter] - or: [goerli_OriginTransfer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginTransfer_filter] + or: [zksync_OriginTransfer_filter] } -enum goerli_OriginTransfer_orderBy { +enum zksync_OriginTransfer_orderBy { id chainId transferId @@ -118332,20 +128918,20 @@ enum goerli_OriginTransfer_orderBy { txNonce } -type goerli_Relayer { +type zksync_Relayer { id: ID! isActive: Boolean! - relayer: goerli_Bytes + relayer: zksync_Bytes } -type goerli_RelayerFee { +type zksync_RelayerFee { id: ID! - transfer: goerli_OriginTransfer! + transfer: zksync_OriginTransfer! fee: BigInt! - asset: goerli_Bytes! + asset: zksync_Bytes! } -input goerli_RelayerFee_filter { +input zksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -118374,7 +128960,7 @@ input goerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: goerli_OriginTransfer_filter + transfer_: zksync_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -118383,23 +128969,23 @@ input goerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: goerli_Bytes - asset_not: goerli_Bytes - asset_gt: goerli_Bytes - asset_lt: goerli_Bytes - asset_gte: goerli_Bytes - asset_lte: goerli_Bytes - asset_in: [goerli_Bytes!] - asset_not_in: [goerli_Bytes!] - asset_contains: goerli_Bytes - asset_not_contains: goerli_Bytes + asset: 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: goerli_BlockChangedFilter - and: [goerli_RelayerFee_filter] - or: [goerli_RelayerFee_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFee_filter] + or: [zksync_RelayerFee_filter] } -enum goerli_RelayerFee_orderBy { +enum zksync_RelayerFee_orderBy { id transfer transfer__id @@ -118435,20 +129021,20 @@ enum goerli_RelayerFee_orderBy { asset } -type goerli_RelayerFeesIncrease { +type zksync_RelayerFeesIncrease { id: ID! - transfer: goerli_OriginTransfer! + transfer: zksync_OriginTransfer! increase: BigInt - asset: goerli_Bytes - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + asset: zksync_Bytes + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input goerli_RelayerFeesIncrease_filter { +input zksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -118477,7 +129063,7 @@ input goerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: goerli_OriginTransfer_filter + transfer_: zksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -118485,37 +129071,37 @@ input goerli_RelayerFeesIncrease_filter { 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 + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118549,12 +129135,12 @@ input goerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RelayerFeesIncrease_filter] - or: [goerli_RelayerFeesIncrease_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFeesIncrease_filter] + or: [zksync_RelayerFeesIncrease_filter] } -enum goerli_RelayerFeesIncrease_orderBy { +enum zksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -118596,7 +129182,7 @@ enum goerli_RelayerFeesIncrease_orderBy { blockNumber } -input goerli_Relayer_filter { +input zksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -118609,34 +129195,34 @@ input goerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: goerli_Bytes - relayer_not: goerli_Bytes - relayer_gt: goerli_Bytes - relayer_lt: goerli_Bytes - relayer_gte: goerli_Bytes - relayer_lte: goerli_Bytes - relayer_in: [goerli_Bytes!] - relayer_not_in: [goerli_Bytes!] - relayer_contains: goerli_Bytes - relayer_not_contains: goerli_Bytes + relayer: 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: goerli_BlockChangedFilter - and: [goerli_Relayer_filter] - or: [goerli_Relayer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Relayer_filter] + or: [zksync_Relayer_filter] } -enum goerli_Relayer_orderBy { +enum zksync_Relayer_orderBy { id isActive relayer } -type goerli_RootCount { +type zksync_RootCount { id: ID! count: BigInt } -input goerli_RootCount_filter { +input zksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -118654,31 +129240,31 @@ input goerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootCount_filter] - or: [goerli_RootCount_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RootCount_filter] + or: [zksync_RootCount_filter] } -enum goerli_RootCount_orderBy { +enum zksync_RootCount_orderBy { id count } -type goerli_RootMessageSent { +type zksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: goerli_Bytes + root: zksync_Bytes count: BigInt - caller: goerli_Bytes - transactionHash: goerli_Bytes + caller: zksync_Bytes + transactionHash: zksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input goerli_RootMessageSent_filter { +input zksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -118703,16 +129289,16 @@ input goerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes + 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 @@ -118721,26 +129307,26 @@ input goerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + caller: 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 @@ -118774,12 +129360,12 @@ input goerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageSent_filter] - or: [goerli_RootMessageSent_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RootMessageSent_filter] + or: [zksync_RootMessageSent_filter] } -enum goerli_RootMessageSent_orderBy { +enum zksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -118793,25 +129379,25 @@ enum goerli_RootMessageSent_orderBy { blockNumber } -type goerli_Router { +type zksync_Router { id: ID! isActive: Boolean! - owner: goerli_Bytes - recipient: goerli_Bytes - proposedOwner: goerli_Bytes + owner: zksync_Bytes + recipient: zksync_Bytes + proposedOwner: zksync_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! } -type goerli_RouterDailyTVL { +type zksync_RouterDailyTVL { id: ID! - router: goerli_Router! - asset: goerli_Asset! + router: zksync_Router! + asset: zksync_Asset! timestamp: BigInt! balance: BigInt! } -input goerli_RouterDailyTVL_filter { +input zksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -118840,7 +129426,7 @@ input goerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -118861,7 +129447,7 @@ input goerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: zksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118879,12 +129465,12 @@ input goerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterDailyTVL_filter] - or: [goerli_RouterDailyTVL_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RouterDailyTVL_filter] + or: [zksync_RouterDailyTVL_filter] } -enum goerli_RouterDailyTVL_orderBy { +enum zksync_RouterDailyTVL_orderBy { id router router__id @@ -118907,26 +129493,26 @@ enum goerli_RouterDailyTVL_orderBy { balance } -type goerli_RouterLiquidityEvent { +type zksync_RouterLiquidityEvent { id: ID! - type: goerli_RouterLiquidityEventType - router: goerli_Router! - asset: goerli_Asset! + type: zksync_RouterLiquidityEventType + router: zksync_Router! + asset: zksync_Asset! amount: BigInt! balance: BigInt! - caller: goerli_Bytes + caller: zksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: goerli_Bytes! + transactionHash: zksync_Bytes! nonce: BigInt! } -enum goerli_RouterLiquidityEventType { +enum zksync_RouterLiquidityEventType { Add Remove } -input goerli_RouterLiquidityEvent_filter { +input zksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -118935,10 +129521,10 @@ input goerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: goerli_RouterLiquidityEventType - type_not: goerli_RouterLiquidityEventType - type_in: [goerli_RouterLiquidityEventType!] - type_not_in: [goerli_RouterLiquidityEventType!] + type: zksync_RouterLiquidityEventType + type_not: zksync_RouterLiquidityEventType + type_in: [zksync_RouterLiquidityEventType!] + type_not_in: [zksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -118959,7 +129545,7 @@ input goerli_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -118980,7 +129566,7 @@ input goerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -118997,16 +129583,16 @@ input goerli_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes + caller: 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 @@ -119023,16 +129609,16 @@ input goerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + transactionHash: 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 @@ -119042,12 +129628,12 @@ input goerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterLiquidityEvent_filter] - or: [goerli_RouterLiquidityEvent_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RouterLiquidityEvent_filter] + or: [zksync_RouterLiquidityEvent_filter] } -enum goerli_RouterLiquidityEvent_orderBy { +enum zksync_RouterLiquidityEvent_orderBy { id type router @@ -119076,7 +129662,7 @@ enum goerli_RouterLiquidityEvent_orderBy { nonce } -input goerli_Router_filter { +input zksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -119089,36 +129675,36 @@ input goerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: goerli_Bytes - owner_not: goerli_Bytes - owner_gt: goerli_Bytes - owner_lt: goerli_Bytes - owner_gte: goerli_Bytes - owner_lte: goerli_Bytes - owner_in: [goerli_Bytes!] - owner_not_in: [goerli_Bytes!] - owner_contains: goerli_Bytes - owner_not_contains: goerli_Bytes - recipient: goerli_Bytes - recipient_not: goerli_Bytes - recipient_gt: goerli_Bytes - recipient_lt: goerli_Bytes - recipient_gte: goerli_Bytes - recipient_lte: goerli_Bytes - recipient_in: [goerli_Bytes!] - recipient_not_in: [goerli_Bytes!] - recipient_contains: goerli_Bytes - recipient_not_contains: goerli_Bytes - proposedOwner: goerli_Bytes - proposedOwner_not: goerli_Bytes - proposedOwner_gt: goerli_Bytes - proposedOwner_lt: goerli_Bytes - proposedOwner_gte: goerli_Bytes - proposedOwner_lte: goerli_Bytes - proposedOwner_in: [goerli_Bytes!] - proposedOwner_not_in: [goerli_Bytes!] - proposedOwner_contains: goerli_Bytes - proposedOwner_not_contains: goerli_Bytes + owner: 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 @@ -119127,14 +129713,14 @@ input goerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: goerli_AssetBalance_filter + assetBalances_: zksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Router_filter] - or: [goerli_Router_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Router_filter] + or: [zksync_Router_filter] } -enum goerli_Router_orderBy { +enum zksync_Router_orderBy { id isActive owner @@ -119144,13 +129730,13 @@ enum goerli_Router_orderBy { assetBalances } -type goerli_Sequencer { +type zksync_Sequencer { id: ID! isActive: Boolean! - sequencer: goerli_Bytes + sequencer: zksync_Bytes } -input goerli_Sequencer_filter { +input zksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -119163,35 +129749,35 @@ input goerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: goerli_Bytes - sequencer_not: goerli_Bytes - sequencer_gt: goerli_Bytes - sequencer_lt: goerli_Bytes - sequencer_gte: goerli_Bytes - sequencer_lte: goerli_Bytes - sequencer_in: [goerli_Bytes!] - sequencer_not_in: [goerli_Bytes!] - sequencer_contains: goerli_Bytes - sequencer_not_contains: goerli_Bytes + sequencer: 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: goerli_BlockChangedFilter - and: [goerli_Sequencer_filter] - or: [goerli_Sequencer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Sequencer_filter] + or: [zksync_Sequencer_filter] } -enum goerli_Sequencer_orderBy { +enum zksync_Sequencer_orderBy { id isActive sequencer } -type goerli_Setting { +type zksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: goerli_Bytes! + caller: zksync_Bytes! } -input goerli_Setting_filter { +input zksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -119208,41 +129794,41 @@ input goerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes + caller: 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: goerli_BlockChangedFilter - and: [goerli_Setting_filter] - or: [goerli_Setting_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Setting_filter] + or: [zksync_Setting_filter] } -enum goerli_Setting_orderBy { +enum zksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type goerli_SlippageUpdate { +type zksync_SlippageUpdate { id: ID! - transfer: goerli_DestinationTransfer! + transfer: zksync_DestinationTransfer! slippage: BigInt! - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input goerli_SlippageUpdate_filter { +input zksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -119271,7 +129857,7 @@ input goerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: goerli_DestinationTransfer_filter + transfer_: zksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -119280,26 +129866,26 @@ input goerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + caller: 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 @@ -119333,12 +129919,12 @@ input goerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_SlippageUpdate_filter] - or: [goerli_SlippageUpdate_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_SlippageUpdate_filter] + or: [zksync_SlippageUpdate_filter] } -enum goerli_SlippageUpdate_orderBy { +enum zksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -119375,582 +129961,27 @@ enum goerli_SlippageUpdate_orderBy { transfer__reconciledGasPrice transfer__reconciledGasLimit transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type goerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: goerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input goerli_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: 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!] - 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: goerli_BlockChangedFilter - and: [goerli_SnapshotRoot_filter] - or: [goerli_SnapshotRoot_filter] -} - -enum goerli_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type goerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input goerli_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: goerli_BlockChangedFilter - and: [goerli_SpokeConnectorMode_filter] - or: [goerli_SpokeConnectorMode_filter] -} - -enum goerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum goerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -scalar metis_swap_BigDecimal - -input metis_swap_BlockChangedFilter { - number_gte: Int! -} - -input metis_swap_Block_height { - hash: metis_swap_Bytes - number: Int - number_gte: Int -} - -scalar metis_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar metis_swap_Int8 - -type metis_swap_LpAccount { - id: ID! - 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 metis_swap_LpAccountBalance { - id: ID! - account: metis_swap_LpAccount! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: metis_swap_Bytes -} - -input metis_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_: metis_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccountBalance_filter] - or: [metis_swap_LpAccountBalance_filter] -} - -enum metis_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 metis_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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccount_filter] - or: [metis_swap_LpAccount_filter] -} - -enum metis_swap_LpAccount_orderBy { - id - address - balances -} - -type metis_swap_LpToken { - id: ID! - address: metis_swap_Bytes! - stableSwap: metis_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: metis_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpTokenEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpTokenEvent_filter): [metis_swap_LpTokenEvent!]! -} - -interface metis_swap_LpTokenEvent { - id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! -} - -input metis_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_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpTokenEvent_filter] - or: [metis_swap_LpTokenEvent_filter] -} - -enum metis_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce -} - -input metis_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: metis_swap_Bytes - address_not: metis_swap_Bytes - address_gt: metis_swap_Bytes - address_lt: metis_swap_Bytes - address_gte: metis_swap_Bytes - address_lte: metis_swap_Bytes - address_in: [metis_swap_Bytes!] - address_not_in: [metis_swap_Bytes!] - address_contains: metis_swap_Bytes - address_not_contains: metis_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: metis_swap_BigDecimal - totalSupply_not: metis_swap_BigDecimal - totalSupply_gt: metis_swap_BigDecimal - totalSupply_lt: metis_swap_BigDecimal - totalSupply_gte: metis_swap_BigDecimal - totalSupply_lte: metis_swap_BigDecimal - totalSupply_in: [metis_swap_BigDecimal!] - totalSupply_not_in: [metis_swap_BigDecimal!] - events_: metis_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpToken_filter] - or: [metis_swap_LpToken_filter] -} - -enum metis_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 + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { +type zksync_SnapshotRoot { id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - from: metis_swap_Bytes! - to: metis_swap_Bytes! - fromBalance: metis_swap_BigDecimal! - toBalance: metis_swap_BigDecimal! - block: BigInt! + spokeDomain: BigInt + root: zksync_Bytes! + count: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input metis_swap_LpTransferEvent_filter { +input zksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -119959,79 +129990,32 @@ input metis_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_swap_BigDecimal!] - from: metis_swap_Bytes - from_not: metis_swap_Bytes - from_gt: metis_swap_Bytes - from_lt: metis_swap_Bytes - from_gte: metis_swap_Bytes - from_lte: metis_swap_Bytes - from_in: [metis_swap_Bytes!] - from_not_in: [metis_swap_Bytes!] - from_contains: metis_swap_Bytes - from_not_contains: metis_swap_Bytes - to: metis_swap_Bytes - to_not: metis_swap_Bytes - to_gt: metis_swap_Bytes - to_lt: metis_swap_Bytes - to_gte: metis_swap_Bytes - to_lte: metis_swap_Bytes - to_in: [metis_swap_Bytes!] - to_not_in: [metis_swap_Bytes!] - to_contains: metis_swap_Bytes - to_not_contains: metis_swap_Bytes - fromBalance: metis_swap_BigDecimal - fromBalance_not: metis_swap_BigDecimal - fromBalance_gt: metis_swap_BigDecimal - fromBalance_lt: metis_swap_BigDecimal - fromBalance_gte: metis_swap_BigDecimal - fromBalance_lte: metis_swap_BigDecimal - fromBalance_in: [metis_swap_BigDecimal!] - fromBalance_not_in: [metis_swap_BigDecimal!] - toBalance: metis_swap_BigDecimal - toBalance_not: metis_swap_BigDecimal - toBalance_gt: metis_swap_BigDecimal - toBalance_lt: metis_swap_BigDecimal - toBalance_gte: metis_swap_BigDecimal - toBalance_lte: metis_swap_BigDecimal - toBalance_in: [metis_swap_BigDecimal!] - toBalance_not_in: [metis_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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: 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 + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120040,62 +130024,35 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpTransferEvent_filter] - or: [metis_swap_LpTransferEvent_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_SnapshotRoot_filter] + or: [zksync_SnapshotRoot_filter] } -enum metis_swap_LpTransferEvent_orderBy { +enum zksync_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 metis_swap_OrderDirection { - asc - desc + blockNumber } -type metis_swap_PooledToken { +type zksync_SpokeConnectorMode { id: ID! - asset: metis_swap_Bytes! + mode: String! } -input metis_swap_PooledToken_filter { +input zksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -120104,235 +130061,87 @@ 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 + 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: metis_swap_BlockChangedFilter - and: [metis_swap_PooledToken_filter] - or: [metis_swap_PooledToken_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_SpokeConnectorMode_filter] + or: [zksync_SpokeConnectorMode_filter] } -enum metis_swap_PooledToken_orderBy { +enum zksync_SpokeConnectorMode_orderBy { id - asset + mode } -type metis_swap_StableSwap { - id: ID! - isActive: Boolean - key: metis_swap_Bytes! - canonicalId: metis_swap_Bytes - domain: BigInt - swapPool: metis_swap_Bytes - lpToken: metis_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [metis_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapEvent_filter): [metis_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapExchange_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapExchange_filter): [metis_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapHourlyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapHourlyVolume_filter): [metis_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapDailyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapDailyVolume_filter): [metis_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapWeeklyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapWeeklyVolume_filter): [metis_swap_SwapWeeklyVolume!] +enum zksync_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { - id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! +type zksync__Block_ { + """The hash of the block""" + hash: zksync_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -input metis_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_: metis_swap_StableSwap_filter - provider: metis_swap_Bytes - provider_not: metis_swap_Bytes - provider_gt: metis_swap_Bytes - provider_lt: metis_swap_Bytes - provider_gte: metis_swap_Bytes - provider_lte: metis_swap_Bytes - provider_in: [metis_swap_Bytes!] - provider_not_in: [metis_swap_Bytes!] - provider_contains: metis_swap_Bytes - provider_not_contains: metis_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapAddLiquidityEvent_filter] - or: [metis_swap_StableSwapAddLiquidityEvent_filter] +"""The type for the top-level _meta field""" +type zksync__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: zksync__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum metis_swap_StableSwapAddLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce +type stagingpolygon_AggregateRoot { + id: ID! + root: stagingpolygon_Bytes! + blockNumber: BigInt! } -interface metis_swap_StableSwapEvent { +type stagingpolygon_AggregateRootProposed { id: ID! - stableSwap: metis_swap_StableSwap! - block: BigInt! + aggregateRoot: stagingpolygon_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input metis_swap_StableSwapEvent_filter { +input stagingpolygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -120341,35 +130150,40 @@ input metis_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + aggregateRoot: stagingpolygon_Bytes + aggregateRoot_not: stagingpolygon_Bytes + aggregateRoot_gt: stagingpolygon_Bytes + aggregateRoot_lt: stagingpolygon_Bytes + aggregateRoot_gte: stagingpolygon_Bytes + aggregateRoot_lte: stagingpolygon_Bytes + aggregateRoot_in: [stagingpolygon_Bytes!] + aggregateRoot_not_in: [stagingpolygon_Bytes!] + aggregateRoot_contains: stagingpolygon_Bytes + aggregateRoot_not_contains: stagingpolygon_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120378,72 +130192,31 @@ input metis_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapEvent_filter] - or: [metis_swap_StableSwapEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRootProposed_filter] + or: [stagingpolygon_AggregateRootProposed_filter] } -enum metis_swap_StableSwapEvent_orderBy { +enum stagingpolygon_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 -} - -type metis_swap_StableSwapExchange { - id: ID! - stableSwap: metis_swap_StableSwap! - buyer: metis_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + blockNumber } -input metis_swap_StableSwapExchange_filter { +input stagingpolygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -120452,172 +130225,66 @@ input metis_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - buyer: metis_swap_Bytes - buyer_not: metis_swap_Bytes - buyer_gt: metis_swap_Bytes - buyer_lt: metis_swap_Bytes - buyer_gte: metis_swap_Bytes - buyer_lte: metis_swap_Bytes - buyer_in: [metis_swap_Bytes!] - buyer_not_in: [metis_swap_Bytes!] - buyer_contains: metis_swap_Bytes - buyer_not_contains: metis_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapExchange_filter] - or: [metis_swap_StableSwapExchange_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRoot_filter] + or: [stagingpolygon_AggregateRoot_filter] } -enum metis_swap_StableSwapExchange_orderBy { +enum stagingpolygon_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 } -type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { +enum stagingpolygon_Aggregation_interval { + hour + day +} + +type stagingpolygon_Asset { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + key: stagingpolygon_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingpolygon_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes + blockNumber: BigInt + status: stagingpolygon_AssetStatus } -input metis_swap_StableSwapRemoveLiquidityEvent_filter { +type stagingpolygon_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + feesEarned: BigInt! +} + +input stagingpolygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -120626,152 +130293,126 @@ input metis_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - provider: metis_swap_Bytes - provider_not: metis_swap_Bytes - provider_gt: metis_swap_Bytes - provider_lt: metis_swap_Bytes - provider_gte: metis_swap_Bytes - provider_lte: metis_swap_Bytes - provider_in: [metis_swap_Bytes!] - provider_not_in: [metis_swap_Bytes!] - provider_contains: metis_swap_Bytes - provider_not_contains: metis_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingpolygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingpolygon_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] - or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetBalance_filter] + or: [stagingpolygon_AssetBalance_filter] +} + +enum stagingpolygon_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce +type stagingpolygon_AssetStatus { + id: ID! + status: Boolean } -input metis_swap_StableSwap_filter { +input stagingpolygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -120780,201 +130421,22 @@ input metis_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: metis_swap_Bytes - key_not: metis_swap_Bytes - key_gt: metis_swap_Bytes - key_lt: metis_swap_Bytes - key_gte: metis_swap_Bytes - key_lte: metis_swap_Bytes - key_in: [metis_swap_Bytes!] - key_not_in: [metis_swap_Bytes!] - key_contains: metis_swap_Bytes - key_not_contains: metis_swap_Bytes - canonicalId: metis_swap_Bytes - canonicalId_not: metis_swap_Bytes - canonicalId_gt: metis_swap_Bytes - canonicalId_lt: metis_swap_Bytes - canonicalId_gte: metis_swap_Bytes - canonicalId_lte: metis_swap_Bytes - canonicalId_in: [metis_swap_Bytes!] - canonicalId_not_in: [metis_swap_Bytes!] - canonicalId_contains: metis_swap_Bytes - canonicalId_not_contains: metis_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: metis_swap_Bytes - swapPool_not: metis_swap_Bytes - swapPool_gt: metis_swap_Bytes - swapPool_lt: metis_swap_Bytes - swapPool_gte: metis_swap_Bytes - swapPool_lte: metis_swap_Bytes - swapPool_in: [metis_swap_Bytes!] - swapPool_not_in: [metis_swap_Bytes!] - swapPool_contains: metis_swap_Bytes - swapPool_not_contains: metis_swap_Bytes - lpToken: metis_swap_Bytes - lpToken_not: metis_swap_Bytes - lpToken_gt: metis_swap_Bytes - lpToken_lt: metis_swap_Bytes - lpToken_gte: metis_swap_Bytes - lpToken_lte: metis_swap_Bytes - lpToken_in: [metis_swap_Bytes!] - lpToken_not_in: [metis_swap_Bytes!] - lpToken_contains: metis_swap_Bytes - lpToken_not_contains: metis_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [metis_swap_Bytes!] - pooledTokens_not: [metis_swap_Bytes!] - pooledTokens_contains: [metis_swap_Bytes!] - pooledTokens_contains_nocase: [metis_swap_Bytes!] - pooledTokens_not_contains: [metis_swap_Bytes!] - pooledTokens_not_contains_nocase: [metis_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: metis_swap_StableSwapEvent_filter - exchanges_: metis_swap_StableSwapExchange_filter - hourlyVolumes_: metis_swap_SwapHourlyVolume_filter - dailyVolumes_: metis_swap_SwapDailyVolume_filter - weeklyVolumes_: metis_swap_SwapWeeklyVolume_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwap_filter] - or: [metis_swap_StableSwap_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetStatus_filter] + or: [stagingpolygon_AssetStatus_filter] } -enum metis_swap_StableSwap_orderBy { +enum stagingpolygon_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 -} - -type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { - id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! + status } -input metis_swap_SwapDailyVolume_filter { +input stagingpolygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -120983,80 +130445,144 @@ input metis_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] + key: stagingpolygon_Bytes + key_not: stagingpolygon_Bytes + key_gt: stagingpolygon_Bytes + key_lt: stagingpolygon_Bytes + key_gte: stagingpolygon_Bytes + key_lte: stagingpolygon_Bytes + key_in: [stagingpolygon_Bytes!] + key_not_in: [stagingpolygon_Bytes!] + key_contains: stagingpolygon_Bytes + key_not_contains: stagingpolygon_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: stagingpolygon_Bytes + adoptedAsset_not: stagingpolygon_Bytes + adoptedAsset_gt: stagingpolygon_Bytes + adoptedAsset_lt: stagingpolygon_Bytes + adoptedAsset_gte: stagingpolygon_Bytes + adoptedAsset_lte: stagingpolygon_Bytes + adoptedAsset_in: [stagingpolygon_Bytes!] + adoptedAsset_not_in: [stagingpolygon_Bytes!] + adoptedAsset_contains: stagingpolygon_Bytes + adoptedAsset_not_contains: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes + localAsset_not: stagingpolygon_Bytes + localAsset_gt: stagingpolygon_Bytes + localAsset_lt: stagingpolygon_Bytes + localAsset_gte: stagingpolygon_Bytes + localAsset_lte: stagingpolygon_Bytes + localAsset_in: [stagingpolygon_Bytes!] + localAsset_not_in: [stagingpolygon_Bytes!] + localAsset_contains: stagingpolygon_Bytes + localAsset_not_contains: stagingpolygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingpolygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapDailyVolume_filter] - or: [metis_swap_SwapDailyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Asset_filter] + or: [stagingpolygon_Asset_filter] } -enum metis_swap_SwapDailyVolume_orderBy { +enum stagingpolygon_Asset_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { +scalar stagingpolygon_BigDecimal + +input stagingpolygon_BlockChangedFilter { + number_gte: Int! +} + +input stagingpolygon_Block_height { + hash: stagingpolygon_Bytes + number: Int + number_gte: Int +} + +scalar stagingpolygon_Bytes + +type stagingpolygon_ConnectorMeta { id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes } -input metis_swap_SwapHourlyVolume_filter { +input stagingpolygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -121065,152 +130591,511 @@ input metis_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_: metis_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingpolygon_Bytes + amb_not: stagingpolygon_Bytes + amb_gt: stagingpolygon_Bytes + amb_lt: stagingpolygon_Bytes + amb_gte: stagingpolygon_Bytes + amb_lte: stagingpolygon_Bytes + amb_in: [stagingpolygon_Bytes!] + amb_not_in: [stagingpolygon_Bytes!] + amb_contains: stagingpolygon_Bytes + amb_not_contains: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + rootManager_not: stagingpolygon_Bytes + rootManager_gt: stagingpolygon_Bytes + rootManager_lt: stagingpolygon_Bytes + rootManager_gte: stagingpolygon_Bytes + rootManager_lte: stagingpolygon_Bytes + rootManager_in: [stagingpolygon_Bytes!] + rootManager_not_in: [stagingpolygon_Bytes!] + rootManager_contains: stagingpolygon_Bytes + rootManager_not_contains: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes + mirrorConnector_not: stagingpolygon_Bytes + mirrorConnector_gt: stagingpolygon_Bytes + mirrorConnector_lt: stagingpolygon_Bytes + mirrorConnector_gte: stagingpolygon_Bytes + mirrorConnector_lte: stagingpolygon_Bytes + mirrorConnector_in: [stagingpolygon_Bytes!] + mirrorConnector_not_in: [stagingpolygon_Bytes!] + mirrorConnector_contains: stagingpolygon_Bytes + mirrorConnector_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapHourlyVolume_filter] - or: [metis_swap_SwapHourlyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_ConnectorMeta_filter] + or: [stagingpolygon_ConnectorMeta_filter] } -enum metis_swap_SwapHourlyVolume_orderBy { +enum stagingpolygon_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 } -interface metis_swap_SwapTradeVolume { - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! +type stagingpolygon_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingpolygon_Bytes + nonce: BigInt + status: stagingpolygon_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_Router_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_Router_filter): [stagingpolygon_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + receiveLocal: Boolean + callData: stagingpolygon_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingpolygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingpolygon_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxNonce: BigInt } -input metis_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] +input stagingpolygon_DestinationTransfer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingpolygon_TransferStatus + status_not: stagingpolygon_TransferStatus + status_in: [stagingpolygon_TransferStatus!] + status_not_in: [stagingpolygon_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingpolygon_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingpolygon_Bytes + to_not: stagingpolygon_Bytes + to_gt: stagingpolygon_Bytes + to_lt: stagingpolygon_Bytes + to_gte: stagingpolygon_Bytes + to_lte: stagingpolygon_Bytes + to_in: [stagingpolygon_Bytes!] + to_not_in: [stagingpolygon_Bytes!] + to_contains: stagingpolygon_Bytes + to_not_contains: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + delegate_not: stagingpolygon_Bytes + delegate_gt: stagingpolygon_Bytes + delegate_lt: stagingpolygon_Bytes + delegate_gte: stagingpolygon_Bytes + delegate_lte: stagingpolygon_Bytes + delegate_in: [stagingpolygon_Bytes!] + delegate_not_in: [stagingpolygon_Bytes!] + delegate_contains: stagingpolygon_Bytes + delegate_not_contains: stagingpolygon_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingpolygon_Bytes + callData_not: stagingpolygon_Bytes + callData_gt: stagingpolygon_Bytes + callData_lt: stagingpolygon_Bytes + callData_gte: stagingpolygon_Bytes + callData_lte: stagingpolygon_Bytes + callData_in: [stagingpolygon_Bytes!] + callData_not_in: [stagingpolygon_Bytes!] + callData_contains: stagingpolygon_Bytes + callData_not_contains: stagingpolygon_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: stagingpolygon_Bytes + originSender_not: stagingpolygon_Bytes + originSender_gt: stagingpolygon_Bytes + originSender_lt: stagingpolygon_Bytes + originSender_gte: stagingpolygon_Bytes + originSender_lte: stagingpolygon_Bytes + originSender_in: [stagingpolygon_Bytes!] + originSender_not_in: [stagingpolygon_Bytes!] + originSender_contains: stagingpolygon_Bytes + originSender_not_contains: stagingpolygon_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingpolygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: stagingpolygon_Bytes + executedCaller_not: stagingpolygon_Bytes + executedCaller_gt: stagingpolygon_Bytes + executedCaller_lt: stagingpolygon_Bytes + executedCaller_gte: stagingpolygon_Bytes + executedCaller_lte: stagingpolygon_Bytes + executedCaller_in: [stagingpolygon_Bytes!] + executedCaller_not_in: [stagingpolygon_Bytes!] + executedCaller_contains: stagingpolygon_Bytes + executedCaller_not_contains: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes + executedTransactionHash_not: stagingpolygon_Bytes + executedTransactionHash_gt: stagingpolygon_Bytes + executedTransactionHash_lt: stagingpolygon_Bytes + executedTransactionHash_gte: stagingpolygon_Bytes + executedTransactionHash_lte: stagingpolygon_Bytes + executedTransactionHash_in: [stagingpolygon_Bytes!] + executedTransactionHash_not_in: [stagingpolygon_Bytes!] + executedTransactionHash_contains: stagingpolygon_Bytes + executedTransactionHash_not_contains: stagingpolygon_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: stagingpolygon_Bytes + executedTxOrigin_not: stagingpolygon_Bytes + executedTxOrigin_gt: stagingpolygon_Bytes + executedTxOrigin_lt: stagingpolygon_Bytes + executedTxOrigin_gte: stagingpolygon_Bytes + executedTxOrigin_lte: stagingpolygon_Bytes + executedTxOrigin_in: [stagingpolygon_Bytes!] + executedTxOrigin_not_in: [stagingpolygon_Bytes!] + executedTxOrigin_contains: stagingpolygon_Bytes + executedTxOrigin_not_contains: stagingpolygon_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: stagingpolygon_Bytes + reconciledCaller_not: stagingpolygon_Bytes + reconciledCaller_gt: stagingpolygon_Bytes + reconciledCaller_lt: stagingpolygon_Bytes + reconciledCaller_gte: stagingpolygon_Bytes + reconciledCaller_lte: stagingpolygon_Bytes + reconciledCaller_in: [stagingpolygon_Bytes!] + reconciledCaller_not_in: [stagingpolygon_Bytes!] + reconciledCaller_contains: stagingpolygon_Bytes + reconciledCaller_not_contains: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes + reconciledTransactionHash_not: stagingpolygon_Bytes + reconciledTransactionHash_gt: stagingpolygon_Bytes + reconciledTransactionHash_lt: stagingpolygon_Bytes + reconciledTransactionHash_gte: stagingpolygon_Bytes + reconciledTransactionHash_lte: stagingpolygon_Bytes + reconciledTransactionHash_in: [stagingpolygon_Bytes!] + reconciledTransactionHash_not_in: [stagingpolygon_Bytes!] + reconciledTransactionHash_contains: stagingpolygon_Bytes + reconciledTransactionHash_not_contains: stagingpolygon_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxOrigin_not: stagingpolygon_Bytes + reconciledTxOrigin_gt: stagingpolygon_Bytes + reconciledTxOrigin_lt: stagingpolygon_Bytes + reconciledTxOrigin_gte: stagingpolygon_Bytes + reconciledTxOrigin_lte: stagingpolygon_Bytes + reconciledTxOrigin_in: [stagingpolygon_Bytes!] + reconciledTxOrigin_not_in: [stagingpolygon_Bytes!] + reconciledTxOrigin_contains: stagingpolygon_Bytes + reconciledTxOrigin_not_contains: stagingpolygon_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapTradeVolume_filter] - or: [metis_swap_SwapTradeVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_DestinationTransfer_filter] + or: [stagingpolygon_DestinationTransfer_filter] } -enum metis_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +enum stagingpolygon_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { +""" +8 bytes signed integer + +""" +scalar stagingpolygon_Int8 + +type stagingpolygon_OptimisticRootFinalized { id: ID! - stableSwap: metis_swap_StableSwap! + aggregateRoot: stagingpolygon_Bytes! timestamp: BigInt! - volume: metis_swap_BigDecimal! + blockNumber: BigInt } -input metis_swap_SwapWeeklyVolume_filter { +input stagingpolygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -121219,27 +131104,16 @@ input metis_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + 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 @@ -121248,262 +131122,47 @@ 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapWeeklyVolume_filter] - or: [metis_swap_SwapWeeklyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OptimisticRootFinalized_filter] + or: [stagingpolygon_OptimisticRootFinalized_filter] } -enum metis_swap_SwapWeeklyVolume_orderBy { +enum stagingpolygon_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 + aggregateRoot timestamp - volume -} - -type metis_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input metis_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SystemInfo_filter] - or: [metis_swap_SystemInfo_filter] -} - -enum metis_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type metis_swap__Block_ { - """The hash of the block""" - hash: metis_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type metis_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: metis_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum zksync_swap_Aggregation_interval { - hour - day -} - -scalar zksync_swap_BigDecimal - -input zksync_swap_BlockChangedFilter { - number_gte: Int! -} - -input zksync_swap_Block_height { - hash: zksync_swap_Bytes - number: Int - number_gte: Int + blockNumber } -scalar zksync_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar zksync_swap_Int8 - -type zksync_swap_LpAccount { - id: ID! - address: zksync_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpAccountBalance_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpAccountBalance_filter): [zksync_swap_LpAccountBalance!]! +"""Defines the order direction, either ascending or descending""" +enum stagingpolygon_OrderDirection { + asc + desc } -type zksync_swap_LpAccountBalance { +type stagingpolygon_OriginMessage { id: ID! - account: zksync_swap_LpAccount! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: zksync_swap_Bytes -} - -input zksync_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_: zksync_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: zksync_swap_LpToken_filter - amount: zksync_swap_BigDecimal - amount_not: zksync_swap_BigDecimal - amount_gt: zksync_swap_BigDecimal - amount_lt: zksync_swap_BigDecimal - amount_gte: zksync_swap_BigDecimal - amount_lte: zksync_swap_BigDecimal - amount_in: [zksync_swap_BigDecimal!] - amount_not_in: [zksync_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes - """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccountBalance_filter] - or: [zksync_swap_LpAccountBalance_filter] -} - -enum zksync_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: stagingpolygon_Bytes + destinationDomain: BigInt + leaf: stagingpolygon_Bytes + index: BigInt + message: stagingpolygon_Bytes + root: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + blockNumber: BigInt + rootCount: stagingpolygon_RootCount } -input zksync_swap_LpAccount_filter { +input stagingpolygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -121512,51 +131171,158 @@ 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 + transferId: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: stagingpolygon_Bytes + leaf_not: stagingpolygon_Bytes + leaf_gt: stagingpolygon_Bytes + leaf_lt: stagingpolygon_Bytes + leaf_gte: stagingpolygon_Bytes + leaf_lte: stagingpolygon_Bytes + leaf_in: [stagingpolygon_Bytes!] + leaf_not_in: [stagingpolygon_Bytes!] + leaf_contains: stagingpolygon_Bytes + leaf_not_contains: stagingpolygon_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: stagingpolygon_Bytes + message_not: stagingpolygon_Bytes + message_gt: stagingpolygon_Bytes + message_lt: stagingpolygon_Bytes + message_gte: stagingpolygon_Bytes + message_lte: stagingpolygon_Bytes + message_in: [stagingpolygon_Bytes!] + message_not_in: [stagingpolygon_Bytes!] + message_contains: stagingpolygon_Bytes + message_not_contains: stagingpolygon_Bytes + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: stagingpolygon_RootCount_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccount_filter] - or: [zksync_swap_LpAccount_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginMessage_filter] + or: [stagingpolygon_OriginMessage_filter] } -enum zksync_swap_LpAccount_orderBy { +enum stagingpolygon_OriginMessage_orderBy { id - address - balances -} - -type zksync_swap_LpToken { - id: ID! - address: zksync_swap_Bytes! - stableSwap: zksync_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: zksync_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpTokenEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpTokenEvent_filter): [zksync_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface zksync_swap_LpTokenEvent { +type stagingpolygon_OriginTransfer { id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: stagingpolygon_Bytes + nonce: BigInt + status: stagingpolygon_TransferStatus + messageHash: stagingpolygon_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + receiveLocal: Boolean + callData: stagingpolygon_Bytes + slippage: BigInt + originSender: stagingpolygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset + transactingAsset: stagingpolygon_Bytes + message: stagingpolygon_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_RelayerFee_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_RelayerFee_filter): [stagingpolygon_RelayerFee!] + initialRelayerFeeAsset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingpolygon_Bytes + txNonce: BigInt } -input zksync_swap_LpTokenEvent_filter { +input stagingpolygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -121565,61 +131331,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: 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 @@ -121628,29 +131357,342 @@ input zksync_swap_LpTokenEvent_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 + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingpolygon_Bytes + to_not: stagingpolygon_Bytes + to_gt: stagingpolygon_Bytes + to_lt: stagingpolygon_Bytes + to_gte: stagingpolygon_Bytes + to_lte: stagingpolygon_Bytes + to_in: [stagingpolygon_Bytes!] + to_not_in: [stagingpolygon_Bytes!] + to_contains: stagingpolygon_Bytes + to_not_contains: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + delegate_not: stagingpolygon_Bytes + delegate_gt: stagingpolygon_Bytes + delegate_lt: stagingpolygon_Bytes + delegate_gte: stagingpolygon_Bytes + delegate_lte: stagingpolygon_Bytes + delegate_in: [stagingpolygon_Bytes!] + delegate_not_in: [stagingpolygon_Bytes!] + delegate_contains: stagingpolygon_Bytes + delegate_not_contains: stagingpolygon_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingpolygon_Bytes + callData_not: stagingpolygon_Bytes + callData_gt: stagingpolygon_Bytes + callData_lt: stagingpolygon_Bytes + callData_gte: stagingpolygon_Bytes + callData_lte: stagingpolygon_Bytes + callData_in: [stagingpolygon_Bytes!] + callData_not_in: [stagingpolygon_Bytes!] + callData_contains: stagingpolygon_Bytes + callData_not_contains: stagingpolygon_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: stagingpolygon_Bytes + originSender_not: stagingpolygon_Bytes + originSender_gt: stagingpolygon_Bytes + originSender_lt: stagingpolygon_Bytes + originSender_gte: stagingpolygon_Bytes + originSender_lte: stagingpolygon_Bytes + originSender_in: [stagingpolygon_Bytes!] + originSender_not_in: [stagingpolygon_Bytes!] + originSender_contains: stagingpolygon_Bytes + originSender_not_contains: stagingpolygon_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingpolygon_Asset_filter + transactingAsset: stagingpolygon_Bytes + transactingAsset_not: stagingpolygon_Bytes + transactingAsset_gt: stagingpolygon_Bytes + transactingAsset_lt: stagingpolygon_Bytes + transactingAsset_gte: stagingpolygon_Bytes + transactingAsset_lte: stagingpolygon_Bytes + transactingAsset_in: [stagingpolygon_Bytes!] + transactingAsset_not_in: [stagingpolygon_Bytes!] + transactingAsset_contains: stagingpolygon_Bytes + transactingAsset_not_contains: stagingpolygon_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: stagingpolygon_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: stagingpolygon_RelayerFee_filter + initialRelayerFeeAsset: stagingpolygon_Bytes + initialRelayerFeeAsset_not: stagingpolygon_Bytes + initialRelayerFeeAsset_gt: stagingpolygon_Bytes + initialRelayerFeeAsset_lt: stagingpolygon_Bytes + initialRelayerFeeAsset_gte: stagingpolygon_Bytes + initialRelayerFeeAsset_lte: stagingpolygon_Bytes + initialRelayerFeeAsset_in: [stagingpolygon_Bytes!] + initialRelayerFeeAsset_not_in: [stagingpolygon_Bytes!] + initialRelayerFeeAsset_contains: stagingpolygon_Bytes + initialRelayerFeeAsset_not_contains: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: stagingpolygon_Bytes + txOrigin_not: stagingpolygon_Bytes + txOrigin_gt: stagingpolygon_Bytes + txOrigin_lt: stagingpolygon_Bytes + txOrigin_gte: stagingpolygon_Bytes + txOrigin_lte: stagingpolygon_Bytes + txOrigin_in: [stagingpolygon_Bytes!] + txOrigin_not_in: [stagingpolygon_Bytes!] + txOrigin_contains: stagingpolygon_Bytes + txOrigin_not_contains: stagingpolygon_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTokenEvent_filter] - or: [zksync_swap_LpTokenEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginTransfer_filter] + or: [stagingpolygon_OriginTransfer_filter] } -enum zksync_swap_LpTokenEvent_orderBy { +enum stagingpolygon_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -input zksync_swap_LpToken_filter { +type stagingpolygon_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingpolygon_Bytes +} + +type stagingpolygon_RelayerFee { + id: ID! + transfer: stagingpolygon_OriginTransfer! + fee: BigInt! + asset: stagingpolygon_Bytes! +} + +input stagingpolygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -121659,142 +131701,101 @@ input zksync_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: zksync_swap_Bytes - address_not: zksync_swap_Bytes - address_gt: zksync_swap_Bytes - address_lt: zksync_swap_Bytes - address_gte: zksync_swap_Bytes - address_lte: zksync_swap_Bytes - address_in: [zksync_swap_Bytes!] - address_not_in: [zksync_swap_Bytes!] - address_contains: zksync_swap_Bytes - address_not_contains: zksync_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: zksync_swap_BigDecimal - totalSupply_not: zksync_swap_BigDecimal - totalSupply_gt: zksync_swap_BigDecimal - totalSupply_lt: zksync_swap_BigDecimal - totalSupply_gte: zksync_swap_BigDecimal - totalSupply_lte: zksync_swap_BigDecimal - totalSupply_in: [zksync_swap_BigDecimal!] - totalSupply_not_in: [zksync_swap_BigDecimal!] - events_: zksync_swap_LpTokenEvent_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingpolygon_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingpolygon_Bytes + asset_not: stagingpolygon_Bytes + asset_gt: stagingpolygon_Bytes + asset_lt: stagingpolygon_Bytes + asset_gte: stagingpolygon_Bytes + asset_lte: stagingpolygon_Bytes + asset_in: [stagingpolygon_Bytes!] + asset_not_in: [stagingpolygon_Bytes!] + asset_contains: stagingpolygon_Bytes + asset_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpToken_filter] - or: [zksync_swap_LpToken_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFee_filter] + or: [stagingpolygon_RelayerFee_filter] } -enum zksync_swap_LpToken_orderBy { +enum stagingpolygon_RelayerFee_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { +type stagingpolygon_RelayerFeesIncrease { 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! + transfer: stagingpolygon_OriginTransfer! + increase: BigInt + asset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input zksync_swap_LpTransferEvent_filter { +input stagingpolygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -121803,79 +131804,65 @@ 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingpolygon_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingpolygon_Bytes + asset_not: stagingpolygon_Bytes + asset_gt: stagingpolygon_Bytes + asset_lt: stagingpolygon_Bytes + asset_gte: stagingpolygon_Bytes + asset_lte: stagingpolygon_Bytes + asset_in: [stagingpolygon_Bytes!] + asset_not_in: [stagingpolygon_Bytes!] + asset_contains: stagingpolygon_Bytes + asset_not_contains: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -121884,62 +131871,79 @@ input zksync_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFeesIncrease_filter] + or: [stagingpolygon_RelayerFeesIncrease_filter] } -enum zksync_swap_LpTransferEvent_orderBy { +enum stagingpolygon_RelayerFeesIncrease_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum zksync_swap_OrderDirection { - asc - desc -} - -type zksync_swap_PooledToken { - id: ID! - asset: zksync_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input zksync_swap_PooledToken_filter { +input stagingpolygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -121948,72 +131952,38 @@ 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_PooledToken_filter] - or: [zksync_swap_PooledToken_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Relayer_filter] + or: [stagingpolygon_Relayer_filter] } -enum zksync_swap_PooledToken_orderBy { +enum stagingpolygon_Relayer_orderBy { id - asset -} - -type zksync_swap_StableSwap { - id: ID! - isActive: Boolean - key: zksync_swap_Bytes! - canonicalId: zksync_swap_Bytes - domain: BigInt - swapPool: zksync_swap_Bytes - lpToken: zksync_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [zksync_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapEvent_filter): [zksync_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapExchange_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapExchange_filter): [zksync_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapHourlyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapHourlyVolume_filter): [zksync_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapDailyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapDailyVolume_filter): [zksync_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapWeeklyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapWeeklyVolume_filter): [zksync_swap_SwapWeeklyVolume!] + isActive + relayer } -type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { +type stagingpolygon_RootCount { 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! + count: BigInt } -input zksync_swap_StableSwapAddLiquidityEvent_filter { +input stagingpolygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -122022,161 +131992,40 @@ input zksync_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - provider: zksync_swap_Bytes - provider_not: zksync_swap_Bytes - provider_gt: zksync_swap_Bytes - provider_lt: zksync_swap_Bytes - provider_gte: zksync_swap_Bytes - provider_lte: zksync_swap_Bytes - provider_in: [zksync_swap_Bytes!] - provider_not_in: [zksync_swap_Bytes!] - provider_contains: zksync_swap_Bytes - provider_not_contains: zksync_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapAddLiquidityEvent_filter] - or: [zksync_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootCount_filter] + or: [stagingpolygon_RootCount_filter] } -enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingpolygon_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + count } -interface zksync_swap_StableSwapEvent { +type stagingpolygon_RootMessageSent { id: ID! - stableSwap: zksync_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingpolygon_Bytes + count: BigInt + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input zksync_swap_StableSwapEvent_filter { +input stagingpolygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -122185,35 +132034,60 @@ input zksync_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -122222,72 +132096,69 @@ input zksync_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapEvent_filter] - or: [zksync_swap_StableSwapEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootMessageSent_filter] + or: [stagingpolygon_RootMessageSent_filter] } -enum zksync_swap_StableSwapEvent_orderBy { +enum stagingpolygon_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type zksync_swap_StableSwapExchange { +type stagingpolygon_Router { id: ID! - stableSwap: zksync_swap_StableSwap! - buyer: zksync_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + proposedOwner: stagingpolygon_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_AssetBalance_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_AssetBalance_filter): [stagingpolygon_AssetBalance!]! +} + +type stagingpolygon_RouterDailyTVL { + id: ID! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input zksync_swap_StableSwapExchange_filter { +input stagingpolygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -122296,91 +132167,48 @@ input zksync_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - buyer: zksync_swap_Bytes - buyer_not: zksync_swap_Bytes - buyer_gt: zksync_swap_Bytes - buyer_lt: zksync_swap_Bytes - buyer_gte: zksync_swap_Bytes - buyer_lte: zksync_swap_Bytes - buyer_in: [zksync_swap_Bytes!] - buyer_not_in: [zksync_swap_Bytes!] - buyer_contains: zksync_swap_Bytes - buyer_not_contains: zksync_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingpolygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingpolygon_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -122389,79 +132217,63 @@ 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 - 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapExchange_filter] - or: [zksync_swap_StableSwapExchange_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterDailyTVL_filter] + or: [stagingpolygon_RouterDailyTVL_filter] } -enum zksync_swap_StableSwapExchange_orderBy { +enum stagingpolygon_RouterDailyTVL_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - transaction - nonce -} - -type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { - id: ID! - stableSwap: zksync_swap_StableSwap! - provider: zksync_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + balance +} + +type stagingpolygon_RouterLiquidityEvent { + id: ID! + type: stagingpolygon_RouterLiquidityEventType + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingpolygon_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transactionHash: stagingpolygon_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapRemoveLiquidityEvent_filter { +enum stagingpolygon_RouterLiquidityEventType { + Add + Remove +} + +input stagingpolygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -122470,87 +132282,86 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - provider: zksync_swap_Bytes - provider_not: zksync_swap_Bytes - provider_gt: zksync_swap_Bytes - provider_lt: zksync_swap_Bytes - provider_gte: zksync_swap_Bytes - provider_lte: zksync_swap_Bytes - provider_in: [zksync_swap_Bytes!] - provider_not_in: [zksync_swap_Bytes!] - provider_contains: zksync_swap_Bytes - provider_not_contains: zksync_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + type: stagingpolygon_RouterLiquidityEventType + type_not: stagingpolygon_RouterLiquidityEventType + type_in: [stagingpolygon_RouterLiquidityEventType!] + type_not_in: [stagingpolygon_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingpolygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingpolygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -122559,16 +132370,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 + 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 @@ -122578,44 +132389,41 @@ 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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterLiquidityEvent_filter] + or: [stagingpolygon_RouterLiquidityEvent_filter] } -enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingpolygon_RouterLiquidityEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -input zksync_swap_StableSwap_filter { +input stagingpolygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -122628,197 +132436,68 @@ 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 - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: zksync_swap_Bytes - swapPool_not: zksync_swap_Bytes - swapPool_gt: zksync_swap_Bytes - swapPool_lt: zksync_swap_Bytes - swapPool_gte: zksync_swap_Bytes - swapPool_lte: zksync_swap_Bytes - swapPool_in: [zksync_swap_Bytes!] - swapPool_not_in: [zksync_swap_Bytes!] - swapPool_contains: zksync_swap_Bytes - swapPool_not_contains: zksync_swap_Bytes - lpToken: zksync_swap_Bytes - lpToken_not: zksync_swap_Bytes - lpToken_gt: zksync_swap_Bytes - lpToken_lt: zksync_swap_Bytes - lpToken_gte: zksync_swap_Bytes - lpToken_lte: zksync_swap_Bytes - lpToken_in: [zksync_swap_Bytes!] - lpToken_not_in: [zksync_swap_Bytes!] - lpToken_contains: zksync_swap_Bytes - lpToken_not_contains: zksync_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [zksync_swap_Bytes!] - pooledTokens_not: [zksync_swap_Bytes!] - pooledTokens_contains: [zksync_swap_Bytes!] - pooledTokens_contains_nocase: [zksync_swap_Bytes!] - pooledTokens_not_contains: [zksync_swap_Bytes!] - pooledTokens_not_contains_nocase: [zksync_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: zksync_swap_StableSwapEvent_filter - exchanges_: zksync_swap_StableSwapExchange_filter - hourlyVolumes_: zksync_swap_SwapHourlyVolume_filter - dailyVolumes_: zksync_swap_SwapDailyVolume_filter - weeklyVolumes_: zksync_swap_SwapWeeklyVolume_filter + owner: stagingpolygon_Bytes + owner_not: stagingpolygon_Bytes + owner_gt: stagingpolygon_Bytes + owner_lt: stagingpolygon_Bytes + owner_gte: stagingpolygon_Bytes + owner_lte: stagingpolygon_Bytes + owner_in: [stagingpolygon_Bytes!] + owner_not_in: [stagingpolygon_Bytes!] + owner_contains: stagingpolygon_Bytes + owner_not_contains: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + recipient_not: stagingpolygon_Bytes + recipient_gt: stagingpolygon_Bytes + recipient_lt: stagingpolygon_Bytes + recipient_gte: stagingpolygon_Bytes + recipient_lte: stagingpolygon_Bytes + recipient_in: [stagingpolygon_Bytes!] + recipient_not_in: [stagingpolygon_Bytes!] + recipient_contains: stagingpolygon_Bytes + recipient_not_contains: stagingpolygon_Bytes + proposedOwner: stagingpolygon_Bytes + proposedOwner_not: stagingpolygon_Bytes + proposedOwner_gt: stagingpolygon_Bytes + proposedOwner_lt: stagingpolygon_Bytes + proposedOwner_gte: stagingpolygon_Bytes + proposedOwner_lte: stagingpolygon_Bytes + proposedOwner_in: [stagingpolygon_Bytes!] + proposedOwner_not_in: [stagingpolygon_Bytes!] + proposedOwner_contains: stagingpolygon_Bytes + proposedOwner_not_contains: stagingpolygon_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingpolygon_AssetBalance_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwap_filter] - or: [zksync_swap_StableSwap_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Router_filter] + or: [stagingpolygon_Router_filter] } -enum zksync_swap_StableSwap_orderBy { +enum stagingpolygon_Router_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { +type stagingpolygon_Sequencer { id: ID! - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingpolygon_Bytes } -input zksync_swap_SwapDailyVolume_filter { +input stagingpolygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -122827,80 +132506,39 @@ input zksync_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingpolygon_Bytes + sequencer_not: stagingpolygon_Bytes + sequencer_gt: stagingpolygon_Bytes + sequencer_lt: stagingpolygon_Bytes + sequencer_gte: stagingpolygon_Bytes + sequencer_lte: stagingpolygon_Bytes + sequencer_in: [stagingpolygon_Bytes!] + sequencer_not_in: [stagingpolygon_Bytes!] + sequencer_contains: stagingpolygon_Bytes + sequencer_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapDailyVolume_filter] - or: [zksync_swap_SwapDailyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Sequencer_filter] + or: [stagingpolygon_Sequencer_filter] } -enum zksync_swap_SwapDailyVolume_orderBy { +enum stagingpolygon_Sequencer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + sequencer } -type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { +type stagingpolygon_Setting { id: ID! - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingpolygon_Bytes! } -input zksync_swap_SwapHourlyVolume_filter { +input stagingpolygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -122909,100 +132547,106 @@ input zksync_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapHourlyVolume_filter] - or: [zksync_swap_SwapHourlyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Setting_filter] + or: [stagingpolygon_Setting_filter] } -enum zksync_swap_SwapHourlyVolume_orderBy { +enum stagingpolygon_Setting_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + maxRoutersPerTransfer + caller } -interface zksync_swap_SwapTradeVolume { - stableSwap: zksync_swap_StableSwap! +type stagingpolygon_SlippageUpdate { + id: ID! + transfer: stagingpolygon_DestinationTransfer! + slippage: BigInt! + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input zksync_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter +input stagingpolygon_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingpolygon_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -123011,50 +132655,94 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapTradeVolume_filter] - or: [zksync_swap_SwapTradeVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SlippageUpdate_filter] + or: [stagingpolygon_SlippageUpdate_filter] } -enum zksync_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum stagingpolygon_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { +type stagingpolygon_SnapshotRoot { id: ID! - stableSwap: zksync_swap_StableSwap! + spokeDomain: BigInt + root: stagingpolygon_Bytes! + count: BigInt! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + blockNumber: BigInt! } -input zksync_swap_SwapWeeklyVolume_filter { +input stagingpolygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -123063,27 +132751,32 @@ input zksync_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -123092,50 +132785,35 @@ input zksync_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapWeeklyVolume_filter] - or: [zksync_swap_SwapWeeklyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SnapshotRoot_filter] + or: [stagingpolygon_SnapshotRoot_filter] } -enum zksync_swap_SwapWeeklyVolume_orderBy { +enum stagingpolygon_SnapshotRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + root + count timestamp - volume + blockNumber } -type zksync_swap_SystemInfo { +type stagingpolygon_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input zksync_swap_SystemInfo_filter { +input stagingpolygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -123144,37 +132822,48 @@ input zksync_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_SystemInfo_filter] - or: [zksync_swap_SystemInfo_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SpokeConnectorMode_filter] + or: [stagingpolygon_SpokeConnectorMode_filter] } -enum zksync_swap_SystemInfo_orderBy { +enum stagingpolygon_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode +} + +enum stagingpolygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type zksync_swap__Block_ { +type stagingpolygon__Block_ { """The hash of the block""" - hash: zksync_swap_Bytes + hash: stagingpolygon_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -123182,7 +132871,7 @@ type zksync_swap__Block_ { } """The type for the top-level _meta field""" -type zksync_swap__Meta_ { +type stagingpolygon__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -123190,22 +132879,22 @@ type zksync_swap__Meta_ { and therefore asks for the latest block """ - block: zksync_swap__Block_! + block: stagingpolygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type staginggoerli_AggregateRoot { +type stagingxdai_AggregateRoot { id: ID! - root: staginggoerli_Bytes! + root: stagingxdai_Bytes! blockNumber: BigInt! } -type staginggoerli_AggregateRootProposed { +type stagingxdai_AggregateRootProposed { id: ID! - aggregateRoot: staginggoerli_Bytes! + aggregateRoot: stagingxdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -123213,7 +132902,7 @@ type staginggoerli_AggregateRootProposed { blockNumber: BigInt } -input staginggoerli_AggregateRootProposed_filter { +input stagingxdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -123222,16 +132911,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: 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 @@ -123273,12 +132962,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRootProposed_filter] + or: [stagingxdai_AggregateRootProposed_filter] } -enum staginggoerli_AggregateRootProposed_orderBy { +enum stagingxdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -123288,7 +132977,7 @@ enum staginggoerli_AggregateRootProposed_orderBy { blockNumber } -input staginggoerli_AggregateRoot_filter { +input stagingxdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -123297,16 +132986,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: 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 @@ -123316,42 +133005,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRoot_filter] + or: [stagingxdai_AggregateRoot_filter] } -enum staginggoerli_AggregateRoot_orderBy { +enum stagingxdai_AggregateRoot_orderBy { id root blockNumber } -type staginggoerli_Asset { +enum stagingxdai_Aggregation_interval { + hour + day +} + +type stagingxdai_Asset { id: ID! - key: staginggoerli_Bytes + key: stagingxdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: staginggoerli_Bytes + canonicalId: stagingxdai_Bytes canonicalDomain: BigInt - adoptedAsset: staginggoerli_Bytes - localAsset: staginggoerli_Bytes + adoptedAsset: stagingxdai_Bytes + localAsset: stagingxdai_Bytes blockNumber: BigInt - status: staginggoerli_AssetStatus + status: stagingxdai_AssetStatus } -type staginggoerli_AssetBalance { +type stagingxdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! feesEarned: BigInt! } -input staginggoerli_AssetBalance_filter { +input stagingxdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -123412,7 +133106,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -123433,7 +133127,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_: stagingxdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -123443,12 +133137,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetBalance_filter] + or: [stagingxdai_AssetBalance_filter] } -enum staginggoerli_AssetBalance_orderBy { +enum stagingxdai_AssetBalance_orderBy { id amount locked @@ -123474,12 +133168,12 @@ enum staginggoerli_AssetBalance_orderBy { feesEarned } -type staginggoerli_AssetStatus { +type stagingxdai_AssetStatus { id: ID! status: Boolean } -input staginggoerli_AssetStatus_filter { +input stagingxdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -123493,17 +133187,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetStatus_filter] + or: [stagingxdai_AssetStatus_filter] } -enum staginggoerli_AssetStatus_orderBy { +enum stagingxdai_AssetStatus_orderBy { id status } -input staginggoerli_Asset_filter { +input stagingxdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -123512,16 +133206,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: 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 @@ -123538,16 +133232,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: 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 @@ -123556,26 +133250,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: 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 @@ -123604,14 +133298,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_: stagingxdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Asset_filter] - or: [staginggoerli_Asset_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Asset_filter] + or: [stagingxdai_Asset_filter] } -enum staginggoerli_Asset_orderBy { +enum stagingxdai_Asset_orderBy { id key decimal @@ -123626,16 +133320,30 @@ enum staginggoerli_Asset_orderBy { status__status } -type staginggoerli_ConnectorMeta { +scalar stagingxdai_BigDecimal + +input stagingxdai_BlockChangedFilter { + number_gte: Int! +} + +input stagingxdai_Block_height { + hash: stagingxdai_Bytes + number: Int + number_gte: Int +} + +scalar stagingxdai_Bytes + +type stagingxdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes + amb: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes } -input staginggoerli_ConnectorMeta_filter { +input stagingxdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -123660,43 +133368,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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_ConnectorMeta_filter] - or: [staginggoerli_ConnectorMeta_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_ConnectorMeta_filter] + or: [stagingxdai_ConnectorMeta_filter] } -enum staginggoerli_ConnectorMeta_orderBy { +enum stagingxdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -123705,48 +133413,48 @@ enum staginggoerli_ConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_DestinationTransfer { +type stagingxdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: stagingxdai_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: 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: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: stagingxdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginggoerli_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset amount: BigInt routersFee: BigInt - executedCaller: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes + executedCaller: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginggoerli_Bytes + executedTxOrigin: stagingxdai_Bytes executedTxNonce: BigInt - reconciledCaller: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes + reconciledCaller: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin: stagingxdai_Bytes reconciledTxNonce: BigInt } -input staginggoerli_DestinationTransfer_filter { +input stagingxdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -123763,16 +133471,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: 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 @@ -123781,17 +133489,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: 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_: staginggoerli_Router_filter + routers_: stagingxdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -123816,40 +133524,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: 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: 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: 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 @@ -123866,16 +133574,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: 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 @@ -123892,16 +133600,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: 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 @@ -123922,7 +133630,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_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -123939,26 +133647,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: 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 @@ -123991,16 +133699,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: 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 @@ -124009,26 +133717,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: 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 @@ -124061,16 +133769,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: 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 @@ -124080,12 +133788,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_DestinationTransfer_filter] + or: [stagingxdai_DestinationTransfer_filter] } -enum staginggoerli_DestinationTransfer_orderBy { +enum stagingxdai_DestinationTransfer_orderBy { id chainId transferId @@ -124135,14 +133843,20 @@ enum staginggoerli_DestinationTransfer_orderBy { reconciledTxNonce } -type staginggoerli_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar stagingxdai_Int8 + +type stagingxdai_OptimisticRootFinalized { id: ID! - aggregateRoot: staginggoerli_Bytes! + aggregateRoot: stagingxdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input staginggoerli_OptimisticRootFinalized_filter { +input stagingxdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -124151,16 +133865,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: 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 @@ -124178,32 +133892,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_OptimisticRootFinalized_filter] + or: [stagingxdai_OptimisticRootFinalized_filter] } -enum staginggoerli_OptimisticRootFinalized_orderBy { +enum stagingxdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type staginggoerli_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum stagingxdai_OrderDirection { + asc + desc +} + +type stagingxdai_OriginMessage { id: ID! - transferId: staginggoerli_Bytes + transferId: stagingxdai_Bytes destinationDomain: BigInt - leaf: staginggoerli_Bytes + leaf: stagingxdai_Bytes index: BigInt - message: staginggoerli_Bytes - root: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + message: stagingxdai_Bytes + root: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes blockNumber: BigInt - rootCount: staginggoerli_RootCount + rootCount: stagingxdai_RootCount } -input staginggoerli_OriginMessage_filter { +input stagingxdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -124212,16 +133932,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: 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 @@ -124230,16 +133950,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: 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 @@ -124248,36 +133968,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: 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 @@ -124306,14 +134026,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_: stagingxdai_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginMessage_filter] - or: [staginggoerli_OriginMessage_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginMessage_filter] + or: [stagingxdai_OriginMessage_filter] } -enum staginggoerli_OriginMessage_orderBy { +enum stagingxdai_OriginMessage_orderBy { id transferId destinationDomain @@ -124328,42 +134048,42 @@ enum staginggoerli_OriginMessage_orderBy { rootCount__count } -type staginggoerli_OriginTransfer { +type stagingxdai_OriginTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: stagingxdai_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - messageHash: staginggoerli_Bytes + status: stagingxdai_TransferStatus + messageHash: stagingxdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: stagingxdai_Bytes slippage: BigInt - originSender: staginggoerli_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset - transactingAsset: staginggoerli_Bytes - message: staginggoerli_OriginMessage + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset + transactingAsset: stagingxdai_Bytes + message: stagingxdai_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: 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: staginggoerli_Bytes + txOrigin: stagingxdai_Bytes txNonce: BigInt } -input staginggoerli_OriginTransfer_filter { +input stagingxdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -124380,16 +134100,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: 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 @@ -124398,20 +134118,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: 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 @@ -124436,40 +134156,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: 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: 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: 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 @@ -124478,16 +134198,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: 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 @@ -124504,16 +134224,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: 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 @@ -124534,17 +134254,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_: 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 @@ -124565,7 +134285,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_: stagingxdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -124580,37 +134300,37 @@ input staginggoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: staginggoerli_RelayerFee_filter - initialRelayerFeeAsset: staginggoerli_Bytes - initialRelayerFeeAsset_not: staginggoerli_Bytes - initialRelayerFeeAsset_gt: staginggoerli_Bytes - initialRelayerFeeAsset_lt: staginggoerli_Bytes - initialRelayerFeeAsset_gte: staginggoerli_Bytes - initialRelayerFeeAsset_lte: staginggoerli_Bytes - initialRelayerFeeAsset_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_contains: staginggoerli_Bytes - initialRelayerFeeAsset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + relayerFees_: 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 @@ -124643,16 +134363,16 @@ input staginggoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: staginggoerli_Bytes - txOrigin_not: staginggoerli_Bytes - txOrigin_gt: staginggoerli_Bytes - txOrigin_lt: staginggoerli_Bytes - txOrigin_gte: staginggoerli_Bytes - txOrigin_lte: staginggoerli_Bytes - txOrigin_in: [staginggoerli_Bytes!] - txOrigin_not_in: [staginggoerli_Bytes!] - txOrigin_contains: staginggoerli_Bytes - txOrigin_not_contains: staginggoerli_Bytes + txOrigin: 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 @@ -124662,12 +134382,12 @@ input staginggoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginTransfer_filter] - or: [staginggoerli_OriginTransfer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginTransfer_filter] + or: [stagingxdai_OriginTransfer_filter] } -enum staginggoerli_OriginTransfer_orderBy { +enum stagingxdai_OriginTransfer_orderBy { id chainId transferId @@ -124720,20 +134440,20 @@ enum staginggoerli_OriginTransfer_orderBy { txNonce } -type staginggoerli_Relayer { +type stagingxdai_Relayer { id: ID! isActive: Boolean! - relayer: staginggoerli_Bytes + relayer: stagingxdai_Bytes } -type staginggoerli_RelayerFee { +type stagingxdai_RelayerFee { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: stagingxdai_OriginTransfer! fee: BigInt! - asset: staginggoerli_Bytes! + asset: stagingxdai_Bytes! } -input staginggoerli_RelayerFee_filter { +input stagingxdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -124762,7 +134482,7 @@ input staginggoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter + transfer_: stagingxdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -124771,23 +134491,23 @@ input staginggoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes + asset: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFee_filter] - or: [staginggoerli_RelayerFee_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFee_filter] + or: [stagingxdai_RelayerFee_filter] } -enum staginggoerli_RelayerFee_orderBy { +enum stagingxdai_RelayerFee_orderBy { id transfer transfer__id @@ -124823,20 +134543,20 @@ enum staginggoerli_RelayerFee_orderBy { asset } -type staginggoerli_RelayerFeesIncrease { +type stagingxdai_RelayerFeesIncrease { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: stagingxdai_OriginTransfer! increase: BigInt - asset: staginggoerli_Bytes - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + asset: stagingxdai_Bytes + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_RelayerFeesIncrease_filter { +input stagingxdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -124865,7 +134585,7 @@ input staginggoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter + transfer_: stagingxdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -124874,36 +134594,36 @@ input staginggoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + asset: 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 @@ -124937,12 +134657,12 @@ input staginggoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFeesIncrease_filter] - or: [staginggoerli_RelayerFeesIncrease_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFeesIncrease_filter] + or: [stagingxdai_RelayerFeesIncrease_filter] } -enum staginggoerli_RelayerFeesIncrease_orderBy { +enum stagingxdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -124984,7 +134704,7 @@ enum staginggoerli_RelayerFeesIncrease_orderBy { blockNumber } -input staginggoerli_Relayer_filter { +input stagingxdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -124997,34 +134717,864 @@ input staginggoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: staginggoerli_Bytes - relayer_not: staginggoerli_Bytes - relayer_gt: staginggoerli_Bytes - relayer_lt: staginggoerli_Bytes - relayer_gte: staginggoerli_Bytes - relayer_lte: staginggoerli_Bytes - relayer_in: [staginggoerli_Bytes!] - relayer_not_in: [staginggoerli_Bytes!] - relayer_contains: staginggoerli_Bytes - relayer_not_contains: staginggoerli_Bytes + relayer: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Relayer_filter] - or: [staginggoerli_Relayer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Relayer_filter] + or: [stagingxdai_Relayer_filter] +} + +enum stagingxdai_Relayer_orderBy { + id + isActive + relayer +} + +type stagingxdai_RootCount { + id: ID! + count: BigInt +} + +input stagingxdai_RootCount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootCount_filter] + or: [stagingxdai_RootCount_filter] +} + +enum stagingxdai_RootCount_orderBy { + id + count +} + +type stagingxdai_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingxdai_Bytes + count: BigInt + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingxdai_RootMessageSent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootMessageSent_filter] + or: [stagingxdai_RootMessageSent_filter] +} + +enum stagingxdai_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingxdai_Router { + id: ID! + isActive: Boolean! + owner: stagingxdai_Bytes + recipient: stagingxdai_Bytes + proposedOwner: stagingxdai_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! +} + +type stagingxdai_RouterDailyTVL { + id: ID! + router: stagingxdai_Router! + asset: stagingxdai_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingxdai_RouterDailyTVL_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingxdai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingxdai_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterDailyTVL_filter] + or: [stagingxdai_RouterDailyTVL_filter] +} + +enum stagingxdai_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingxdai_RouterLiquidityEvent { + id: ID! + type: stagingxdai_RouterLiquidityEventType + router: stagingxdai_Router! + asset: stagingxdai_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingxdai_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingxdai_Bytes! + nonce: BigInt! +} + +enum stagingxdai_RouterLiquidityEventType { + Add + Remove +} + +input stagingxdai_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingxdai_RouterLiquidityEventType + type_not: stagingxdai_RouterLiquidityEventType + type_in: [stagingxdai_RouterLiquidityEventType!] + type_not_in: [stagingxdai_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingxdai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingxdai_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterLiquidityEvent_filter] + or: [stagingxdai_RouterLiquidityEvent_filter] +} + +enum stagingxdai_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingxdai_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: stagingxdai_Bytes + owner_not: stagingxdai_Bytes + owner_gt: stagingxdai_Bytes + owner_lt: stagingxdai_Bytes + owner_gte: stagingxdai_Bytes + owner_lte: stagingxdai_Bytes + owner_in: [stagingxdai_Bytes!] + owner_not_in: [stagingxdai_Bytes!] + owner_contains: stagingxdai_Bytes + owner_not_contains: stagingxdai_Bytes + recipient: stagingxdai_Bytes + recipient_not: stagingxdai_Bytes + recipient_gt: stagingxdai_Bytes + recipient_lt: stagingxdai_Bytes + recipient_gte: stagingxdai_Bytes + recipient_lte: stagingxdai_Bytes + recipient_in: [stagingxdai_Bytes!] + recipient_not_in: [stagingxdai_Bytes!] + recipient_contains: stagingxdai_Bytes + recipient_not_contains: stagingxdai_Bytes + proposedOwner: stagingxdai_Bytes + proposedOwner_not: stagingxdai_Bytes + proposedOwner_gt: stagingxdai_Bytes + proposedOwner_lt: stagingxdai_Bytes + proposedOwner_gte: stagingxdai_Bytes + proposedOwner_lte: stagingxdai_Bytes + proposedOwner_in: [stagingxdai_Bytes!] + proposedOwner_not_in: [stagingxdai_Bytes!] + proposedOwner_contains: stagingxdai_Bytes + proposedOwner_not_contains: stagingxdai_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingxdai_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Router_filter] + or: [stagingxdai_Router_filter] +} + +enum stagingxdai_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingxdai_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingxdai_Bytes +} + +input stagingxdai_Sequencer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingxdai_Bytes + sequencer_not: stagingxdai_Bytes + sequencer_gt: stagingxdai_Bytes + sequencer_lt: stagingxdai_Bytes + sequencer_gte: stagingxdai_Bytes + sequencer_lte: stagingxdai_Bytes + sequencer_in: [stagingxdai_Bytes!] + sequencer_not_in: [stagingxdai_Bytes!] + sequencer_contains: stagingxdai_Bytes + sequencer_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Sequencer_filter] + or: [stagingxdai_Sequencer_filter] +} + +enum stagingxdai_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingxdai_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingxdai_Bytes! +} + +input stagingxdai_Setting_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Setting_filter] + or: [stagingxdai_Setting_filter] +} + +enum stagingxdai_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingxdai_SlippageUpdate { + id: ID! + transfer: stagingxdai_DestinationTransfer! + slippage: BigInt! + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingxdai_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingxdai_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SlippageUpdate_filter] + or: [stagingxdai_SlippageUpdate_filter] +} + +enum stagingxdai_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingxdai_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingxdai_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingxdai_SnapshotRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SnapshotRoot_filter] + or: [stagingxdai_SnapshotRoot_filter] } -enum staginggoerli_Relayer_orderBy { +enum stagingxdai_SnapshotRoot_orderBy { id - isActive - relayer + spokeDomain + root + count + timestamp + blockNumber } -type staginggoerli_RootCount { +type stagingxdai_SpokeConnectorMode { id: ID! - count: BigInt + mode: String! } -input staginggoerli_RootCount_filter { +input stagingxdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -125033,40 +135583,87 @@ 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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootCount_filter] - or: [staginggoerli_RootCount_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SpokeConnectorMode_filter] + or: [stagingxdai_SpokeConnectorMode_filter] } -enum staginggoerli_RootCount_orderBy { +enum stagingxdai_SpokeConnectorMode_orderBy { id - count + mode } -type staginggoerli_RootMessageSent { +enum stagingxdai_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingxdai__Block_ { + """The hash of the block""" + hash: stagingxdai_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingxdai__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingxdai__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingavalanche_AggregateRoot { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: staginggoerli_Bytes - count: BigInt - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + root: stagingavalanche_Bytes! + blockNumber: BigInt! +} + +type stagingavalanche_AggregateRootProposed { + id: ID! + aggregateRoot: stagingavalanche_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input staginggoerli_RootMessageSent_filter { +input stagingavalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -125075,60 +135672,40 @@ 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 + aggregateRoot: stagingavalanche_Bytes + aggregateRoot_not: stagingavalanche_Bytes + aggregateRoot_gt: stagingavalanche_Bytes + aggregateRoot_lt: stagingavalanche_Bytes + aggregateRoot_gte: stagingavalanche_Bytes + aggregateRoot_lte: stagingavalanche_Bytes + aggregateRoot_in: [stagingavalanche_Bytes!] + aggregateRoot_not_in: [stagingavalanche_Bytes!] + aggregateRoot_contains: stagingavalanche_Bytes + aggregateRoot_not_contains: stagingavalanche_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125137,22 +135714,6 @@ 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 @@ -125162,44 +135723,90 @@ input staginggoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageSent_filter] - or: [staginggoerli_RootMessageSent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRootProposed_filter] + or: [stagingavalanche_AggregateRootProposed_filter] } -enum staginggoerli_RootMessageSent_orderBy { +enum stagingavalanche_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - gasPrice - gasLimit blockNumber } -type staginggoerli_Router { +input stagingavalanche_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRoot_filter] + or: [stagingavalanche_AggregateRoot_filter] +} + +enum stagingavalanche_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingavalanche_Aggregation_interval { + hour + day +} + +type stagingavalanche_Asset { id: ID! - 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!]! + key: stagingavalanche_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingavalanche_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes + blockNumber: BigInt + status: stagingavalanche_AssetStatus } -type staginggoerli_RouterDailyTVL { +type stagingavalanche_AssetBalance { id: ID! - router: staginggoerli_Router! - asset: staginggoerli_Asset! - timestamp: BigInt! - balance: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + feesEarned: BigInt! } -input staginggoerli_RouterDailyTVL_filter { +input stagingavalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -125208,6 +135815,38 @@ input staginggoerli_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] router: String router_not: String router_gt: String @@ -125228,7 +135867,7 @@ input staginggoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginggoerli_Router_filter + router_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -125249,31 +135888,27 @@ input staginggoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + asset_: stagingavalanche_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RouterDailyTVL_filter] - or: [staginggoerli_RouterDailyTVL_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetBalance_filter] + or: [stagingavalanche_AssetBalance_filter] } -enum staginggoerli_RouterDailyTVL_orderBy { +enum stagingavalanche_AssetBalance_orderBy { id + amount + locked + supplied + removed router router__id router__isActive @@ -125291,30 +135926,39 @@ enum staginggoerli_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance + feesEarned } -type staginggoerli_RouterLiquidityEvent { +type stagingavalanche_AssetStatus { id: ID! - type: staginggoerli_RouterLiquidityEventType - router: staginggoerli_Router! - asset: staginggoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: staginggoerli_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: staginggoerli_Bytes! - nonce: BigInt! + status: Boolean } -enum staginggoerli_RouterLiquidityEventType { - Add - Remove +input stagingavalanche_AssetStatus_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetStatus_filter] + or: [stagingavalanche_AssetStatus_filter] } -input staginggoerli_RouterLiquidityEvent_filter { +enum stagingavalanche_AssetStatus_orderBy { + id + status +} + +input stagingavalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -125323,31 +135967,410 @@ 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 + key: stagingavalanche_Bytes + key_not: stagingavalanche_Bytes + key_gt: stagingavalanche_Bytes + key_lt: stagingavalanche_Bytes + key_gte: stagingavalanche_Bytes + key_lte: stagingavalanche_Bytes + key_in: [stagingavalanche_Bytes!] + key_not_in: [stagingavalanche_Bytes!] + key_contains: stagingavalanche_Bytes + key_not_contains: stagingavalanche_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: stagingavalanche_Bytes + adoptedAsset_not: stagingavalanche_Bytes + adoptedAsset_gt: stagingavalanche_Bytes + adoptedAsset_lt: stagingavalanche_Bytes + adoptedAsset_gte: stagingavalanche_Bytes + adoptedAsset_lte: stagingavalanche_Bytes + adoptedAsset_in: [stagingavalanche_Bytes!] + adoptedAsset_not_in: [stagingavalanche_Bytes!] + adoptedAsset_contains: stagingavalanche_Bytes + adoptedAsset_not_contains: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes + localAsset_not: stagingavalanche_Bytes + localAsset_gt: stagingavalanche_Bytes + localAsset_lt: stagingavalanche_Bytes + localAsset_gte: stagingavalanche_Bytes + localAsset_lte: stagingavalanche_Bytes + localAsset_in: [stagingavalanche_Bytes!] + localAsset_not_in: [stagingavalanche_Bytes!] + localAsset_contains: stagingavalanche_Bytes + localAsset_not_contains: stagingavalanche_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingavalanche_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Asset_filter] + or: [stagingavalanche_Asset_filter] +} + +enum stagingavalanche_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingavalanche_BigDecimal + +input stagingavalanche_BlockChangedFilter { + number_gte: Int! +} + +input stagingavalanche_Block_height { + hash: stagingavalanche_Bytes + number: Int + number_gte: Int +} + +scalar stagingavalanche_Bytes + +type stagingavalanche_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes +} + +input stagingavalanche_ConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingavalanche_Bytes + amb_not: stagingavalanche_Bytes + amb_gt: stagingavalanche_Bytes + amb_lt: stagingavalanche_Bytes + amb_gte: stagingavalanche_Bytes + amb_lte: stagingavalanche_Bytes + amb_in: [stagingavalanche_Bytes!] + amb_not_in: [stagingavalanche_Bytes!] + amb_contains: stagingavalanche_Bytes + amb_not_contains: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + rootManager_not: stagingavalanche_Bytes + rootManager_gt: stagingavalanche_Bytes + rootManager_lt: stagingavalanche_Bytes + rootManager_gte: stagingavalanche_Bytes + rootManager_lte: stagingavalanche_Bytes + rootManager_in: [stagingavalanche_Bytes!] + rootManager_not_in: [stagingavalanche_Bytes!] + rootManager_contains: stagingavalanche_Bytes + rootManager_not_contains: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes + mirrorConnector_not: stagingavalanche_Bytes + mirrorConnector_gt: stagingavalanche_Bytes + mirrorConnector_lt: stagingavalanche_Bytes + mirrorConnector_gte: stagingavalanche_Bytes + mirrorConnector_lte: stagingavalanche_Bytes + mirrorConnector_in: [stagingavalanche_Bytes!] + mirrorConnector_not_in: [stagingavalanche_Bytes!] + mirrorConnector_contains: stagingavalanche_Bytes + mirrorConnector_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_ConnectorMeta_filter] + or: [stagingavalanche_ConnectorMeta_filter] +} + +enum stagingavalanche_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingavalanche_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingavalanche_Bytes + nonce: BigInt + status: stagingavalanche_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_Router_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_Router_filter): [stagingavalanche_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + receiveLocal: Boolean + callData: stagingavalanche_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingavalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingavalanche_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxNonce: BigInt +} + +input stagingavalanche_DestinationTransfer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingavalanche_TransferStatus + status_not: stagingavalanche_TransferStatus + status_in: [stagingavalanche_TransferStatus!] + status_not_in: [stagingavalanche_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingavalanche_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingavalanche_Bytes + to_not: stagingavalanche_Bytes + to_gt: stagingavalanche_Bytes + to_lt: stagingavalanche_Bytes + to_gte: stagingavalanche_Bytes + to_lte: stagingavalanche_Bytes + to_in: [stagingavalanche_Bytes!] + to_not_in: [stagingavalanche_Bytes!] + to_contains: stagingavalanche_Bytes + to_not_contains: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + delegate_not: stagingavalanche_Bytes + delegate_gt: stagingavalanche_Bytes + delegate_lt: stagingavalanche_Bytes + delegate_gte: stagingavalanche_Bytes + delegate_lte: stagingavalanche_Bytes + delegate_in: [stagingavalanche_Bytes!] + delegate_not_in: [stagingavalanche_Bytes!] + delegate_contains: stagingavalanche_Bytes + delegate_not_contains: stagingavalanche_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingavalanche_Bytes + callData_not: stagingavalanche_Bytes + callData_gt: stagingavalanche_Bytes + callData_lt: stagingavalanche_Bytes + callData_gte: stagingavalanche_Bytes + callData_lte: stagingavalanche_Bytes + callData_in: [stagingavalanche_Bytes!] + callData_not_in: [stagingavalanche_Bytes!] + callData_contains: stagingavalanche_Bytes + callData_not_contains: stagingavalanche_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: stagingavalanche_Bytes + originSender_not: stagingavalanche_Bytes + originSender_gt: stagingavalanche_Bytes + originSender_lt: stagingavalanche_Bytes + originSender_gte: stagingavalanche_Bytes + originSender_lte: stagingavalanche_Bytes + originSender_in: [stagingavalanche_Bytes!] + originSender_not_in: [stagingavalanche_Bytes!] + originSender_contains: stagingavalanche_Bytes + originSender_not_contains: stagingavalanche_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_Bytes asset: String asset_not: String asset_gt: String @@ -125368,7 +136391,7 @@ input staginggoerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: stagingavalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -125377,74 +136400,180 @@ input staginggoerli_RouterLiquidityEvent_filter { amount_lte: BigInt amount_in: [BigInt!] amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: 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!] - 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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: stagingavalanche_Bytes + executedCaller_not: stagingavalanche_Bytes + executedCaller_gt: stagingavalanche_Bytes + executedCaller_lt: stagingavalanche_Bytes + executedCaller_gte: stagingavalanche_Bytes + executedCaller_lte: stagingavalanche_Bytes + executedCaller_in: [stagingavalanche_Bytes!] + executedCaller_not_in: [stagingavalanche_Bytes!] + executedCaller_contains: stagingavalanche_Bytes + executedCaller_not_contains: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes + executedTransactionHash_not: stagingavalanche_Bytes + executedTransactionHash_gt: stagingavalanche_Bytes + executedTransactionHash_lt: stagingavalanche_Bytes + executedTransactionHash_gte: stagingavalanche_Bytes + executedTransactionHash_lte: stagingavalanche_Bytes + executedTransactionHash_in: [stagingavalanche_Bytes!] + executedTransactionHash_not_in: [stagingavalanche_Bytes!] + executedTransactionHash_contains: stagingavalanche_Bytes + executedTransactionHash_not_contains: stagingavalanche_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: stagingavalanche_Bytes + executedTxOrigin_not: stagingavalanche_Bytes + executedTxOrigin_gt: stagingavalanche_Bytes + executedTxOrigin_lt: stagingavalanche_Bytes + executedTxOrigin_gte: stagingavalanche_Bytes + executedTxOrigin_lte: stagingavalanche_Bytes + executedTxOrigin_in: [stagingavalanche_Bytes!] + executedTxOrigin_not_in: [stagingavalanche_Bytes!] + executedTxOrigin_contains: stagingavalanche_Bytes + executedTxOrigin_not_contains: stagingavalanche_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: stagingavalanche_Bytes + reconciledCaller_not: stagingavalanche_Bytes + reconciledCaller_gt: stagingavalanche_Bytes + reconciledCaller_lt: stagingavalanche_Bytes + reconciledCaller_gte: stagingavalanche_Bytes + reconciledCaller_lte: stagingavalanche_Bytes + reconciledCaller_in: [stagingavalanche_Bytes!] + reconciledCaller_not_in: [stagingavalanche_Bytes!] + reconciledCaller_contains: stagingavalanche_Bytes + reconciledCaller_not_contains: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes + reconciledTransactionHash_not: stagingavalanche_Bytes + reconciledTransactionHash_gt: stagingavalanche_Bytes + reconciledTransactionHash_lt: stagingavalanche_Bytes + reconciledTransactionHash_gte: stagingavalanche_Bytes + reconciledTransactionHash_lte: stagingavalanche_Bytes + reconciledTransactionHash_in: [stagingavalanche_Bytes!] + reconciledTransactionHash_not_in: [stagingavalanche_Bytes!] + reconciledTransactionHash_contains: stagingavalanche_Bytes + reconciledTransactionHash_not_contains: stagingavalanche_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxOrigin_not: stagingavalanche_Bytes + reconciledTxOrigin_gt: stagingavalanche_Bytes + reconciledTxOrigin_lt: stagingavalanche_Bytes + reconciledTxOrigin_gte: stagingavalanche_Bytes + reconciledTxOrigin_lte: stagingavalanche_Bytes + reconciledTxOrigin_in: [stagingavalanche_Bytes!] + reconciledTxOrigin_not_in: [stagingavalanche_Bytes!] + reconciledTxOrigin_contains: stagingavalanche_Bytes + reconciledTxOrigin_not_contains: stagingavalanche_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RouterLiquidityEvent_filter] - or: [staginggoerli_RouterLiquidityEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_DestinationTransfer_filter] + or: [stagingavalanche_DestinationTransfer_filter] } -enum staginggoerli_RouterLiquidityEvent_orderBy { +enum stagingavalanche_DestinationTransfer_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId asset asset__id asset__key @@ -125456,181 +136585,39 @@ enum staginggoerli_RouterLiquidityEvent_orderBy { asset__localAsset asset__blockNumber amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -input staginggoerli_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: staginggoerli_Bytes - owner_not: staginggoerli_Bytes - owner_gt: staginggoerli_Bytes - owner_lt: staginggoerli_Bytes - owner_gte: staginggoerli_Bytes - owner_lte: staginggoerli_Bytes - owner_in: [staginggoerli_Bytes!] - owner_not_in: [staginggoerli_Bytes!] - owner_contains: staginggoerli_Bytes - owner_not_contains: staginggoerli_Bytes - recipient: staginggoerli_Bytes - recipient_not: staginggoerli_Bytes - recipient_gt: staginggoerli_Bytes - recipient_lt: staginggoerli_Bytes - recipient_gte: staginggoerli_Bytes - recipient_lte: staginggoerli_Bytes - recipient_in: [staginggoerli_Bytes!] - recipient_not_in: [staginggoerli_Bytes!] - recipient_contains: staginggoerli_Bytes - recipient_not_contains: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes - proposedOwner_not: staginggoerli_Bytes - proposedOwner_gt: staginggoerli_Bytes - proposedOwner_lt: staginggoerli_Bytes - proposedOwner_gte: staginggoerli_Bytes - proposedOwner_lte: staginggoerli_Bytes - proposedOwner_in: [staginggoerli_Bytes!] - proposedOwner_not_in: [staginggoerli_Bytes!] - proposedOwner_contains: staginggoerli_Bytes - proposedOwner_not_contains: staginggoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginggoerli_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Router_filter] - or: [staginggoerli_Router_filter] -} - -enum staginggoerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type staginggoerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: staginggoerli_Bytes -} - -input staginggoerli_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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Sequencer_filter] - or: [staginggoerli_Sequencer_filter] -} - -enum staginggoerli_Sequencer_orderBy { - id - isActive - sequencer -} - -type staginggoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: staginggoerli_Bytes! + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -input staginggoerli_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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Setting_filter] - or: [staginggoerli_Setting_filter] -} +""" +8 bytes signed integer -enum staginggoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} +""" +scalar stagingavalanche_Int8 -type staginggoerli_SlippageUpdate { +type stagingavalanche_OptimisticRootFinalized { id: ID! - transfer: staginggoerli_DestinationTransfer! - slippage: BigInt! - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + aggregateRoot: stagingavalanche_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input staginggoerli_SlippageUpdate_filter { +input stagingavalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -125639,55 +136626,16 @@ input staginggoerli_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_: 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 + 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 @@ -125696,22 +136644,6 @@ 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 @@ -125721,69 +136653,38 @@ input staginggoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SlippageUpdate_filter] - or: [staginggoerli_SlippageUpdate_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OptimisticRootFinalized_filter] + or: [stagingavalanche_OptimisticRootFinalized_filter] } -enum staginggoerli_SlippageUpdate_orderBy { +enum stagingavalanche_OptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type staginggoerli_SnapshotRoot { +"""Defines the order direction, either ascending or descending""" +enum stagingavalanche_OrderDirection { + asc + desc +} + +type stagingavalanche_OriginMessage { id: ID! - spokeDomain: BigInt - root: staginggoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + transferId: stagingavalanche_Bytes + destinationDomain: BigInt + leaf: stagingavalanche_Bytes + index: BigInt + message: stagingavalanche_Bytes + root: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + blockNumber: BigInt + rootCount: stagingavalanche_RootCount } -input staginggoerli_SnapshotRoot_filter { +input stagingavalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -125792,40 +136693,72 @@ 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!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + transferId: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: stagingavalanche_Bytes + leaf_not: stagingavalanche_Bytes + leaf_gt: stagingavalanche_Bytes + leaf_lt: stagingavalanche_Bytes + leaf_gte: stagingavalanche_Bytes + leaf_lte: stagingavalanche_Bytes + leaf_in: [stagingavalanche_Bytes!] + leaf_not_in: [stagingavalanche_Bytes!] + leaf_contains: stagingavalanche_Bytes + leaf_not_contains: stagingavalanche_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: stagingavalanche_Bytes + message_not: stagingavalanche_Bytes + message_gt: stagingavalanche_Bytes + message_lt: stagingavalanche_Bytes + message_gte: stagingavalanche_Bytes + message_lte: stagingavalanche_Bytes + message_in: [stagingavalanche_Bytes!] + message_not_in: [stagingavalanche_Bytes!] + message_contains: stagingavalanche_Bytes + message_not_contains: stagingavalanche_Bytes + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -125834,278 +136767,84 @@ input staginggoerli_SnapshotRoot_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: stagingavalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SnapshotRoot_filter] - or: [staginggoerli_SnapshotRoot_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginMessage_filter] + or: [stagingavalanche_OriginMessage_filter] } -enum staginggoerli_SnapshotRoot_orderBy { +enum stagingavalanche_OriginMessage_orderBy { id - spokeDomain + transferId + destinationDomain + leaf + index + message root - count - timestamp + transactionHash blockNumber + rootCount + rootCount__id + rootCount__count } -type staginggoerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input staginggoerli_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SpokeConnectorMode_filter] - or: [staginggoerli_SpokeConnectorMode_filter] -} - -enum staginggoerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum staginggoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -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! - address: arbitrumone_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! -} - -type 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 - 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_: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] -} - -enum arbitrumone_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction -} - -input arbitrumone_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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] -} - -enum arbitrumone_swap_LpAccount_orderBy { - id - address - balances -} - -type arbitrumone_swap_LpToken { - id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: arbitrumone_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! -} - -interface arbitrumone_swap_LpTokenEvent { +type stagingavalanche_OriginTransfer { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: stagingavalanche_Bytes + nonce: BigInt + status: stagingavalanche_TransferStatus + messageHash: stagingavalanche_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + receiveLocal: Boolean + callData: stagingavalanche_Bytes + slippage: BigInt + originSender: stagingavalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + transactingAsset: stagingavalanche_Bytes + message: stagingavalanche_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_RelayerFee_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_RelayerFee_filter): [stagingavalanche_RelayerFee!] + initialRelayerFeeAsset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingavalanche_Bytes + txNonce: BigInt } -input arbitrumone_swap_LpTokenEvent_filter { +input stagingavalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -126114,43 +136853,245 @@ 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!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingavalanche_TransferStatus + status_not: stagingavalanche_TransferStatus + status_in: [stagingavalanche_TransferStatus!] + status_not_in: [stagingavalanche_TransferStatus!] + messageHash: stagingavalanche_Bytes + messageHash_not: stagingavalanche_Bytes + messageHash_gt: stagingavalanche_Bytes + messageHash_lt: stagingavalanche_Bytes + messageHash_gte: stagingavalanche_Bytes + messageHash_lte: stagingavalanche_Bytes + messageHash_in: [stagingavalanche_Bytes!] + messageHash_not_in: [stagingavalanche_Bytes!] + messageHash_contains: stagingavalanche_Bytes + messageHash_not_contains: stagingavalanche_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingavalanche_Bytes + to_not: stagingavalanche_Bytes + to_gt: stagingavalanche_Bytes + to_lt: stagingavalanche_Bytes + to_gte: stagingavalanche_Bytes + to_lte: stagingavalanche_Bytes + to_in: [stagingavalanche_Bytes!] + to_not_in: [stagingavalanche_Bytes!] + to_contains: stagingavalanche_Bytes + to_not_contains: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + delegate_not: stagingavalanche_Bytes + delegate_gt: stagingavalanche_Bytes + delegate_lt: stagingavalanche_Bytes + delegate_gte: stagingavalanche_Bytes + delegate_lte: stagingavalanche_Bytes + delegate_in: [stagingavalanche_Bytes!] + delegate_not_in: [stagingavalanche_Bytes!] + delegate_contains: stagingavalanche_Bytes + delegate_not_contains: stagingavalanche_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingavalanche_Bytes + callData_not: stagingavalanche_Bytes + callData_gt: stagingavalanche_Bytes + callData_lt: stagingavalanche_Bytes + callData_gte: stagingavalanche_Bytes + callData_lte: stagingavalanche_Bytes + callData_in: [stagingavalanche_Bytes!] + callData_not_in: [stagingavalanche_Bytes!] + callData_contains: stagingavalanche_Bytes + callData_not_contains: stagingavalanche_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: stagingavalanche_Bytes + originSender_not: stagingavalanche_Bytes + originSender_gt: stagingavalanche_Bytes + originSender_lt: stagingavalanche_Bytes + originSender_gte: stagingavalanche_Bytes + originSender_lte: stagingavalanche_Bytes + originSender_in: [stagingavalanche_Bytes!] + originSender_not_in: [stagingavalanche_Bytes!] + originSender_contains: stagingavalanche_Bytes + originSender_not_contains: stagingavalanche_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingavalanche_Asset_filter + transactingAsset: stagingavalanche_Bytes + transactingAsset_not: stagingavalanche_Bytes + transactingAsset_gt: stagingavalanche_Bytes + transactingAsset_lt: stagingavalanche_Bytes + transactingAsset_gte: stagingavalanche_Bytes + transactingAsset_lte: stagingavalanche_Bytes + transactingAsset_in: [stagingavalanche_Bytes!] + transactingAsset_not_in: [stagingavalanche_Bytes!] + transactingAsset_contains: stagingavalanche_Bytes + transactingAsset_not_contains: stagingavalanche_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: stagingavalanche_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: stagingavalanche_RelayerFee_filter + initialRelayerFeeAsset: stagingavalanche_Bytes + initialRelayerFeeAsset_not: stagingavalanche_Bytes + initialRelayerFeeAsset_gt: stagingavalanche_Bytes + initialRelayerFeeAsset_lt: stagingavalanche_Bytes + initialRelayerFeeAsset_gte: stagingavalanche_Bytes + initialRelayerFeeAsset_lte: stagingavalanche_Bytes + initialRelayerFeeAsset_in: [stagingavalanche_Bytes!] + initialRelayerFeeAsset_not_in: [stagingavalanche_Bytes!] + initialRelayerFeeAsset_contains: stagingavalanche_Bytes + initialRelayerFeeAsset_not_contains: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126159,47 +137100,121 @@ 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!] + txOrigin: stagingavalanche_Bytes + txOrigin_not: stagingavalanche_Bytes + txOrigin_gt: stagingavalanche_Bytes + txOrigin_lt: stagingavalanche_Bytes + txOrigin_gte: stagingavalanche_Bytes + txOrigin_lte: stagingavalanche_Bytes + txOrigin_in: [stagingavalanche_Bytes!] + txOrigin_not_in: [stagingavalanche_Bytes!] + txOrigin_contains: stagingavalanche_Bytes + txOrigin_not_contains: stagingavalanche_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTokenEvent_filter] - or: [arbitrumone_swap_LpTokenEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginTransfer_filter] + or: [stagingavalanche_OriginTransfer_filter] } -enum arbitrumone_swap_LpTokenEvent_orderBy { +enum stagingavalanche_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -input arbitrumone_swap_LpToken_filter { +type stagingavalanche_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingavalanche_Bytes +} + +type stagingavalanche_RelayerFee { + id: ID! + transfer: stagingavalanche_OriginTransfer! + fee: BigInt! + asset: stagingavalanche_Bytes! +} + +input stagingavalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -126208,142 +137223,101 @@ input arbitrumone_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: arbitrumone_swap_BigDecimal - totalSupply_not: arbitrumone_swap_BigDecimal - totalSupply_gt: arbitrumone_swap_BigDecimal - totalSupply_lt: arbitrumone_swap_BigDecimal - totalSupply_gte: arbitrumone_swap_BigDecimal - totalSupply_lte: arbitrumone_swap_BigDecimal - totalSupply_in: [arbitrumone_swap_BigDecimal!] - totalSupply_not_in: [arbitrumone_swap_BigDecimal!] - events_: arbitrumone_swap_LpTokenEvent_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingavalanche_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingavalanche_Bytes + asset_not: stagingavalanche_Bytes + asset_gt: stagingavalanche_Bytes + asset_lt: stagingavalanche_Bytes + asset_gte: stagingavalanche_Bytes + asset_lte: stagingavalanche_Bytes + asset_in: [stagingavalanche_Bytes!] + asset_not_in: [stagingavalanche_Bytes!] + asset_contains: stagingavalanche_Bytes + asset_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFee_filter] + or: [stagingavalanche_RelayerFee_filter] } -enum arbitrumone_swap_LpToken_orderBy { +enum stagingavalanche_RelayerFee_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +type stagingavalanche_RelayerFeesIncrease { 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! + transfer: stagingavalanche_OriginTransfer! + increase: BigInt + asset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input arbitrumone_swap_LpTransferEvent_filter { +input stagingavalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -126352,79 +137326,65 @@ 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingavalanche_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingavalanche_Bytes + asset_not: stagingavalanche_Bytes + asset_gt: stagingavalanche_Bytes + asset_lt: stagingavalanche_Bytes + asset_gte: stagingavalanche_Bytes + asset_lte: stagingavalanche_Bytes + asset_in: [stagingavalanche_Bytes!] + asset_not_in: [stagingavalanche_Bytes!] + asset_contains: stagingavalanche_Bytes + asset_not_contains: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126433,62 +137393,79 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFeesIncrease_filter] + or: [stagingavalanche_RelayerFeesIncrease_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum stagingavalanche_RelayerFeesIncrease_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { - asc - desc -} - -type arbitrumone_swap_PooledToken { - id: ID! - asset: arbitrumone_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input arbitrumone_swap_PooledToken_filter { +input stagingavalanche_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -126497,72 +137474,38 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: stagingavalanche_Bytes + relayer_not: stagingavalanche_Bytes + relayer_gt: stagingavalanche_Bytes + relayer_lt: stagingavalanche_Bytes + relayer_gte: stagingavalanche_Bytes + relayer_lte: stagingavalanche_Bytes + relayer_in: [stagingavalanche_Bytes!] + relayer_not_in: [stagingavalanche_Bytes!] + relayer_contains: stagingavalanche_Bytes + relayer_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Relayer_filter] + or: [stagingavalanche_Relayer_filter] } -enum arbitrumone_swap_PooledToken_orderBy { +enum stagingavalanche_Relayer_orderBy { id - asset -} - -type arbitrumone_swap_StableSwap { - id: ID! - isActive: Boolean - key: arbitrumone_swap_Bytes! - canonicalId: arbitrumone_swap_Bytes - domain: BigInt - swapPool: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [arbitrumone_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] + isActive + relayer } -type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type stagingavalanche_RootCount { 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! + count: BigInt } -input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { +input stagingavalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -126571,161 +137514,40 @@ 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!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootCount_filter] + or: [stagingavalanche_RootCount_filter] } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingavalanche_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + count } -interface arbitrumone_swap_StableSwapEvent { +type stagingavalanche_RootMessageSent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingavalanche_Bytes + count: BigInt + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input arbitrumone_swap_StableSwapEvent_filter { +input stagingavalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -126734,35 +137556,60 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126771,72 +137618,69 @@ input arbitrumone_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - 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_StableSwapEvent_filter] - or: [arbitrumone_swap_StableSwapEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootMessageSent_filter] + or: [stagingavalanche_RootMessageSent_filter] } -enum arbitrumone_swap_StableSwapEvent_orderBy { +enum stagingavalanche_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type arbitrumone_swap_StableSwapExchange { +type stagingavalanche_Router { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + proposedOwner: stagingavalanche_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_AssetBalance!]! +} + +type stagingavalanche_RouterDailyTVL { + id: ID! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input arbitrumone_swap_StableSwapExchange_filter { +input stagingavalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -126845,91 +137689,48 @@ 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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingavalanche_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingavalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126938,79 +137739,63 @@ input arbitrumone_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapExchange_filter] - or: [arbitrumone_swap_StableSwapExchange_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterDailyTVL_filter] + or: [stagingavalanche_RouterDailyTVL_filter] } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum stagingavalanche_RouterDailyTVL_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - transaction - nonce + balance } -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type stagingavalanche_RouterLiquidityEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: stagingavalanche_RouterLiquidityEventType + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingavalanche_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transactionHash: stagingavalanche_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +enum stagingavalanche_RouterLiquidityEventType { + Add + Remove +} + +input stagingavalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -127019,87 +137804,86 @@ 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!] + type: stagingavalanche_RouterLiquidityEventType + type_not: stagingavalanche_RouterLiquidityEventType + type_in: [stagingavalanche_RouterLiquidityEventType!] + type_not_in: [stagingavalanche_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingavalanche_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingavalanche_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -127108,16 +137892,16 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + 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 @@ -127127,44 +137911,41 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterLiquidityEvent_filter] + or: [stagingavalanche_RouterLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingavalanche_RouterLiquidityEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -input arbitrumone_swap_StableSwap_filter { +input stagingavalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -127177,197 +137958,68 @@ input arbitrumone_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumone_swap_Bytes - key_not: arbitrumone_swap_Bytes - key_gt: arbitrumone_swap_Bytes - key_lt: arbitrumone_swap_Bytes - key_gte: arbitrumone_swap_Bytes - key_lte: arbitrumone_swap_Bytes - key_in: [arbitrumone_swap_Bytes!] - key_not_in: [arbitrumone_swap_Bytes!] - key_contains: arbitrumone_swap_Bytes - key_not_contains: arbitrumone_swap_Bytes - canonicalId: arbitrumone_swap_Bytes - canonicalId_not: arbitrumone_swap_Bytes - canonicalId_gt: arbitrumone_swap_Bytes - canonicalId_lt: arbitrumone_swap_Bytes - canonicalId_gte: arbitrumone_swap_Bytes - canonicalId_lte: arbitrumone_swap_Bytes - canonicalId_in: [arbitrumone_swap_Bytes!] - canonicalId_not_in: [arbitrumone_swap_Bytes!] - canonicalId_contains: arbitrumone_swap_Bytes - canonicalId_not_contains: arbitrumone_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: arbitrumone_swap_Bytes - swapPool_not: arbitrumone_swap_Bytes - swapPool_gt: arbitrumone_swap_Bytes - swapPool_lt: arbitrumone_swap_Bytes - swapPool_gte: arbitrumone_swap_Bytes - swapPool_lte: arbitrumone_swap_Bytes - swapPool_in: [arbitrumone_swap_Bytes!] - swapPool_not_in: [arbitrumone_swap_Bytes!] - swapPool_contains: arbitrumone_swap_Bytes - swapPool_not_contains: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - lpToken_not: arbitrumone_swap_Bytes - lpToken_gt: arbitrumone_swap_Bytes - lpToken_lt: arbitrumone_swap_Bytes - lpToken_gte: arbitrumone_swap_Bytes - lpToken_lte: arbitrumone_swap_Bytes - lpToken_in: [arbitrumone_swap_Bytes!] - lpToken_not_in: [arbitrumone_swap_Bytes!] - lpToken_contains: arbitrumone_swap_Bytes - lpToken_not_contains: arbitrumone_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumone_swap_Bytes!] - pooledTokens_not: [arbitrumone_swap_Bytes!] - pooledTokens_contains: [arbitrumone_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: arbitrumone_swap_StableSwapEvent_filter - exchanges_: arbitrumone_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter + owner: stagingavalanche_Bytes + owner_not: stagingavalanche_Bytes + owner_gt: stagingavalanche_Bytes + owner_lt: stagingavalanche_Bytes + owner_gte: stagingavalanche_Bytes + owner_lte: stagingavalanche_Bytes + owner_in: [stagingavalanche_Bytes!] + owner_not_in: [stagingavalanche_Bytes!] + owner_contains: stagingavalanche_Bytes + owner_not_contains: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + recipient_not: stagingavalanche_Bytes + recipient_gt: stagingavalanche_Bytes + recipient_lt: stagingavalanche_Bytes + recipient_gte: stagingavalanche_Bytes + recipient_lte: stagingavalanche_Bytes + recipient_in: [stagingavalanche_Bytes!] + recipient_not_in: [stagingavalanche_Bytes!] + recipient_contains: stagingavalanche_Bytes + recipient_not_contains: stagingavalanche_Bytes + proposedOwner: stagingavalanche_Bytes + proposedOwner_not: stagingavalanche_Bytes + proposedOwner_gt: stagingavalanche_Bytes + proposedOwner_lt: stagingavalanche_Bytes + proposedOwner_gte: stagingavalanche_Bytes + proposedOwner_lte: stagingavalanche_Bytes + proposedOwner_in: [stagingavalanche_Bytes!] + proposedOwner_not_in: [stagingavalanche_Bytes!] + proposedOwner_contains: stagingavalanche_Bytes + proposedOwner_not_contains: stagingavalanche_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingavalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Router_filter] + or: [stagingavalanche_Router_filter] } -enum arbitrumone_swap_StableSwap_orderBy { +enum stagingavalanche_Router_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { +type stagingavalanche_Sequencer { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingavalanche_Bytes } -input arbitrumone_swap_SwapDailyVolume_filter { +input stagingavalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -127376,80 +138028,39 @@ 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingavalanche_Bytes + sequencer_not: stagingavalanche_Bytes + sequencer_gt: stagingavalanche_Bytes + sequencer_lt: stagingavalanche_Bytes + sequencer_gte: stagingavalanche_Bytes + sequencer_lte: stagingavalanche_Bytes + sequencer_in: [stagingavalanche_Bytes!] + sequencer_not_in: [stagingavalanche_Bytes!] + sequencer_contains: stagingavalanche_Bytes + sequencer_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Sequencer_filter] + or: [stagingavalanche_Sequencer_filter] } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum stagingavalanche_Sequencer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + sequencer } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +type stagingavalanche_Setting { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingavalanche_Bytes! } -input arbitrumone_swap_SwapHourlyVolume_filter { +input stagingavalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -127458,100 +138069,106 @@ 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!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Setting_filter] + or: [stagingavalanche_Setting_filter] } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum stagingavalanche_Setting_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + maxRoutersPerTransfer + caller } -interface arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! +type stagingavalanche_SlippageUpdate { + id: ID! + transfer: stagingavalanche_DestinationTransfer! + slippage: BigInt! + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! 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 + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingavalanche_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingavalanche_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -127560,50 +138177,94 @@ input arbitrumone_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SlippageUpdate_filter] + or: [stagingavalanche_SlippageUpdate_filter] } -enum arbitrumone_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum stagingavalanche_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +type stagingavalanche_SnapshotRoot { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + spokeDomain: BigInt + root: stagingavalanche_Bytes! + count: BigInt! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + blockNumber: BigInt! } -input arbitrumone_swap_SwapWeeklyVolume_filter { +input stagingavalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -127612,27 +138273,32 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -127641,50 +138307,35 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_SwapWeeklyVolume_filter] - or: [arbitrumone_swap_SwapWeeklyVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SnapshotRoot_filter] + or: [stagingavalanche_SnapshotRoot_filter] } -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum stagingavalanche_SnapshotRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + root + count timestamp - volume + blockNumber } -type arbitrumone_swap_SystemInfo { +type stagingavalanche_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input arbitrumone_swap_SystemInfo_filter { +input stagingavalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -127693,37 +138344,48 @@ 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!] + 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_SystemInfo_filter] - or: [arbitrumone_swap_SystemInfo_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SpokeConnectorMode_filter] + or: [stagingavalanche_SpokeConnectorMode_filter] } -enum arbitrumone_swap_SystemInfo_orderBy { +enum stagingavalanche_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type arbitrumone_swap__Block_ { +enum stagingavalanche_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingavalanche__Block_ { """The hash of the block""" - hash: arbitrumone_swap_Bytes + hash: stagingavalanche_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -127731,7 +138393,7 @@ type arbitrumone_swap__Block_ { } """The type for the top-level _meta field""" -type arbitrumone_swap__Meta_ { +type stagingavalanche__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -127739,22 +138401,22 @@ type arbitrumone_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumone_swap__Block_! + block: stagingavalanche__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mumbai_AggregateRoot { +type staginglinea_AggregateRoot { id: ID! - root: mumbai_Bytes! + root: staginglinea_Bytes! blockNumber: BigInt! } -type mumbai_AggregateRootProposed { +type staginglinea_AggregateRootProposed { id: ID! - aggregateRoot: mumbai_Bytes! + aggregateRoot: staginglinea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -127762,7 +138424,7 @@ type mumbai_AggregateRootProposed { blockNumber: BigInt } -input mumbai_AggregateRootProposed_filter { +input staginglinea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -127771,16 +138433,12 @@ input mumbai_AggregateRootProposed_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 + 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 @@ -127822,12 +138480,10 @@ input mumbai_AggregateRootProposed_filter { 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] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_AggregateRootProposed_orderBy { +enum staginglinea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -127837,7 +138493,7 @@ enum mumbai_AggregateRootProposed_orderBy { blockNumber } -input mumbai_AggregateRoot_filter { +input staginglinea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -127846,16 +138502,12 @@ input mumbai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes + root: 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 @@ -127865,47 +138517,40 @@ input mumbai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AggregateRoot_filter] - or: [mumbai_AggregateRoot_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_AggregateRoot_orderBy { +enum staginglinea_AggregateRoot_orderBy { id root blockNumber } -enum mumbai_Aggregation_interval { - hour - day -} - -type mumbai_Asset { +type staginglinea_Asset { id: ID! - key: mumbai_Bytes + key: staginglinea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mumbai_Bytes + canonicalId: staginglinea_Bytes canonicalDomain: BigInt - adoptedAsset: mumbai_Bytes - localAsset: mumbai_Bytes + adoptedAsset: staginglinea_Bytes + localAsset: staginglinea_Bytes blockNumber: BigInt - status: mumbai_AssetStatus + status: staginglinea_AssetStatus } -type mumbai_AssetBalance { +type staginglinea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mumbai_Router! - asset: mumbai_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! feesEarned: BigInt! } -input mumbai_AssetBalance_filter { +input staginglinea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -127966,7 +138611,7 @@ input mumbai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -127987,7 +138632,7 @@ input mumbai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: staginglinea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -127997,43 +138642,26 @@ input mumbai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AssetBalance_filter] - or: [mumbai_AssetBalance_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_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 mumbai_AssetStatus { +type staginglinea_AssetStatus { id: ID! status: Boolean } -input mumbai_AssetStatus_filter { +input staginglinea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -128047,17 +138675,15 @@ input mumbai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AssetStatus_filter] - or: [mumbai_AssetStatus_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_AssetStatus_orderBy { +enum staginglinea_AssetStatus_orderBy { id status } -input mumbai_Asset_filter { +input staginglinea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -128066,16 +138692,12 @@ input mumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mumbai_Bytes - key_not: mumbai_Bytes - key_gt: mumbai_Bytes - key_lt: mumbai_Bytes - key_gte: mumbai_Bytes - key_lte: mumbai_Bytes - key_in: [mumbai_Bytes!] - key_not_in: [mumbai_Bytes!] - key_contains: mumbai_Bytes - key_not_contains: mumbai_Bytes + key: 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 @@ -128092,16 +138714,12 @@ input mumbai_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: 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 @@ -128110,26 +138728,18 @@ input mumbai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mumbai_Bytes - adoptedAsset_not: mumbai_Bytes - adoptedAsset_gt: mumbai_Bytes - adoptedAsset_lt: mumbai_Bytes - adoptedAsset_gte: mumbai_Bytes - adoptedAsset_lte: mumbai_Bytes - adoptedAsset_in: [mumbai_Bytes!] - adoptedAsset_not_in: [mumbai_Bytes!] - adoptedAsset_contains: mumbai_Bytes - adoptedAsset_not_contains: mumbai_Bytes - localAsset: mumbai_Bytes - localAsset_not: mumbai_Bytes - localAsset_gt: mumbai_Bytes - localAsset_lt: mumbai_Bytes - localAsset_gte: mumbai_Bytes - localAsset_lte: mumbai_Bytes - localAsset_in: [mumbai_Bytes!] - localAsset_not_in: [mumbai_Bytes!] - localAsset_contains: mumbai_Bytes - localAsset_not_contains: mumbai_Bytes + adoptedAsset: 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 @@ -128158,14 +138768,12 @@ input mumbai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mumbai_AssetStatus_filter + status_: staginglinea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Asset_filter] - or: [mumbai_Asset_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_Asset_orderBy { +enum staginglinea_Asset_orderBy { id key decimal @@ -128176,34 +138784,32 @@ enum mumbai_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar mumbai_BigDecimal +scalar staginglinea_BigDecimal -input mumbai_BlockChangedFilter { +input staginglinea_BlockChangedFilter { number_gte: Int! } -input mumbai_Block_height { - hash: mumbai_Bytes +input staginglinea_Block_height { + hash: staginglinea_Bytes number: Int number_gte: Int } -scalar mumbai_Bytes +scalar staginglinea_Bytes -type mumbai_ConnectorMeta { +type staginglinea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mumbai_Bytes - rootManager: mumbai_Bytes - mirrorConnector: mumbai_Bytes + amb: staginglinea_Bytes + rootManager: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes } -input mumbai_ConnectorMeta_filter { +input staginglinea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -128228,43 +138834,29 @@ input mumbai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mumbai_Bytes - amb_not: mumbai_Bytes - amb_gt: mumbai_Bytes - amb_lt: mumbai_Bytes - amb_gte: mumbai_Bytes - amb_lte: mumbai_Bytes - amb_in: [mumbai_Bytes!] - amb_not_in: [mumbai_Bytes!] - amb_contains: mumbai_Bytes - amb_not_contains: mumbai_Bytes - rootManager: mumbai_Bytes - rootManager_not: mumbai_Bytes - rootManager_gt: mumbai_Bytes - rootManager_lt: mumbai_Bytes - rootManager_gte: mumbai_Bytes - rootManager_lte: mumbai_Bytes - rootManager_in: [mumbai_Bytes!] - rootManager_not_in: [mumbai_Bytes!] - rootManager_contains: mumbai_Bytes - rootManager_not_contains: mumbai_Bytes - mirrorConnector: mumbai_Bytes - mirrorConnector_not: mumbai_Bytes - mirrorConnector_gt: mumbai_Bytes - mirrorConnector_lt: mumbai_Bytes - mirrorConnector_gte: mumbai_Bytes - mirrorConnector_lte: mumbai_Bytes - mirrorConnector_in: [mumbai_Bytes!] - mirrorConnector_not_in: [mumbai_Bytes!] - mirrorConnector_contains: mumbai_Bytes - mirrorConnector_not_contains: mumbai_Bytes + amb: 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: mumbai_BlockChangedFilter - and: [mumbai_ConnectorMeta_filter] - or: [mumbai_ConnectorMeta_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_ConnectorMeta_orderBy { +enum staginglinea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -128273,48 +138865,48 @@ enum mumbai_ConnectorMeta_orderBy { mirrorConnector } -type mumbai_DestinationTransfer { +type staginglinea_DestinationTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: mumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] + status: 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: mumbai_Bytes - delegate: mumbai_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: staginglinea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mumbai_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset amount: BigInt routersFee: BigInt - executedCaller: mumbai_Bytes - executedTransactionHash: mumbai_Bytes + executedCaller: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mumbai_Bytes + executedTxOrigin: staginglinea_Bytes executedTxNonce: BigInt - reconciledCaller: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes + reconciledCaller: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mumbai_Bytes + reconciledTxOrigin: staginglinea_Bytes reconciledTxNonce: BigInt } -input mumbai_DestinationTransfer_filter { +input staginglinea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -128331,16 +138923,12 @@ input mumbai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: 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 @@ -128349,17 +138937,17 @@ input mumbai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] + status: 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_: mumbai_Router_filter + routers_: staginglinea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -128384,40 +138972,28 @@ input mumbai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes + to: 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: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes + callData: 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 @@ -128434,16 +139010,12 @@ input mumbai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes + originSender: 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 @@ -128460,16 +139032,12 @@ input mumbai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: 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 @@ -128490,7 +139058,7 @@ input mumbai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -128507,26 +139075,18 @@ input mumbai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mumbai_Bytes - executedCaller_not: mumbai_Bytes - executedCaller_gt: mumbai_Bytes - executedCaller_lt: mumbai_Bytes - executedCaller_gte: mumbai_Bytes - executedCaller_lte: mumbai_Bytes - executedCaller_in: [mumbai_Bytes!] - executedCaller_not_in: [mumbai_Bytes!] - executedCaller_contains: mumbai_Bytes - executedCaller_not_contains: mumbai_Bytes - executedTransactionHash: mumbai_Bytes - executedTransactionHash_not: mumbai_Bytes - executedTransactionHash_gt: mumbai_Bytes - executedTransactionHash_lt: mumbai_Bytes - executedTransactionHash_gte: mumbai_Bytes - executedTransactionHash_lte: mumbai_Bytes - executedTransactionHash_in: [mumbai_Bytes!] - executedTransactionHash_not_in: [mumbai_Bytes!] - executedTransactionHash_contains: mumbai_Bytes - executedTransactionHash_not_contains: mumbai_Bytes + executedCaller: 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 @@ -128559,16 +139119,12 @@ input mumbai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mumbai_Bytes - executedTxOrigin_not: mumbai_Bytes - executedTxOrigin_gt: mumbai_Bytes - executedTxOrigin_lt: mumbai_Bytes - executedTxOrigin_gte: mumbai_Bytes - executedTxOrigin_lte: mumbai_Bytes - executedTxOrigin_in: [mumbai_Bytes!] - executedTxOrigin_not_in: [mumbai_Bytes!] - executedTxOrigin_contains: mumbai_Bytes - executedTxOrigin_not_contains: mumbai_Bytes + executedTxOrigin: 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 @@ -128577,26 +139133,18 @@ input mumbai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mumbai_Bytes - reconciledCaller_not: mumbai_Bytes - reconciledCaller_gt: mumbai_Bytes - reconciledCaller_lt: mumbai_Bytes - reconciledCaller_gte: mumbai_Bytes - reconciledCaller_lte: mumbai_Bytes - reconciledCaller_in: [mumbai_Bytes!] - reconciledCaller_not_in: [mumbai_Bytes!] - reconciledCaller_contains: mumbai_Bytes - reconciledCaller_not_contains: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes - reconciledTransactionHash_not: mumbai_Bytes - reconciledTransactionHash_gt: mumbai_Bytes - reconciledTransactionHash_lt: mumbai_Bytes - reconciledTransactionHash_gte: mumbai_Bytes - reconciledTransactionHash_lte: mumbai_Bytes - reconciledTransactionHash_in: [mumbai_Bytes!] - reconciledTransactionHash_not_in: [mumbai_Bytes!] - reconciledTransactionHash_contains: mumbai_Bytes - reconciledTransactionHash_not_contains: mumbai_Bytes + reconciledCaller: 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 @@ -128629,16 +139177,12 @@ input mumbai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mumbai_Bytes - reconciledTxOrigin_not: mumbai_Bytes - reconciledTxOrigin_gt: mumbai_Bytes - reconciledTxOrigin_lt: mumbai_Bytes - reconciledTxOrigin_gte: mumbai_Bytes - reconciledTxOrigin_lte: mumbai_Bytes - reconciledTxOrigin_in: [mumbai_Bytes!] - reconciledTxOrigin_not_in: [mumbai_Bytes!] - reconciledTxOrigin_contains: mumbai_Bytes - reconciledTxOrigin_not_contains: mumbai_Bytes + reconciledTxOrigin: 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 @@ -128648,12 +139192,10 @@ input mumbai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_DestinationTransfer_filter] - or: [mumbai_DestinationTransfer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_DestinationTransfer_orderBy { +enum staginglinea_DestinationTransfer_orderBy { id chainId transferId @@ -128674,15 +139216,6 @@ enum mumbai_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 @@ -128703,20 +139236,14 @@ enum mumbai_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar mumbai_Int8 - -type mumbai_OptimisticRootFinalized { +type staginglinea_OptimisticRootFinalized { id: ID! - aggregateRoot: mumbai_Bytes! + aggregateRoot: staginglinea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mumbai_OptimisticRootFinalized_filter { +input staginglinea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -128725,16 +139252,12 @@ 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 + 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 @@ -128752,12 +139275,10 @@ input mumbai_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OptimisticRootFinalized_filter] - or: [mumbai_OptimisticRootFinalized_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_OptimisticRootFinalized_orderBy { +enum staginglinea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -128765,25 +139286,25 @@ enum mumbai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mumbai_OrderDirection { +enum staginglinea_OrderDirection { asc desc } -type mumbai_OriginMessage { +type staginglinea_OriginMessage { id: ID! - transferId: mumbai_Bytes + transferId: staginglinea_Bytes destinationDomain: BigInt - leaf: mumbai_Bytes + leaf: staginglinea_Bytes index: BigInt - message: mumbai_Bytes - root: mumbai_Bytes - transactionHash: mumbai_Bytes + message: staginglinea_Bytes + root: staginglinea_Bytes + transactionHash: staginglinea_Bytes blockNumber: BigInt - rootCount: mumbai_RootCount + rootCount: staginglinea_RootCount } -input mumbai_OriginMessage_filter { +input staginglinea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -128792,16 +139313,12 @@ input mumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: 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 @@ -128810,16 +139327,12 @@ input mumbai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mumbai_Bytes - leaf_not: mumbai_Bytes - leaf_gt: mumbai_Bytes - leaf_lt: mumbai_Bytes - leaf_gte: mumbai_Bytes - leaf_lte: mumbai_Bytes - leaf_in: [mumbai_Bytes!] - leaf_not_in: [mumbai_Bytes!] - leaf_contains: mumbai_Bytes - leaf_not_contains: mumbai_Bytes + leaf: 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 @@ -128828,36 +139341,24 @@ input mumbai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mumbai_Bytes - message_not: mumbai_Bytes - message_gt: mumbai_Bytes - message_lt: mumbai_Bytes - message_gte: mumbai_Bytes - message_lte: mumbai_Bytes - message_in: [mumbai_Bytes!] - message_not_in: [mumbai_Bytes!] - message_contains: mumbai_Bytes - message_not_contains: mumbai_Bytes - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + message: 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 @@ -128886,14 +139387,12 @@ input mumbai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mumbai_RootCount_filter + rootCount_: staginglinea_RootCount_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginMessage_filter] - or: [mumbai_OriginMessage_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_OriginMessage_orderBy { +enum staginglinea_OriginMessage_orderBy { id transferId destinationDomain @@ -128904,46 +139403,44 @@ enum mumbai_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type mumbai_OriginTransfer { +type staginglinea_OriginTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: mumbai_TransferStatus - messageHash: mumbai_Bytes + status: staginglinea_TransferStatus + messageHash: staginglinea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: staginglinea_Bytes slippage: BigInt - originSender: mumbai_Bytes + originSender: staginglinea_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 + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset + transactingAsset: staginglinea_Bytes + message: staginglinea_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginglinea_RelayerFee_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_RelayerFee_filter): [staginglinea_RelayerFee!] + initialRelayerFeeAsset: staginglinea_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mumbai_Bytes + txOrigin: staginglinea_Bytes txNonce: BigInt } -input mumbai_OriginTransfer_filter { +input staginglinea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -128960,16 +139457,12 @@ input mumbai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: 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 @@ -128978,20 +139471,16 @@ input mumbai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] - messageHash: mumbai_Bytes - messageHash_not: mumbai_Bytes - messageHash_gt: mumbai_Bytes - messageHash_lt: mumbai_Bytes - messageHash_gte: mumbai_Bytes - messageHash_lte: mumbai_Bytes - messageHash_in: [mumbai_Bytes!] - messageHash_not_in: [mumbai_Bytes!] - messageHash_contains: mumbai_Bytes - messageHash_not_contains: mumbai_Bytes + status: 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 @@ -129016,40 +139505,28 @@ input mumbai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes + to: 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: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes + callData: 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 @@ -129058,16 +139535,12 @@ input mumbai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes + originSender: 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 @@ -129084,16 +139557,12 @@ input mumbai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: 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 @@ -129114,17 +139583,13 @@ input mumbai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - transactingAsset: mumbai_Bytes - transactingAsset_not: mumbai_Bytes - transactingAsset_gt: mumbai_Bytes - transactingAsset_lt: mumbai_Bytes - transactingAsset_gte: mumbai_Bytes - transactingAsset_lte: mumbai_Bytes - transactingAsset_in: [mumbai_Bytes!] - transactingAsset_not_in: [mumbai_Bytes!] - transactingAsset_contains: mumbai_Bytes - transactingAsset_not_contains: mumbai_Bytes + asset_: 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 @@ -129145,7 +139610,7 @@ input mumbai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mumbai_OriginMessage_filter + message_: staginglinea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -129160,37 +139625,25 @@ input mumbai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mumbai_RelayerFee_filter - initialRelayerFeeAsset: mumbai_Bytes - initialRelayerFeeAsset_not: mumbai_Bytes - initialRelayerFeeAsset_gt: mumbai_Bytes - initialRelayerFeeAsset_lt: mumbai_Bytes - initialRelayerFeeAsset_gte: mumbai_Bytes - initialRelayerFeeAsset_lte: mumbai_Bytes - initialRelayerFeeAsset_in: [mumbai_Bytes!] - initialRelayerFeeAsset_not_in: [mumbai_Bytes!] - initialRelayerFeeAsset_contains: mumbai_Bytes - initialRelayerFeeAsset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + relayerFees_: 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 @@ -129223,16 +139676,12 @@ input mumbai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mumbai_Bytes - txOrigin_not: mumbai_Bytes - txOrigin_gt: mumbai_Bytes - txOrigin_lt: mumbai_Bytes - txOrigin_gte: mumbai_Bytes - txOrigin_lte: mumbai_Bytes - txOrigin_in: [mumbai_Bytes!] - txOrigin_not_in: [mumbai_Bytes!] - txOrigin_contains: mumbai_Bytes - txOrigin_not_contains: mumbai_Bytes + txOrigin: 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 @@ -129242,12 +139691,10 @@ input mumbai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginTransfer_filter] - or: [mumbai_OriginTransfer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_OriginTransfer_orderBy { +enum staginglinea_OriginTransfer_orderBy { id chainId transferId @@ -129267,26 +139714,8 @@ enum mumbai_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 @@ -129300,20 +139729,20 @@ enum mumbai_OriginTransfer_orderBy { txNonce } -type mumbai_Relayer { +type staginglinea_Relayer { id: ID! isActive: Boolean! - relayer: mumbai_Bytes + relayer: staginglinea_Bytes } -type mumbai_RelayerFee { +type staginglinea_RelayerFee { id: ID! - transfer: mumbai_OriginTransfer! + transfer: staginglinea_OriginTransfer! fee: BigInt! - asset: mumbai_Bytes! + asset: staginglinea_Bytes! } -input mumbai_RelayerFee_filter { +input staginglinea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -129342,7 +139771,7 @@ input mumbai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_OriginTransfer_filter + transfer_: staginglinea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -129351,72 +139780,37 @@ input mumbai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes + asset: 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: mumbai_BlockChangedFilter - and: [mumbai_RelayerFee_filter] - or: [mumbai_RelayerFee_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_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 mumbai_RelayerFeesIncrease { +type staginglinea_RelayerFeesIncrease { id: ID! - transfer: mumbai_OriginTransfer! + transfer: staginglinea_OriginTransfer! increase: BigInt - asset: mumbai_Bytes - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + asset: staginglinea_Bytes + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_RelayerFeesIncrease_filter { +input staginglinea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -129445,7 +139839,7 @@ input mumbai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_OriginTransfer_filter + transfer_: staginglinea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -129454,36 +139848,24 @@ input mumbai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + asset: 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 @@ -129517,43 +139899,12 @@ input mumbai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFeesIncrease_filter] - or: [mumbai_RelayerFeesIncrease_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_RelayerFeesIncrease_orderBy { +enum staginglinea_RelayerFeesIncrease_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce increase asset caller @@ -129564,7 +139915,7 @@ enum mumbai_RelayerFeesIncrease_orderBy { blockNumber } -input mumbai_Relayer_filter { +input staginglinea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -129577,34 +139928,28 @@ input mumbai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mumbai_Bytes - relayer_not: mumbai_Bytes - relayer_gt: mumbai_Bytes - relayer_lt: mumbai_Bytes - relayer_gte: mumbai_Bytes - relayer_lte: mumbai_Bytes - relayer_in: [mumbai_Bytes!] - relayer_not_in: [mumbai_Bytes!] - relayer_contains: mumbai_Bytes - relayer_not_contains: mumbai_Bytes + relayer: 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: mumbai_BlockChangedFilter - and: [mumbai_Relayer_filter] - or: [mumbai_Relayer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_Relayer_orderBy { +enum staginglinea_Relayer_orderBy { id isActive relayer } -type mumbai_RootCount { +type staginglinea_RootCount { id: ID! count: BigInt } -input mumbai_RootCount_filter { +input staginglinea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -129622,31 +139967,29 @@ input mumbai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootCount_filter] - or: [mumbai_RootCount_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_RootCount_orderBy { +enum staginglinea_RootCount_orderBy { id count } -type mumbai_RootMessageSent { +type staginglinea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mumbai_Bytes + root: staginglinea_Bytes count: BigInt - caller: mumbai_Bytes - transactionHash: mumbai_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mumbai_RootMessageSent_filter { +input staginglinea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -129671,16 +140014,12 @@ input mumbai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes + root: 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 @@ -129689,26 +140028,18 @@ input mumbai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + caller: 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 @@ -129742,12 +140073,10 @@ input mumbai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootMessageSent_filter] - or: [mumbai_RootMessageSent_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_RootMessageSent_orderBy { +enum staginglinea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -129761,25 +140090,25 @@ enum mumbai_RootMessageSent_orderBy { blockNumber } -type mumbai_Router { +type staginglinea_Router { id: ID! isActive: Boolean! - owner: mumbai_Bytes - recipient: mumbai_Bytes - proposedOwner: mumbai_Bytes + owner: staginglinea_Bytes + recipient: staginglinea_Bytes + proposedOwner: staginglinea_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! } -type mumbai_RouterDailyTVL { +type staginglinea_RouterDailyTVL { id: ID! - router: mumbai_Router! - asset: mumbai_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! timestamp: BigInt! balance: BigInt! } -input mumbai_RouterDailyTVL_filter { +input staginglinea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -129808,7 +140137,7 @@ input mumbai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -129829,7 +140158,7 @@ input mumbai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: staginglinea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -129847,54 +140176,37 @@ input mumbai_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterDailyTVL_filter] - or: [mumbai_RouterDailyTVL_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_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 mumbai_RouterLiquidityEvent { +type staginglinea_RouterLiquidityEvent { id: ID! - type: mumbai_RouterLiquidityEventType - router: mumbai_Router! - asset: mumbai_Asset! + type: staginglinea_RouterLiquidityEventType + router: staginglinea_Router! + asset: staginglinea_Asset! amount: BigInt! balance: BigInt! - caller: mumbai_Bytes + caller: staginglinea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mumbai_Bytes! + transactionHash: staginglinea_Bytes! nonce: BigInt! } -enum mumbai_RouterLiquidityEventType { +enum staginglinea_RouterLiquidityEventType { Add Remove } -input mumbai_RouterLiquidityEvent_filter { +input staginglinea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -129903,10 +140215,10 @@ input mumbai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mumbai_RouterLiquidityEventType - type_not: mumbai_RouterLiquidityEventType - type_in: [mumbai_RouterLiquidityEventType!] - type_not_in: [mumbai_RouterLiquidityEventType!] + type: staginglinea_RouterLiquidityEventType + type_not: staginglinea_RouterLiquidityEventType + type_in: [staginglinea_RouterLiquidityEventType!] + type_not_in: [staginglinea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -129927,7 +140239,7 @@ input mumbai_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -129948,7 +140260,7 @@ input mumbai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -129965,16 +140277,12 @@ input mumbai_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes + caller: 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 @@ -129991,16 +140299,12 @@ input mumbai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + transactionHash: 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 @@ -130010,31 +140314,14 @@ 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: staginglinea_BlockChangedFilter } -enum mumbai_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 @@ -130044,7 +140331,7 @@ enum mumbai_RouterLiquidityEvent_orderBy { nonce } -input mumbai_Router_filter { +input staginglinea_Router_filter { id: ID id_not: ID id_gt: ID @@ -130057,36 +140344,24 @@ input mumbai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mumbai_Bytes - owner_not: mumbai_Bytes - owner_gt: mumbai_Bytes - owner_lt: mumbai_Bytes - owner_gte: mumbai_Bytes - owner_lte: mumbai_Bytes - owner_in: [mumbai_Bytes!] - owner_not_in: [mumbai_Bytes!] - owner_contains: mumbai_Bytes - owner_not_contains: mumbai_Bytes - recipient: mumbai_Bytes - recipient_not: mumbai_Bytes - recipient_gt: mumbai_Bytes - recipient_lt: mumbai_Bytes - recipient_gte: mumbai_Bytes - recipient_lte: mumbai_Bytes - recipient_in: [mumbai_Bytes!] - recipient_not_in: [mumbai_Bytes!] - recipient_contains: mumbai_Bytes - recipient_not_contains: mumbai_Bytes - proposedOwner: mumbai_Bytes - proposedOwner_not: mumbai_Bytes - proposedOwner_gt: mumbai_Bytes - proposedOwner_lt: mumbai_Bytes - proposedOwner_gte: mumbai_Bytes - proposedOwner_lte: mumbai_Bytes - proposedOwner_in: [mumbai_Bytes!] - proposedOwner_not_in: [mumbai_Bytes!] - proposedOwner_contains: mumbai_Bytes - proposedOwner_not_contains: mumbai_Bytes + owner: 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 @@ -130095,14 +140370,12 @@ input mumbai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mumbai_AssetBalance_filter + assetBalances_: staginglinea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Router_filter] - or: [mumbai_Router_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_Router_orderBy { +enum staginglinea_Router_orderBy { id isActive owner @@ -130112,13 +140385,13 @@ enum mumbai_Router_orderBy { assetBalances } -type mumbai_Sequencer { +type staginglinea_Sequencer { id: ID! isActive: Boolean! - sequencer: mumbai_Bytes + sequencer: staginglinea_Bytes } -input mumbai_Sequencer_filter { +input staginglinea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -130131,35 +140404,29 @@ input mumbai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mumbai_Bytes - sequencer_not: mumbai_Bytes - sequencer_gt: mumbai_Bytes - sequencer_lt: mumbai_Bytes - sequencer_gte: mumbai_Bytes - sequencer_lte: mumbai_Bytes - sequencer_in: [mumbai_Bytes!] - sequencer_not_in: [mumbai_Bytes!] - sequencer_contains: mumbai_Bytes - sequencer_not_contains: mumbai_Bytes + sequencer: 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: mumbai_BlockChangedFilter - and: [mumbai_Sequencer_filter] - or: [mumbai_Sequencer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_Sequencer_orderBy { +enum staginglinea_Sequencer_orderBy { id isActive sequencer } -type mumbai_Setting { +type staginglinea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mumbai_Bytes! + caller: staginglinea_Bytes! } -input mumbai_Setting_filter { +input staginglinea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -130176,41 +140443,35 @@ input mumbai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes + caller: 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: mumbai_BlockChangedFilter - and: [mumbai_Setting_filter] - or: [mumbai_Setting_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_Setting_orderBy { +enum staginglinea_Setting_orderBy { id maxRoutersPerTransfer caller } -type mumbai_SlippageUpdate { +type staginglinea_SlippageUpdate { id: ID! - transfer: mumbai_DestinationTransfer! + transfer: staginglinea_DestinationTransfer! slippage: BigInt! - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_SlippageUpdate_filter { +input staginglinea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -130239,7 +140500,7 @@ input mumbai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_DestinationTransfer_filter + transfer_: staginglinea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -130248,26 +140509,18 @@ input mumbai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + caller: 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 @@ -130301,50 +140554,12 @@ input mumbai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SlippageUpdate_filter] - or: [mumbai_SlippageUpdate_filter] + _change_block: staginglinea_BlockChangedFilter } -enum mumbai_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 @@ -130354,16 +140569,16 @@ enum mumbai_SlippageUpdate_orderBy { blockNumber } -type mumbai_SnapshotRoot { +type staginglinea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mumbai_Bytes! + root: staginglinea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mumbai_SnapshotRoot_filter { +input staginglinea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -130380,16 +140595,12 @@ input mumbai_SnapshotRoot_filter { 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 + 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 @@ -130415,26 +140626,245 @@ input mumbai_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SnapshotRoot_filter] - or: [mumbai_SnapshotRoot_filter] + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type staginglinea_SpokeConnectorMode { + id: ID! + mode: String! +} + +input staginglinea_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_SpokeConnectorMode_orderBy { + id + mode +} + +enum staginglinea_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type staginglinea__Block_ { + """The hash of the block""" + hash: staginglinea_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type staginglinea__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: staginglinea__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum polygon_swap_Aggregation_interval { + hour + day +} + +scalar polygon_swap_BigDecimal + +input polygon_swap_BlockChangedFilter { + number_gte: Int! +} + +input polygon_swap_Block_height { + hash: polygon_swap_Bytes + number: Int + number_gte: Int +} + +scalar polygon_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar polygon_swap_Int8 + +type polygon_swap_LpAccount { + id: ID! + 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 polygon_swap_LpAccountBalance { + id: ID! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: polygon_swap_Bytes +} + +input polygon_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + 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_: polygon_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum mumbai_SnapshotRoot_orderBy { +enum polygon_swap_LpAccountBalance_orderBy { id - spokeDomain - root - count - timestamp - blockNumber -} - -type mumbai_SpokeConnectorMode { - id: ID! - mode: String! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input mumbai_SpokeConnectorMode_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -130443,87 +140873,51 @@ 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 + 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: mumbai_BlockChangedFilter - and: [mumbai_SpokeConnectorMode_filter] - or: [mumbai_SpokeConnectorMode_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum mumbai_SpokeConnectorMode_orderBy { +enum polygon_swap_LpAccount_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 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! + address + balances } -type xdai_AggregateRoot { +type polygon_swap_LpToken { id: ID! - root: xdai_Bytes! - blockNumber: BigInt! + address: polygon_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: polygon_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! } -type xdai_AggregateRootProposed { +interface polygon_swap_LpTokenEvent { id: ID! - aggregateRoot: xdai_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input xdai_AggregateRootProposed_filter { +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -130532,40 +140926,43 @@ 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 - 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_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -130574,31 +140971,47 @@ input xdai_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: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AggregateRootProposed_filter] - or: [xdai_AggregateRootProposed_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum xdai_AggregateRootProposed_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - blockNumber + transaction + nonce } -input xdai_AggregateRoot_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -130607,66 +141020,142 @@ 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 - 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: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: polygon_swap_BigDecimal + totalSupply_not: polygon_swap_BigDecimal + totalSupply_gt: polygon_swap_BigDecimal + totalSupply_lt: polygon_swap_BigDecimal + totalSupply_gte: polygon_swap_BigDecimal + totalSupply_lte: polygon_swap_BigDecimal + totalSupply_in: [polygon_swap_BigDecimal!] + totalSupply_not_in: [polygon_swap_BigDecimal!] + events_: polygon_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AggregateRoot_filter] - or: [xdai_AggregateRoot_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum xdai_AggregateRoot_orderBy { +enum polygon_swap_LpToken_orderBy { id - root - blockNumber -} - -enum xdai_Aggregation_interval { - hour - day -} - -type xdai_Asset { - id: ID! - key: xdai_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: xdai_Bytes - canonicalDomain: BigInt - adoptedAsset: xdai_Bytes - localAsset: xdai_Bytes - blockNumber: BigInt - status: xdai_AssetStatus + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type xdai_AssetBalance { +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: xdai_Router! - asset: xdai_Asset! - feesEarned: BigInt! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + from: polygon_swap_Bytes! + to: polygon_swap_Bytes! + fromBalance: polygon_swap_BigDecimal! + toBalance: polygon_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input xdai_AssetBalance_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -130675,126 +141164,143 @@ input xdai_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_: 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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + from: polygon_swap_Bytes + from_not: polygon_swap_Bytes + from_gt: polygon_swap_Bytes + from_lt: polygon_swap_Bytes + from_gte: polygon_swap_Bytes + from_lte: polygon_swap_Bytes + from_in: [polygon_swap_Bytes!] + from_not_in: [polygon_swap_Bytes!] + from_contains: polygon_swap_Bytes + from_not_contains: polygon_swap_Bytes + to: polygon_swap_Bytes + to_not: polygon_swap_Bytes + to_gt: polygon_swap_Bytes + to_lt: polygon_swap_Bytes + to_gte: polygon_swap_Bytes + to_lte: polygon_swap_Bytes + to_in: [polygon_swap_Bytes!] + to_not_in: [polygon_swap_Bytes!] + to_contains: polygon_swap_Bytes + to_not_contains: polygon_swap_Bytes + fromBalance: polygon_swap_BigDecimal + fromBalance_not: polygon_swap_BigDecimal + fromBalance_gt: polygon_swap_BigDecimal + fromBalance_lt: polygon_swap_BigDecimal + fromBalance_gte: polygon_swap_BigDecimal + fromBalance_lte: polygon_swap_BigDecimal + fromBalance_in: [polygon_swap_BigDecimal!] + fromBalance_not_in: [polygon_swap_BigDecimal!] + toBalance: polygon_swap_BigDecimal + toBalance_not: polygon_swap_BigDecimal + toBalance_gt: polygon_swap_BigDecimal + toBalance_lt: polygon_swap_BigDecimal + toBalance_gte: polygon_swap_BigDecimal + toBalance_lte: polygon_swap_BigDecimal + toBalance_in: [polygon_swap_BigDecimal!] + toBalance_not_in: [polygon_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetBalance_filter] - or: [xdai_AssetBalance_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum xdai_AssetBalance_orderBy { +enum polygon_swap_LpTransferEvent_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 + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type xdai_AssetStatus { +"""Defines the order direction, either ascending or descending""" +enum polygon_swap_OrderDirection { + asc + desc +} + +type polygon_swap_PooledToken { id: ID! - status: Boolean + asset: polygon_swap_Bytes! } -input xdai_AssetStatus_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -130803,22 +141309,72 @@ input xdai_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + asset: polygon_swap_Bytes + asset_not: polygon_swap_Bytes + asset_gt: polygon_swap_Bytes + asset_lt: polygon_swap_Bytes + asset_gte: polygon_swap_Bytes + asset_lte: polygon_swap_Bytes + asset_in: [polygon_swap_Bytes!] + asset_not_in: [polygon_swap_Bytes!] + asset_contains: polygon_swap_Bytes + asset_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetStatus_filter] - or: [xdai_AssetStatus_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum xdai_AssetStatus_orderBy { +enum polygon_swap_PooledToken_orderBy { id - status + asset } -input xdai_Asset_filter { +type polygon_swap_StableSwap { + id: ID! + isActive: Boolean + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes + domain: BigInt + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [polygon_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] +} + +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { + id: ID! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! +} + +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -130827,144 +141383,272 @@ 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 - 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 - 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_: xdai_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_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Asset_filter] - or: [xdai_Asset_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_Asset_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -scalar xdai_BigDecimal - -input xdai_BlockChangedFilter { - number_gte: Int! +interface polygon_swap_StableSwapEvent { + id: ID! + stableSwap: polygon_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input xdai_Block_height { - hash: xdai_Bytes - number: Int - number_gte: Int +input polygon_swap_StableSwapEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -scalar xdai_Bytes +enum polygon_swap_StableSwapEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce +} -type xdai_ConnectorMeta { +type polygon_swap_StableSwapExchange { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: xdai_Bytes - rootManager: xdai_Bytes - mirrorConnector: xdai_Bytes + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input xdai_ConnectorMeta_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -130973,109 +141657,172 @@ input xdai_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + buyer: polygon_swap_Bytes + buyer_not: polygon_swap_Bytes + buyer_gt: polygon_swap_Bytes + buyer_lt: polygon_swap_Bytes + buyer_gte: polygon_swap_Bytes + buyer_lte: polygon_swap_Bytes + buyer_in: [polygon_swap_Bytes!] + buyer_not_in: [polygon_swap_Bytes!] + buyer_contains: polygon_swap_Bytes + buyer_not_contains: polygon_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + 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: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_ConnectorMeta_filter] - or: [xdai_ConnectorMeta_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum xdai_ConnectorMeta_orderBy { +enum polygon_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 } -type xdai_DestinationTransfer { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - 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 + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input xdai_DestinationTransfer_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -131084,24 +141831,105 @@ input xdai_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -131110,374 +141938,484 @@ 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!] - 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: xdai_BlockChangedFilter - and: [xdai_DestinationTransfer_filter] - or: [xdai_DestinationTransfer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] +} + +enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce +} + +input polygon_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: polygon_swap_Bytes + key_not: polygon_swap_Bytes + key_gt: polygon_swap_Bytes + key_lt: polygon_swap_Bytes + key_gte: polygon_swap_Bytes + key_lte: polygon_swap_Bytes + key_in: [polygon_swap_Bytes!] + key_not_in: [polygon_swap_Bytes!] + key_contains: polygon_swap_Bytes + key_not_contains: polygon_swap_Bytes + canonicalId: polygon_swap_Bytes + canonicalId_not: polygon_swap_Bytes + canonicalId_gt: polygon_swap_Bytes + canonicalId_lt: polygon_swap_Bytes + canonicalId_gte: polygon_swap_Bytes + canonicalId_lte: polygon_swap_Bytes + canonicalId_in: [polygon_swap_Bytes!] + canonicalId_not_in: [polygon_swap_Bytes!] + canonicalId_contains: polygon_swap_Bytes + canonicalId_not_contains: polygon_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: polygon_swap_Bytes + swapPool_not: polygon_swap_Bytes + swapPool_gt: polygon_swap_Bytes + swapPool_lt: polygon_swap_Bytes + swapPool_gte: polygon_swap_Bytes + swapPool_lte: polygon_swap_Bytes + swapPool_in: [polygon_swap_Bytes!] + swapPool_not_in: [polygon_swap_Bytes!] + swapPool_contains: polygon_swap_Bytes + swapPool_not_contains: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + lpToken_not: polygon_swap_Bytes + lpToken_gt: polygon_swap_Bytes + lpToken_lt: polygon_swap_Bytes + lpToken_gte: polygon_swap_Bytes + lpToken_lte: polygon_swap_Bytes + lpToken_in: [polygon_swap_Bytes!] + lpToken_not_in: [polygon_swap_Bytes!] + lpToken_contains: polygon_swap_Bytes + lpToken_not_contains: polygon_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [polygon_swap_Bytes!] + pooledTokens_not: [polygon_swap_Bytes!] + pooledTokens_contains: [polygon_swap_Bytes!] + pooledTokens_contains_nocase: [polygon_swap_Bytes!] + pooledTokens_not_contains: [polygon_swap_Bytes!] + pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: polygon_swap_StableSwapEvent_filter + exchanges_: polygon_swap_StableSwapExchange_filter + hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter + dailyVolumes_: polygon_swap_SwapDailyVolume_filter + weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] +} + +enum polygon_swap_StableSwap_orderBy { + id + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes +} + +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { + id: ID! + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! +} + +input polygon_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_: polygon_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum xdai_DestinationTransfer_orderBy { +enum polygon_swap_SwapDailyVolume_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 +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { + id: ID! + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! +} -""" -scalar xdai_Int8 +input polygon_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_: polygon_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] +} -type xdai_OptimisticRootFinalized { +enum polygon_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! +} + +input polygon_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] +} + +enum polygon_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - aggregateRoot: xdai_Bytes! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: polygon_swap_BigDecimal! } -input xdai_OptimisticRootFinalized_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -131486,16 +142424,27 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131504,47 +142453,153 @@ input xdai_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: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OptimisticRootFinalized_filter] - or: [xdai_OptimisticRootFinalized_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum xdai_OptimisticRootFinalized_orderBy { +enum polygon_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 xdai_OrderDirection { - asc - desc +type polygon_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! } -type xdai_OriginMessage { +input polygon_swap_SystemInfo_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] +} + +enum polygon_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type polygon_swap__Block_ { + """The hash of the block""" + hash: polygon_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type polygon_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: polygon_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +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! - transferId: xdai_Bytes - destinationDomain: BigInt - leaf: xdai_Bytes - index: BigInt - message: xdai_Bytes - root: xdai_Bytes - transactionHash: xdai_Bytes - blockNumber: BigInt - rootCount: xdai_RootCount + 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!]! } -input xdai_OriginMessage_filter { +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 @@ -131553,158 +142608,160 @@ 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 - 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 + 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: xdai_BlockChangedFilter - and: [xdai_OriginMessage_filter] - or: [xdai_OriginMessage_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] } -enum xdai_OriginMessage_orderBy { +enum optimism_swap_LpAccountBalance_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -type xdai_OriginTransfer { +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! - 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 + 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!]! } -input xdai_OriginTransfer_filter { +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 @@ -131713,245 +142770,43 @@ input xdai_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: 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 + 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 @@ -131960,121 +142815,47 @@ input xdai_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: 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!] + 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: xdai_BlockChangedFilter - and: [xdai_OriginTransfer_filter] - or: [xdai_OriginTransfer_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] } -enum xdai_OriginTransfer_orderBy { +enum optimism_swap_LpTokenEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type xdai_Relayer { - id: ID! - isActive: Boolean! - relayer: xdai_Bytes -} - -type xdai_RelayerFee { - id: ID! - transfer: xdai_OriginTransfer! - fee: BigInt! - asset: xdai_Bytes! + transaction + nonce } -input xdai_RelayerFee_filter { +input optimism_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -132083,101 +142864,142 @@ input xdai_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_: 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 + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: optimism_swap_BigDecimal + totalSupply_not: optimism_swap_BigDecimal + totalSupply_gt: optimism_swap_BigDecimal + totalSupply_lt: optimism_swap_BigDecimal + totalSupply_gte: optimism_swap_BigDecimal + totalSupply_lte: optimism_swap_BigDecimal + totalSupply_in: [optimism_swap_BigDecimal!] + totalSupply_not_in: [optimism_swap_BigDecimal!] + events_: optimism_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpToken_filter] + or: [optimism_swap_LpToken_filter] } -enum xdai_RelayerFee_orderBy { +enum optimism_swap_LpToken_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type xdai_RelayerFeesIncrease { +type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { id: ID! - transfer: xdai_OriginTransfer! - increase: BigInt - asset: xdai_Bytes - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + from: optimism_swap_Bytes! + to: optimism_swap_Bytes! + fromBalance: optimism_swap_BigDecimal! + toBalance: optimism_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: optimism_swap_Bytes! + nonce: BigInt! } -input xdai_RelayerFeesIncrease_filter { +input optimism_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -132186,65 +143008,79 @@ input xdai_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_: 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 + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + from: optimism_swap_Bytes + from_not: optimism_swap_Bytes + from_gt: optimism_swap_Bytes + from_lt: optimism_swap_Bytes + from_gte: optimism_swap_Bytes + from_lte: optimism_swap_Bytes + from_in: [optimism_swap_Bytes!] + from_not_in: [optimism_swap_Bytes!] + from_contains: optimism_swap_Bytes + from_not_contains: optimism_swap_Bytes + to: optimism_swap_Bytes + to_not: optimism_swap_Bytes + to_gt: optimism_swap_Bytes + to_lt: optimism_swap_Bytes + to_gte: optimism_swap_Bytes + to_lte: optimism_swap_Bytes + to_in: [optimism_swap_Bytes!] + to_not_in: [optimism_swap_Bytes!] + to_contains: optimism_swap_Bytes + to_not_contains: optimism_swap_Bytes + fromBalance: optimism_swap_BigDecimal + fromBalance_not: optimism_swap_BigDecimal + fromBalance_gt: optimism_swap_BigDecimal + fromBalance_lt: optimism_swap_BigDecimal + fromBalance_gte: optimism_swap_BigDecimal + fromBalance_lte: optimism_swap_BigDecimal + fromBalance_in: [optimism_swap_BigDecimal!] + fromBalance_not_in: [optimism_swap_BigDecimal!] + toBalance: optimism_swap_BigDecimal + toBalance_not: optimism_swap_BigDecimal + toBalance_gt: optimism_swap_BigDecimal + toBalance_lt: optimism_swap_BigDecimal + toBalance_gte: optimism_swap_BigDecimal + toBalance_lte: optimism_swap_BigDecimal + toBalance_in: [optimism_swap_BigDecimal!] + toBalance_not_in: [optimism_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -132253,79 +143089,62 @@ input xdai_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: 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: xdai_BlockChangedFilter - and: [xdai_RelayerFeesIncrease_filter] - or: [xdai_RelayerFeesIncrease_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTransferEvent_filter] + or: [optimism_swap_LpTransferEvent_filter] } -enum xdai_RelayerFeesIncrease_orderBy { +enum optimism_swap_LpTransferEvent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input xdai_Relayer_filter { +"""Defines the order direction, either ascending or descending""" +enum optimism_swap_OrderDirection { + asc + desc +} + +type optimism_swap_PooledToken { + id: ID! + asset: optimism_swap_Bytes! +} + +input optimism_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -132334,38 +143153,72 @@ input xdai_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: 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 + asset: optimism_swap_Bytes + asset_not: optimism_swap_Bytes + asset_gt: optimism_swap_Bytes + asset_lt: optimism_swap_Bytes + asset_gte: optimism_swap_Bytes + asset_lte: optimism_swap_Bytes + asset_in: [optimism_swap_Bytes!] + asset_not_in: [optimism_swap_Bytes!] + asset_contains: optimism_swap_Bytes + asset_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Relayer_filter] - or: [xdai_Relayer_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_PooledToken_filter] + or: [optimism_swap_PooledToken_filter] } -enum xdai_Relayer_orderBy { +enum optimism_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type xdai_RootCount { +type optimism_swap_StableSwap { id: ID! - count: BigInt + isActive: Boolean + key: optimism_swap_Bytes! + canonicalId: optimism_swap_Bytes + domain: BigInt + swapPool: optimism_swap_Bytes + lpToken: optimism_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [optimism_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] } -input xdai_RootCount_filter { +type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { + id: ID! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: optimism_swap_Bytes! + nonce: BigInt! +} + +input optimism_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -132374,40 +143227,161 @@ input xdai_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RootCount_filter] - or: [xdai_RootCount_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapAddLiquidityEvent_filter] + or: [optimism_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_RootCount_orderBy { +enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { id - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type xdai_RootMessageSent { +interface optimism_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: xdai_Bytes - count: BigInt - caller: xdai_Bytes - transactionHash: xdai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: optimism_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: optimism_swap_Bytes! + nonce: BigInt! } -input xdai_RootMessageSent_filter { +input optimism_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -132416,60 +143390,35 @@ input xdai_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -132478,69 +143427,72 @@ input xdai_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!] - """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RootMessageSent_filter] - or: [xdai_RootMessageSent_filter] -} - -enum xdai_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + 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_StableSwapEvent_filter] + or: [optimism_swap_StableSwapEvent_filter] } -type xdai_Router { - id: ID! - isActive: Boolean! - owner: xdai_Bytes - recipient: xdai_Bytes - proposedOwner: xdai_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! +enum optimism_swap_StableSwapEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce } -type xdai_RouterDailyTVL { +type optimism_swap_StableSwapExchange { id: ID! - router: xdai_Router! - asset: xdai_Asset! + stableSwap: optimism_swap_StableSwap! + buyer: optimism_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: optimism_swap_Bytes! + nonce: BigInt! } -input xdai_RouterDailyTVL_filter { +input optimism_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -132549,48 +143501,91 @@ input xdai_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + buyer: optimism_swap_Bytes + buyer_not: optimism_swap_Bytes + buyer_gt: optimism_swap_Bytes + buyer_lt: optimism_swap_Bytes + buyer_gte: optimism_swap_Bytes + buyer_lte: optimism_swap_Bytes + buyer_in: [optimism_swap_Bytes!] + buyer_not_in: [optimism_swap_Bytes!] + buyer_contains: optimism_swap_Bytes + buyer_not_contains: optimism_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -132599,63 +143594,79 @@ input xdai_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: 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: xdai_BlockChangedFilter - and: [xdai_RouterDailyTVL_filter] - or: [xdai_RouterDailyTVL_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapExchange_filter] + or: [optimism_swap_StableSwapExchange_filter] } -enum xdai_RouterDailyTVL_orderBy { +enum optimism_swap_StableSwapExchange_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - balance + transaction + nonce } -type xdai_RouterLiquidityEvent { +type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - type: xdai_RouterLiquidityEventType - router: xdai_Router! - asset: xdai_Asset! - amount: BigInt! - balance: BigInt! - caller: xdai_Bytes - blockNumber: BigInt! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - transactionHash: xdai_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -enum xdai_RouterLiquidityEventType { - Add - Remove -} - -input xdai_RouterLiquidityEvent_filter { +input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -132664,86 +143675,87 @@ input xdai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: xdai_RouterLiquidityEventType - type_not: xdai_RouterLiquidityEventType - type_in: [xdai_RouterLiquidityEventType!] - type_not_in: [xdai_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - 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 - 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -132752,16 +143764,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 + 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 @@ -132771,41 +143783,44 @@ 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: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_RouterLiquidityEvent_orderBy { +enum optimism_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 xdai_Router_filter { +input optimism_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -132818,68 +143833,197 @@ 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 - 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 + key: optimism_swap_Bytes + key_not: optimism_swap_Bytes + key_gt: optimism_swap_Bytes + key_lt: optimism_swap_Bytes + key_gte: optimism_swap_Bytes + key_lte: optimism_swap_Bytes + key_in: [optimism_swap_Bytes!] + key_not_in: [optimism_swap_Bytes!] + key_contains: optimism_swap_Bytes + key_not_contains: optimism_swap_Bytes + canonicalId: optimism_swap_Bytes + canonicalId_not: optimism_swap_Bytes + canonicalId_gt: optimism_swap_Bytes + canonicalId_lt: optimism_swap_Bytes + canonicalId_gte: optimism_swap_Bytes + canonicalId_lte: optimism_swap_Bytes + canonicalId_in: [optimism_swap_Bytes!] + canonicalId_not_in: [optimism_swap_Bytes!] + canonicalId_contains: optimism_swap_Bytes + canonicalId_not_contains: optimism_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: optimism_swap_Bytes + swapPool_not: optimism_swap_Bytes + swapPool_gt: optimism_swap_Bytes + swapPool_lt: optimism_swap_Bytes + swapPool_gte: optimism_swap_Bytes + swapPool_lte: optimism_swap_Bytes + swapPool_in: [optimism_swap_Bytes!] + swapPool_not_in: [optimism_swap_Bytes!] + swapPool_contains: optimism_swap_Bytes + swapPool_not_contains: optimism_swap_Bytes + lpToken: optimism_swap_Bytes + lpToken_not: optimism_swap_Bytes + lpToken_gt: optimism_swap_Bytes + lpToken_lt: optimism_swap_Bytes + lpToken_gte: optimism_swap_Bytes + lpToken_lte: optimism_swap_Bytes + lpToken_in: [optimism_swap_Bytes!] + lpToken_not_in: [optimism_swap_Bytes!] + lpToken_contains: optimism_swap_Bytes + lpToken_not_contains: optimism_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [optimism_swap_Bytes!] + pooledTokens_not: [optimism_swap_Bytes!] + pooledTokens_contains: [optimism_swap_Bytes!] + pooledTokens_contains_nocase: [optimism_swap_Bytes!] + pooledTokens_not_contains: [optimism_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: optimism_swap_StableSwapEvent_filter + exchanges_: optimism_swap_StableSwapExchange_filter + hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter + dailyVolumes_: optimism_swap_SwapDailyVolume_filter + weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwap_filter] + or: [optimism_swap_StableSwap_filter] } -enum xdai_Router_orderBy { +enum optimism_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 xdai_Sequencer { +type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: xdai_Bytes + stableSwap: optimism_swap_StableSwap! + timestamp: BigInt! + volume: optimism_swap_BigDecimal! } -input xdai_Sequencer_filter { +input optimism_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -132888,39 +144032,80 @@ input xdai_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Sequencer_filter] - or: [xdai_Sequencer_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapDailyVolume_filter] + or: [optimism_swap_SwapDailyVolume_filter] } -enum xdai_Sequencer_orderBy { +enum optimism_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 xdai_Setting { +type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: xdai_Bytes! + stableSwap: optimism_swap_StableSwap! + timestamp: BigInt! + volume: optimism_swap_BigDecimal! } -input xdai_Setting_filter { +input optimism_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -132929,106 +144114,100 @@ input xdai_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Setting_filter] - or: [xdai_Setting_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapHourlyVolume_filter] + or: [optimism_swap_SwapHourlyVolume_filter] } -enum xdai_Setting_orderBy { +enum optimism_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 xdai_SlippageUpdate { - id: ID! - transfer: xdai_DestinationTransfer! - slippage: BigInt! - caller: xdai_Bytes! - transactionHash: xdai_Bytes! +interface optimism_swap_SwapTradeVolume { + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: optimism_swap_BigDecimal! } -input xdai_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_: xdai_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: 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 +input optimism_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -133037,94 +144216,50 @@ input xdai_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: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_SlippageUpdate_filter] - or: [xdai_SlippageUpdate_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapTradeVolume_filter] + or: [optimism_swap_SwapTradeVolume_filter] } -enum xdai_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash +enum optimism_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type xdai_SnapshotRoot { +type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: xdai_Bytes! - count: BigInt! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: optimism_swap_BigDecimal! } -input xdai_SnapshotRoot_filter { +input optimism_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -133133,32 +144268,27 @@ input xdai_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: 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -133167,35 +144297,50 @@ input xdai_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: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_SnapshotRoot_filter] - or: [xdai_SnapshotRoot_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapWeeklyVolume_filter] + or: [optimism_swap_SwapWeeklyVolume_filter] } -enum xdai_SnapshotRoot_orderBy { +enum optimism_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 xdai_SpokeConnectorMode { +type optimism_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input xdai_SpokeConnectorMode_filter { +input optimism_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -133204,48 +144349,37 @@ input xdai_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: xdai_BlockChangedFilter - and: [xdai_SpokeConnectorMode_filter] - or: [xdai_SpokeConnectorMode_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SystemInfo_filter] + or: [optimism_swap_SystemInfo_filter] } -enum xdai_SpokeConnectorMode_orderBy { +enum optimism_swap_SystemInfo_orderBy { id - mode -} - -enum xdai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type xdai__Block_ { +type optimism_swap__Block_ { """The hash of the block""" - hash: xdai_Bytes + hash: optimism_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -133253,7 +144387,7 @@ type xdai__Block_ { } """The type for the top-level _meta field""" -type xdai__Meta_ { +type optimism_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -133261,22 +144395,22 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: optimism_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localmainnet_AggregateRoot { +type basegoerli_AggregateRoot { id: ID! - root: localmainnet_Bytes! + root: basegoerli_Bytes! blockNumber: BigInt! } -type localmainnet_AggregateRootProposed { +type basegoerli_AggregateRootProposed { id: ID! - aggregateRoot: localmainnet_Bytes! + aggregateRoot: basegoerli_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -133284,7 +144418,7 @@ type localmainnet_AggregateRootProposed { blockNumber: BigInt } -input localmainnet_AggregateRootProposed_filter { +input basegoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -133293,16 +144427,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: 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 @@ -133344,12 +144478,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: basegoerli_BlockChangedFilter + and: [basegoerli_AggregateRootProposed_filter] + or: [basegoerli_AggregateRootProposed_filter] } -enum localmainnet_AggregateRootProposed_orderBy { +enum basegoerli_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -133359,7 +144493,7 @@ enum localmainnet_AggregateRootProposed_orderBy { blockNumber } -input localmainnet_AggregateRoot_filter { +input basegoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -133368,16 +144502,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: 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 @@ -133387,42 +144521,47 @@ 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: basegoerli_BlockChangedFilter + and: [basegoerli_AggregateRoot_filter] + or: [basegoerli_AggregateRoot_filter] } -enum localmainnet_AggregateRoot_orderBy { +enum basegoerli_AggregateRoot_orderBy { id root blockNumber } -type localmainnet_Asset { +enum basegoerli_Aggregation_interval { + hour + day +} + +type basegoerli_Asset { id: ID! - key: localmainnet_Bytes + key: basegoerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: localmainnet_Bytes + canonicalId: basegoerli_Bytes canonicalDomain: BigInt - adoptedAsset: localmainnet_Bytes - localAsset: localmainnet_Bytes + adoptedAsset: basegoerli_Bytes + localAsset: basegoerli_Bytes blockNumber: BigInt - status: localmainnet_AssetStatus + status: basegoerli_AssetStatus } -type localmainnet_AssetBalance { +type basegoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localmainnet_Router! - asset: localmainnet_Asset! + router: basegoerli_Router! + asset: basegoerli_Asset! feesEarned: BigInt! } -input localmainnet_AssetBalance_filter { +input basegoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -133483,7 +144622,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_: basegoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -133504,7 +144643,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_: basegoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -133514,12 +144653,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: basegoerli_BlockChangedFilter + and: [basegoerli_AssetBalance_filter] + or: [basegoerli_AssetBalance_filter] } -enum localmainnet_AssetBalance_orderBy { +enum basegoerli_AssetBalance_orderBy { id amount locked @@ -133545,12 +144684,12 @@ enum localmainnet_AssetBalance_orderBy { feesEarned } -type localmainnet_AssetStatus { +type basegoerli_AssetStatus { id: ID! status: Boolean } -input localmainnet_AssetStatus_filter { +input basegoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -133564,17 +144703,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: basegoerli_BlockChangedFilter + and: [basegoerli_AssetStatus_filter] + or: [basegoerli_AssetStatus_filter] } -enum localmainnet_AssetStatus_orderBy { +enum basegoerli_AssetStatus_orderBy { id status } -input localmainnet_Asset_filter { +input basegoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -133583,16 +144722,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: 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 @@ -133609,16 +144748,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: 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 @@ -133627,26 +144766,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: 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 @@ -133675,14 +144814,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_: basegoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Asset_filter] - or: [localmainnet_Asset_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Asset_filter] + or: [basegoerli_Asset_filter] } -enum localmainnet_Asset_orderBy { +enum basegoerli_Asset_orderBy { id key decimal @@ -133697,16 +144836,30 @@ enum localmainnet_Asset_orderBy { status__status } -type localmainnet_ConnectorMeta { +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: localmainnet_Bytes - rootManager: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes + amb: basegoerli_Bytes + rootManager: basegoerli_Bytes + mirrorConnector: basegoerli_Bytes } -input localmainnet_ConnectorMeta_filter { +input basegoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -133731,43 +144884,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: 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: localmainnet_BlockChangedFilter - and: [localmainnet_ConnectorMeta_filter] - or: [localmainnet_ConnectorMeta_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_ConnectorMeta_filter] + or: [basegoerli_ConnectorMeta_filter] } -enum localmainnet_ConnectorMeta_orderBy { +enum basegoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -133776,48 +144929,48 @@ enum localmainnet_ConnectorMeta_orderBy { mirrorConnector } -type localmainnet_DestinationTransfer { +type basegoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: localmainnet_Bytes + transferId: basegoerli_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: 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: localmainnet_Bytes - delegate: localmainnet_Bytes + to: basegoerli_Bytes + delegate: basegoerli_Bytes receiveLocal: Boolean - callData: localmainnet_Bytes + callData: basegoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localmainnet_Bytes + originSender: basegoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset + canonicalId: basegoerli_Bytes + asset: basegoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes + executedCaller: basegoerli_Bytes + executedTransactionHash: basegoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localmainnet_Bytes + executedTxOrigin: basegoerli_Bytes executedTxNonce: BigInt - reconciledCaller: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes + reconciledCaller: basegoerli_Bytes + reconciledTransactionHash: basegoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localmainnet_Bytes + reconciledTxOrigin: basegoerli_Bytes reconciledTxNonce: BigInt } -input localmainnet_DestinationTransfer_filter { +input basegoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -133834,16 +144987,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: 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 @@ -133852,17 +145005,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: 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_: localmainnet_Router_filter + routers_: basegoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -133887,40 +145040,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: 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: 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: 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 @@ -133937,16 +145090,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: 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 @@ -133963,16 +145116,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: 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 @@ -133993,7 +145146,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_: basegoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -134010,26 +145163,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: 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 @@ -134062,16 +145215,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: 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 @@ -134080,26 +145233,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: 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 @@ -134132,16 +145285,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: 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 @@ -134151,12 +145304,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: basegoerli_BlockChangedFilter + and: [basegoerli_DestinationTransfer_filter] + or: [basegoerli_DestinationTransfer_filter] } -enum localmainnet_DestinationTransfer_orderBy { +enum basegoerli_DestinationTransfer_orderBy { id chainId transferId @@ -134206,14 +145359,20 @@ enum localmainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type localmainnet_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar basegoerli_Int8 + +type basegoerli_OptimisticRootFinalized { id: ID! - aggregateRoot: localmainnet_Bytes! + aggregateRoot: basegoerli_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localmainnet_OptimisticRootFinalized_filter { +input basegoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -134222,16 +145381,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: 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 @@ -134249,32 +145408,38 @@ 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: basegoerli_BlockChangedFilter + and: [basegoerli_OptimisticRootFinalized_filter] + or: [basegoerli_OptimisticRootFinalized_filter] } -enum localmainnet_OptimisticRootFinalized_orderBy { +enum basegoerli_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type localmainnet_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum basegoerli_OrderDirection { + asc + desc +} + +type basegoerli_OriginMessage { id: ID! - transferId: localmainnet_Bytes + transferId: basegoerli_Bytes destinationDomain: BigInt - leaf: localmainnet_Bytes + leaf: basegoerli_Bytes index: BigInt - message: localmainnet_Bytes - root: localmainnet_Bytes - transactionHash: localmainnet_Bytes + message: basegoerli_Bytes + root: basegoerli_Bytes + transactionHash: basegoerli_Bytes blockNumber: BigInt - rootCount: localmainnet_RootCount + rootCount: basegoerli_RootCount } -input localmainnet_OriginMessage_filter { +input basegoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -134283,16 +145448,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: 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 @@ -134301,16 +145466,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: 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 @@ -134319,36 +145484,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: 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 @@ -134377,14 +145542,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_: basegoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginMessage_filter] - or: [localmainnet_OriginMessage_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_OriginMessage_filter] + or: [basegoerli_OriginMessage_filter] } -enum localmainnet_OriginMessage_orderBy { +enum basegoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -134399,42 +145564,42 @@ enum localmainnet_OriginMessage_orderBy { rootCount__count } -type localmainnet_OriginTransfer { +type basegoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: localmainnet_Bytes + transferId: basegoerli_Bytes nonce: BigInt - status: localmainnet_TransferStatus - messageHash: localmainnet_Bytes + status: basegoerli_TransferStatus + messageHash: basegoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes + to: basegoerli_Bytes + delegate: basegoerli_Bytes receiveLocal: Boolean - callData: localmainnet_Bytes + callData: basegoerli_Bytes slippage: BigInt - originSender: localmainnet_Bytes + originSender: basegoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset - transactingAsset: localmainnet_Bytes - message: localmainnet_OriginMessage + canonicalId: basegoerli_Bytes + asset: basegoerli_Asset + transactingAsset: basegoerli_Bytes + message: basegoerli_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: 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: localmainnet_Bytes + txOrigin: basegoerli_Bytes txNonce: BigInt } -input localmainnet_OriginTransfer_filter { +input basegoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -134451,16 +145616,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: 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 @@ -134469,20 +145634,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: 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 @@ -134507,40 +145672,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: 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: 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: 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 @@ -134549,16 +145714,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: 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 @@ -134575,16 +145740,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: 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 @@ -134605,17 +145770,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_: 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 @@ -134636,7 +145801,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_: basegoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -134651,37 +145816,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_: 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 @@ -134714,16 +145879,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: 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 @@ -134733,12 +145898,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: basegoerli_BlockChangedFilter + and: [basegoerli_OriginTransfer_filter] + or: [basegoerli_OriginTransfer_filter] } -enum localmainnet_OriginTransfer_orderBy { +enum basegoerli_OriginTransfer_orderBy { id chainId transferId @@ -134791,20 +145956,20 @@ enum localmainnet_OriginTransfer_orderBy { txNonce } -type localmainnet_Relayer { +type basegoerli_Relayer { id: ID! isActive: Boolean! - relayer: localmainnet_Bytes + relayer: basegoerli_Bytes } -type localmainnet_RelayerFee { +type basegoerli_RelayerFee { id: ID! - transfer: localmainnet_OriginTransfer! + transfer: basegoerli_OriginTransfer! fee: BigInt! - asset: localmainnet_Bytes! + asset: basegoerli_Bytes! } -input localmainnet_RelayerFee_filter { +input basegoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -134833,7 +145998,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_: basegoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -134842,23 +146007,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: 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: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFee_filter] - or: [localmainnet_RelayerFee_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_RelayerFee_filter] + or: [basegoerli_RelayerFee_filter] } -enum localmainnet_RelayerFee_orderBy { +enum basegoerli_RelayerFee_orderBy { id transfer transfer__id @@ -134894,20 +146059,20 @@ enum localmainnet_RelayerFee_orderBy { asset } -type localmainnet_RelayerFeesIncrease { +type basegoerli_RelayerFeesIncrease { id: ID! - transfer: localmainnet_OriginTransfer! + transfer: basegoerli_OriginTransfer! increase: BigInt - asset: localmainnet_Bytes - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! + asset: basegoerli_Bytes + caller: basegoerli_Bytes! + transactionHash: basegoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localmainnet_RelayerFeesIncrease_filter { +input basegoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -134936,7 +146101,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_: basegoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -134945,36 +146110,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: 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 @@ -135008,12 +146173,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: basegoerli_BlockChangedFilter + and: [basegoerli_RelayerFeesIncrease_filter] + or: [basegoerli_RelayerFeesIncrease_filter] } -enum localmainnet_RelayerFeesIncrease_orderBy { +enum basegoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -135055,7 +146220,7 @@ enum localmainnet_RelayerFeesIncrease_orderBy { blockNumber } -input localmainnet_Relayer_filter { +input basegoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -135068,34 +146233,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: 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: localmainnet_BlockChangedFilter - and: [localmainnet_Relayer_filter] - or: [localmainnet_Relayer_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Relayer_filter] + or: [basegoerli_Relayer_filter] } -enum localmainnet_Relayer_orderBy { +enum basegoerli_Relayer_orderBy { id isActive relayer } -type localmainnet_RootCount { +type basegoerli_RootCount { id: ID! count: BigInt } -input localmainnet_RootCount_filter { +input basegoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -135113,31 +146278,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: basegoerli_BlockChangedFilter + and: [basegoerli_RootCount_filter] + or: [basegoerli_RootCount_filter] } -enum localmainnet_RootCount_orderBy { +enum basegoerli_RootCount_orderBy { id count } -type localmainnet_RootMessageSent { +type basegoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localmainnet_Bytes + root: basegoerli_Bytes count: BigInt - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes + caller: basegoerli_Bytes + transactionHash: basegoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localmainnet_RootMessageSent_filter { +input basegoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -135162,16 +146327,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: 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 @@ -135180,26 +146345,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: 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 @@ -135233,12 +146398,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: basegoerli_BlockChangedFilter + and: [basegoerli_RootMessageSent_filter] + or: [basegoerli_RootMessageSent_filter] } -enum localmainnet_RootMessageSent_orderBy { +enum basegoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -135252,25 +146417,25 @@ enum localmainnet_RootMessageSent_orderBy { blockNumber } -type localmainnet_Router { +type basegoerli_Router { id: ID! isActive: Boolean! - owner: localmainnet_Bytes - recipient: localmainnet_Bytes - proposedOwner: localmainnet_Bytes + owner: basegoerli_Bytes + recipient: basegoerli_Bytes + proposedOwner: basegoerli_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: basegoerli_AssetBalance_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_AssetBalance_filter): [basegoerli_AssetBalance!]! } -type localmainnet_RouterDailyTVL { +type basegoerli_RouterDailyTVL { id: ID! - router: localmainnet_Router! - asset: localmainnet_Asset! + router: basegoerli_Router! + asset: basegoerli_Asset! timestamp: BigInt! balance: BigInt! } -input localmainnet_RouterDailyTVL_filter { +input basegoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -135299,7 +146464,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_: basegoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -135320,7 +146485,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_: basegoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -135338,12 +146503,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: basegoerli_BlockChangedFilter + and: [basegoerli_RouterDailyTVL_filter] + or: [basegoerli_RouterDailyTVL_filter] } -enum localmainnet_RouterDailyTVL_orderBy { +enum basegoerli_RouterDailyTVL_orderBy { id router router__id @@ -135366,26 +146531,26 @@ enum localmainnet_RouterDailyTVL_orderBy { balance } -type localmainnet_RouterLiquidityEvent { +type basegoerli_RouterLiquidityEvent { id: ID! - type: localmainnet_RouterLiquidityEventType - router: localmainnet_Router! - asset: localmainnet_Asset! + type: basegoerli_RouterLiquidityEventType + router: basegoerli_Router! + asset: basegoerli_Asset! amount: BigInt! balance: BigInt! - caller: localmainnet_Bytes + caller: basegoerli_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: localmainnet_Bytes! + transactionHash: basegoerli_Bytes! nonce: BigInt! } -enum localmainnet_RouterLiquidityEventType { +enum basegoerli_RouterLiquidityEventType { Add Remove } -input localmainnet_RouterLiquidityEvent_filter { +input basegoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -135394,10 +146559,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: basegoerli_RouterLiquidityEventType + type_not: basegoerli_RouterLiquidityEventType + type_in: [basegoerli_RouterLiquidityEventType!] + type_not_in: [basegoerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -135418,7 +146583,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_: basegoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -135439,7 +146604,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_: basegoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -135456,16 +146621,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: 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 @@ -135482,16 +146647,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: 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 @@ -135501,12 +146666,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: basegoerli_BlockChangedFilter + and: [basegoerli_RouterLiquidityEvent_filter] + or: [basegoerli_RouterLiquidityEvent_filter] } -enum localmainnet_RouterLiquidityEvent_orderBy { +enum basegoerli_RouterLiquidityEvent_orderBy { id type router @@ -135535,7 +146700,7 @@ enum localmainnet_RouterLiquidityEvent_orderBy { nonce } -input localmainnet_Router_filter { +input basegoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -135548,36 +146713,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: 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 @@ -135586,14 +146751,14 @@ input localmainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localmainnet_AssetBalance_filter + assetBalances_: basegoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Router_filter] - or: [localmainnet_Router_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Router_filter] + or: [basegoerli_Router_filter] } -enum localmainnet_Router_orderBy { +enum basegoerli_Router_orderBy { id isActive owner @@ -135603,13 +146768,13 @@ enum localmainnet_Router_orderBy { assetBalances } -type localmainnet_Sequencer { +type basegoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: localmainnet_Bytes + sequencer: basegoerli_Bytes } -input localmainnet_Sequencer_filter { +input basegoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -135622,35 +146787,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: 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: localmainnet_BlockChangedFilter - and: [localmainnet_Sequencer_filter] - or: [localmainnet_Sequencer_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Sequencer_filter] + or: [basegoerli_Sequencer_filter] } -enum localmainnet_Sequencer_orderBy { +enum basegoerli_Sequencer_orderBy { id isActive sequencer } -type localmainnet_Setting { +type basegoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localmainnet_Bytes! + caller: basegoerli_Bytes! } -input localmainnet_Setting_filter { +input basegoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -135667,41 +146832,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: 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: localmainnet_BlockChangedFilter - and: [localmainnet_Setting_filter] - or: [localmainnet_Setting_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Setting_filter] + or: [basegoerli_Setting_filter] } -enum localmainnet_Setting_orderBy { +enum basegoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type localmainnet_SlippageUpdate { +type basegoerli_SlippageUpdate { id: ID! - transfer: localmainnet_DestinationTransfer! + transfer: basegoerli_DestinationTransfer! slippage: BigInt! - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! + caller: basegoerli_Bytes! + transactionHash: basegoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localmainnet_SlippageUpdate_filter { +input basegoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -135730,7 +146895,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_: basegoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -135739,26 +146904,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: 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 @@ -135792,12 +146957,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: basegoerli_BlockChangedFilter + and: [basegoerli_SlippageUpdate_filter] + or: [basegoerli_SlippageUpdate_filter] } -enum localmainnet_SlippageUpdate_orderBy { +enum basegoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -135845,16 +147010,16 @@ enum localmainnet_SlippageUpdate_orderBy { blockNumber } -type localmainnet_SnapshotRoot { +type basegoerli_SnapshotRoot { id: ID! spokeDomain: BigInt - root: localmainnet_Bytes! + root: basegoerli_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input localmainnet_SnapshotRoot_filter { +input basegoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -135871,16 +147036,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: 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 @@ -135906,12 +147071,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: basegoerli_BlockChangedFilter + and: [basegoerli_SnapshotRoot_filter] + or: [basegoerli_SnapshotRoot_filter] } -enum localmainnet_SnapshotRoot_orderBy { +enum basegoerli_SnapshotRoot_orderBy { id spokeDomain root @@ -135920,12 +147085,12 @@ enum localmainnet_SnapshotRoot_orderBy { blockNumber } -type localmainnet_SpokeConnectorMode { +type basegoerli_SpokeConnectorMode { id: ID! mode: String! } -input localmainnet_SpokeConnectorMode_filter { +input basegoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -135955,17 +147120,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: basegoerli_BlockChangedFilter + and: [basegoerli_SpokeConnectorMode_filter] + or: [basegoerli_SpokeConnectorMode_filter] } -enum localmainnet_SpokeConnectorMode_orderBy { +enum basegoerli_SpokeConnectorMode_orderBy { id mode } -enum localmainnet_TransferStatus { +enum basegoerli_TransferStatus { XCalled Executed Reconciled @@ -135973,15 +147138,40 @@ enum localmainnet_TransferStatus { CompletedFast } -type polygon_AggregateRoot { +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 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! +} + +type stagingbnb_AggregateRoot { id: ID! - root: polygon_Bytes! + root: stagingbnb_Bytes! blockNumber: BigInt! } -type polygon_AggregateRootProposed { +type stagingbnb_AggregateRootProposed { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: stagingbnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -135989,7 +147179,7 @@ type polygon_AggregateRootProposed { blockNumber: BigInt } -input polygon_AggregateRootProposed_filter { +input stagingbnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -135998,16 +147188,16 @@ input polygon_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygon_Bytes - aggregateRoot_not: polygon_Bytes - aggregateRoot_gt: polygon_Bytes - aggregateRoot_lt: polygon_Bytes - aggregateRoot_gte: polygon_Bytes - aggregateRoot_lte: polygon_Bytes - aggregateRoot_in: [polygon_Bytes!] - aggregateRoot_not_in: [polygon_Bytes!] - aggregateRoot_contains: polygon_Bytes - aggregateRoot_not_contains: polygon_Bytes + aggregateRoot: 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 @@ -136049,12 +147239,12 @@ input polygon_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AggregateRootProposed_filter] - or: [polygon_AggregateRootProposed_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRootProposed_filter] + or: [stagingbnb_AggregateRootProposed_filter] } -enum polygon_AggregateRootProposed_orderBy { +enum stagingbnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -136064,7 +147254,7 @@ enum polygon_AggregateRootProposed_orderBy { blockNumber } -input polygon_AggregateRoot_filter { +input stagingbnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -136073,16 +147263,16 @@ input polygon_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes + root: 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 @@ -136092,42 +147282,47 @@ input polygon_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AggregateRoot_filter] - or: [polygon_AggregateRoot_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRoot_filter] + or: [stagingbnb_AggregateRoot_filter] } -enum polygon_AggregateRoot_orderBy { +enum stagingbnb_AggregateRoot_orderBy { id root blockNumber } -type polygon_Asset { +enum stagingbnb_Aggregation_interval { + hour + day +} + +type stagingbnb_Asset { id: ID! - key: polygon_Bytes + key: stagingbnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygon_Bytes - canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes + canonicalId: stagingbnb_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingbnb_Bytes + localAsset: stagingbnb_Bytes blockNumber: BigInt - status: polygon_AssetStatus + status: stagingbnb_AssetStatus } -type polygon_AssetBalance { +type stagingbnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! feesEarned: BigInt! } -input polygon_AssetBalance_filter { +input stagingbnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -136188,7 +147383,7 @@ input polygon_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygon_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -136209,7 +147404,7 @@ input polygon_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: stagingbnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -136219,12 +147414,12 @@ input polygon_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetBalance_filter] - or: [polygon_AssetBalance_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetBalance_filter] + or: [stagingbnb_AssetBalance_filter] } -enum polygon_AssetBalance_orderBy { +enum stagingbnb_AssetBalance_orderBy { id amount locked @@ -136250,12 +147445,12 @@ enum polygon_AssetBalance_orderBy { feesEarned } -type polygon_AssetStatus { +type stagingbnb_AssetStatus { id: ID! status: Boolean } -input polygon_AssetStatus_filter { +input stagingbnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -136269,17 +147464,17 @@ input polygon_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetStatus_filter] - or: [polygon_AssetStatus_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetStatus_filter] + or: [stagingbnb_AssetStatus_filter] } -enum polygon_AssetStatus_orderBy { +enum stagingbnb_AssetStatus_orderBy { id status } -input polygon_Asset_filter { +input stagingbnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -136288,16 +147483,16 @@ input polygon_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygon_Bytes - key_not: polygon_Bytes - key_gt: polygon_Bytes - key_lt: polygon_Bytes - key_gte: polygon_Bytes - key_lte: polygon_Bytes - key_in: [polygon_Bytes!] - key_not_in: [polygon_Bytes!] - key_contains: polygon_Bytes - key_not_contains: polygon_Bytes + key: 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 @@ -136314,16 +147509,16 @@ input polygon_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: 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 @@ -136332,26 +147527,26 @@ input polygon_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: polygon_Bytes - adoptedAsset_not: polygon_Bytes - adoptedAsset_gt: polygon_Bytes - adoptedAsset_lt: polygon_Bytes - adoptedAsset_gte: polygon_Bytes - adoptedAsset_lte: polygon_Bytes - adoptedAsset_in: [polygon_Bytes!] - adoptedAsset_not_in: [polygon_Bytes!] - adoptedAsset_contains: polygon_Bytes - adoptedAsset_not_contains: polygon_Bytes - localAsset: polygon_Bytes - localAsset_not: polygon_Bytes - localAsset_gt: polygon_Bytes - localAsset_lt: polygon_Bytes - localAsset_gte: polygon_Bytes - localAsset_lte: polygon_Bytes - localAsset_in: [polygon_Bytes!] - localAsset_not_in: [polygon_Bytes!] - localAsset_contains: polygon_Bytes - localAsset_not_contains: polygon_Bytes + adoptedAsset: 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 @@ -136380,14 +147575,14 @@ input polygon_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: polygon_AssetStatus_filter + status_: stagingbnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Asset_filter] + or: [stagingbnb_Asset_filter] } -enum polygon_Asset_orderBy { +enum stagingbnb_Asset_orderBy { id key decimal @@ -136402,30 +147597,30 @@ enum polygon_Asset_orderBy { status__status } -scalar polygon_BigDecimal +scalar stagingbnb_BigDecimal -input polygon_BlockChangedFilter { +input stagingbnb_BlockChangedFilter { number_gte: Int! } -input polygon_Block_height { - hash: polygon_Bytes +input stagingbnb_Block_height { + hash: stagingbnb_Bytes number: Int number_gte: Int } -scalar polygon_Bytes +scalar stagingbnb_Bytes -type polygon_ConnectorMeta { +type stagingbnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + amb: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes } -input polygon_ConnectorMeta_filter { +input stagingbnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -136450,43 +147645,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: 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: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_ConnectorMeta_filter] + or: [stagingbnb_ConnectorMeta_filter] } -enum polygon_ConnectorMeta_orderBy { +enum stagingbnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -136495,48 +147690,48 @@ enum polygon_ConnectorMeta_orderBy { mirrorConnector } -type polygon_DestinationTransfer { +type stagingbnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: polygon_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: polygon_Router_orderBy, orderDirection: polygon_OrderDirection, where: polygon_Router_filter): [polygon_Router!] + status: 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: polygon_Bytes - delegate: polygon_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: stagingbnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygon_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset amount: BigInt routersFee: BigInt - executedCaller: polygon_Bytes - executedTransactionHash: polygon_Bytes + executedCaller: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygon_Bytes + executedTxOrigin: stagingbnb_Bytes executedTxNonce: BigInt - reconciledCaller: polygon_Bytes - reconciledTransactionHash: polygon_Bytes + reconciledCaller: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin: stagingbnb_Bytes reconciledTxNonce: BigInt } -input polygon_DestinationTransfer_filter { +input stagingbnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -136553,16 +147748,16 @@ input polygon_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: 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 @@ -136571,17 +147766,17 @@ input polygon_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] + status: 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_: polygon_Router_filter + routers_: stagingbnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -136606,40 +147801,40 @@ input polygon_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes + to: 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: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes + callData: 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 @@ -136656,16 +147851,16 @@ input polygon_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes + originSender: 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 @@ -136682,16 +147877,16 @@ input polygon_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: 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 @@ -136712,7 +147907,7 @@ input polygon_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -136729,26 +147924,26 @@ input polygon_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: polygon_Bytes - executedCaller_not: polygon_Bytes - executedCaller_gt: polygon_Bytes - executedCaller_lt: polygon_Bytes - executedCaller_gte: polygon_Bytes - executedCaller_lte: polygon_Bytes - executedCaller_in: [polygon_Bytes!] - executedCaller_not_in: [polygon_Bytes!] - executedCaller_contains: polygon_Bytes - executedCaller_not_contains: polygon_Bytes - executedTransactionHash: polygon_Bytes - executedTransactionHash_not: polygon_Bytes - executedTransactionHash_gt: polygon_Bytes - executedTransactionHash_lt: polygon_Bytes - executedTransactionHash_gte: polygon_Bytes - executedTransactionHash_lte: polygon_Bytes - executedTransactionHash_in: [polygon_Bytes!] - executedTransactionHash_not_in: [polygon_Bytes!] - executedTransactionHash_contains: polygon_Bytes - executedTransactionHash_not_contains: polygon_Bytes + executedCaller: 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 @@ -136781,16 +147976,16 @@ input polygon_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygon_Bytes - executedTxOrigin_not: polygon_Bytes - executedTxOrigin_gt: polygon_Bytes - executedTxOrigin_lt: polygon_Bytes - executedTxOrigin_gte: polygon_Bytes - executedTxOrigin_lte: polygon_Bytes - executedTxOrigin_in: [polygon_Bytes!] - executedTxOrigin_not_in: [polygon_Bytes!] - executedTxOrigin_contains: polygon_Bytes - executedTxOrigin_not_contains: polygon_Bytes + executedTxOrigin: 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 @@ -136799,26 +147994,26 @@ input polygon_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygon_Bytes - reconciledCaller_not: polygon_Bytes - reconciledCaller_gt: polygon_Bytes - reconciledCaller_lt: polygon_Bytes - reconciledCaller_gte: polygon_Bytes - reconciledCaller_lte: polygon_Bytes - reconciledCaller_in: [polygon_Bytes!] - reconciledCaller_not_in: [polygon_Bytes!] - reconciledCaller_contains: polygon_Bytes - reconciledCaller_not_contains: polygon_Bytes - reconciledTransactionHash: polygon_Bytes - reconciledTransactionHash_not: polygon_Bytes - reconciledTransactionHash_gt: polygon_Bytes - reconciledTransactionHash_lt: polygon_Bytes - reconciledTransactionHash_gte: polygon_Bytes - reconciledTransactionHash_lte: polygon_Bytes - reconciledTransactionHash_in: [polygon_Bytes!] - reconciledTransactionHash_not_in: [polygon_Bytes!] - reconciledTransactionHash_contains: polygon_Bytes - reconciledTransactionHash_not_contains: polygon_Bytes + reconciledCaller: 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 @@ -136851,16 +148046,16 @@ input polygon_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: polygon_Bytes - reconciledTxOrigin_not: polygon_Bytes - reconciledTxOrigin_gt: polygon_Bytes - reconciledTxOrigin_lt: polygon_Bytes - reconciledTxOrigin_gte: polygon_Bytes - reconciledTxOrigin_lte: polygon_Bytes - reconciledTxOrigin_in: [polygon_Bytes!] - reconciledTxOrigin_not_in: [polygon_Bytes!] - reconciledTxOrigin_contains: polygon_Bytes - reconciledTxOrigin_not_contains: polygon_Bytes + reconciledTxOrigin: 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 @@ -136870,12 +148065,12 @@ input polygon_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_DestinationTransfer_filter] - or: [polygon_DestinationTransfer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_DestinationTransfer_filter] + or: [stagingbnb_DestinationTransfer_filter] } -enum polygon_DestinationTransfer_orderBy { +enum stagingbnb_DestinationTransfer_orderBy { id chainId transferId @@ -136929,16 +148124,16 @@ enum polygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygon_Int8 +scalar stagingbnb_Int8 -type polygon_OptimisticRootFinalized { +type stagingbnb_OptimisticRootFinalized { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: stagingbnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygon_OptimisticRootFinalized_filter { +input stagingbnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -136947,16 +148142,16 @@ input polygon_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygon_Bytes - aggregateRoot_not: polygon_Bytes - aggregateRoot_gt: polygon_Bytes - aggregateRoot_lt: polygon_Bytes - aggregateRoot_gte: polygon_Bytes - aggregateRoot_lte: polygon_Bytes - aggregateRoot_in: [polygon_Bytes!] - aggregateRoot_not_in: [polygon_Bytes!] - aggregateRoot_contains: polygon_Bytes - aggregateRoot_not_contains: polygon_Bytes + aggregateRoot: 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 @@ -136974,12 +148169,12 @@ input polygon_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OptimisticRootFinalized_filter] - or: [polygon_OptimisticRootFinalized_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OptimisticRootFinalized_filter] + or: [stagingbnb_OptimisticRootFinalized_filter] } -enum polygon_OptimisticRootFinalized_orderBy { +enum stagingbnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -136987,25 +148182,25 @@ enum polygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { +enum stagingbnb_OrderDirection { asc desc } -type polygon_OriginMessage { +type stagingbnb_OriginMessage { id: ID! - transferId: polygon_Bytes + transferId: stagingbnb_Bytes destinationDomain: BigInt - leaf: polygon_Bytes + leaf: stagingbnb_Bytes index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes + message: stagingbnb_Bytes + root: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes blockNumber: BigInt - rootCount: polygon_RootCount + rootCount: stagingbnb_RootCount } -input polygon_OriginMessage_filter { +input stagingbnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -137014,16 +148209,16 @@ input polygon_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: 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 @@ -137032,16 +148227,16 @@ input polygon_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: polygon_Bytes - leaf_not: polygon_Bytes - leaf_gt: polygon_Bytes - leaf_lt: polygon_Bytes - leaf_gte: polygon_Bytes - leaf_lte: polygon_Bytes - leaf_in: [polygon_Bytes!] - leaf_not_in: [polygon_Bytes!] - leaf_contains: polygon_Bytes - leaf_not_contains: polygon_Bytes + leaf: 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 @@ -137050,36 +148245,36 @@ input polygon_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: polygon_Bytes - message_not: polygon_Bytes - message_gt: polygon_Bytes - message_lt: polygon_Bytes - message_gte: polygon_Bytes - message_lte: polygon_Bytes - message_in: [polygon_Bytes!] - message_not_in: [polygon_Bytes!] - message_contains: polygon_Bytes - message_not_contains: polygon_Bytes - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + message: 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 @@ -137108,14 +148303,14 @@ input polygon_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: polygon_RootCount_filter + rootCount_: stagingbnb_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginMessage_filter] + or: [stagingbnb_OriginMessage_filter] } -enum polygon_OriginMessage_orderBy { +enum stagingbnb_OriginMessage_orderBy { id transferId destinationDomain @@ -137130,42 +148325,42 @@ enum polygon_OriginMessage_orderBy { rootCount__count } -type polygon_OriginTransfer { +type stagingbnb_OriginTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: polygon_TransferStatus - messageHash: polygon_Bytes + status: stagingbnb_TransferStatus + messageHash: stagingbnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: stagingbnb_Bytes slippage: BigInt - originSender: polygon_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - transactingAsset: polygon_Bytes - message: polygon_OriginMessage + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset + transactingAsset: stagingbnb_Bytes + message: stagingbnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygon_RelayerFee_orderBy, orderDirection: polygon_OrderDirection, where: polygon_RelayerFee_filter): [polygon_RelayerFee!] - initialRelayerFeeAsset: polygon_Bytes - caller: polygon_Bytes - transactionHash: polygon_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: polygon_Bytes + txOrigin: stagingbnb_Bytes txNonce: BigInt } -input polygon_OriginTransfer_filter { +input stagingbnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -137182,16 +148377,16 @@ input polygon_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: 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 @@ -137200,20 +148395,20 @@ input polygon_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] - messageHash: polygon_Bytes - messageHash_not: polygon_Bytes - messageHash_gt: polygon_Bytes - messageHash_lt: polygon_Bytes - messageHash_gte: polygon_Bytes - messageHash_lte: polygon_Bytes - messageHash_in: [polygon_Bytes!] - messageHash_not_in: [polygon_Bytes!] - messageHash_contains: polygon_Bytes - messageHash_not_contains: polygon_Bytes + status: 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 @@ -137238,40 +148433,40 @@ input polygon_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes + to: 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: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes + callData: 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 @@ -137280,16 +148475,16 @@ input polygon_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes + originSender: 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 @@ -137306,16 +148501,16 @@ input polygon_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: 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 @@ -137336,17 +148531,17 @@ input polygon_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - transactingAsset: polygon_Bytes - transactingAsset_not: polygon_Bytes - transactingAsset_gt: polygon_Bytes - transactingAsset_lt: polygon_Bytes - transactingAsset_gte: polygon_Bytes - transactingAsset_lte: polygon_Bytes - transactingAsset_in: [polygon_Bytes!] - transactingAsset_not_in: [polygon_Bytes!] - transactingAsset_contains: polygon_Bytes - transactingAsset_not_contains: polygon_Bytes + asset_: 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 @@ -137367,7 +148562,7 @@ input polygon_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: polygon_OriginMessage_filter + message_: stagingbnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -137382,37 +148577,37 @@ input polygon_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: polygon_RelayerFee_filter - initialRelayerFeeAsset: polygon_Bytes - initialRelayerFeeAsset_not: polygon_Bytes - initialRelayerFeeAsset_gt: polygon_Bytes - initialRelayerFeeAsset_lt: polygon_Bytes - initialRelayerFeeAsset_gte: polygon_Bytes - initialRelayerFeeAsset_lte: polygon_Bytes - initialRelayerFeeAsset_in: [polygon_Bytes!] - initialRelayerFeeAsset_not_in: [polygon_Bytes!] - initialRelayerFeeAsset_contains: polygon_Bytes - initialRelayerFeeAsset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + relayerFees_: 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 @@ -137445,16 +148640,16 @@ input polygon_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: polygon_Bytes - txOrigin_not: polygon_Bytes - txOrigin_gt: polygon_Bytes - txOrigin_lt: polygon_Bytes - txOrigin_gte: polygon_Bytes - txOrigin_lte: polygon_Bytes - txOrigin_in: [polygon_Bytes!] - txOrigin_not_in: [polygon_Bytes!] - txOrigin_contains: polygon_Bytes - txOrigin_not_contains: polygon_Bytes + txOrigin: 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 @@ -137464,12 +148659,12 @@ input polygon_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginTransfer_filter] - or: [polygon_OriginTransfer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginTransfer_filter] + or: [stagingbnb_OriginTransfer_filter] } -enum polygon_OriginTransfer_orderBy { +enum stagingbnb_OriginTransfer_orderBy { id chainId transferId @@ -137522,20 +148717,20 @@ enum polygon_OriginTransfer_orderBy { txNonce } -type polygon_Relayer { +type stagingbnb_Relayer { id: ID! isActive: Boolean! - relayer: polygon_Bytes + relayer: stagingbnb_Bytes } -type polygon_RelayerFee { +type stagingbnb_RelayerFee { id: ID! - transfer: polygon_OriginTransfer! + transfer: stagingbnb_OriginTransfer! fee: BigInt! - asset: polygon_Bytes! + asset: stagingbnb_Bytes! } -input polygon_RelayerFee_filter { +input stagingbnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -137564,7 +148759,7 @@ input polygon_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter + transfer_: stagingbnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -137573,23 +148768,23 @@ input polygon_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes + asset: 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: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFee_filter] + or: [stagingbnb_RelayerFee_filter] } -enum polygon_RelayerFee_orderBy { +enum stagingbnb_RelayerFee_orderBy { id transfer transfer__id @@ -137625,20 +148820,20 @@ enum polygon_RelayerFee_orderBy { asset } -type polygon_RelayerFeesIncrease { +type stagingbnb_RelayerFeesIncrease { id: ID! - transfer: polygon_OriginTransfer! + transfer: stagingbnb_OriginTransfer! increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + asset: stagingbnb_Bytes + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_RelayerFeesIncrease_filter { +input stagingbnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -137667,7 +148862,7 @@ input polygon_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter + transfer_: stagingbnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -137676,36 +148871,36 @@ input polygon_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + asset: 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 @@ -137739,12 +148934,12 @@ input polygon_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFeesIncrease_filter] - or: [polygon_RelayerFeesIncrease_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFeesIncrease_filter] + or: [stagingbnb_RelayerFeesIncrease_filter] } -enum polygon_RelayerFeesIncrease_orderBy { +enum stagingbnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -137786,7 +148981,7 @@ enum polygon_RelayerFeesIncrease_orderBy { blockNumber } -input polygon_Relayer_filter { +input stagingbnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -137799,34 +148994,34 @@ input polygon_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: polygon_Bytes - relayer_not: polygon_Bytes - relayer_gt: polygon_Bytes - relayer_lt: polygon_Bytes - relayer_gte: polygon_Bytes - relayer_lte: polygon_Bytes - relayer_in: [polygon_Bytes!] - relayer_not_in: [polygon_Bytes!] - relayer_contains: polygon_Bytes - relayer_not_contains: polygon_Bytes + relayer: 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: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Relayer_filter] + or: [stagingbnb_Relayer_filter] } -enum polygon_Relayer_orderBy { +enum stagingbnb_Relayer_orderBy { id isActive relayer } -type polygon_RootCount { +type stagingbnb_RootCount { id: ID! count: BigInt } -input polygon_RootCount_filter { +input stagingbnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -137844,31 +149039,31 @@ input polygon_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootCount_filter] - or: [polygon_RootCount_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootCount_filter] + or: [stagingbnb_RootCount_filter] } -enum polygon_RootCount_orderBy { +enum stagingbnb_RootCount_orderBy { id count } -type polygon_RootMessageSent { +type stagingbnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygon_Bytes + root: stagingbnb_Bytes count: BigInt - caller: polygon_Bytes - transactionHash: polygon_Bytes + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygon_RootMessageSent_filter { +input stagingbnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -137893,16 +149088,16 @@ input polygon_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes + root: 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 @@ -137911,26 +149106,26 @@ input polygon_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + caller: 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 @@ -137964,12 +149159,12 @@ input polygon_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootMessageSent_filter] - or: [polygon_RootMessageSent_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootMessageSent_filter] + or: [stagingbnb_RootMessageSent_filter] } -enum polygon_RootMessageSent_orderBy { +enum stagingbnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -137983,140 +149178,25 @@ enum polygon_RootMessageSent_orderBy { blockNumber } -type polygon_Router { +type stagingbnb_Router { id: ID! isActive: Boolean! - owner: polygon_Bytes - recipient: polygon_Bytes - proposedOwner: polygon_Bytes + owner: stagingbnb_Bytes + recipient: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_AssetBalance_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_AssetBalance_filter): [stagingbnb_AssetBalance!]! } -type polygon_RouterDailyTVL { +type stagingbnb_RouterDailyTVL { id: ID! - router: polygon_Router! - asset: polygon_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! timestamp: BigInt! balance: BigInt! } -input polygon_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: polygon_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterDailyTVL_filter] - or: [polygon_RouterDailyTVL_filter] -} - -enum polygon_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type polygon_RouterLiquidityEvent { - id: ID! - type: polygon_RouterLiquidityEventType - router: polygon_Router! - asset: polygon_Asset! - amount: BigInt! - balance: BigInt! - caller: polygon_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: polygon_Bytes! - nonce: BigInt! -} - -enum polygon_RouterLiquidityEventType { - Add - Remove -} - -input polygon_RouterLiquidityEvent_filter { +input stagingbnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -138125,10 +149205,6 @@ 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 @@ -138149,746 +149225,93 @@ input polygon_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygon_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String asset_lt: String asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterLiquidityEvent_filter] - or: [polygon_RouterLiquidityEvent_filter] -} - -enum polygon_RouterLiquidityEvent_orderBy { - id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -input polygon_Router_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: polygon_Bytes - owner_not: polygon_Bytes - owner_gt: polygon_Bytes - owner_lt: polygon_Bytes - owner_gte: polygon_Bytes - owner_lte: polygon_Bytes - owner_in: [polygon_Bytes!] - owner_not_in: [polygon_Bytes!] - owner_contains: polygon_Bytes - owner_not_contains: polygon_Bytes - recipient: polygon_Bytes - recipient_not: polygon_Bytes - recipient_gt: polygon_Bytes - recipient_lt: polygon_Bytes - recipient_gte: polygon_Bytes - recipient_lte: polygon_Bytes - recipient_in: [polygon_Bytes!] - recipient_not_in: [polygon_Bytes!] - recipient_contains: polygon_Bytes - recipient_not_contains: polygon_Bytes - proposedOwner: polygon_Bytes - proposedOwner_not: polygon_Bytes - proposedOwner_gt: polygon_Bytes - proposedOwner_lt: polygon_Bytes - proposedOwner_gte: polygon_Bytes - proposedOwner_lte: polygon_Bytes - proposedOwner_in: [polygon_Bytes!] - proposedOwner_not_in: [polygon_Bytes!] - proposedOwner_contains: polygon_Bytes - proposedOwner_not_contains: polygon_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygon_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Router_filter] - or: [polygon_Router_filter] -} - -enum polygon_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type polygon_Sequencer { - id: ID! - isActive: Boolean! - sequencer: polygon_Bytes -} - -input polygon_Sequencer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: polygon_Bytes - sequencer_not: polygon_Bytes - sequencer_gt: polygon_Bytes - sequencer_lt: polygon_Bytes - sequencer_gte: polygon_Bytes - sequencer_lte: polygon_Bytes - sequencer_in: [polygon_Bytes!] - sequencer_not_in: [polygon_Bytes!] - sequencer_contains: polygon_Bytes - sequencer_not_contains: polygon_Bytes - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Sequencer_filter] - or: [polygon_Sequencer_filter] -} - -enum polygon_Sequencer_orderBy { - id - isActive - sequencer -} - -type polygon_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: polygon_Bytes! -} - -input polygon_Setting_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Setting_filter] - or: [polygon_Setting_filter] -} - -enum polygon_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type polygon_SlippageUpdate { - id: ID! - transfer: polygon_DestinationTransfer! - slippage: BigInt! - caller: polygon_Bytes! - transactionHash: polygon_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input polygon_SlippageUpdate_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: polygon_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SlippageUpdate_filter] - or: [polygon_SlippageUpdate_filter] -} - -enum polygon_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type polygon_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: polygon_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input polygon_SnapshotRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SnapshotRoot_filter] - or: [polygon_SnapshotRoot_filter] -} - -enum polygon_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type polygon_SpokeConnectorMode { - id: ID! - mode: String! -} - -input polygon_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SpokeConnectorMode_filter] - or: [polygon_SpokeConnectorMode_filter] -} - -enum polygon_SpokeConnectorMode_orderBy { - id - mode -} - -enum polygon_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type polygon__Block_ { - """The hash of the block""" - hash: polygon_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type polygon__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: polygon__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingxdai_AggregateRoot { - id: ID! - root: stagingxdai_Bytes! - blockNumber: BigInt! -} - -type stagingxdai_AggregateRootProposed { - id: ID! - aggregateRoot: stagingxdai_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingxdai_AggregateRootProposed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingxdai_Bytes - aggregateRoot_not: stagingxdai_Bytes - aggregateRoot_gt: stagingxdai_Bytes - aggregateRoot_lt: stagingxdai_Bytes - aggregateRoot_gte: stagingxdai_Bytes - aggregateRoot_lte: stagingxdai_Bytes - aggregateRoot_in: [stagingxdai_Bytes!] - aggregateRoot_not_in: [stagingxdai_Bytes!] - aggregateRoot_contains: stagingxdai_Bytes - aggregateRoot_not_contains: stagingxdai_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AggregateRootProposed_filter] - or: [stagingxdai_AggregateRootProposed_filter] -} - -enum stagingxdai_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingxdai_AggregateRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - root: stagingxdai_Bytes - root_not: stagingxdai_Bytes - root_gt: stagingxdai_Bytes - root_lt: stagingxdai_Bytes - root_gte: stagingxdai_Bytes - root_lte: stagingxdai_Bytes - root_in: [stagingxdai_Bytes!] - root_not_in: [stagingxdai_Bytes!] - root_contains: stagingxdai_Bytes - root_not_contains: stagingxdai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingbnb_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AggregateRoot_filter] - or: [stagingxdai_AggregateRoot_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterDailyTVL_filter] + or: [stagingbnb_RouterDailyTVL_filter] } -enum stagingxdai_AggregateRoot_orderBy { +enum stagingbnb_RouterDailyTVL_orderBy { id - root - blockNumber -} - -enum stagingxdai_Aggregation_interval { - hour - day + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance } -type stagingxdai_Asset { +type stagingbnb_RouterLiquidityEvent { id: ID! - key: stagingxdai_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingxdai_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingxdai_Bytes - localAsset: stagingxdai_Bytes - blockNumber: BigInt - status: stagingxdai_AssetStatus + type: stagingbnb_RouterLiquidityEventType + router: stagingbnb_Router! + asset: stagingbnb_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingbnb_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingbnb_Bytes! + nonce: BigInt! } -type stagingxdai_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingxdai_Router! - asset: stagingxdai_Asset! - feesEarned: BigInt! +enum stagingbnb_RouterLiquidityEventType { + Add + Remove } -input stagingxdai_AssetBalance_filter { +input stagingbnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -138897,38 +149320,10 @@ input stagingxdai_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: stagingbnb_RouterLiquidityEventType + type_not: stagingbnb_RouterLiquidityEventType + type_in: [stagingbnb_RouterLiquidityEventType!] + type_not_in: [stagingbnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -138949,7 +149344,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_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -138970,27 +149365,76 @@ input stagingxdai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + asset_: stagingbnb_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AssetBalance_filter] - or: [stagingxdai_AssetBalance_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterLiquidityEvent_filter] + or: [stagingbnb_RouterLiquidityEvent_filter] } -enum stagingxdai_AssetBalance_orderBy { +enum stagingbnb_RouterLiquidityEvent_orderBy { id - amount - locked - supplied - removed + type router router__id router__isActive @@ -139008,15 +149452,16 @@ enum stagingxdai_AssetBalance_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - feesEarned -} - -type stagingxdai_AssetStatus { - id: ID! - status: Boolean + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce } -input stagingxdai_AssetStatus_filter { +input stagingbnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -139025,22 +149470,72 @@ input stagingxdai_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: stagingbnb_Bytes + owner_not: stagingbnb_Bytes + owner_gt: stagingbnb_Bytes + owner_lt: stagingbnb_Bytes + owner_gte: stagingbnb_Bytes + owner_lte: stagingbnb_Bytes + owner_in: [stagingbnb_Bytes!] + owner_not_in: [stagingbnb_Bytes!] + owner_contains: stagingbnb_Bytes + owner_not_contains: stagingbnb_Bytes + recipient: stagingbnb_Bytes + recipient_not: stagingbnb_Bytes + recipient_gt: stagingbnb_Bytes + recipient_lt: stagingbnb_Bytes + recipient_gte: stagingbnb_Bytes + recipient_lte: stagingbnb_Bytes + recipient_in: [stagingbnb_Bytes!] + recipient_not_in: [stagingbnb_Bytes!] + recipient_contains: stagingbnb_Bytes + recipient_not_contains: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes + proposedOwner_not: stagingbnb_Bytes + proposedOwner_gt: stagingbnb_Bytes + proposedOwner_lt: stagingbnb_Bytes + proposedOwner_gte: stagingbnb_Bytes + proposedOwner_lte: stagingbnb_Bytes + proposedOwner_in: [stagingbnb_Bytes!] + proposedOwner_not_in: [stagingbnb_Bytes!] + proposedOwner_contains: stagingbnb_Bytes + proposedOwner_not_contains: stagingbnb_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingbnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AssetStatus_filter] - or: [stagingxdai_AssetStatus_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Router_filter] + or: [stagingbnb_Router_filter] } -enum stagingxdai_AssetStatus_orderBy { +enum stagingbnb_Router_orderBy { id - status + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -input stagingxdai_Asset_filter { +type stagingbnb_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingbnb_Bytes +} + +input stagingbnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -139049,144 +149544,39 @@ 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 - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingxdai_Bytes - canonicalId_not: stagingxdai_Bytes - canonicalId_gt: stagingxdai_Bytes - canonicalId_lt: stagingxdai_Bytes - canonicalId_gte: stagingxdai_Bytes - canonicalId_lte: stagingxdai_Bytes - canonicalId_in: [stagingxdai_Bytes!] - canonicalId_not_in: [stagingxdai_Bytes!] - canonicalId_contains: stagingxdai_Bytes - canonicalId_not_contains: stagingxdai_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingxdai_Bytes - adoptedAsset_not: stagingxdai_Bytes - adoptedAsset_gt: stagingxdai_Bytes - adoptedAsset_lt: stagingxdai_Bytes - adoptedAsset_gte: stagingxdai_Bytes - adoptedAsset_lte: stagingxdai_Bytes - adoptedAsset_in: [stagingxdai_Bytes!] - adoptedAsset_not_in: [stagingxdai_Bytes!] - adoptedAsset_contains: stagingxdai_Bytes - adoptedAsset_not_contains: stagingxdai_Bytes - localAsset: stagingxdai_Bytes - localAsset_not: stagingxdai_Bytes - localAsset_gt: stagingxdai_Bytes - localAsset_lt: stagingxdai_Bytes - localAsset_gte: stagingxdai_Bytes - localAsset_lte: stagingxdai_Bytes - localAsset_in: [stagingxdai_Bytes!] - localAsset_not_in: [stagingxdai_Bytes!] - localAsset_contains: stagingxdai_Bytes - localAsset_not_contains: stagingxdai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: stagingxdai_AssetStatus_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingbnb_Bytes + sequencer_not: stagingbnb_Bytes + sequencer_gt: stagingbnb_Bytes + sequencer_lt: stagingbnb_Bytes + sequencer_gte: stagingbnb_Bytes + sequencer_lte: stagingbnb_Bytes + sequencer_in: [stagingbnb_Bytes!] + sequencer_not_in: [stagingbnb_Bytes!] + sequencer_contains: stagingbnb_Bytes + sequencer_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Asset_filter] - or: [stagingxdai_Asset_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Sequencer_filter] + or: [stagingbnb_Sequencer_filter] } -enum stagingxdai_Asset_orderBy { +enum stagingbnb_Sequencer_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingxdai_BigDecimal - -input stagingxdai_BlockChangedFilter { - number_gte: Int! -} - -input stagingxdai_Block_height { - hash: stagingxdai_Bytes - number: Int - number_gte: Int + isActive + sequencer } -scalar stagingxdai_Bytes - -type stagingxdai_ConnectorMeta { +type stagingbnb_Setting { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingxdai_Bytes - rootManager: stagingxdai_Bytes - mirrorConnector: stagingxdai_Bytes + maxRoutersPerTransfer: BigInt! + caller: stagingbnb_Bytes! } -input stagingxdai_ConnectorMeta_filter { +input stagingbnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -139195,109 +149585,49 @@ input stagingxdai_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: 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 + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_ConnectorMeta_filter] - or: [stagingxdai_ConnectorMeta_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Setting_filter] + or: [stagingbnb_Setting_filter] } -enum stagingxdai_ConnectorMeta_orderBy { +enum stagingbnb_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type stagingxdai_DestinationTransfer { +type stagingbnb_SlippageUpdate { id: ID! - chainId: BigInt - transferId: stagingxdai_Bytes - nonce: BigInt - status: stagingxdai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_Router_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_Router_filter): [stagingxdai_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes - receiveLocal: Boolean - callData: stagingxdai_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingxdai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingxdai_Bytes - executedTransactionHash: stagingxdai_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingxdai_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingxdai_Bytes - reconciledTransactionHash: stagingxdai_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingxdai_Bytes - reconciledTxNonce: BigInt + transfer: stagingbnb_DestinationTransfer! + slippage: BigInt! + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingxdai_DestinationTransfer_filter { +input stagingbnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -139306,101 +149636,27 @@ input stagingxdai_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: stagingxdai_Bytes - transferId_not: stagingxdai_Bytes - transferId_gt: stagingxdai_Bytes - transferId_lt: stagingxdai_Bytes - transferId_gte: stagingxdai_Bytes - transferId_lte: stagingxdai_Bytes - transferId_in: [stagingxdai_Bytes!] - transferId_not_in: [stagingxdai_Bytes!] - transferId_contains: stagingxdai_Bytes - transferId_not_contains: stagingxdai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingxdai_TransferStatus - status_not: stagingxdai_TransferStatus - status_in: [stagingxdai_TransferStatus!] - status_not_in: [stagingxdai_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingxdai_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingxdai_Bytes - to_not: stagingxdai_Bytes - to_gt: stagingxdai_Bytes - to_lt: stagingxdai_Bytes - to_gte: stagingxdai_Bytes - to_lte: stagingxdai_Bytes - to_in: [stagingxdai_Bytes!] - to_not_in: [stagingxdai_Bytes!] - to_contains: stagingxdai_Bytes - to_not_contains: stagingxdai_Bytes - delegate: stagingxdai_Bytes - delegate_not: stagingxdai_Bytes - delegate_gt: stagingxdai_Bytes - delegate_lt: stagingxdai_Bytes - delegate_gte: stagingxdai_Bytes - delegate_lte: stagingxdai_Bytes - delegate_in: [stagingxdai_Bytes!] - delegate_not_in: [stagingxdai_Bytes!] - delegate_contains: stagingxdai_Bytes - delegate_not_contains: stagingxdai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingxdai_Bytes - callData_not: stagingxdai_Bytes - callData_gt: stagingxdai_Bytes - callData_lt: stagingxdai_Bytes - callData_gte: stagingxdai_Bytes - callData_lte: stagingxdai_Bytes - callData_in: [stagingxdai_Bytes!] - callData_not_in: [stagingxdai_Bytes!] - callData_contains: stagingxdai_Bytes - callData_not_contains: stagingxdai_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingbnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -139409,297 +149665,122 @@ input stagingxdai_DestinationTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: stagingxdai_Bytes - originSender_not: stagingxdai_Bytes - originSender_gt: stagingxdai_Bytes - originSender_lt: stagingxdai_Bytes - originSender_gte: stagingxdai_Bytes - originSender_lte: stagingxdai_Bytes - originSender_in: [stagingxdai_Bytes!] - originSender_not_in: [stagingxdai_Bytes!] - originSender_contains: stagingxdai_Bytes - originSender_not_contains: stagingxdai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingxdai_Bytes - canonicalId_not: stagingxdai_Bytes - canonicalId_gt: stagingxdai_Bytes - canonicalId_lt: stagingxdai_Bytes - canonicalId_gte: stagingxdai_Bytes - canonicalId_lte: stagingxdai_Bytes - canonicalId_in: [stagingxdai_Bytes!] - canonicalId_not_in: [stagingxdai_Bytes!] - canonicalId_contains: stagingxdai_Bytes - canonicalId_not_contains: stagingxdai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: stagingxdai_Bytes - executedCaller_not: stagingxdai_Bytes - executedCaller_gt: stagingxdai_Bytes - executedCaller_lt: stagingxdai_Bytes - executedCaller_gte: stagingxdai_Bytes - executedCaller_lte: stagingxdai_Bytes - executedCaller_in: [stagingxdai_Bytes!] - executedCaller_not_in: [stagingxdai_Bytes!] - executedCaller_contains: stagingxdai_Bytes - executedCaller_not_contains: stagingxdai_Bytes - executedTransactionHash: stagingxdai_Bytes - executedTransactionHash_not: stagingxdai_Bytes - executedTransactionHash_gt: stagingxdai_Bytes - executedTransactionHash_lt: stagingxdai_Bytes - executedTransactionHash_gte: stagingxdai_Bytes - executedTransactionHash_lte: stagingxdai_Bytes - executedTransactionHash_in: [stagingxdai_Bytes!] - executedTransactionHash_not_in: [stagingxdai_Bytes!] - executedTransactionHash_contains: stagingxdai_Bytes - executedTransactionHash_not_contains: stagingxdai_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingxdai_Bytes - executedTxOrigin_not: stagingxdai_Bytes - executedTxOrigin_gt: stagingxdai_Bytes - executedTxOrigin_lt: stagingxdai_Bytes - executedTxOrigin_gte: stagingxdai_Bytes - executedTxOrigin_lte: stagingxdai_Bytes - executedTxOrigin_in: [stagingxdai_Bytes!] - executedTxOrigin_not_in: [stagingxdai_Bytes!] - executedTxOrigin_contains: stagingxdai_Bytes - executedTxOrigin_not_contains: stagingxdai_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingxdai_Bytes - reconciledCaller_not: stagingxdai_Bytes - reconciledCaller_gt: stagingxdai_Bytes - reconciledCaller_lt: stagingxdai_Bytes - reconciledCaller_gte: stagingxdai_Bytes - reconciledCaller_lte: stagingxdai_Bytes - reconciledCaller_in: [stagingxdai_Bytes!] - reconciledCaller_not_in: [stagingxdai_Bytes!] - reconciledCaller_contains: stagingxdai_Bytes - reconciledCaller_not_contains: stagingxdai_Bytes - reconciledTransactionHash: stagingxdai_Bytes - reconciledTransactionHash_not: stagingxdai_Bytes - reconciledTransactionHash_gt: stagingxdai_Bytes - reconciledTransactionHash_lt: stagingxdai_Bytes - reconciledTransactionHash_gte: stagingxdai_Bytes - reconciledTransactionHash_lte: stagingxdai_Bytes - reconciledTransactionHash_in: [stagingxdai_Bytes!] - reconciledTransactionHash_not_in: [stagingxdai_Bytes!] - reconciledTransactionHash_contains: stagingxdai_Bytes - reconciledTransactionHash_not_contains: stagingxdai_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingxdai_Bytes - reconciledTxOrigin_not: stagingxdai_Bytes - reconciledTxOrigin_gt: stagingxdai_Bytes - reconciledTxOrigin_lt: stagingxdai_Bytes - reconciledTxOrigin_gte: stagingxdai_Bytes - reconciledTxOrigin_lte: stagingxdai_Bytes - reconciledTxOrigin_in: [stagingxdai_Bytes!] - reconciledTxOrigin_not_in: [stagingxdai_Bytes!] - reconciledTxOrigin_contains: stagingxdai_Bytes - reconciledTxOrigin_not_contains: stagingxdai_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_DestinationTransfer_filter] - or: [stagingxdai_DestinationTransfer_filter] -} - -enum stagingxdai_DestinationTransfer_orderBy { - id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SlippageUpdate_filter] + or: [stagingbnb_SlippageUpdate_filter] } -""" -8 bytes signed integer - -""" -scalar stagingxdai_Int8 +enum stagingbnb_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} -type stagingxdai_OptimisticRootFinalized { +type stagingbnb_SnapshotRoot { id: ID! - aggregateRoot: stagingxdai_Bytes! + spokeDomain: BigInt + root: stagingbnb_Bytes! + count: BigInt! timestamp: BigInt! - blockNumber: BigInt + blockNumber: BigInt! } -input stagingxdai_OptimisticRootFinalized_filter { +input stagingbnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -139708,16 +149789,32 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139735,38 +149832,170 @@ 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: stagingbnb_BlockChangedFilter + and: [stagingbnb_SnapshotRoot_filter] + or: [stagingbnb_SnapshotRoot_filter] } -enum stagingxdai_OptimisticRootFinalized_orderBy { +enum stagingbnb_SnapshotRoot_orderBy { id - aggregateRoot + spokeDomain + root + count timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum stagingxdai_OrderDirection { - asc - desc +type stagingbnb_SpokeConnectorMode { + id: ID! + mode: String! } -type stagingxdai_OriginMessage { +input stagingbnb_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SpokeConnectorMode_filter] + or: [stagingbnb_SpokeConnectorMode_filter] +} + +enum stagingbnb_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingbnb_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingbnb__Block_ { + """The hash of the block""" + hash: stagingbnb_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingbnb__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingbnb__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRootSavedSlow { id: ID! - transferId: stagingxdai_Bytes - destinationDomain: BigInt - leaf: stagingxdai_Bytes - index: BigInt - message: stagingxdai_Bytes - root: stagingxdai_Bytes - transactionHash: stagingxdai_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: stagingxdai_RootCount } -input stagingxdai_OriginMessage_filter { +input mainnet_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -139775,34 +150004,6 @@ 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 - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingxdai_Bytes - leaf_not: stagingxdai_Bytes - leaf_gt: stagingxdai_Bytes - leaf_lt: stagingxdai_Bytes - leaf_gte: stagingxdai_Bytes - leaf_lte: stagingxdai_Bytes - leaf_in: [stagingxdai_Bytes!] - leaf_not_in: [stagingxdai_Bytes!] - leaf_contains: stagingxdai_Bytes - leaf_not_contains: stagingxdai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -139811,36 +150012,24 @@ 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 + 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 @@ -139849,84 +150038,30 @@ input stagingxdai_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_: stagingxdai_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_OriginMessage_filter] - or: [stagingxdai_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] } -enum stagingxdai_OriginMessage_orderBy { +enum mainnet_AggregatedMessageRoot_orderBy { id - transferId - destinationDomain - leaf index - message - root - transactionHash + receivedRoot + domain blockNumber - rootCount - rootCount__id - rootCount__count } -type stagingxdai_OriginTransfer { +type mainnet_ArbitrumConnectorMeta { id: ID! - chainId: BigInt - transferId: stagingxdai_Bytes - nonce: BigInt - status: stagingxdai_TransferStatus - messageHash: stagingxdai_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes - receiveLocal: Boolean - callData: stagingxdai_Bytes - slippage: BigInt - originSender: stagingxdai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset - transactingAsset: stagingxdai_Bytes - message: stagingxdai_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_RelayerFee_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_RelayerFee_filter): [stagingxdai_RelayerFee!] - initialRelayerFeeAsset: stagingxdai_Bytes - caller: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingxdai_Bytes - txNonce: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingxdai_OriginTransfer_filter { +input mainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -139935,368 +150070,403 @@ input stagingxdai_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: stagingxdai_Bytes - transferId_not: stagingxdai_Bytes - transferId_gt: stagingxdai_Bytes - transferId_lt: stagingxdai_Bytes - transferId_gte: stagingxdai_Bytes - transferId_lte: stagingxdai_Bytes - transferId_in: [stagingxdai_Bytes!] - transferId_not_in: [stagingxdai_Bytes!] - transferId_contains: stagingxdai_Bytes - transferId_not_contains: stagingxdai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingxdai_TransferStatus - status_not: stagingxdai_TransferStatus - status_in: [stagingxdai_TransferStatus!] - status_not_in: [stagingxdai_TransferStatus!] - messageHash: stagingxdai_Bytes - messageHash_not: stagingxdai_Bytes - messageHash_gt: stagingxdai_Bytes - messageHash_lt: stagingxdai_Bytes - messageHash_gte: stagingxdai_Bytes - messageHash_lte: stagingxdai_Bytes - messageHash_in: [stagingxdai_Bytes!] - messageHash_not_in: [stagingxdai_Bytes!] - messageHash_contains: stagingxdai_Bytes - messageHash_not_contains: stagingxdai_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingxdai_Bytes - to_not: stagingxdai_Bytes - to_gt: stagingxdai_Bytes - to_lt: stagingxdai_Bytes - to_gte: stagingxdai_Bytes - to_lte: stagingxdai_Bytes - to_in: [stagingxdai_Bytes!] - to_not_in: [stagingxdai_Bytes!] - to_contains: stagingxdai_Bytes - to_not_contains: stagingxdai_Bytes - delegate: stagingxdai_Bytes - delegate_not: stagingxdai_Bytes - delegate_gt: stagingxdai_Bytes - delegate_lt: stagingxdai_Bytes - delegate_gte: stagingxdai_Bytes - delegate_lte: stagingxdai_Bytes - delegate_in: [stagingxdai_Bytes!] - delegate_not_in: [stagingxdai_Bytes!] - delegate_contains: stagingxdai_Bytes - delegate_not_contains: stagingxdai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingxdai_Bytes - callData_not: stagingxdai_Bytes - callData_gt: stagingxdai_Bytes - callData_lt: stagingxdai_Bytes - callData_gte: stagingxdai_Bytes - callData_lte: stagingxdai_Bytes - callData_in: [stagingxdai_Bytes!] - callData_not_in: [stagingxdai_Bytes!] - callData_contains: stagingxdai_Bytes - callData_not_contains: stagingxdai_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: stagingxdai_Bytes - originSender_not: stagingxdai_Bytes - originSender_gt: stagingxdai_Bytes - originSender_lt: stagingxdai_Bytes - originSender_gte: stagingxdai_Bytes - originSender_lte: stagingxdai_Bytes - originSender_in: [stagingxdai_Bytes!] - originSender_not_in: [stagingxdai_Bytes!] - originSender_contains: stagingxdai_Bytes - originSender_not_contains: stagingxdai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingxdai_Bytes - canonicalId_not: stagingxdai_Bytes - canonicalId_gt: stagingxdai_Bytes - canonicalId_lt: stagingxdai_Bytes - canonicalId_gte: stagingxdai_Bytes - canonicalId_lte: stagingxdai_Bytes - canonicalId_in: [stagingxdai_Bytes!] - canonicalId_not_in: [stagingxdai_Bytes!] - canonicalId_contains: stagingxdai_Bytes - canonicalId_not_contains: stagingxdai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter - transactingAsset: stagingxdai_Bytes - transactingAsset_not: stagingxdai_Bytes - transactingAsset_gt: stagingxdai_Bytes - transactingAsset_lt: stagingxdai_Bytes - transactingAsset_gte: stagingxdai_Bytes - transactingAsset_lte: stagingxdai_Bytes - transactingAsset_in: [stagingxdai_Bytes!] - transactingAsset_not_in: [stagingxdai_Bytes!] - transactingAsset_contains: stagingxdai_Bytes - transactingAsset_not_contains: stagingxdai_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingxdai_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingxdai_RelayerFee_filter - initialRelayerFeeAsset: stagingxdai_Bytes - initialRelayerFeeAsset_not: stagingxdai_Bytes - initialRelayerFeeAsset_gt: stagingxdai_Bytes - initialRelayerFeeAsset_lt: stagingxdai_Bytes - initialRelayerFeeAsset_gte: stagingxdai_Bytes - initialRelayerFeeAsset_lte: stagingxdai_Bytes - initialRelayerFeeAsset_in: [stagingxdai_Bytes!] - initialRelayerFeeAsset_not_in: [stagingxdai_Bytes!] - initialRelayerFeeAsset_contains: stagingxdai_Bytes - initialRelayerFeeAsset_not_contains: stagingxdai_Bytes - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: stagingxdai_Bytes - txOrigin_not: stagingxdai_Bytes - txOrigin_gt: stagingxdai_Bytes - txOrigin_lt: stagingxdai_Bytes - txOrigin_gte: stagingxdai_Bytes - txOrigin_lte: stagingxdai_Bytes - txOrigin_in: [stagingxdai_Bytes!] - txOrigin_not_in: [stagingxdai_Bytes!] - txOrigin_contains: stagingxdai_Bytes - txOrigin_not_contains: stagingxdai_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_OriginTransfer_filter] - or: [stagingxdai_OriginTransfer_filter] + _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 stagingxdai_OriginTransfer_orderBy { +enum mainnet_BnbConnectorMeta_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingxdai_Relayer { +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { id: ID! - isActive: Boolean! - relayer: stagingxdai_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -type stagingxdai_RelayerFee { +input mainnet_GnosisConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] +} + +enum mainnet_GnosisConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_HubDomain { id: ID! - transfer: stagingxdai_OriginTransfer! - fee: BigInt! - asset: stagingxdai_Bytes! + domain: BigInt } -input stagingxdai_RelayerFee_filter { +input mainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -140305,101 +150475,33 @@ input stagingxdai_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_: stagingxdai_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingxdai_Bytes - asset_not: stagingxdai_Bytes - asset_gt: stagingxdai_Bytes - asset_lt: stagingxdai_Bytes - asset_gte: stagingxdai_Bytes - asset_lte: stagingxdai_Bytes - asset_in: [stagingxdai_Bytes!] - asset_not_in: [stagingxdai_Bytes!] - asset_contains: stagingxdai_Bytes - asset_not_contains: stagingxdai_Bytes + 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_RelayerFee_filter] - or: [stagingxdai_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubDomain_filter] + or: [mainnet_HubDomain_filter] } -enum stagingxdai_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 stagingxdai_RelayerFeesIncrease { +type mainnet_HubOptimisticRootFinalized { id: ID! - transfer: stagingxdai_OriginTransfer! - increase: BigInt - asset: stagingxdai_Bytes - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingxdai_RelayerFeesIncrease_filter { +input mainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -140408,65 +150510,16 @@ input stagingxdai_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_: stagingxdai_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingxdai_Bytes - asset_not: stagingxdai_Bytes - asset_gt: stagingxdai_Bytes - asset_lt: stagingxdai_Bytes - asset_gte: stagingxdai_Bytes - asset_lte: stagingxdai_Bytes - asset_in: [stagingxdai_Bytes!] - asset_not_in: [stagingxdai_Bytes!] - asset_contains: stagingxdai_Bytes - asset_not_contains: stagingxdai_Bytes - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + 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 @@ -140475,22 +150528,6 @@ input stagingxdai_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 @@ -140500,54 +150537,34 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_HubOptimisticRootFinalized_filter] + or: [mainnet_HubOptimisticRootFinalized_filter] } -enum stagingxdai_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 stagingxdai_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 @@ -140556,38 +150573,77 @@ input stagingxdai_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_Relayer_filter] - or: [stagingxdai_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] } -enum stagingxdai_Relayer_orderBy { +enum mainnet_LineaConnectorMeta_orderBy { id - isActive - relayer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingxdai_RootCount { +type mainnet_MantleConnectorMeta { id: ID! - count: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingxdai_RootCount_filter { +input mainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -140596,40 +150652,156 @@ input stagingxdai_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: stagingxdai_BlockChangedFilter - and: [stagingxdai_RootCount_filter] - or: [stagingxdai_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_MantleConnectorMeta_filter] + or: [mainnet_MantleConnectorMeta_filter] } -enum stagingxdai_RootCount_orderBy { +enum mainnet_MantleConnectorMeta_orderBy { id - count + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingxdai_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 - root: stagingxdai_Bytes - count: BigInt - caller: stagingxdai_Bytes - transactionHash: stagingxdai_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_MetisConnectorMeta_filter] + or: [mainnet_MetisConnectorMeta_filter] } -input stagingxdai_RootMessageSent_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 @@ -140654,44 +150826,167 @@ 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 - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ModeConnectorMeta_filter] + or: [mainnet_ModeConnectorMeta_filter] +} + +enum mainnet_ModeConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_OptimismConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimismConnectorMeta_filter] + or: [mainnet_OptimismConnectorMeta_filter] +} + +enum mainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_OptimisticRootPropagated { + id: ID! + aggregateRoot: mainnet_Bytes! + domainsHash: mainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input 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 @@ -140700,22 +150995,6 @@ input stagingxdai_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 @@ -140725,44 +151004,31 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootPropagated_filter] + or: [mainnet_OptimisticRootPropagated_filter] } -enum stagingxdai_RootMessageSent_orderBy { +enum mainnet_OptimisticRootPropagated_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + domainsHash timestamp - gasPrice - gasLimit blockNumber } -type stagingxdai_Router { - id: ID! - isActive: Boolean! - owner: stagingxdai_Bytes - recipient: stagingxdai_Bytes - proposedOwner: stagingxdai_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! -} - -type stagingxdai_RouterDailyTVL { +type mainnet_OptimisticRootProposed { id: ID! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + disputeCliff: BigInt! + aggregateRoot: mainnet_Bytes! + snapshotsRoots: [mainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: mainnet_Bytes! timestamp: BigInt! - balance: BigInt! + blockNumber: BigInt } -input stagingxdai_RouterDailyTVL_filter { +input mainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -140771,48 +151037,46 @@ input stagingxdai_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_: stagingxdai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter + 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 @@ -140821,63 +151085,126 @@ input stagingxdai_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: stagingxdai_BlockChangedFilter - and: [stagingxdai_RouterDailyTVL_filter] - or: [stagingxdai_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonConnectorMeta_filter] + or: [mainnet_PolygonConnectorMeta_filter] } -enum stagingxdai_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 stagingxdai_RouterLiquidityEvent { +type mainnet_PolygonZkConnectorMeta { id: ID! - type: stagingxdai_RouterLiquidityEventType - router: stagingxdai_Router! - asset: stagingxdai_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingxdai_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: stagingxdai_Bytes! - nonce: BigInt! -} - -enum stagingxdai_RouterLiquidityEventType { - Add - Remove + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingxdai_RouterLiquidityEvent_filter { +input mainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -140886,148 +151213,75 @@ 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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingxdai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_RouterLiquidityEvent_filter] - or: [stagingxdai_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonZkConnectorMeta_filter] + or: [mainnet_PolygonZkConnectorMeta_filter] } -enum stagingxdai_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 stagingxdai_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 @@ -141036,72 +151290,52 @@ input stagingxdai_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: stagingxdai_Bytes - owner_not: stagingxdai_Bytes - owner_gt: stagingxdai_Bytes - owner_lt: stagingxdai_Bytes - owner_gte: stagingxdai_Bytes - owner_lte: stagingxdai_Bytes - owner_in: [stagingxdai_Bytes!] - owner_not_in: [stagingxdai_Bytes!] - owner_contains: stagingxdai_Bytes - owner_not_contains: stagingxdai_Bytes - recipient: stagingxdai_Bytes - recipient_not: stagingxdai_Bytes - recipient_gt: stagingxdai_Bytes - recipient_lt: stagingxdai_Bytes - recipient_gte: stagingxdai_Bytes - recipient_lte: stagingxdai_Bytes - recipient_in: [stagingxdai_Bytes!] - recipient_not_in: [stagingxdai_Bytes!] - recipient_contains: stagingxdai_Bytes - recipient_not_contains: stagingxdai_Bytes - proposedOwner: stagingxdai_Bytes - proposedOwner_not: stagingxdai_Bytes - proposedOwner_gt: stagingxdai_Bytes - proposedOwner_lt: stagingxdai_Bytes - proposedOwner_gte: stagingxdai_Bytes - proposedOwner_lte: stagingxdai_Bytes - proposedOwner_in: [stagingxdai_Bytes!] - proposedOwner_not_in: [stagingxdai_Bytes!] - proposedOwner_contains: stagingxdai_Bytes - proposedOwner_not_contains: stagingxdai_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingxdai_AssetBalance_filter + 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_Router_filter] - or: [stagingxdai_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] } -enum stagingxdai_Router_orderBy { +enum mainnet_RootAggregated_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + domain + receivedRoot + index } -type stagingxdai_Sequencer { +type mainnet_RootManagerMeta { id: ID! - isActive: Boolean! - sequencer: stagingxdai_Bytes + domains: [BigInt!] + connectors: [mainnet_Bytes!] } -input stagingxdai_Sequencer_filter { +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -141110,39 +151344,36 @@ input stagingxdai_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: 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 + 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_Sequencer_filter] - or: [stagingxdai_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum stagingxdai_Sequencer_orderBy { +enum mainnet_RootManagerMeta_orderBy { id - isActive - sequencer + domains + connectors } -type stagingxdai_Setting { +type mainnet_RootManagerMode { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingxdai_Bytes! + mode: String! } -input stagingxdai_Setting_filter { +input mainnet_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -141151,49 +151382,51 @@ input stagingxdai_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: 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 + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Setting_filter] - or: [stagingxdai_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMode_filter] + or: [mainnet_RootManagerMode_filter] } -enum stagingxdai_Setting_orderBy { +enum mainnet_RootManagerMode_orderBy { id - maxRoutersPerTransfer - caller + mode } -type stagingxdai_SlippageUpdate { +type mainnet_RootMessageProcessed { id: ID! - transfer: stagingxdai_DestinationTransfer! - slippage: BigInt! - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_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 stagingxdai_SlippageUpdate_filter { +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -141202,55 +151435,52 @@ input stagingxdai_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_: stagingxdai_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -141284,51 +151514,16 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum stagingxdai_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 @@ -141337,16 +151532,15 @@ enum stagingxdai_SlippageUpdate_orderBy { blockNumber } -type stagingxdai_SnapshotRoot { +type mainnet_RootPropagated { id: ID! - spokeDomain: BigInt - root: stagingxdai_Bytes! + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingxdai_SnapshotRoot_filter { +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -141355,24 +151549,26 @@ input stagingxdai_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: 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 + 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 @@ -141381,14 +151577,6 @@ input stagingxdai_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 @@ -141398,26 +151586,29 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum stagingxdai_SnapshotRoot_orderBy { +enum mainnet_RootPropagated_orderBy { id - spokeDomain - root + aggregate + domainsHash count - timestamp blockNumber } -type stagingxdai_SpokeConnectorMode { +type mainnet_ZkSyncConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingxdai_SpokeConnectorMode_filter { +input mainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -141426,48 +151617,70 @@ input stagingxdai_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: stagingxdai_BlockChangedFilter - and: [stagingxdai_SpokeConnectorMode_filter] - or: [stagingxdai_SpokeConnectorMode_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] } -enum stagingxdai_SpokeConnectorMode_orderBy { +enum mainnet_ZkSyncConnectorMeta_orderBy { id - mode -} - -enum stagingxdai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingxdai__Block_ { +type mainnet__Block_ { """The hash of the block""" - hash: stagingxdai_Bytes + hash: mainnet_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -141475,7 +151688,7 @@ type stagingxdai__Block_ { } """The type for the top-level _meta field""" -type stagingxdai__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 @@ -141483,22 +151696,22 @@ type stagingxdai__Meta_ { and therefore asks for the latest block """ - block: stagingxdai__Block_! + block: mainnet__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mantle_AggregateRoot { +type localoptimism_AggregateRoot { id: ID! - root: mantle_Bytes! + root: localoptimism_Bytes! blockNumber: BigInt! } -type mantle_AggregateRootProposed { +type localoptimism_AggregateRootProposed { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: localoptimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -141506,7 +151719,7 @@ type mantle_AggregateRootProposed { blockNumber: BigInt } -input mantle_AggregateRootProposed_filter { +input localoptimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -141515,16 +151728,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: 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 @@ -141566,12 +151779,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: localoptimism_BlockChangedFilter + and: [localoptimism_AggregateRootProposed_filter] + or: [localoptimism_AggregateRootProposed_filter] } -enum mantle_AggregateRootProposed_orderBy { +enum localoptimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -141581,7 +151794,7 @@ enum mantle_AggregateRootProposed_orderBy { blockNumber } -input mantle_AggregateRoot_filter { +input localoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -141590,16 +151803,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: 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 @@ -141609,42 +151822,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: localoptimism_BlockChangedFilter + and: [localoptimism_AggregateRoot_filter] + or: [localoptimism_AggregateRoot_filter] } -enum mantle_AggregateRoot_orderBy { +enum localoptimism_AggregateRoot_orderBy { id root blockNumber } -type mantle_Asset { +enum localoptimism_Aggregation_interval { + hour + day +} + +type localoptimism_Asset { id: ID! - key: mantle_Bytes + key: localoptimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mantle_Bytes + canonicalId: localoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: mantle_Bytes - localAsset: mantle_Bytes + adoptedAsset: localoptimism_Bytes + localAsset: localoptimism_Bytes blockNumber: BigInt - status: mantle_AssetStatus + status: localoptimism_AssetStatus } -type mantle_AssetBalance { +type localoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mantle_Router! - asset: mantle_Asset! + router: localoptimism_Router! + asset: localoptimism_Asset! feesEarned: BigInt! } -input mantle_AssetBalance_filter { +input localoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -141705,7 +151923,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_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -141726,7 +151944,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_: localoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -141736,12 +151954,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: localoptimism_BlockChangedFilter + and: [localoptimism_AssetBalance_filter] + or: [localoptimism_AssetBalance_filter] } -enum mantle_AssetBalance_orderBy { +enum localoptimism_AssetBalance_orderBy { id amount locked @@ -141767,12 +151985,12 @@ enum mantle_AssetBalance_orderBy { feesEarned } -type mantle_AssetStatus { +type localoptimism_AssetStatus { id: ID! status: Boolean } -input mantle_AssetStatus_filter { +input localoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -141786,17 +152004,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: localoptimism_BlockChangedFilter + and: [localoptimism_AssetStatus_filter] + or: [localoptimism_AssetStatus_filter] } -enum mantle_AssetStatus_orderBy { +enum localoptimism_AssetStatus_orderBy { id status } -input mantle_Asset_filter { +input localoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -141805,16 +152023,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: 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 @@ -141831,44 +152049,44 @@ 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: 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 - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: mantle_Bytes - adoptedAsset_not: mantle_Bytes - adoptedAsset_gt: mantle_Bytes - adoptedAsset_lt: mantle_Bytes - adoptedAsset_gte: mantle_Bytes - adoptedAsset_lte: mantle_Bytes - adoptedAsset_in: [mantle_Bytes!] - adoptedAsset_not_in: [mantle_Bytes!] - adoptedAsset_contains: mantle_Bytes - adoptedAsset_not_contains: mantle_Bytes - localAsset: mantle_Bytes - localAsset_not: mantle_Bytes - localAsset_gt: mantle_Bytes - localAsset_lt: mantle_Bytes - localAsset_gte: mantle_Bytes - localAsset_lte: mantle_Bytes - localAsset_in: [mantle_Bytes!] - localAsset_not_in: [mantle_Bytes!] - localAsset_contains: mantle_Bytes - localAsset_not_contains: mantle_Bytes + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -141897,14 +152115,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_: localoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Asset_filter] - or: [mantle_Asset_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Asset_filter] + or: [localoptimism_Asset_filter] } -enum mantle_Asset_orderBy { +enum localoptimism_Asset_orderBy { id key decimal @@ -141919,30 +152137,30 @@ enum mantle_Asset_orderBy { status__status } -scalar mantle_BigDecimal +scalar localoptimism_BigDecimal -input mantle_BlockChangedFilter { +input localoptimism_BlockChangedFilter { number_gte: Int! } -input mantle_Block_height { - hash: mantle_Bytes +input localoptimism_Block_height { + hash: localoptimism_Bytes number: Int number_gte: Int } -scalar mantle_Bytes +scalar localoptimism_Bytes -type mantle_ConnectorMeta { +type localoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mantle_Bytes - rootManager: mantle_Bytes - mirrorConnector: mantle_Bytes + amb: localoptimism_Bytes + rootManager: localoptimism_Bytes + mirrorConnector: localoptimism_Bytes } -input mantle_ConnectorMeta_filter { +input localoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -141967,43 +152185,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: 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: mantle_BlockChangedFilter - and: [mantle_ConnectorMeta_filter] - or: [mantle_ConnectorMeta_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_ConnectorMeta_filter] + or: [localoptimism_ConnectorMeta_filter] } -enum mantle_ConnectorMeta_orderBy { +enum localoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -142012,48 +152230,48 @@ enum mantle_ConnectorMeta_orderBy { mirrorConnector } -type mantle_DestinationTransfer { +type localoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: mantle_Bytes + transferId: localoptimism_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: 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: mantle_Bytes - delegate: mantle_Bytes + to: localoptimism_Bytes + delegate: localoptimism_Bytes receiveLocal: Boolean - callData: mantle_Bytes + callData: localoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mantle_Bytes + originSender: localoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset + canonicalId: localoptimism_Bytes + asset: localoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: mantle_Bytes - executedTransactionHash: mantle_Bytes + executedCaller: localoptimism_Bytes + executedTransactionHash: localoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mantle_Bytes + executedTxOrigin: localoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: mantle_Bytes - reconciledTransactionHash: mantle_Bytes + reconciledCaller: localoptimism_Bytes + reconciledTransactionHash: localoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mantle_Bytes + reconciledTxOrigin: localoptimism_Bytes reconciledTxNonce: BigInt } -input mantle_DestinationTransfer_filter { +input localoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -142070,16 +152288,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: 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 @@ -142088,17 +152306,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: 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_: mantle_Router_filter + routers_: localoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -142123,40 +152341,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: 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: 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: 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 @@ -142173,16 +152391,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: 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 @@ -142199,16 +152417,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: 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 @@ -142229,7 +152447,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_: localoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -142246,26 +152464,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: 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 @@ -142298,16 +152516,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: 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 @@ -142316,26 +152534,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: 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 @@ -142368,16 +152586,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: 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 @@ -142387,12 +152605,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: localoptimism_BlockChangedFilter + and: [localoptimism_DestinationTransfer_filter] + or: [localoptimism_DestinationTransfer_filter] } -enum mantle_DestinationTransfer_orderBy { +enum localoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -142446,16 +152664,16 @@ enum mantle_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mantle_Int8 +scalar localoptimism_Int8 -type mantle_OptimisticRootFinalized { +type localoptimism_OptimisticRootFinalized { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: localoptimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mantle_OptimisticRootFinalized_filter { +input localoptimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -142464,16 +152682,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: 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 @@ -142491,12 +152709,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: localoptimism_BlockChangedFilter + and: [localoptimism_OptimisticRootFinalized_filter] + or: [localoptimism_OptimisticRootFinalized_filter] } -enum mantle_OptimisticRootFinalized_orderBy { +enum localoptimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -142504,25 +152722,25 @@ enum mantle_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mantle_OrderDirection { +enum localoptimism_OrderDirection { asc desc } -type mantle_OriginMessage { +type localoptimism_OriginMessage { id: ID! - transferId: mantle_Bytes + transferId: localoptimism_Bytes destinationDomain: BigInt - leaf: mantle_Bytes + leaf: localoptimism_Bytes index: BigInt - message: mantle_Bytes - root: mantle_Bytes - transactionHash: mantle_Bytes + message: localoptimism_Bytes + root: localoptimism_Bytes + transactionHash: localoptimism_Bytes blockNumber: BigInt - rootCount: mantle_RootCount + rootCount: localoptimism_RootCount } -input mantle_OriginMessage_filter { +input localoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -142531,16 +152749,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: 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 @@ -142549,16 +152767,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: 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 @@ -142567,36 +152785,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: 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 @@ -142625,14 +152843,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_: localoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginMessage_filter] - or: [mantle_OriginMessage_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OriginMessage_filter] + or: [localoptimism_OriginMessage_filter] } -enum mantle_OriginMessage_orderBy { +enum localoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -142647,42 +152865,42 @@ enum mantle_OriginMessage_orderBy { rootCount__count } -type mantle_OriginTransfer { +type localoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: mantle_Bytes + transferId: localoptimism_Bytes nonce: BigInt - status: mantle_TransferStatus - messageHash: mantle_Bytes + status: localoptimism_TransferStatus + messageHash: localoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes + to: localoptimism_Bytes + delegate: localoptimism_Bytes receiveLocal: Boolean - callData: mantle_Bytes + callData: localoptimism_Bytes slippage: BigInt - originSender: mantle_Bytes + originSender: localoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - transactingAsset: mantle_Bytes - message: mantle_OriginMessage + canonicalId: localoptimism_Bytes + asset: localoptimism_Asset + transactingAsset: localoptimism_Bytes + message: localoptimism_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: 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: mantle_Bytes + txOrigin: localoptimism_Bytes txNonce: BigInt } -input mantle_OriginTransfer_filter { +input localoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -142699,16 +152917,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: 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 @@ -142717,20 +152935,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: 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 @@ -142755,40 +152973,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: 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: 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: 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 @@ -142797,16 +153015,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: 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 @@ -142823,16 +153041,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: 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 @@ -142853,17 +153071,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_: 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 @@ -142884,7 +153102,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_: localoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -142899,37 +153117,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_: 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 @@ -142962,16 +153180,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: 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 @@ -142981,12 +153199,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: localoptimism_BlockChangedFilter + and: [localoptimism_OriginTransfer_filter] + or: [localoptimism_OriginTransfer_filter] } -enum mantle_OriginTransfer_orderBy { +enum localoptimism_OriginTransfer_orderBy { id chainId transferId @@ -143039,20 +153257,20 @@ enum mantle_OriginTransfer_orderBy { txNonce } -type mantle_Relayer { +type localoptimism_Relayer { id: ID! isActive: Boolean! - relayer: mantle_Bytes + relayer: localoptimism_Bytes } -type mantle_RelayerFee { +type localoptimism_RelayerFee { id: ID! - transfer: mantle_OriginTransfer! + transfer: localoptimism_OriginTransfer! fee: BigInt! - asset: mantle_Bytes! + asset: localoptimism_Bytes! } -input mantle_RelayerFee_filter { +input localoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -143081,7 +153299,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_: localoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -143090,23 +153308,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: 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: mantle_BlockChangedFilter - and: [mantle_RelayerFee_filter] - or: [mantle_RelayerFee_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RelayerFee_filter] + or: [localoptimism_RelayerFee_filter] } -enum mantle_RelayerFee_orderBy { +enum localoptimism_RelayerFee_orderBy { id transfer transfer__id @@ -143142,20 +153360,20 @@ enum mantle_RelayerFee_orderBy { asset } -type mantle_RelayerFeesIncrease { +type localoptimism_RelayerFeesIncrease { id: ID! - transfer: mantle_OriginTransfer! + transfer: localoptimism_OriginTransfer! increase: BigInt - asset: mantle_Bytes - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + asset: localoptimism_Bytes + caller: localoptimism_Bytes! + transactionHash: localoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mantle_RelayerFeesIncrease_filter { +input localoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -143184,7 +153402,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_: localoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -143193,36 +153411,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: 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 @@ -143256,12 +153474,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: localoptimism_BlockChangedFilter + and: [localoptimism_RelayerFeesIncrease_filter] + or: [localoptimism_RelayerFeesIncrease_filter] } -enum mantle_RelayerFeesIncrease_orderBy { +enum localoptimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -143303,47 +153521,47 @@ enum mantle_RelayerFeesIncrease_orderBy { blockNumber } -input mantle_Relayer_filter { +input localoptimism_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: 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 + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + 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: mantle_BlockChangedFilter - and: [mantle_Relayer_filter] - or: [mantle_Relayer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Relayer_filter] + or: [localoptimism_Relayer_filter] } -enum mantle_Relayer_orderBy { +enum localoptimism_Relayer_orderBy { id isActive relayer } -type mantle_RootCount { +type localoptimism_RootCount { id: ID! count: BigInt } -input mantle_RootCount_filter { +input localoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -143361,31 +153579,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: localoptimism_BlockChangedFilter + and: [localoptimism_RootCount_filter] + or: [localoptimism_RootCount_filter] } -enum mantle_RootCount_orderBy { +enum localoptimism_RootCount_orderBy { id count } -type mantle_RootMessageSent { +type localoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mantle_Bytes + root: localoptimism_Bytes count: BigInt - caller: mantle_Bytes - transactionHash: mantle_Bytes + caller: localoptimism_Bytes + transactionHash: localoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mantle_RootMessageSent_filter { +input localoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -143410,16 +153628,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: 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 @@ -143428,26 +153646,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: 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 @@ -143481,12 +153699,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: localoptimism_BlockChangedFilter + and: [localoptimism_RootMessageSent_filter] + or: [localoptimism_RootMessageSent_filter] } -enum mantle_RootMessageSent_orderBy { +enum localoptimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -143500,25 +153718,25 @@ enum mantle_RootMessageSent_orderBy { blockNumber } -type mantle_Router { +type localoptimism_Router { id: ID! isActive: Boolean! - owner: mantle_Bytes - recipient: mantle_Bytes - proposedOwner: mantle_Bytes + owner: localoptimism_Bytes + recipient: localoptimism_Bytes + proposedOwner: localoptimism_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: localoptimism_AssetBalance_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_AssetBalance_filter): [localoptimism_AssetBalance!]! } -type mantle_RouterDailyTVL { +type localoptimism_RouterDailyTVL { id: ID! - router: mantle_Router! - asset: mantle_Asset! + router: localoptimism_Router! + asset: localoptimism_Asset! timestamp: BigInt! balance: BigInt! } -input mantle_RouterDailyTVL_filter { +input localoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -143547,7 +153765,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_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -143568,7 +153786,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_: localoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -143586,12 +153804,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: localoptimism_BlockChangedFilter + and: [localoptimism_RouterDailyTVL_filter] + or: [localoptimism_RouterDailyTVL_filter] } -enum mantle_RouterDailyTVL_orderBy { +enum localoptimism_RouterDailyTVL_orderBy { id router router__id @@ -143614,26 +153832,26 @@ enum mantle_RouterDailyTVL_orderBy { balance } -type mantle_RouterLiquidityEvent { +type localoptimism_RouterLiquidityEvent { id: ID! - type: mantle_RouterLiquidityEventType - router: mantle_Router! - asset: mantle_Asset! + type: localoptimism_RouterLiquidityEventType + router: localoptimism_Router! + asset: localoptimism_Asset! amount: BigInt! balance: BigInt! - caller: mantle_Bytes + caller: localoptimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mantle_Bytes! + transactionHash: localoptimism_Bytes! nonce: BigInt! } -enum mantle_RouterLiquidityEventType { +enum localoptimism_RouterLiquidityEventType { Add Remove } -input mantle_RouterLiquidityEvent_filter { +input localoptimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -143642,10 +153860,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: localoptimism_RouterLiquidityEventType + type_not: localoptimism_RouterLiquidityEventType + type_in: [localoptimism_RouterLiquidityEventType!] + type_not_in: [localoptimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -143666,7 +153884,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_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -143687,7 +153905,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_: localoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -143704,16 +153922,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: 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 @@ -143730,16 +153948,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: 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 @@ -143749,12 +153967,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: localoptimism_BlockChangedFilter + and: [localoptimism_RouterLiquidityEvent_filter] + or: [localoptimism_RouterLiquidityEvent_filter] } -enum mantle_RouterLiquidityEvent_orderBy { +enum localoptimism_RouterLiquidityEvent_orderBy { id type router @@ -143783,7 +154001,7 @@ enum mantle_RouterLiquidityEvent_orderBy { nonce } -input mantle_Router_filter { +input localoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -143796,36 +154014,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: 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 @@ -143834,14 +154052,14 @@ input mantle_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mantle_AssetBalance_filter + assetBalances_: localoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Router_filter] - or: [mantle_Router_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Router_filter] + or: [localoptimism_Router_filter] } -enum mantle_Router_orderBy { +enum localoptimism_Router_orderBy { id isActive owner @@ -143851,13 +154069,13 @@ enum mantle_Router_orderBy { assetBalances } -type mantle_Sequencer { +type localoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: mantle_Bytes + sequencer: localoptimism_Bytes } -input mantle_Sequencer_filter { +input localoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -143870,35 +154088,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: 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: mantle_BlockChangedFilter - and: [mantle_Sequencer_filter] - or: [mantle_Sequencer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Sequencer_filter] + or: [localoptimism_Sequencer_filter] } -enum mantle_Sequencer_orderBy { +enum localoptimism_Sequencer_orderBy { id isActive sequencer } -type mantle_Setting { +type localoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mantle_Bytes! + caller: localoptimism_Bytes! } -input mantle_Setting_filter { +input localoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -143915,41 +154133,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: 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: mantle_BlockChangedFilter - and: [mantle_Setting_filter] - or: [mantle_Setting_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Setting_filter] + or: [localoptimism_Setting_filter] } -enum mantle_Setting_orderBy { +enum localoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type mantle_SlippageUpdate { +type localoptimism_SlippageUpdate { id: ID! - transfer: mantle_DestinationTransfer! + transfer: localoptimism_DestinationTransfer! slippage: BigInt! - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + caller: localoptimism_Bytes! + transactionHash: localoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mantle_SlippageUpdate_filter { +input localoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -143978,7 +154196,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_: localoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -143987,26 +154205,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: 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 @@ -144040,12 +154258,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: localoptimism_BlockChangedFilter + and: [localoptimism_SlippageUpdate_filter] + or: [localoptimism_SlippageUpdate_filter] } -enum mantle_SlippageUpdate_orderBy { +enum localoptimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -144093,16 +154311,16 @@ enum mantle_SlippageUpdate_orderBy { blockNumber } -type mantle_SnapshotRoot { +type localoptimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mantle_Bytes! + root: localoptimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mantle_SnapshotRoot_filter { +input localoptimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -144119,16 +154337,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: 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 @@ -144154,12 +154372,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: localoptimism_BlockChangedFilter + and: [localoptimism_SnapshotRoot_filter] + or: [localoptimism_SnapshotRoot_filter] } -enum mantle_SnapshotRoot_orderBy { +enum localoptimism_SnapshotRoot_orderBy { id spokeDomain root @@ -144168,12 +154386,12 @@ enum mantle_SnapshotRoot_orderBy { blockNumber } -type mantle_SpokeConnectorMode { +type localoptimism_SpokeConnectorMode { id: ID! mode: String! } -input mantle_SpokeConnectorMode_filter { +input localoptimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -144203,17 +154421,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: localoptimism_BlockChangedFilter + and: [localoptimism_SpokeConnectorMode_filter] + or: [localoptimism_SpokeConnectorMode_filter] } -enum mantle_SpokeConnectorMode_orderBy { +enum localoptimism_SpokeConnectorMode_orderBy { id mode } -enum mantle_TransferStatus { +enum localoptimism_TransferStatus { XCalled Executed Reconciled @@ -144221,9 +154439,9 @@ enum mantle_TransferStatus { CompletedFast } -type mantle__Block_ { +type localoptimism__Block_ { """The hash of the block""" - hash: mantle_Bytes + hash: localoptimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -144231,7 +154449,7 @@ type mantle__Block_ { } """The type for the top-level _meta field""" -type mantle__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 @@ -144239,22 +154457,22 @@ type mantle__Meta_ { and therefore asks for the latest block """ - block: mantle__Block_! + block: localoptimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localoptimism_AggregateRoot { +type linea_AggregateRoot { id: ID! - root: localoptimism_Bytes! + root: linea_Bytes! blockNumber: BigInt! } -type localoptimism_AggregateRootProposed { +type linea_AggregateRootProposed { id: ID! - aggregateRoot: localoptimism_Bytes! + aggregateRoot: linea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -144262,7 +154480,7 @@ type localoptimism_AggregateRootProposed { blockNumber: BigInt } -input localoptimism_AggregateRootProposed_filter { +input linea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -144271,16 +154489,12 @@ 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: 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 @@ -144322,12 +154536,10 @@ 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: linea_BlockChangedFilter } -enum localoptimism_AggregateRootProposed_orderBy { +enum linea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -144337,7 +154549,7 @@ enum localoptimism_AggregateRootProposed_orderBy { blockNumber } -input localoptimism_AggregateRoot_filter { +input linea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -144346,16 +154558,12 @@ 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: 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 @@ -144365,47 +154573,40 @@ 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: linea_BlockChangedFilter } -enum localoptimism_AggregateRoot_orderBy { +enum linea_AggregateRoot_orderBy { id root blockNumber } -enum localoptimism_Aggregation_interval { - hour - day -} - -type localoptimism_Asset { +type linea_Asset { id: ID! - key: localoptimism_Bytes + key: linea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: localoptimism_Bytes + canonicalId: linea_Bytes canonicalDomain: BigInt - adoptedAsset: localoptimism_Bytes - localAsset: localoptimism_Bytes + adoptedAsset: linea_Bytes + localAsset: linea_Bytes blockNumber: BigInt - status: localoptimism_AssetStatus + status: linea_AssetStatus } -type localoptimism_AssetBalance { +type linea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localoptimism_Router! - asset: localoptimism_Asset! + router: linea_Router! + asset: linea_Asset! feesEarned: BigInt! } -input localoptimism_AssetBalance_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -144466,7 +154667,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -144487,7 +154688,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_: linea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -144497,43 +154698,26 @@ 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: linea_BlockChangedFilter } -enum localoptimism_AssetBalance_orderBy { +enum linea_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type localoptimism_AssetStatus { +type linea_AssetStatus { id: ID! status: Boolean } -input localoptimism_AssetStatus_filter { +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -144547,17 +154731,15 @@ 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: linea_BlockChangedFilter } -enum localoptimism_AssetStatus_orderBy { +enum linea_AssetStatus_orderBy { id status } -input localoptimism_Asset_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -144566,16 +154748,12 @@ 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: 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 @@ -144592,16 +154770,12 @@ 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: 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 @@ -144610,26 +154784,18 @@ 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: 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 @@ -144658,14 +154824,12 @@ 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_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Asset_filter] - or: [localoptimism_Asset_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_Asset_orderBy { +enum linea_Asset_orderBy { id key decimal @@ -144676,34 +154840,32 @@ enum localoptimism_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar localoptimism_BigDecimal +scalar linea_BigDecimal -input localoptimism_BlockChangedFilter { +input linea_BlockChangedFilter { number_gte: Int! } -input localoptimism_Block_height { - hash: localoptimism_Bytes +input linea_Block_height { + hash: linea_Bytes number: Int number_gte: Int } -scalar localoptimism_Bytes +scalar linea_Bytes -type localoptimism_ConnectorMeta { +type linea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localoptimism_Bytes - rootManager: localoptimism_Bytes - mirrorConnector: localoptimism_Bytes + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input localoptimism_ConnectorMeta_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -144728,43 +154890,29 @@ 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: 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: localoptimism_BlockChangedFilter - and: [localoptimism_ConnectorMeta_filter] - or: [localoptimism_ConnectorMeta_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_ConnectorMeta_orderBy { +enum linea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -144773,48 +154921,48 @@ enum localoptimism_ConnectorMeta_orderBy { mirrorConnector } -type localoptimism_DestinationTransfer { +type linea_DestinationTransfer { id: ID! chainId: BigInt - transferId: localoptimism_Bytes + transferId: linea_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: 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: localoptimism_Bytes - delegate: localoptimism_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: localoptimism_Bytes + callData: linea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localoptimism_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localoptimism_Bytes - asset: localoptimism_Asset + canonicalId: linea_Bytes + asset: linea_Asset amount: BigInt routersFee: BigInt - executedCaller: localoptimism_Bytes - executedTransactionHash: localoptimism_Bytes + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localoptimism_Bytes + executedTxOrigin: linea_Bytes executedTxNonce: BigInt - reconciledCaller: localoptimism_Bytes - reconciledTransactionHash: localoptimism_Bytes + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localoptimism_Bytes + reconciledTxOrigin: linea_Bytes reconciledTxNonce: BigInt } -input localoptimism_DestinationTransfer_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -144831,16 +154979,12 @@ 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: 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 @@ -144849,17 +154993,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: 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_: localoptimism_Router_filter + routers_: linea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -144884,40 +155028,28 @@ 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: 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: 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: 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 @@ -144934,16 +155066,12 @@ 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: 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 @@ -144960,16 +155088,12 @@ 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: 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 @@ -144990,7 +155114,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_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -145007,26 +155131,18 @@ 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: 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 @@ -145059,16 +155175,12 @@ 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: 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 @@ -145077,26 +155189,18 @@ 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: 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 @@ -145129,16 +155233,12 @@ 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: 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 @@ -145148,12 +155248,10 @@ 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: linea_BlockChangedFilter } -enum localoptimism_DestinationTransfer_orderBy { +enum linea_DestinationTransfer_orderBy { id chainId transferId @@ -145174,15 +155272,6 @@ enum localoptimism_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 @@ -145203,38 +155292,28 @@ enum localoptimism_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar localoptimism_Int8 - -type localoptimism_OptimisticRootFinalized { +type linea_OptimisticRootFinalized { id: ID! - aggregateRoot: localoptimism_Bytes! + aggregateRoot: linea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localoptimism_OptimisticRootFinalized_filter { +input linea_OptimisticRootFinalized_filter { id: ID id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: 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 + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: linea_Bytes + aggregateRoot_not: linea_Bytes + aggregateRoot_in: [linea_Bytes!] + aggregateRoot_not_in: [linea_Bytes!] + aggregateRoot_contains: linea_Bytes + aggregateRoot_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -145252,12 +155331,10 @@ 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: linea_BlockChangedFilter } -enum localoptimism_OptimisticRootFinalized_orderBy { +enum linea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -145265,25 +155342,25 @@ enum localoptimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum localoptimism_OrderDirection { +enum linea_OrderDirection { asc desc } -type localoptimism_OriginMessage { +type linea_OriginMessage { id: ID! - transferId: localoptimism_Bytes + transferId: linea_Bytes destinationDomain: BigInt - leaf: localoptimism_Bytes + leaf: linea_Bytes index: BigInt - message: localoptimism_Bytes - root: localoptimism_Bytes - transactionHash: localoptimism_Bytes + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes blockNumber: BigInt - rootCount: localoptimism_RootCount + rootCount: linea_RootCount } -input localoptimism_OriginMessage_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -145292,16 +155369,12 @@ 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: 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 @@ -145310,16 +155383,12 @@ 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: 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 @@ -145328,36 +155397,24 @@ 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: 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 @@ -145386,14 +155443,12 @@ 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_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OriginMessage_filter] - or: [localoptimism_OriginMessage_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_OriginMessage_orderBy { +enum linea_OriginMessage_orderBy { id transferId destinationDomain @@ -145404,46 +155459,44 @@ enum localoptimism_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type localoptimism_OriginTransfer { +type linea_OriginTransfer { id: ID! chainId: BigInt - transferId: localoptimism_Bytes + transferId: linea_Bytes nonce: BigInt - status: localoptimism_TransferStatus - messageHash: localoptimism_Bytes + status: linea_TransferStatus + messageHash: linea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localoptimism_Bytes - delegate: localoptimism_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: localoptimism_Bytes + callData: linea_Bytes slippage: BigInt - originSender: localoptimism_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localoptimism_Bytes - asset: localoptimism_Asset - transactingAsset: localoptimism_Bytes - message: localoptimism_OriginMessage + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_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: 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: localoptimism_Bytes + txOrigin: linea_Bytes txNonce: BigInt } -input localoptimism_OriginTransfer_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -145460,16 +155513,12 @@ 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: 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 @@ -145478,20 +155527,16 @@ 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: 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 @@ -145516,40 +155561,28 @@ 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: 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: 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: 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 @@ -145558,16 +155591,12 @@ 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: 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 @@ -145584,16 +155613,12 @@ 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: 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 @@ -145614,17 +155639,13 @@ 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_: 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 @@ -145645,7 +155666,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_: linea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -145660,37 +155681,25 @@ 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_: 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 @@ -145723,16 +155732,12 @@ 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: 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 @@ -145742,12 +155747,10 @@ 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: linea_BlockChangedFilter } -enum localoptimism_OriginTransfer_orderBy { +enum linea_OriginTransfer_orderBy { id chainId transferId @@ -145767,26 +155770,8 @@ enum localoptimism_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 @@ -145800,20 +155785,20 @@ enum localoptimism_OriginTransfer_orderBy { txNonce } -type localoptimism_Relayer { +type linea_Relayer { id: ID! isActive: Boolean! - relayer: localoptimism_Bytes + relayer: linea_Bytes } -type localoptimism_RelayerFee { +type linea_RelayerFee { id: ID! - transfer: localoptimism_OriginTransfer! + transfer: linea_OriginTransfer! fee: BigInt! - asset: localoptimism_Bytes! + asset: linea_Bytes! } -input localoptimism_RelayerFee_filter { +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -145842,7 +155827,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_: linea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -145851,72 +155836,37 @@ 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: 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: localoptimism_BlockChangedFilter - and: [localoptimism_RelayerFee_filter] - or: [localoptimism_RelayerFee_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_RelayerFee_orderBy { +enum linea_RelayerFee_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce fee asset } -type localoptimism_RelayerFeesIncrease { +type linea_RelayerFeesIncrease { id: ID! - transfer: localoptimism_OriginTransfer! + transfer: linea_OriginTransfer! increase: BigInt - asset: localoptimism_Bytes - caller: localoptimism_Bytes! - transactionHash: localoptimism_Bytes! + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localoptimism_RelayerFeesIncrease_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -145945,7 +155895,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_: linea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -145954,36 +155904,24 @@ 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: 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 @@ -146017,43 +155955,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: linea_BlockChangedFilter } -enum localoptimism_RelayerFeesIncrease_orderBy { +enum linea_RelayerFeesIncrease_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce increase asset caller @@ -146064,7 +155971,7 @@ enum localoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input localoptimism_Relayer_filter { +input linea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -146077,34 +155984,28 @@ input localoptimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localoptimism_Bytes - relayer_not: localoptimism_Bytes - relayer_gt: localoptimism_Bytes - relayer_lt: localoptimism_Bytes - relayer_gte: localoptimism_Bytes - relayer_lte: localoptimism_Bytes - relayer_in: [localoptimism_Bytes!] - relayer_not_in: [localoptimism_Bytes!] - relayer_contains: localoptimism_Bytes - relayer_not_contains: localoptimism_Bytes + relayer: 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: localoptimism_BlockChangedFilter - and: [localoptimism_Relayer_filter] - or: [localoptimism_Relayer_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_Relayer_orderBy { +enum linea_Relayer_orderBy { id isActive relayer } -type localoptimism_RootCount { +type linea_RootCount { id: ID! count: BigInt } -input localoptimism_RootCount_filter { +input linea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -146122,31 +156023,29 @@ 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: linea_BlockChangedFilter } -enum localoptimism_RootCount_orderBy { +enum linea_RootCount_orderBy { id count } -type localoptimism_RootMessageSent { +type linea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localoptimism_Bytes + root: linea_Bytes count: BigInt - caller: localoptimism_Bytes - transactionHash: localoptimism_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localoptimism_RootMessageSent_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -146171,16 +156070,12 @@ 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: 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 @@ -146189,26 +156084,18 @@ 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: 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 @@ -146242,12 +156129,10 @@ 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: linea_BlockChangedFilter } -enum localoptimism_RootMessageSent_orderBy { +enum linea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -146261,25 +156146,25 @@ enum localoptimism_RootMessageSent_orderBy { blockNumber } -type localoptimism_Router { +type linea_Router { id: ID! isActive: Boolean! - owner: localoptimism_Bytes - recipient: localoptimism_Bytes - proposedOwner: localoptimism_Bytes + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_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: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! } -type localoptimism_RouterDailyTVL { +type linea_RouterDailyTVL { id: ID! - router: localoptimism_Router! - asset: localoptimism_Asset! + router: linea_Router! + asset: linea_Asset! timestamp: BigInt! balance: BigInt! } -input localoptimism_RouterDailyTVL_filter { +input linea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -146308,7 +156193,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -146329,7 +156214,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_: linea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -146347,54 +156232,37 @@ 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: linea_BlockChangedFilter } -enum localoptimism_RouterDailyTVL_orderBy { +enum linea_RouterDailyTVL_orderBy { id router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber timestamp balance } -type localoptimism_RouterLiquidityEvent { +type linea_RouterLiquidityEvent { id: ID! - type: localoptimism_RouterLiquidityEventType - router: localoptimism_Router! - asset: localoptimism_Asset! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! amount: BigInt! balance: BigInt! - caller: localoptimism_Bytes + caller: linea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: localoptimism_Bytes! + transactionHash: linea_Bytes! nonce: BigInt! } -enum localoptimism_RouterLiquidityEventType { +enum linea_RouterLiquidityEventType { Add Remove } -input localoptimism_RouterLiquidityEvent_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -146403,10 +156271,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: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -146427,7 +156295,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -146448,7 +156316,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_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -146465,16 +156333,12 @@ 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: 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 @@ -146491,16 +156355,12 @@ 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: 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 @@ -146510,31 +156370,14 @@ 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: linea_BlockChangedFilter } -enum localoptimism_RouterLiquidityEvent_orderBy { +enum linea_RouterLiquidityEvent_orderBy { id type router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount balance caller @@ -146544,7 +156387,7 @@ enum localoptimism_RouterLiquidityEvent_orderBy { nonce } -input localoptimism_Router_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -146557,36 +156400,24 @@ 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: 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 @@ -146595,14 +156426,12 @@ input localoptimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localoptimism_AssetBalance_filter + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Router_filter] - or: [localoptimism_Router_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_Router_orderBy { +enum linea_Router_orderBy { id isActive owner @@ -146612,13 +156441,13 @@ enum localoptimism_Router_orderBy { assetBalances } -type localoptimism_Sequencer { +type linea_Sequencer { id: ID! isActive: Boolean! - sequencer: localoptimism_Bytes + sequencer: linea_Bytes } -input localoptimism_Sequencer_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -146631,35 +156460,29 @@ 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: 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: localoptimism_BlockChangedFilter - and: [localoptimism_Sequencer_filter] - or: [localoptimism_Sequencer_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_Sequencer_orderBy { +enum linea_Sequencer_orderBy { id isActive sequencer } -type localoptimism_Setting { +type linea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localoptimism_Bytes! + caller: linea_Bytes! } -input localoptimism_Setting_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -146676,41 +156499,35 @@ 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: 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: localoptimism_BlockChangedFilter - and: [localoptimism_Setting_filter] - or: [localoptimism_Setting_filter] + _change_block: linea_BlockChangedFilter } -enum localoptimism_Setting_orderBy { +enum linea_Setting_orderBy { id maxRoutersPerTransfer caller } -type localoptimism_SlippageUpdate { +type linea_SlippageUpdate { id: ID! - transfer: localoptimism_DestinationTransfer! + transfer: linea_DestinationTransfer! slippage: BigInt! - caller: localoptimism_Bytes! - transactionHash: localoptimism_Bytes! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localoptimism_SlippageUpdate_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -146739,7 +156556,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_: linea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -146748,26 +156565,18 @@ 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: 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 @@ -146801,50 +156610,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: linea_BlockChangedFilter } -enum localoptimism_SlippageUpdate_orderBy { +enum linea_SlippageUpdate_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash @@ -146854,16 +156625,16 @@ enum localoptimism_SlippageUpdate_orderBy { blockNumber } -type localoptimism_SnapshotRoot { +type linea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: localoptimism_Bytes! + root: linea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input localoptimism_SnapshotRoot_filter { +input linea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -146880,16 +156651,12 @@ 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: 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 @@ -146915,12 +156682,10 @@ 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: linea_BlockChangedFilter } -enum localoptimism_SnapshotRoot_orderBy { +enum linea_SnapshotRoot_orderBy { id spokeDomain root @@ -146929,12 +156694,12 @@ enum localoptimism_SnapshotRoot_orderBy { blockNumber } -type localoptimism_SpokeConnectorMode { +type linea_SpokeConnectorMode { id: ID! mode: String! } -input localoptimism_SpokeConnectorMode_filter { +input linea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -146964,17 +156729,15 @@ 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: linea_BlockChangedFilter } -enum localoptimism_SpokeConnectorMode_orderBy { +enum linea_SpokeConnectorMode_orderBy { id mode } -enum localoptimism_TransferStatus { +enum linea_TransferStatus { XCalled Executed Reconciled @@ -146982,9 +156745,9 @@ enum localoptimism_TransferStatus { CompletedFast } -type localoptimism__Block_ { +type linea__Block_ { """The hash of the block""" - hash: localoptimism_Bytes + hash: linea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -146992,7 +156755,7 @@ type localoptimism__Block_ { } """The type for the top-level _meta field""" -type localoptimism__Meta_ { +type linea__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -147000,7 +156763,7 @@ type localoptimism__Meta_ { and therefore asks for the latest block """ - block: localoptimism__Block_! + block: linea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -149712,15 +159475,15 @@ enum stagingmainnet_TransferStatus { CompletedFast } -type mainnet_AggregateRoot { +type polygonzkevm_AggregateRoot { id: ID! - root: mainnet_Bytes! + root: polygonzkevm_Bytes! blockNumber: BigInt! } -type mainnet_AggregateRootProposed { +type polygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: polygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -149728,7 +159491,7 @@ type mainnet_AggregateRootProposed { blockNumber: BigInt } -input mainnet_AggregateRootProposed_filter { +input polygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -149737,16 +159500,16 @@ input mainnet_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + aggregateRoot: polygonzkevm_Bytes + aggregateRoot_not: polygonzkevm_Bytes + aggregateRoot_gt: polygonzkevm_Bytes + aggregateRoot_lt: polygonzkevm_Bytes + aggregateRoot_gte: polygonzkevm_Bytes + aggregateRoot_lte: polygonzkevm_Bytes + aggregateRoot_in: [polygonzkevm_Bytes!] + aggregateRoot_not_in: [polygonzkevm_Bytes!] + aggregateRoot_contains: polygonzkevm_Bytes + aggregateRoot_not_contains: polygonzkevm_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -149788,12 +159551,12 @@ input mainnet_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootProposed_filter] - or: [mainnet_AggregateRootProposed_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRootProposed_filter] + or: [polygonzkevm_AggregateRootProposed_filter] } -enum mainnet_AggregateRootProposed_orderBy { +enum polygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -149803,7 +159566,7 @@ enum mainnet_AggregateRootProposed_orderBy { blockNumber } -input mainnet_AggregateRoot_filter { +input polygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -149812,16 +159575,16 @@ input mainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -149831,42 +159594,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRoot_filter] + or: [polygonzkevm_AggregateRoot_filter] } -enum mainnet_AggregateRoot_orderBy { +enum polygonzkevm_AggregateRoot_orderBy { id root blockNumber } -type mainnet_Asset { +type polygonzkevm_Asset { id: ID! - key: mainnet_Bytes + key: polygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mainnet_Bytes + canonicalId: polygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes + adoptedAsset: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes blockNumber: BigInt - status: mainnet_AssetStatus + status: polygonzkevm_AssetStatus } -type mainnet_AssetBalance { +type polygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! feesEarned: BigInt! } -input mainnet_AssetBalance_filter { +input polygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -149927,7 +159690,7 @@ input mainnet_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -149948,7 +159711,7 @@ input mainnet_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: polygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -149958,12 +159721,12 @@ input mainnet_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AssetBalance_filter] - or: [mainnet_AssetBalance_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetBalance_filter] + or: [polygonzkevm_AssetBalance_filter] } -enum mainnet_AssetBalance_orderBy { +enum polygonzkevm_AssetBalance_orderBy { id amount locked @@ -149989,12 +159752,12 @@ enum mainnet_AssetBalance_orderBy { feesEarned } -type mainnet_AssetStatus { +type polygonzkevm_AssetStatus { id: ID! status: Boolean } -input mainnet_AssetStatus_filter { +input polygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -150008,17 +159771,17 @@ input mainnet_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AssetStatus_filter] - or: [mainnet_AssetStatus_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetStatus_filter] + or: [polygonzkevm_AssetStatus_filter] } -enum mainnet_AssetStatus_orderBy { +enum polygonzkevm_AssetStatus_orderBy { id status } -input mainnet_Asset_filter { +input polygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -150027,16 +159790,16 @@ input mainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mainnet_Bytes - key_not: mainnet_Bytes - key_gt: mainnet_Bytes - key_lt: mainnet_Bytes - key_gte: mainnet_Bytes - key_lte: mainnet_Bytes - key_in: [mainnet_Bytes!] - key_not_in: [mainnet_Bytes!] - key_contains: mainnet_Bytes - key_not_contains: mainnet_Bytes + key: polygonzkevm_Bytes + key_not: polygonzkevm_Bytes + key_gt: polygonzkevm_Bytes + key_lt: polygonzkevm_Bytes + key_gte: polygonzkevm_Bytes + key_lte: polygonzkevm_Bytes + key_in: [polygonzkevm_Bytes!] + key_not_in: [polygonzkevm_Bytes!] + key_contains: polygonzkevm_Bytes + key_not_contains: polygonzkevm_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -150053,16 +159816,16 @@ input mainnet_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: polygonzkevm_Bytes + canonicalId_not: polygonzkevm_Bytes + canonicalId_gt: polygonzkevm_Bytes + canonicalId_lt: polygonzkevm_Bytes + canonicalId_gte: polygonzkevm_Bytes + canonicalId_lte: polygonzkevm_Bytes + canonicalId_in: [polygonzkevm_Bytes!] + canonicalId_not_in: [polygonzkevm_Bytes!] + canonicalId_contains: polygonzkevm_Bytes + canonicalId_not_contains: polygonzkevm_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -150071,26 +159834,26 @@ input mainnet_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mainnet_Bytes - adoptedAsset_not: mainnet_Bytes - adoptedAsset_gt: mainnet_Bytes - adoptedAsset_lt: mainnet_Bytes - adoptedAsset_gte: mainnet_Bytes - adoptedAsset_lte: mainnet_Bytes - adoptedAsset_in: [mainnet_Bytes!] - adoptedAsset_not_in: [mainnet_Bytes!] - adoptedAsset_contains: mainnet_Bytes - adoptedAsset_not_contains: mainnet_Bytes - localAsset: mainnet_Bytes - localAsset_not: mainnet_Bytes - localAsset_gt: mainnet_Bytes - localAsset_lt: mainnet_Bytes - localAsset_gte: mainnet_Bytes - localAsset_lte: mainnet_Bytes - localAsset_in: [mainnet_Bytes!] - localAsset_not_in: [mainnet_Bytes!] - localAsset_contains: mainnet_Bytes - localAsset_not_contains: mainnet_Bytes + adoptedAsset: polygonzkevm_Bytes + adoptedAsset_not: polygonzkevm_Bytes + adoptedAsset_gt: polygonzkevm_Bytes + adoptedAsset_lt: polygonzkevm_Bytes + adoptedAsset_gte: polygonzkevm_Bytes + adoptedAsset_lte: polygonzkevm_Bytes + adoptedAsset_in: [polygonzkevm_Bytes!] + adoptedAsset_not_in: [polygonzkevm_Bytes!] + adoptedAsset_contains: polygonzkevm_Bytes + adoptedAsset_not_contains: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes + localAsset_not: polygonzkevm_Bytes + localAsset_gt: polygonzkevm_Bytes + localAsset_lt: polygonzkevm_Bytes + localAsset_gte: polygonzkevm_Bytes + localAsset_lte: polygonzkevm_Bytes + localAsset_in: [polygonzkevm_Bytes!] + localAsset_not_in: [polygonzkevm_Bytes!] + localAsset_contains: polygonzkevm_Bytes + localAsset_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -150119,14 +159882,14 @@ input mainnet_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mainnet_AssetStatus_filter + status_: polygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Asset_filter] + or: [polygonzkevm_Asset_filter] } -enum mainnet_Asset_orderBy { +enum polygonzkevm_Asset_orderBy { id key decimal @@ -150141,16 +159904,30 @@ enum mainnet_Asset_orderBy { status__status } -type mainnet_ConnectorMeta { +scalar polygonzkevm_BigDecimal + +input polygonzkevm_BlockChangedFilter { + number_gte: Int! +} + +input polygonzkevm_Block_height { + hash: polygonzkevm_Bytes + number: Int + number_gte: Int +} + +scalar polygonzkevm_Bytes + +type polygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + amb: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes } -input mainnet_ConnectorMeta_filter { +input polygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -150175,43 +159952,43 @@ input mainnet_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + amb: polygonzkevm_Bytes + amb_not: polygonzkevm_Bytes + amb_gt: polygonzkevm_Bytes + amb_lt: polygonzkevm_Bytes + amb_gte: polygonzkevm_Bytes + amb_lte: polygonzkevm_Bytes + amb_in: [polygonzkevm_Bytes!] + amb_not_in: [polygonzkevm_Bytes!] + amb_contains: polygonzkevm_Bytes + amb_not_contains: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + rootManager_not: polygonzkevm_Bytes + rootManager_gt: polygonzkevm_Bytes + rootManager_lt: polygonzkevm_Bytes + rootManager_gte: polygonzkevm_Bytes + rootManager_lte: polygonzkevm_Bytes + rootManager_in: [polygonzkevm_Bytes!] + rootManager_not_in: [polygonzkevm_Bytes!] + rootManager_contains: polygonzkevm_Bytes + rootManager_not_contains: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes + mirrorConnector_not: polygonzkevm_Bytes + mirrorConnector_gt: polygonzkevm_Bytes + mirrorConnector_lt: polygonzkevm_Bytes + mirrorConnector_gte: polygonzkevm_Bytes + mirrorConnector_lte: polygonzkevm_Bytes + mirrorConnector_in: [polygonzkevm_Bytes!] + mirrorConnector_not_in: [polygonzkevm_Bytes!] + mirrorConnector_contains: polygonzkevm_Bytes + mirrorConnector_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_ConnectorMeta_filter] + or: [polygonzkevm_ConnectorMeta_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum polygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -150220,48 +159997,48 @@ enum mainnet_ConnectorMeta_orderBy { mirrorConnector } -type mainnet_DestinationTransfer { +type polygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: polygonzkevm_Bytes nonce: BigInt - status: mainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mainnet_Router_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_Router_filter): [mainnet_Router!] + status: polygonzkevm_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_Router_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_Router_filter): [polygonzkevm_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: polygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mainnet_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes + executedCaller: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes + executedTxOrigin: polygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes + reconciledCaller: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin: polygonzkevm_Bytes reconciledTxNonce: BigInt } -input mainnet_DestinationTransfer_filter { +input polygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -150278,16 +160055,16 @@ input mainnet_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: polygonzkevm_Bytes + transferId_not: polygonzkevm_Bytes + transferId_gt: polygonzkevm_Bytes + transferId_lt: polygonzkevm_Bytes + transferId_gte: polygonzkevm_Bytes + transferId_lte: polygonzkevm_Bytes + transferId_in: [polygonzkevm_Bytes!] + transferId_not_in: [polygonzkevm_Bytes!] + transferId_contains: polygonzkevm_Bytes + transferId_not_contains: polygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -150296,17 +160073,17 @@ input mainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mainnet_TransferStatus - status_not: mainnet_TransferStatus - status_in: [mainnet_TransferStatus!] - status_not_in: [mainnet_TransferStatus!] + status: polygonzkevm_TransferStatus + status_not: polygonzkevm_TransferStatus + status_in: [polygonzkevm_TransferStatus!] + status_not_in: [polygonzkevm_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: mainnet_Router_filter + routers_: polygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -150331,40 +160108,40 @@ input mainnet_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mainnet_Bytes - to_not: mainnet_Bytes - to_gt: mainnet_Bytes - to_lt: mainnet_Bytes - to_gte: mainnet_Bytes - to_lte: mainnet_Bytes - to_in: [mainnet_Bytes!] - to_not_in: [mainnet_Bytes!] - to_contains: mainnet_Bytes - to_not_contains: mainnet_Bytes - delegate: mainnet_Bytes - delegate_not: mainnet_Bytes - delegate_gt: mainnet_Bytes - delegate_lt: mainnet_Bytes - delegate_gte: mainnet_Bytes - delegate_lte: mainnet_Bytes - delegate_in: [mainnet_Bytes!] - delegate_not_in: [mainnet_Bytes!] - delegate_contains: mainnet_Bytes - delegate_not_contains: mainnet_Bytes + to: polygonzkevm_Bytes + to_not: polygonzkevm_Bytes + to_gt: polygonzkevm_Bytes + to_lt: polygonzkevm_Bytes + to_gte: polygonzkevm_Bytes + to_lte: polygonzkevm_Bytes + to_in: [polygonzkevm_Bytes!] + to_not_in: [polygonzkevm_Bytes!] + to_contains: polygonzkevm_Bytes + to_not_contains: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes + delegate_not: polygonzkevm_Bytes + delegate_gt: polygonzkevm_Bytes + delegate_lt: polygonzkevm_Bytes + delegate_gte: polygonzkevm_Bytes + delegate_lte: polygonzkevm_Bytes + delegate_in: [polygonzkevm_Bytes!] + delegate_not_in: [polygonzkevm_Bytes!] + delegate_contains: polygonzkevm_Bytes + delegate_not_contains: polygonzkevm_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mainnet_Bytes - callData_not: mainnet_Bytes - callData_gt: mainnet_Bytes - callData_lt: mainnet_Bytes - callData_gte: mainnet_Bytes - callData_lte: mainnet_Bytes - callData_in: [mainnet_Bytes!] - callData_not_in: [mainnet_Bytes!] - callData_contains: mainnet_Bytes - callData_not_contains: mainnet_Bytes + callData: polygonzkevm_Bytes + callData_not: polygonzkevm_Bytes + callData_gt: polygonzkevm_Bytes + callData_lt: polygonzkevm_Bytes + callData_gte: polygonzkevm_Bytes + callData_lte: polygonzkevm_Bytes + callData_in: [polygonzkevm_Bytes!] + callData_not_in: [polygonzkevm_Bytes!] + callData_contains: polygonzkevm_Bytes + callData_not_contains: polygonzkevm_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -150381,16 +160158,16 @@ input mainnet_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mainnet_Bytes - originSender_not: mainnet_Bytes - originSender_gt: mainnet_Bytes - originSender_lt: mainnet_Bytes - originSender_gte: mainnet_Bytes - originSender_lte: mainnet_Bytes - originSender_in: [mainnet_Bytes!] - originSender_not_in: [mainnet_Bytes!] - originSender_contains: mainnet_Bytes - originSender_not_contains: mainnet_Bytes + originSender: polygonzkevm_Bytes + originSender_not: polygonzkevm_Bytes + originSender_gt: polygonzkevm_Bytes + originSender_lt: polygonzkevm_Bytes + originSender_gte: polygonzkevm_Bytes + originSender_lte: polygonzkevm_Bytes + originSender_in: [polygonzkevm_Bytes!] + originSender_not_in: [polygonzkevm_Bytes!] + originSender_contains: polygonzkevm_Bytes + originSender_not_contains: polygonzkevm_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -150407,16 +160184,16 @@ input mainnet_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: polygonzkevm_Bytes + canonicalId_not: polygonzkevm_Bytes + canonicalId_gt: polygonzkevm_Bytes + canonicalId_lt: polygonzkevm_Bytes + canonicalId_gte: polygonzkevm_Bytes + canonicalId_lte: polygonzkevm_Bytes + canonicalId_in: [polygonzkevm_Bytes!] + canonicalId_not_in: [polygonzkevm_Bytes!] + canonicalId_contains: polygonzkevm_Bytes + canonicalId_not_contains: polygonzkevm_Bytes asset: String asset_not: String asset_gt: String @@ -150437,7 +160214,7 @@ input mainnet_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -150454,26 +160231,26 @@ input mainnet_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mainnet_Bytes - executedCaller_not: mainnet_Bytes - executedCaller_gt: mainnet_Bytes - executedCaller_lt: mainnet_Bytes - executedCaller_gte: mainnet_Bytes - executedCaller_lte: mainnet_Bytes - executedCaller_in: [mainnet_Bytes!] - executedCaller_not_in: [mainnet_Bytes!] - executedCaller_contains: mainnet_Bytes - executedCaller_not_contains: mainnet_Bytes - executedTransactionHash: mainnet_Bytes - executedTransactionHash_not: mainnet_Bytes - executedTransactionHash_gt: mainnet_Bytes - executedTransactionHash_lt: mainnet_Bytes - executedTransactionHash_gte: mainnet_Bytes - executedTransactionHash_lte: mainnet_Bytes - executedTransactionHash_in: [mainnet_Bytes!] - executedTransactionHash_not_in: [mainnet_Bytes!] - executedTransactionHash_contains: mainnet_Bytes - executedTransactionHash_not_contains: mainnet_Bytes + executedCaller: polygonzkevm_Bytes + executedCaller_not: polygonzkevm_Bytes + executedCaller_gt: polygonzkevm_Bytes + executedCaller_lt: polygonzkevm_Bytes + executedCaller_gte: polygonzkevm_Bytes + executedCaller_lte: polygonzkevm_Bytes + executedCaller_in: [polygonzkevm_Bytes!] + executedCaller_not_in: [polygonzkevm_Bytes!] + executedCaller_contains: polygonzkevm_Bytes + executedCaller_not_contains: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes + executedTransactionHash_not: polygonzkevm_Bytes + executedTransactionHash_gt: polygonzkevm_Bytes + executedTransactionHash_lt: polygonzkevm_Bytes + executedTransactionHash_gte: polygonzkevm_Bytes + executedTransactionHash_lte: polygonzkevm_Bytes + executedTransactionHash_in: [polygonzkevm_Bytes!] + executedTransactionHash_not_in: [polygonzkevm_Bytes!] + executedTransactionHash_contains: polygonzkevm_Bytes + executedTransactionHash_not_contains: polygonzkevm_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -150506,16 +160283,16 @@ input mainnet_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mainnet_Bytes - executedTxOrigin_not: mainnet_Bytes - executedTxOrigin_gt: mainnet_Bytes - executedTxOrigin_lt: mainnet_Bytes - executedTxOrigin_gte: mainnet_Bytes - executedTxOrigin_lte: mainnet_Bytes - executedTxOrigin_in: [mainnet_Bytes!] - executedTxOrigin_not_in: [mainnet_Bytes!] - executedTxOrigin_contains: mainnet_Bytes - executedTxOrigin_not_contains: mainnet_Bytes + executedTxOrigin: polygonzkevm_Bytes + executedTxOrigin_not: polygonzkevm_Bytes + executedTxOrigin_gt: polygonzkevm_Bytes + executedTxOrigin_lt: polygonzkevm_Bytes + executedTxOrigin_gte: polygonzkevm_Bytes + executedTxOrigin_lte: polygonzkevm_Bytes + executedTxOrigin_in: [polygonzkevm_Bytes!] + executedTxOrigin_not_in: [polygonzkevm_Bytes!] + executedTxOrigin_contains: polygonzkevm_Bytes + executedTxOrigin_not_contains: polygonzkevm_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -150524,26 +160301,26 @@ input mainnet_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mainnet_Bytes - reconciledCaller_not: mainnet_Bytes - reconciledCaller_gt: mainnet_Bytes - reconciledCaller_lt: mainnet_Bytes - reconciledCaller_gte: mainnet_Bytes - reconciledCaller_lte: mainnet_Bytes - reconciledCaller_in: [mainnet_Bytes!] - reconciledCaller_not_in: [mainnet_Bytes!] - reconciledCaller_contains: mainnet_Bytes - reconciledCaller_not_contains: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes - reconciledTransactionHash_not: mainnet_Bytes - reconciledTransactionHash_gt: mainnet_Bytes - reconciledTransactionHash_lt: mainnet_Bytes - reconciledTransactionHash_gte: mainnet_Bytes - reconciledTransactionHash_lte: mainnet_Bytes - reconciledTransactionHash_in: [mainnet_Bytes!] - reconciledTransactionHash_not_in: [mainnet_Bytes!] - reconciledTransactionHash_contains: mainnet_Bytes - reconciledTransactionHash_not_contains: mainnet_Bytes + reconciledCaller: polygonzkevm_Bytes + reconciledCaller_not: polygonzkevm_Bytes + reconciledCaller_gt: polygonzkevm_Bytes + reconciledCaller_lt: polygonzkevm_Bytes + reconciledCaller_gte: polygonzkevm_Bytes + reconciledCaller_lte: polygonzkevm_Bytes + reconciledCaller_in: [polygonzkevm_Bytes!] + reconciledCaller_not_in: [polygonzkevm_Bytes!] + reconciledCaller_contains: polygonzkevm_Bytes + reconciledCaller_not_contains: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes + reconciledTransactionHash_not: polygonzkevm_Bytes + reconciledTransactionHash_gt: polygonzkevm_Bytes + reconciledTransactionHash_lt: polygonzkevm_Bytes + reconciledTransactionHash_gte: polygonzkevm_Bytes + reconciledTransactionHash_lte: polygonzkevm_Bytes + reconciledTransactionHash_in: [polygonzkevm_Bytes!] + reconciledTransactionHash_not_in: [polygonzkevm_Bytes!] + reconciledTransactionHash_contains: polygonzkevm_Bytes + reconciledTransactionHash_not_contains: polygonzkevm_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -150576,16 +160353,16 @@ input mainnet_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mainnet_Bytes - reconciledTxOrigin_not: mainnet_Bytes - reconciledTxOrigin_gt: mainnet_Bytes - reconciledTxOrigin_lt: mainnet_Bytes - reconciledTxOrigin_gte: mainnet_Bytes - reconciledTxOrigin_lte: mainnet_Bytes - reconciledTxOrigin_in: [mainnet_Bytes!] - reconciledTxOrigin_not_in: [mainnet_Bytes!] - reconciledTxOrigin_contains: mainnet_Bytes - reconciledTxOrigin_not_contains: mainnet_Bytes + reconciledTxOrigin: polygonzkevm_Bytes + reconciledTxOrigin_not: polygonzkevm_Bytes + reconciledTxOrigin_gt: polygonzkevm_Bytes + reconciledTxOrigin_lt: polygonzkevm_Bytes + reconciledTxOrigin_gte: polygonzkevm_Bytes + reconciledTxOrigin_lte: polygonzkevm_Bytes + reconciledTxOrigin_in: [polygonzkevm_Bytes!] + reconciledTxOrigin_not_in: [polygonzkevm_Bytes!] + reconciledTxOrigin_contains: polygonzkevm_Bytes + reconciledTxOrigin_not_contains: polygonzkevm_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -150595,12 +160372,12 @@ input mainnet_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_DestinationTransfer_filter] - or: [mainnet_DestinationTransfer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_DestinationTransfer_filter] + or: [polygonzkevm_DestinationTransfer_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum polygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -150650,14 +160427,20 @@ enum mainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type mainnet_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar polygonzkevm_Int8 + +type polygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: polygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mainnet_OptimisticRootFinalized_filter { +input polygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -150666,16 +160449,16 @@ input mainnet_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + aggregateRoot: polygonzkevm_Bytes + aggregateRoot_not: polygonzkevm_Bytes + aggregateRoot_gt: polygonzkevm_Bytes + aggregateRoot_lt: polygonzkevm_Bytes + aggregateRoot_gte: polygonzkevm_Bytes + aggregateRoot_lte: polygonzkevm_Bytes + aggregateRoot_in: [polygonzkevm_Bytes!] + aggregateRoot_not_in: [polygonzkevm_Bytes!] + aggregateRoot_contains: polygonzkevm_Bytes + aggregateRoot_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -150693,32 +160476,38 @@ input mainnet_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootFinalized_filter] - or: [mainnet_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OptimisticRootFinalized_filter] + or: [polygonzkevm_OptimisticRootFinalized_filter] } -enum mainnet_OptimisticRootFinalized_orderBy { +enum polygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type mainnet_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum polygonzkevm_OrderDirection { + asc + desc +} + +type polygonzkevm_OriginMessage { id: ID! - transferId: mainnet_Bytes + transferId: polygonzkevm_Bytes destinationDomain: BigInt - leaf: mainnet_Bytes + leaf: polygonzkevm_Bytes index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes + message: polygonzkevm_Bytes + root: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes blockNumber: BigInt - rootCount: mainnet_RootCount + rootCount: polygonzkevm_RootCount } -input mainnet_OriginMessage_filter { +input polygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -150727,16 +160516,16 @@ input mainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: polygonzkevm_Bytes + transferId_not: polygonzkevm_Bytes + transferId_gt: polygonzkevm_Bytes + transferId_lt: polygonzkevm_Bytes + transferId_gte: polygonzkevm_Bytes + transferId_lte: polygonzkevm_Bytes + transferId_in: [polygonzkevm_Bytes!] + transferId_not_in: [polygonzkevm_Bytes!] + transferId_contains: polygonzkevm_Bytes + transferId_not_contains: polygonzkevm_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -150745,16 +160534,16 @@ input mainnet_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mainnet_Bytes - leaf_not: mainnet_Bytes - leaf_gt: mainnet_Bytes - leaf_lt: mainnet_Bytes - leaf_gte: mainnet_Bytes - leaf_lte: mainnet_Bytes - leaf_in: [mainnet_Bytes!] - leaf_not_in: [mainnet_Bytes!] - leaf_contains: mainnet_Bytes - leaf_not_contains: mainnet_Bytes + leaf: polygonzkevm_Bytes + leaf_not: polygonzkevm_Bytes + leaf_gt: polygonzkevm_Bytes + leaf_lt: polygonzkevm_Bytes + leaf_gte: polygonzkevm_Bytes + leaf_lte: polygonzkevm_Bytes + leaf_in: [polygonzkevm_Bytes!] + leaf_not_in: [polygonzkevm_Bytes!] + leaf_contains: polygonzkevm_Bytes + leaf_not_contains: polygonzkevm_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -150763,36 +160552,36 @@ input mainnet_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mainnet_Bytes - message_not: mainnet_Bytes - message_gt: mainnet_Bytes - message_lt: mainnet_Bytes - message_gte: mainnet_Bytes - message_lte: mainnet_Bytes - message_in: [mainnet_Bytes!] - message_not_in: [mainnet_Bytes!] - message_contains: mainnet_Bytes - message_not_contains: mainnet_Bytes - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + message: polygonzkevm_Bytes + message_not: polygonzkevm_Bytes + message_gt: polygonzkevm_Bytes + message_lt: polygonzkevm_Bytes + message_gte: polygonzkevm_Bytes + message_lte: polygonzkevm_Bytes + message_in: [polygonzkevm_Bytes!] + message_not_in: [polygonzkevm_Bytes!] + message_contains: polygonzkevm_Bytes + message_not_contains: polygonzkevm_Bytes + root: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -150821,14 +160610,14 @@ input mainnet_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mainnet_RootCount_filter + rootCount_: polygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginMessage_filter] + or: [polygonzkevm_OriginMessage_filter] } -enum mainnet_OriginMessage_orderBy { +enum polygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -150843,42 +160632,42 @@ enum mainnet_OriginMessage_orderBy { rootCount__count } -type mainnet_OriginTransfer { +type polygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: polygonzkevm_Bytes nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes + status: polygonzkevm_TransferStatus + messageHash: polygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: polygonzkevm_Bytes slippage: BigInt - originSender: mainnet_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset + transactingAsset: polygonzkevm_Bytes + message: polygonzkevm_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] - initialRelayerFeeAsset: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_RelayerFee_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_RelayerFee_filter): [polygonzkevm_RelayerFee!] + initialRelayerFeeAsset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mainnet_Bytes + txOrigin: polygonzkevm_Bytes txNonce: BigInt } -input mainnet_OriginTransfer_filter { +input polygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -150895,16 +160684,16 @@ input mainnet_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: polygonzkevm_Bytes + transferId_not: polygonzkevm_Bytes + transferId_gt: polygonzkevm_Bytes + transferId_lt: polygonzkevm_Bytes + transferId_gte: polygonzkevm_Bytes + transferId_lte: polygonzkevm_Bytes + transferId_in: [polygonzkevm_Bytes!] + transferId_not_in: [polygonzkevm_Bytes!] + transferId_contains: polygonzkevm_Bytes + transferId_not_contains: polygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -150913,20 +160702,20 @@ input mainnet_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mainnet_TransferStatus - status_not: mainnet_TransferStatus - status_in: [mainnet_TransferStatus!] - status_not_in: [mainnet_TransferStatus!] - messageHash: mainnet_Bytes - messageHash_not: mainnet_Bytes - messageHash_gt: mainnet_Bytes - messageHash_lt: mainnet_Bytes - messageHash_gte: mainnet_Bytes - messageHash_lte: mainnet_Bytes - messageHash_in: [mainnet_Bytes!] - messageHash_not_in: [mainnet_Bytes!] - messageHash_contains: mainnet_Bytes - messageHash_not_contains: mainnet_Bytes + status: polygonzkevm_TransferStatus + status_not: polygonzkevm_TransferStatus + status_in: [polygonzkevm_TransferStatus!] + status_not_in: [polygonzkevm_TransferStatus!] + messageHash: polygonzkevm_Bytes + messageHash_not: polygonzkevm_Bytes + messageHash_gt: polygonzkevm_Bytes + messageHash_lt: polygonzkevm_Bytes + messageHash_gte: polygonzkevm_Bytes + messageHash_lte: polygonzkevm_Bytes + messageHash_in: [polygonzkevm_Bytes!] + messageHash_not_in: [polygonzkevm_Bytes!] + messageHash_contains: polygonzkevm_Bytes + messageHash_not_contains: polygonzkevm_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -150951,40 +160740,40 @@ input mainnet_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mainnet_Bytes - to_not: mainnet_Bytes - to_gt: mainnet_Bytes - to_lt: mainnet_Bytes - to_gte: mainnet_Bytes - to_lte: mainnet_Bytes - to_in: [mainnet_Bytes!] - to_not_in: [mainnet_Bytes!] - to_contains: mainnet_Bytes - to_not_contains: mainnet_Bytes - delegate: mainnet_Bytes - delegate_not: mainnet_Bytes - delegate_gt: mainnet_Bytes - delegate_lt: mainnet_Bytes - delegate_gte: mainnet_Bytes - delegate_lte: mainnet_Bytes - delegate_in: [mainnet_Bytes!] - delegate_not_in: [mainnet_Bytes!] - delegate_contains: mainnet_Bytes - delegate_not_contains: mainnet_Bytes + to: polygonzkevm_Bytes + to_not: polygonzkevm_Bytes + to_gt: polygonzkevm_Bytes + to_lt: polygonzkevm_Bytes + to_gte: polygonzkevm_Bytes + to_lte: polygonzkevm_Bytes + to_in: [polygonzkevm_Bytes!] + to_not_in: [polygonzkevm_Bytes!] + to_contains: polygonzkevm_Bytes + to_not_contains: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes + delegate_not: polygonzkevm_Bytes + delegate_gt: polygonzkevm_Bytes + delegate_lt: polygonzkevm_Bytes + delegate_gte: polygonzkevm_Bytes + delegate_lte: polygonzkevm_Bytes + delegate_in: [polygonzkevm_Bytes!] + delegate_not_in: [polygonzkevm_Bytes!] + delegate_contains: polygonzkevm_Bytes + delegate_not_contains: polygonzkevm_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mainnet_Bytes - callData_not: mainnet_Bytes - callData_gt: mainnet_Bytes - callData_lt: mainnet_Bytes - callData_gte: mainnet_Bytes - callData_lte: mainnet_Bytes - callData_in: [mainnet_Bytes!] - callData_not_in: [mainnet_Bytes!] - callData_contains: mainnet_Bytes - callData_not_contains: mainnet_Bytes + callData: polygonzkevm_Bytes + callData_not: polygonzkevm_Bytes + callData_gt: polygonzkevm_Bytes + callData_lt: polygonzkevm_Bytes + callData_gte: polygonzkevm_Bytes + callData_lte: polygonzkevm_Bytes + callData_in: [polygonzkevm_Bytes!] + callData_not_in: [polygonzkevm_Bytes!] + callData_contains: polygonzkevm_Bytes + callData_not_contains: polygonzkevm_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -150993,16 +160782,16 @@ input mainnet_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mainnet_Bytes - originSender_not: mainnet_Bytes - originSender_gt: mainnet_Bytes - originSender_lt: mainnet_Bytes - originSender_gte: mainnet_Bytes - originSender_lte: mainnet_Bytes - originSender_in: [mainnet_Bytes!] - originSender_not_in: [mainnet_Bytes!] - originSender_contains: mainnet_Bytes - originSender_not_contains: mainnet_Bytes + originSender: polygonzkevm_Bytes + originSender_not: polygonzkevm_Bytes + originSender_gt: polygonzkevm_Bytes + originSender_lt: polygonzkevm_Bytes + originSender_gte: polygonzkevm_Bytes + originSender_lte: polygonzkevm_Bytes + originSender_in: [polygonzkevm_Bytes!] + originSender_not_in: [polygonzkevm_Bytes!] + originSender_contains: polygonzkevm_Bytes + originSender_not_contains: polygonzkevm_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -151019,16 +160808,16 @@ input mainnet_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: polygonzkevm_Bytes + canonicalId_not: polygonzkevm_Bytes + canonicalId_gt: polygonzkevm_Bytes + canonicalId_lt: polygonzkevm_Bytes + canonicalId_gte: polygonzkevm_Bytes + canonicalId_lte: polygonzkevm_Bytes + canonicalId_in: [polygonzkevm_Bytes!] + canonicalId_not_in: [polygonzkevm_Bytes!] + canonicalId_contains: polygonzkevm_Bytes + canonicalId_not_contains: polygonzkevm_Bytes asset: String asset_not: String asset_gt: String @@ -151049,17 +160838,17 @@ input mainnet_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter - transactingAsset: mainnet_Bytes - transactingAsset_not: mainnet_Bytes - transactingAsset_gt: mainnet_Bytes - transactingAsset_lt: mainnet_Bytes - transactingAsset_gte: mainnet_Bytes - transactingAsset_lte: mainnet_Bytes - transactingAsset_in: [mainnet_Bytes!] - transactingAsset_not_in: [mainnet_Bytes!] - transactingAsset_contains: mainnet_Bytes - transactingAsset_not_contains: mainnet_Bytes + asset_: polygonzkevm_Asset_filter + transactingAsset: polygonzkevm_Bytes + transactingAsset_not: polygonzkevm_Bytes + transactingAsset_gt: polygonzkevm_Bytes + transactingAsset_lt: polygonzkevm_Bytes + transactingAsset_gte: polygonzkevm_Bytes + transactingAsset_lte: polygonzkevm_Bytes + transactingAsset_in: [polygonzkevm_Bytes!] + transactingAsset_not_in: [polygonzkevm_Bytes!] + transactingAsset_contains: polygonzkevm_Bytes + transactingAsset_not_contains: polygonzkevm_Bytes message: String message_not: String message_gt: String @@ -151080,7 +160869,7 @@ input mainnet_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mainnet_OriginMessage_filter + message_: polygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -151095,37 +160884,37 @@ input mainnet_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mainnet_RelayerFee_filter - initialRelayerFeeAsset: mainnet_Bytes - initialRelayerFeeAsset_not: mainnet_Bytes - initialRelayerFeeAsset_gt: mainnet_Bytes - initialRelayerFeeAsset_lt: mainnet_Bytes - initialRelayerFeeAsset_gte: mainnet_Bytes - initialRelayerFeeAsset_lte: mainnet_Bytes - initialRelayerFeeAsset_in: [mainnet_Bytes!] - initialRelayerFeeAsset_not_in: [mainnet_Bytes!] - initialRelayerFeeAsset_contains: mainnet_Bytes - initialRelayerFeeAsset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + relayerFees_: polygonzkevm_RelayerFee_filter + initialRelayerFeeAsset: polygonzkevm_Bytes + initialRelayerFeeAsset_not: polygonzkevm_Bytes + initialRelayerFeeAsset_gt: polygonzkevm_Bytes + initialRelayerFeeAsset_lt: polygonzkevm_Bytes + initialRelayerFeeAsset_gte: polygonzkevm_Bytes + initialRelayerFeeAsset_lte: polygonzkevm_Bytes + initialRelayerFeeAsset_in: [polygonzkevm_Bytes!] + initialRelayerFeeAsset_not_in: [polygonzkevm_Bytes!] + initialRelayerFeeAsset_contains: polygonzkevm_Bytes + initialRelayerFeeAsset_not_contains: polygonzkevm_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -151158,16 +160947,16 @@ input mainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mainnet_Bytes - txOrigin_not: mainnet_Bytes - txOrigin_gt: mainnet_Bytes - txOrigin_lt: mainnet_Bytes - txOrigin_gte: mainnet_Bytes - txOrigin_lte: mainnet_Bytes - txOrigin_in: [mainnet_Bytes!] - txOrigin_not_in: [mainnet_Bytes!] - txOrigin_contains: mainnet_Bytes - txOrigin_not_contains: mainnet_Bytes + txOrigin: polygonzkevm_Bytes + txOrigin_not: polygonzkevm_Bytes + txOrigin_gt: polygonzkevm_Bytes + txOrigin_lt: polygonzkevm_Bytes + txOrigin_gte: polygonzkevm_Bytes + txOrigin_lte: polygonzkevm_Bytes + txOrigin_in: [polygonzkevm_Bytes!] + txOrigin_not_in: [polygonzkevm_Bytes!] + txOrigin_contains: polygonzkevm_Bytes + txOrigin_not_contains: polygonzkevm_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -151177,12 +160966,12 @@ input mainnet_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginTransfer_filter] - or: [mainnet_OriginTransfer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginTransfer_filter] + or: [polygonzkevm_OriginTransfer_filter] } -enum mainnet_OriginTransfer_orderBy { +enum polygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -151235,20 +161024,20 @@ enum mainnet_OriginTransfer_orderBy { txNonce } -type mainnet_Relayer { +type polygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: mainnet_Bytes + relayer: polygonzkevm_Bytes } -type mainnet_RelayerFee { +type polygonzkevm_RelayerFee { id: ID! - transfer: mainnet_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! fee: BigInt! - asset: mainnet_Bytes! + asset: polygonzkevm_Bytes! } -input mainnet_RelayerFee_filter { +input polygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -151277,7 +161066,7 @@ input mainnet_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: polygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -151286,23 +161075,23 @@ input mainnet_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes + asset: polygonzkevm_Bytes + asset_not: polygonzkevm_Bytes + asset_gt: polygonzkevm_Bytes + asset_lt: polygonzkevm_Bytes + asset_gte: polygonzkevm_Bytes + asset_lte: polygonzkevm_Bytes + asset_in: [polygonzkevm_Bytes!] + asset_not_in: [polygonzkevm_Bytes!] + asset_contains: polygonzkevm_Bytes + asset_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFee_filter] + or: [polygonzkevm_RelayerFee_filter] } -enum mainnet_RelayerFee_orderBy { +enum polygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -151338,20 +161127,20 @@ enum mainnet_RelayerFee_orderBy { asset } -type mainnet_RelayerFeesIncrease { +type polygonzkevm_RelayerFeesIncrease { id: ID! - transfer: mainnet_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + asset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_RelayerFeesIncrease_filter { +input polygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -151380,7 +161169,7 @@ input mainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: polygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -151389,36 +161178,36 @@ input mainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + asset: polygonzkevm_Bytes + asset_not: polygonzkevm_Bytes + asset_gt: polygonzkevm_Bytes + asset_lt: polygonzkevm_Bytes + asset_gte: polygonzkevm_Bytes + asset_lte: polygonzkevm_Bytes + asset_in: [polygonzkevm_Bytes!] + asset_not_in: [polygonzkevm_Bytes!] + asset_contains: polygonzkevm_Bytes + asset_not_contains: polygonzkevm_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -151452,12 +161241,12 @@ input mainnet_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFeesIncrease_filter] - or: [mainnet_RelayerFeesIncrease_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFeesIncrease_filter] + or: [polygonzkevm_RelayerFeesIncrease_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum polygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -151499,7 +161288,7 @@ enum mainnet_RelayerFeesIncrease_orderBy { blockNumber } -input mainnet_Relayer_filter { +input polygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -151512,34 +161301,34 @@ input mainnet_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mainnet_Bytes - relayer_not: mainnet_Bytes - relayer_gt: mainnet_Bytes - relayer_lt: mainnet_Bytes - relayer_gte: mainnet_Bytes - relayer_lte: mainnet_Bytes - relayer_in: [mainnet_Bytes!] - relayer_not_in: [mainnet_Bytes!] - relayer_contains: mainnet_Bytes - relayer_not_contains: mainnet_Bytes + relayer: polygonzkevm_Bytes + relayer_not: polygonzkevm_Bytes + relayer_gt: polygonzkevm_Bytes + relayer_lt: polygonzkevm_Bytes + relayer_gte: polygonzkevm_Bytes + relayer_lte: polygonzkevm_Bytes + relayer_in: [polygonzkevm_Bytes!] + relayer_not_in: [polygonzkevm_Bytes!] + relayer_contains: polygonzkevm_Bytes + relayer_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Relayer_filter] + or: [polygonzkevm_Relayer_filter] } -enum mainnet_Relayer_orderBy { +enum polygonzkevm_Relayer_orderBy { id isActive relayer } -type mainnet_RootCount { +type polygonzkevm_RootCount { id: ID! count: BigInt } -input mainnet_RootCount_filter { +input polygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -151557,31 +161346,31 @@ input mainnet_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootCount_filter] - or: [mainnet_RootCount_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootCount_filter] + or: [polygonzkevm_RootCount_filter] } -enum mainnet_RootCount_orderBy { +enum polygonzkevm_RootCount_orderBy { id count } -type mainnet_RootMessageSent { +type polygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mainnet_Bytes + root: polygonzkevm_Bytes count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +input polygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -151606,16 +161395,16 @@ input mainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -151624,26 +161413,26 @@ input mainnet_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -151677,12 +161466,12 @@ input mainnet_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageSent_filter] - or: [mainnet_RootMessageSent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootMessageSent_filter] + or: [polygonzkevm_RootMessageSent_filter] } -enum mainnet_RootMessageSent_orderBy { +enum polygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -151696,25 +161485,25 @@ enum mainnet_RootMessageSent_orderBy { blockNumber } -type mainnet_Router { +type polygonzkevm_Router { id: ID! isActive: Boolean! - owner: mainnet_Bytes - recipient: mainnet_Bytes - proposedOwner: mainnet_Bytes + owner: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + proposedOwner: polygonzkevm_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! } -type mainnet_RouterDailyTVL { +type polygonzkevm_RouterDailyTVL { id: ID! - router: mainnet_Router! - asset: mainnet_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input mainnet_RouterDailyTVL_filter { +input polygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -151743,7 +161532,7 @@ input mainnet_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -151764,7 +161553,7 @@ input mainnet_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: polygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -151782,12 +161571,12 @@ input mainnet_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterDailyTVL_filter] - or: [mainnet_RouterDailyTVL_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterDailyTVL_filter] + or: [polygonzkevm_RouterDailyTVL_filter] } -enum mainnet_RouterDailyTVL_orderBy { +enum polygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -151810,26 +161599,26 @@ enum mainnet_RouterDailyTVL_orderBy { balance } -type mainnet_RouterLiquidityEvent { +type polygonzkevm_RouterLiquidityEvent { id: ID! - type: mainnet_RouterLiquidityEventType - router: mainnet_Router! - asset: mainnet_Asset! + type: polygonzkevm_RouterLiquidityEventType + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: mainnet_Bytes + caller: polygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mainnet_Bytes! + transactionHash: polygonzkevm_Bytes! nonce: BigInt! } -enum mainnet_RouterLiquidityEventType { +enum polygonzkevm_RouterLiquidityEventType { Add Remove } -input mainnet_RouterLiquidityEvent_filter { +input polygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -151838,10 +161627,10 @@ input mainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mainnet_RouterLiquidityEventType - type_not: mainnet_RouterLiquidityEventType - type_in: [mainnet_RouterLiquidityEventType!] - type_not_in: [mainnet_RouterLiquidityEventType!] + type: polygonzkevm_RouterLiquidityEventType + type_not: polygonzkevm_RouterLiquidityEventType + type_in: [polygonzkevm_RouterLiquidityEventType!] + type_not_in: [polygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -151862,7 +161651,7 @@ input mainnet_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -151883,7 +161672,7 @@ input mainnet_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -151900,16 +161689,16 @@ input mainnet_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -151926,16 +161715,16 @@ input mainnet_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -151945,12 +161734,12 @@ input mainnet_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterLiquidityEvent_filter] - or: [mainnet_RouterLiquidityEvent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterLiquidityEvent_filter] + or: [polygonzkevm_RouterLiquidityEvent_filter] } -enum mainnet_RouterLiquidityEvent_orderBy { +enum polygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -151979,7 +161768,7 @@ enum mainnet_RouterLiquidityEvent_orderBy { nonce } -input mainnet_Router_filter { +input polygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -151992,36 +161781,36 @@ input mainnet_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mainnet_Bytes - owner_not: mainnet_Bytes - owner_gt: mainnet_Bytes - owner_lt: mainnet_Bytes - owner_gte: mainnet_Bytes - owner_lte: mainnet_Bytes - owner_in: [mainnet_Bytes!] - owner_not_in: [mainnet_Bytes!] - owner_contains: mainnet_Bytes - owner_not_contains: mainnet_Bytes - recipient: mainnet_Bytes - recipient_not: mainnet_Bytes - recipient_gt: mainnet_Bytes - recipient_lt: mainnet_Bytes - recipient_gte: mainnet_Bytes - recipient_lte: mainnet_Bytes - recipient_in: [mainnet_Bytes!] - recipient_not_in: [mainnet_Bytes!] - recipient_contains: mainnet_Bytes - recipient_not_contains: mainnet_Bytes - proposedOwner: mainnet_Bytes - proposedOwner_not: mainnet_Bytes - proposedOwner_gt: mainnet_Bytes - proposedOwner_lt: mainnet_Bytes - proposedOwner_gte: mainnet_Bytes - proposedOwner_lte: mainnet_Bytes - proposedOwner_in: [mainnet_Bytes!] - proposedOwner_not_in: [mainnet_Bytes!] - proposedOwner_contains: mainnet_Bytes - proposedOwner_not_contains: mainnet_Bytes + owner: polygonzkevm_Bytes + owner_not: polygonzkevm_Bytes + owner_gt: polygonzkevm_Bytes + owner_lt: polygonzkevm_Bytes + owner_gte: polygonzkevm_Bytes + owner_lte: polygonzkevm_Bytes + owner_in: [polygonzkevm_Bytes!] + owner_not_in: [polygonzkevm_Bytes!] + owner_contains: polygonzkevm_Bytes + owner_not_contains: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + recipient_not: polygonzkevm_Bytes + recipient_gt: polygonzkevm_Bytes + recipient_lt: polygonzkevm_Bytes + recipient_gte: polygonzkevm_Bytes + recipient_lte: polygonzkevm_Bytes + recipient_in: [polygonzkevm_Bytes!] + recipient_not_in: [polygonzkevm_Bytes!] + recipient_contains: polygonzkevm_Bytes + recipient_not_contains: polygonzkevm_Bytes + proposedOwner: polygonzkevm_Bytes + proposedOwner_not: polygonzkevm_Bytes + proposedOwner_gt: polygonzkevm_Bytes + proposedOwner_lt: polygonzkevm_Bytes + proposedOwner_gte: polygonzkevm_Bytes + proposedOwner_lte: polygonzkevm_Bytes + proposedOwner_in: [polygonzkevm_Bytes!] + proposedOwner_not_in: [polygonzkevm_Bytes!] + proposedOwner_contains: polygonzkevm_Bytes + proposedOwner_not_contains: polygonzkevm_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -152030,14 +161819,14 @@ input mainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mainnet_AssetBalance_filter + assetBalances_: polygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Router_filter] + or: [polygonzkevm_Router_filter] } -enum mainnet_Router_orderBy { +enum polygonzkevm_Router_orderBy { id isActive owner @@ -152047,13 +161836,13 @@ enum mainnet_Router_orderBy { assetBalances } -type mainnet_Sequencer { +type polygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: mainnet_Bytes + sequencer: polygonzkevm_Bytes } -input mainnet_Sequencer_filter { +input polygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -152066,35 +161855,35 @@ input mainnet_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mainnet_Bytes - sequencer_not: mainnet_Bytes - sequencer_gt: mainnet_Bytes - sequencer_lt: mainnet_Bytes - sequencer_gte: mainnet_Bytes - sequencer_lte: mainnet_Bytes - sequencer_in: [mainnet_Bytes!] - sequencer_not_in: [mainnet_Bytes!] - sequencer_contains: mainnet_Bytes - sequencer_not_contains: mainnet_Bytes + sequencer: polygonzkevm_Bytes + sequencer_not: polygonzkevm_Bytes + sequencer_gt: polygonzkevm_Bytes + sequencer_lt: polygonzkevm_Bytes + sequencer_gte: polygonzkevm_Bytes + sequencer_lte: polygonzkevm_Bytes + sequencer_in: [polygonzkevm_Bytes!] + sequencer_not_in: [polygonzkevm_Bytes!] + sequencer_contains: polygonzkevm_Bytes + sequencer_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Sequencer_filter] + or: [polygonzkevm_Sequencer_filter] } -enum mainnet_Sequencer_orderBy { +enum polygonzkevm_Sequencer_orderBy { id isActive sequencer } -type mainnet_Setting { +type polygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + caller: polygonzkevm_Bytes! } -input mainnet_Setting_filter { +input polygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -152111,41 +161900,41 @@ input mainnet_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Setting_filter] + or: [polygonzkevm_Setting_filter] } -enum mainnet_Setting_orderBy { +enum polygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type mainnet_SlippageUpdate { +type polygonzkevm_SlippageUpdate { id: ID! - transfer: mainnet_DestinationTransfer! + transfer: polygonzkevm_DestinationTransfer! slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_SlippageUpdate_filter { +input polygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -152174,7 +161963,7 @@ input mainnet_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_DestinationTransfer_filter + transfer_: polygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -152183,26 +161972,26 @@ input mainnet_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -152236,12 +162025,12 @@ input mainnet_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SlippageUpdate_filter] - or: [mainnet_SlippageUpdate_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SlippageUpdate_filter] + or: [polygonzkevm_SlippageUpdate_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum polygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -152289,16 +162078,16 @@ enum mainnet_SlippageUpdate_orderBy { blockNumber } -type mainnet_SnapshotRoot { +type polygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mainnet_Bytes! + root: polygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mainnet_SnapshotRoot_filter { +input polygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -152315,16 +162104,16 @@ input mainnet_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -152350,12 +162139,12 @@ input mainnet_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SnapshotRoot_filter] - or: [mainnet_SnapshotRoot_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SnapshotRoot_filter] + or: [polygonzkevm_SnapshotRoot_filter] } -enum mainnet_SnapshotRoot_orderBy { +enum polygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -152364,12 +162153,12 @@ enum mainnet_SnapshotRoot_orderBy { blockNumber } -type mainnet_SpokeConnectorMode { +type polygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input mainnet_SpokeConnectorMode_filter { +input polygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -152399,17 +162188,17 @@ input mainnet_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SpokeConnectorMode_filter] - or: [mainnet_SpokeConnectorMode_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SpokeConnectorMode_filter] + or: [polygonzkevm_SpokeConnectorMode_filter] } -enum mainnet_SpokeConnectorMode_orderBy { +enum polygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum mainnet_TransferStatus { +enum polygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -152417,15 +162206,40 @@ enum mainnet_TransferStatus { CompletedFast } -type localarbitrumone_AggregateRoot { +type polygonzkevm__Block_ { + """The hash of the block""" + hash: polygonzkevm_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type polygonzkevm__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: polygonzkevm__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingoptimism_AggregateRoot { id: ID! - root: localarbitrumone_Bytes! + root: stagingoptimism_Bytes! blockNumber: BigInt! } -type localarbitrumone_AggregateRootProposed { +type stagingoptimism_AggregateRootProposed { id: ID! - aggregateRoot: localarbitrumone_Bytes! + aggregateRoot: stagingoptimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -152433,7 +162247,7 @@ type localarbitrumone_AggregateRootProposed { blockNumber: BigInt } -input localarbitrumone_AggregateRootProposed_filter { +input stagingoptimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -152442,16 +162256,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: 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 @@ -152493,12 +162307,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRootProposed_filter] + or: [stagingoptimism_AggregateRootProposed_filter] } -enum localarbitrumone_AggregateRootProposed_orderBy { +enum stagingoptimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -152508,7 +162322,7 @@ enum localarbitrumone_AggregateRootProposed_orderBy { blockNumber } -input localarbitrumone_AggregateRoot_filter { +input stagingoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -152517,16 +162331,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: 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 @@ -152536,47 +162350,47 @@ 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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRoot_filter] + or: [stagingoptimism_AggregateRoot_filter] } -enum localarbitrumone_AggregateRoot_orderBy { +enum stagingoptimism_AggregateRoot_orderBy { id root blockNumber } -enum localarbitrumone_Aggregation_interval { +enum stagingoptimism_Aggregation_interval { hour day } -type localarbitrumone_Asset { +type stagingoptimism_Asset { id: ID! - key: localarbitrumone_Bytes + key: stagingoptimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: localarbitrumone_Bytes + canonicalId: stagingoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: localarbitrumone_Bytes - localAsset: localarbitrumone_Bytes + adoptedAsset: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes blockNumber: BigInt - status: localarbitrumone_AssetStatus + status: stagingoptimism_AssetStatus } -type localarbitrumone_AssetBalance { +type stagingoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! feesEarned: BigInt! } -input localarbitrumone_AssetBalance_filter { +input stagingoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -152637,7 +162451,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -152658,7 +162472,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_: stagingoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -152668,12 +162482,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetBalance_filter] + or: [stagingoptimism_AssetBalance_filter] } -enum localarbitrumone_AssetBalance_orderBy { +enum stagingoptimism_AssetBalance_orderBy { id amount locked @@ -152699,12 +162513,12 @@ enum localarbitrumone_AssetBalance_orderBy { feesEarned } -type localarbitrumone_AssetStatus { +type stagingoptimism_AssetStatus { id: ID! status: Boolean } -input localarbitrumone_AssetStatus_filter { +input stagingoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -152718,17 +162532,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetStatus_filter] + or: [stagingoptimism_AssetStatus_filter] } -enum localarbitrumone_AssetStatus_orderBy { +enum stagingoptimism_AssetStatus_orderBy { id status } -input localarbitrumone_Asset_filter { +input stagingoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -152737,16 +162551,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: 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 @@ -152763,16 +162577,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: 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 @@ -152781,26 +162595,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: 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 @@ -152829,14 +162643,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_: stagingoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Asset_filter] - or: [localarbitrumone_Asset_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Asset_filter] + or: [stagingoptimism_Asset_filter] } -enum localarbitrumone_Asset_orderBy { +enum stagingoptimism_Asset_orderBy { id key decimal @@ -152851,30 +162665,30 @@ enum localarbitrumone_Asset_orderBy { status__status } -scalar localarbitrumone_BigDecimal +scalar stagingoptimism_BigDecimal -input localarbitrumone_BlockChangedFilter { +input stagingoptimism_BlockChangedFilter { number_gte: Int! } -input localarbitrumone_Block_height { - hash: localarbitrumone_Bytes +input stagingoptimism_Block_height { + hash: stagingoptimism_Bytes number: Int number_gte: Int } -scalar localarbitrumone_Bytes +scalar stagingoptimism_Bytes -type localarbitrumone_ConnectorMeta { +type stagingoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localarbitrumone_Bytes - rootManager: localarbitrumone_Bytes - mirrorConnector: localarbitrumone_Bytes + amb: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes } -input localarbitrumone_ConnectorMeta_filter { +input stagingoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -152899,43 +162713,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: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_ConnectorMeta_filter] - or: [localarbitrumone_ConnectorMeta_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_ConnectorMeta_filter] + or: [stagingoptimism_ConnectorMeta_filter] } -enum localarbitrumone_ConnectorMeta_orderBy { +enum stagingoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -152944,48 +162758,48 @@ enum localarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type localarbitrumone_DestinationTransfer { +type stagingoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: localarbitrumone_Bytes + transferId: stagingoptimism_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: 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: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: localarbitrumone_Bytes + callData: stagingoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localarbitrumone_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localarbitrumone_Bytes - asset: localarbitrumone_Asset + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: localarbitrumone_Bytes - executedTransactionHash: localarbitrumone_Bytes + executedCaller: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localarbitrumone_Bytes + executedTxOrigin: stagingoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: localarbitrumone_Bytes - reconciledTransactionHash: localarbitrumone_Bytes + reconciledCaller: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localarbitrumone_Bytes + reconciledTxOrigin: stagingoptimism_Bytes reconciledTxNonce: BigInt } -input localarbitrumone_DestinationTransfer_filter { +input stagingoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -153002,16 +162816,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: 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 @@ -153020,17 +162834,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: 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_: localarbitrumone_Router_filter + routers_: stagingoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -153055,40 +162869,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: 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: 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: 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 @@ -153105,16 +162919,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: 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 @@ -153131,16 +162945,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: 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 @@ -153161,7 +162975,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_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -153178,26 +162992,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: 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 @@ -153230,16 +163044,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: 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 @@ -153248,26 +163062,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: 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 @@ -153300,16 +163114,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: 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 @@ -153319,12 +163133,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_DestinationTransfer_filter] + or: [stagingoptimism_DestinationTransfer_filter] } -enum localarbitrumone_DestinationTransfer_orderBy { +enum stagingoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -153378,16 +163192,16 @@ enum localarbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar localarbitrumone_Int8 +scalar stagingoptimism_Int8 -type localarbitrumone_OptimisticRootFinalized { +type stagingoptimism_OptimisticRootFinalized { id: ID! - aggregateRoot: localarbitrumone_Bytes! + aggregateRoot: stagingoptimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localarbitrumone_OptimisticRootFinalized_filter { +input stagingoptimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -153396,16 +163210,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: 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 @@ -153423,12 +163237,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OptimisticRootFinalized_filter] + or: [stagingoptimism_OptimisticRootFinalized_filter] } -enum localarbitrumone_OptimisticRootFinalized_orderBy { +enum stagingoptimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -153436,25 +163250,25 @@ enum localarbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum localarbitrumone_OrderDirection { +enum stagingoptimism_OrderDirection { asc desc } -type localarbitrumone_OriginMessage { +type stagingoptimism_OriginMessage { id: ID! - transferId: localarbitrumone_Bytes + transferId: stagingoptimism_Bytes destinationDomain: BigInt - leaf: localarbitrumone_Bytes + leaf: stagingoptimism_Bytes index: BigInt - message: localarbitrumone_Bytes - root: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + message: stagingoptimism_Bytes + root: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes blockNumber: BigInt - rootCount: localarbitrumone_RootCount + rootCount: stagingoptimism_RootCount } -input localarbitrumone_OriginMessage_filter { +input stagingoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -153463,16 +163277,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: 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 @@ -153481,16 +163295,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: 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 @@ -153499,36 +163313,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: 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 @@ -153557,14 +163371,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_: stagingoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OriginMessage_filter] - or: [localarbitrumone_OriginMessage_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginMessage_filter] + or: [stagingoptimism_OriginMessage_filter] } -enum localarbitrumone_OriginMessage_orderBy { +enum stagingoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -153579,42 +163393,42 @@ enum localarbitrumone_OriginMessage_orderBy { rootCount__count } -type localarbitrumone_OriginTransfer { +type stagingoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: localarbitrumone_Bytes + transferId: stagingoptimism_Bytes nonce: BigInt - status: localarbitrumone_TransferStatus - messageHash: localarbitrumone_Bytes + status: stagingoptimism_TransferStatus + messageHash: stagingoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: localarbitrumone_Bytes + callData: stagingoptimism_Bytes slippage: BigInt - originSender: localarbitrumone_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localarbitrumone_Bytes - asset: localarbitrumone_Asset - transactingAsset: localarbitrumone_Bytes - message: localarbitrumone_OriginMessage + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset + transactingAsset: stagingoptimism_Bytes + message: stagingoptimism_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: 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: localarbitrumone_Bytes + txOrigin: stagingoptimism_Bytes txNonce: BigInt } -input localarbitrumone_OriginTransfer_filter { +input stagingoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -153631,16 +163445,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: 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 @@ -153649,20 +163463,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: 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 @@ -153687,40 +163501,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: 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: 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: 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 @@ -153729,16 +163543,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: 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 @@ -153755,16 +163569,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: 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 @@ -153785,17 +163599,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_: 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 @@ -153816,7 +163630,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_: stagingoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -153831,37 +163645,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_: 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 @@ -153894,16 +163708,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: 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 @@ -153913,12 +163727,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginTransfer_filter] + or: [stagingoptimism_OriginTransfer_filter] } -enum localarbitrumone_OriginTransfer_orderBy { +enum stagingoptimism_OriginTransfer_orderBy { id chainId transferId @@ -153971,20 +163785,20 @@ enum localarbitrumone_OriginTransfer_orderBy { txNonce } -type localarbitrumone_Relayer { +type stagingoptimism_Relayer { id: ID! isActive: Boolean! - relayer: localarbitrumone_Bytes + relayer: stagingoptimism_Bytes } -type localarbitrumone_RelayerFee { +type stagingoptimism_RelayerFee { id: ID! - transfer: localarbitrumone_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! fee: BigInt! - asset: localarbitrumone_Bytes! + asset: stagingoptimism_Bytes! } -input localarbitrumone_RelayerFee_filter { +input stagingoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -154013,7 +163827,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_: stagingoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -154022,23 +163836,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: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RelayerFee_filter] - or: [localarbitrumone_RelayerFee_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFee_filter] + or: [stagingoptimism_RelayerFee_filter] } -enum localarbitrumone_RelayerFee_orderBy { +enum stagingoptimism_RelayerFee_orderBy { id transfer transfer__id @@ -154074,20 +163888,20 @@ enum localarbitrumone_RelayerFee_orderBy { asset } -type localarbitrumone_RelayerFeesIncrease { +type stagingoptimism_RelayerFeesIncrease { id: ID! - transfer: localarbitrumone_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! increase: BigInt - asset: localarbitrumone_Bytes - caller: localarbitrumone_Bytes! - transactionHash: localarbitrumone_Bytes! + asset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localarbitrumone_RelayerFeesIncrease_filter { +input stagingoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -154116,7 +163930,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_: stagingoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -154125,36 +163939,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: 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 @@ -154188,12 +164002,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFeesIncrease_filter] + or: [stagingoptimism_RelayerFeesIncrease_filter] } -enum localarbitrumone_RelayerFeesIncrease_orderBy { +enum stagingoptimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -154235,7 +164049,7 @@ enum localarbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input localarbitrumone_Relayer_filter { +input stagingoptimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -154248,34 +164062,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: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Relayer_filter] - or: [localarbitrumone_Relayer_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Relayer_filter] + or: [stagingoptimism_Relayer_filter] } -enum localarbitrumone_Relayer_orderBy { +enum stagingoptimism_Relayer_orderBy { id isActive relayer } -type localarbitrumone_RootCount { +type stagingoptimism_RootCount { id: ID! count: BigInt } -input localarbitrumone_RootCount_filter { +input stagingoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -154293,31 +164107,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootCount_filter] + or: [stagingoptimism_RootCount_filter] } -enum localarbitrumone_RootCount_orderBy { +enum stagingoptimism_RootCount_orderBy { id count } -type localarbitrumone_RootMessageSent { +type stagingoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localarbitrumone_Bytes + root: stagingoptimism_Bytes count: BigInt - caller: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localarbitrumone_RootMessageSent_filter { +input stagingoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -154342,16 +164156,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: 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 @@ -154360,26 +164174,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: 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 @@ -154413,12 +164227,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootMessageSent_filter] + or: [stagingoptimism_RootMessageSent_filter] } -enum localarbitrumone_RootMessageSent_orderBy { +enum stagingoptimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -154432,25 +164246,25 @@ enum localarbitrumone_RootMessageSent_orderBy { blockNumber } -type localarbitrumone_Router { +type stagingoptimism_Router { id: ID! isActive: Boolean! - owner: localarbitrumone_Bytes - recipient: localarbitrumone_Bytes - proposedOwner: localarbitrumone_Bytes + owner: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + proposedOwner: stagingoptimism_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: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! } -type localarbitrumone_RouterDailyTVL { +type stagingoptimism_RouterDailyTVL { id: ID! - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! timestamp: BigInt! balance: BigInt! } -input localarbitrumone_RouterDailyTVL_filter { +input stagingoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -154479,7 +164293,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -154500,7 +164314,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_: stagingoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -154518,12 +164332,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterDailyTVL_filter] + or: [stagingoptimism_RouterDailyTVL_filter] } -enum localarbitrumone_RouterDailyTVL_orderBy { +enum stagingoptimism_RouterDailyTVL_orderBy { id router router__id @@ -154546,26 +164360,26 @@ enum localarbitrumone_RouterDailyTVL_orderBy { balance } -type localarbitrumone_RouterLiquidityEvent { +type stagingoptimism_RouterLiquidityEvent { id: ID! - type: localarbitrumone_RouterLiquidityEventType - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + type: stagingoptimism_RouterLiquidityEventType + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! amount: BigInt! balance: BigInt! - caller: localarbitrumone_Bytes + caller: stagingoptimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: localarbitrumone_Bytes! + transactionHash: stagingoptimism_Bytes! nonce: BigInt! } -enum localarbitrumone_RouterLiquidityEventType { +enum stagingoptimism_RouterLiquidityEventType { Add Remove } -input localarbitrumone_RouterLiquidityEvent_filter { +input stagingoptimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -154574,10 +164388,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: stagingoptimism_RouterLiquidityEventType + type_not: stagingoptimism_RouterLiquidityEventType + type_in: [stagingoptimism_RouterLiquidityEventType!] + type_not_in: [stagingoptimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -154598,7 +164412,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -154619,7 +164433,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_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -154636,16 +164450,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: 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 @@ -154662,16 +164476,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: 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 @@ -154681,12 +164495,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterLiquidityEvent_filter] + or: [stagingoptimism_RouterLiquidityEvent_filter] } -enum localarbitrumone_RouterLiquidityEvent_orderBy { +enum stagingoptimism_RouterLiquidityEvent_orderBy { id type router @@ -154715,7 +164529,7 @@ enum localarbitrumone_RouterLiquidityEvent_orderBy { nonce } -input localarbitrumone_Router_filter { +input stagingoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -154728,36 +164542,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: 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 @@ -154766,14 +164580,14 @@ input localarbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localarbitrumone_AssetBalance_filter + assetBalances_: stagingoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Router_filter] - or: [localarbitrumone_Router_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Router_filter] + or: [stagingoptimism_Router_filter] } -enum localarbitrumone_Router_orderBy { +enum stagingoptimism_Router_orderBy { id isActive owner @@ -154783,13 +164597,13 @@ enum localarbitrumone_Router_orderBy { assetBalances } -type localarbitrumone_Sequencer { +type stagingoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: localarbitrumone_Bytes + sequencer: stagingoptimism_Bytes } -input localarbitrumone_Sequencer_filter { +input stagingoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -154802,35 +164616,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: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Sequencer_filter] - or: [localarbitrumone_Sequencer_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Sequencer_filter] + or: [stagingoptimism_Sequencer_filter] } -enum localarbitrumone_Sequencer_orderBy { +enum stagingoptimism_Sequencer_orderBy { id isActive sequencer } -type localarbitrumone_Setting { +type stagingoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localarbitrumone_Bytes! + caller: stagingoptimism_Bytes! } -input localarbitrumone_Setting_filter { +input stagingoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -154847,41 +164661,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: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Setting_filter] - or: [localarbitrumone_Setting_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Setting_filter] + or: [stagingoptimism_Setting_filter] } -enum localarbitrumone_Setting_orderBy { +enum stagingoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type localarbitrumone_SlippageUpdate { +type stagingoptimism_SlippageUpdate { id: ID! - transfer: localarbitrumone_DestinationTransfer! + transfer: stagingoptimism_DestinationTransfer! slippage: BigInt! - caller: localarbitrumone_Bytes! - transactionHash: localarbitrumone_Bytes! + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localarbitrumone_SlippageUpdate_filter { +input stagingoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -154910,7 +164724,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_: stagingoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -154919,26 +164733,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: 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 @@ -154972,12 +164786,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SlippageUpdate_filter] + or: [stagingoptimism_SlippageUpdate_filter] } -enum localarbitrumone_SlippageUpdate_orderBy { +enum stagingoptimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -155025,16 +164839,16 @@ enum localarbitrumone_SlippageUpdate_orderBy { blockNumber } -type localarbitrumone_SnapshotRoot { +type stagingoptimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: localarbitrumone_Bytes! + root: stagingoptimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input localarbitrumone_SnapshotRoot_filter { +input stagingoptimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -155051,16 +164865,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: 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 @@ -155086,12 +164900,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SnapshotRoot_filter] + or: [stagingoptimism_SnapshotRoot_filter] } -enum localarbitrumone_SnapshotRoot_orderBy { +enum stagingoptimism_SnapshotRoot_orderBy { id spokeDomain root @@ -155100,12 +164914,12 @@ enum localarbitrumone_SnapshotRoot_orderBy { blockNumber } -type localarbitrumone_SpokeConnectorMode { +type stagingoptimism_SpokeConnectorMode { id: ID! mode: String! } -input localarbitrumone_SpokeConnectorMode_filter { +input stagingoptimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -155135,17 +164949,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SpokeConnectorMode_filter] + or: [stagingoptimism_SpokeConnectorMode_filter] } -enum localarbitrumone_SpokeConnectorMode_orderBy { +enum stagingoptimism_SpokeConnectorMode_orderBy { id mode } -enum localarbitrumone_TransferStatus { +enum stagingoptimism_TransferStatus { XCalled Executed Reconciled @@ -155153,9 +164967,9 @@ enum localarbitrumone_TransferStatus { CompletedFast } -type localarbitrumone__Block_ { +type stagingoptimism__Block_ { """The hash of the block""" - hash: localarbitrumone_Bytes + hash: stagingoptimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -155163,7 +164977,7 @@ type localarbitrumone__Block_ { } """The type for the top-level _meta field""" -type localarbitrumone__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 @@ -155171,22 +164985,22 @@ type localarbitrumone__Meta_ { and therefore asks for the latest block """ - block: localarbitrumone__Block_! + block: stagingoptimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingbnb_AggregateRoot { +type stagingarbitrumone_AggregateRoot { id: ID! - root: stagingbnb_Bytes! + root: stagingarbitrumone_Bytes! blockNumber: BigInt! } -type stagingbnb_AggregateRootProposed { +type stagingarbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: stagingbnb_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -155194,7 +165008,7 @@ type stagingbnb_AggregateRootProposed { blockNumber: BigInt } -input stagingbnb_AggregateRootProposed_filter { +input stagingarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -155203,16 +165017,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: 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 @@ -155254,12 +165068,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRootProposed_filter] + or: [stagingarbitrumone_AggregateRootProposed_filter] } -enum stagingbnb_AggregateRootProposed_orderBy { +enum stagingarbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -155269,7 +165083,7 @@ enum stagingbnb_AggregateRootProposed_orderBy { blockNumber } -input stagingbnb_AggregateRoot_filter { +input stagingarbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -155278,16 +165092,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: 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 @@ -155297,47 +165111,47 @@ 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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRoot_filter] + or: [stagingarbitrumone_AggregateRoot_filter] } -enum stagingbnb_AggregateRoot_orderBy { +enum stagingarbitrumone_AggregateRoot_orderBy { id root blockNumber } -enum stagingbnb_Aggregation_interval { +enum stagingarbitrumone_Aggregation_interval { hour day } -type stagingbnb_Asset { +type stagingarbitrumone_Asset { id: ID! - key: stagingbnb_Bytes + key: stagingarbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingbnb_Bytes + canonicalId: stagingarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: stagingbnb_Bytes - localAsset: stagingbnb_Bytes + adoptedAsset: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes blockNumber: BigInt - status: stagingbnb_AssetStatus + status: stagingarbitrumone_AssetStatus } -type stagingbnb_AssetBalance { +type stagingarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingbnb_Router! - asset: stagingbnb_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! feesEarned: BigInt! } -input stagingbnb_AssetBalance_filter { +input stagingarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -155398,7 +165212,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_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -155419,7 +165233,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_: stagingarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -155429,12 +165243,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetBalance_filter] + or: [stagingarbitrumone_AssetBalance_filter] } -enum stagingbnb_AssetBalance_orderBy { +enum stagingarbitrumone_AssetBalance_orderBy { id amount locked @@ -155460,12 +165274,12 @@ enum stagingbnb_AssetBalance_orderBy { feesEarned } -type stagingbnb_AssetStatus { +type stagingarbitrumone_AssetStatus { id: ID! status: Boolean } -input stagingbnb_AssetStatus_filter { +input stagingarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -155479,17 +165293,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetStatus_filter] + or: [stagingarbitrumone_AssetStatus_filter] } -enum stagingbnb_AssetStatus_orderBy { +enum stagingarbitrumone_AssetStatus_orderBy { id status } -input stagingbnb_Asset_filter { +input stagingarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -155498,16 +165312,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: 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 @@ -155524,16 +165338,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: 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 @@ -155542,26 +165356,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: 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 @@ -155590,14 +165404,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_: stagingarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_Asset_filter] - or: [stagingbnb_Asset_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Asset_filter] + or: [stagingarbitrumone_Asset_filter] } -enum stagingbnb_Asset_orderBy { +enum stagingarbitrumone_Asset_orderBy { id key decimal @@ -155612,30 +165426,30 @@ enum stagingbnb_Asset_orderBy { status__status } -scalar stagingbnb_BigDecimal +scalar stagingarbitrumone_BigDecimal -input stagingbnb_BlockChangedFilter { +input stagingarbitrumone_BlockChangedFilter { number_gte: Int! } -input stagingbnb_Block_height { - hash: stagingbnb_Bytes +input stagingarbitrumone_Block_height { + hash: stagingarbitrumone_Bytes number: Int number_gte: Int } -scalar stagingbnb_Bytes +scalar stagingarbitrumone_Bytes -type stagingbnb_ConnectorMeta { +type stagingarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingbnb_Bytes - rootManager: stagingbnb_Bytes - mirrorConnector: stagingbnb_Bytes + amb: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes } -input stagingbnb_ConnectorMeta_filter { +input stagingarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -155660,43 +165474,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_ConnectorMeta_filter] - or: [stagingbnb_ConnectorMeta_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_ConnectorMeta_filter] + or: [stagingarbitrumone_ConnectorMeta_filter] } -enum stagingbnb_ConnectorMeta_orderBy { +enum stagingarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -155705,48 +165519,48 @@ enum stagingbnb_ConnectorMeta_orderBy { mirrorConnector } -type stagingbnb_DestinationTransfer { +type stagingarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingbnb_Bytes + transferId: stagingarbitrumone_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: 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: stagingbnb_Bytes - delegate: stagingbnb_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: stagingbnb_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingbnb_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbnb_Bytes - asset: stagingbnb_Asset + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingbnb_Bytes - executedTransactionHash: stagingbnb_Bytes + executedCaller: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingbnb_Bytes + executedTxOrigin: stagingarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: stagingbnb_Bytes - reconciledTransactionHash: stagingbnb_Bytes + reconciledCaller: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingbnb_Bytes + reconciledTxOrigin: stagingarbitrumone_Bytes reconciledTxNonce: BigInt } -input stagingbnb_DestinationTransfer_filter { +input stagingarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -155763,16 +165577,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: 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 @@ -155781,17 +165595,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: 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_: stagingbnb_Router_filter + routers_: stagingarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -155816,40 +165630,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: 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: 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: 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 @@ -155866,16 +165680,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: 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 @@ -155892,16 +165706,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: 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 @@ -155922,7 +165736,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_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -155939,26 +165753,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: 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 @@ -155991,16 +165805,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: 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 @@ -156009,26 +165823,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: 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 @@ -156061,16 +165875,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: 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 @@ -156080,12 +165894,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_DestinationTransfer_filter] + or: [stagingarbitrumone_DestinationTransfer_filter] } -enum stagingbnb_DestinationTransfer_orderBy { +enum stagingarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -156139,16 +165953,16 @@ enum stagingbnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingbnb_Int8 +scalar stagingarbitrumone_Int8 -type stagingbnb_OptimisticRootFinalized { +type stagingarbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingbnb_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingbnb_OptimisticRootFinalized_filter { +input stagingarbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -156157,16 +165971,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: 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 @@ -156184,12 +165998,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OptimisticRootFinalized_filter] + or: [stagingarbitrumone_OptimisticRootFinalized_filter] } -enum stagingbnb_OptimisticRootFinalized_orderBy { +enum stagingarbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -156197,25 +166011,25 @@ enum stagingbnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingbnb_OrderDirection { +enum stagingarbitrumone_OrderDirection { asc desc } -type stagingbnb_OriginMessage { +type stagingarbitrumone_OriginMessage { id: ID! - transferId: stagingbnb_Bytes + transferId: stagingarbitrumone_Bytes destinationDomain: BigInt - leaf: stagingbnb_Bytes + leaf: stagingarbitrumone_Bytes index: BigInt - message: stagingbnb_Bytes - root: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + message: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes blockNumber: BigInt - rootCount: stagingbnb_RootCount + rootCount: stagingarbitrumone_RootCount } -input stagingbnb_OriginMessage_filter { +input stagingarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -156224,16 +166038,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: 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 @@ -156242,16 +166056,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: 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 @@ -156260,36 +166074,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: 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 @@ -156318,14 +166132,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_: stagingarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_OriginMessage_filter] - or: [stagingbnb_OriginMessage_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginMessage_filter] + or: [stagingarbitrumone_OriginMessage_filter] } -enum stagingbnb_OriginMessage_orderBy { +enum stagingarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -156340,42 +166154,42 @@ enum stagingbnb_OriginMessage_orderBy { rootCount__count } -type stagingbnb_OriginTransfer { +type stagingarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingbnb_Bytes + transferId: stagingarbitrumone_Bytes nonce: BigInt - status: stagingbnb_TransferStatus - messageHash: stagingbnb_Bytes + status: stagingarbitrumone_TransferStatus + messageHash: stagingarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbnb_Bytes - delegate: stagingbnb_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: stagingbnb_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt - originSender: stagingbnb_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbnb_Bytes - asset: stagingbnb_Asset - transactingAsset: stagingbnb_Bytes - message: stagingbnb_OriginMessage + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset + transactingAsset: stagingarbitrumone_Bytes + message: stagingarbitrumone_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: 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: stagingbnb_Bytes + txOrigin: stagingarbitrumone_Bytes txNonce: BigInt } -input stagingbnb_OriginTransfer_filter { +input stagingarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -156392,16 +166206,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: 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 @@ -156410,20 +166224,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: 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 @@ -156448,40 +166262,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: 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: 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: 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 @@ -156490,16 +166304,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: 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 @@ -156516,16 +166330,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: 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 @@ -156546,17 +166360,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_: 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 @@ -156577,7 +166391,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_: stagingarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -156592,37 +166406,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_: 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 @@ -156655,16 +166469,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: 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 @@ -156674,12 +166488,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginTransfer_filter] + or: [stagingarbitrumone_OriginTransfer_filter] } -enum stagingbnb_OriginTransfer_orderBy { +enum stagingarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -156732,20 +166546,20 @@ enum stagingbnb_OriginTransfer_orderBy { txNonce } -type stagingbnb_Relayer { +type stagingarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: stagingbnb_Bytes + relayer: stagingarbitrumone_Bytes } -type stagingbnb_RelayerFee { +type stagingarbitrumone_RelayerFee { id: ID! - transfer: stagingbnb_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! fee: BigInt! - asset: stagingbnb_Bytes! + asset: stagingarbitrumone_Bytes! } -input stagingbnb_RelayerFee_filter { +input stagingarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -156774,7 +166588,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_: stagingarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -156783,23 +166597,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_RelayerFee_filter] - or: [stagingbnb_RelayerFee_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFee_filter] + or: [stagingarbitrumone_RelayerFee_filter] } -enum stagingbnb_RelayerFee_orderBy { +enum stagingarbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -156835,20 +166649,20 @@ enum stagingbnb_RelayerFee_orderBy { asset } -type stagingbnb_RelayerFeesIncrease { +type stagingarbitrumone_RelayerFeesIncrease { id: ID! - transfer: stagingbnb_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! increase: BigInt - asset: stagingbnb_Bytes - caller: stagingbnb_Bytes! - transactionHash: stagingbnb_Bytes! + asset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbnb_RelayerFeesIncrease_filter { +input stagingarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -156877,7 +166691,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_: stagingarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -156886,36 +166700,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: 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 @@ -156949,12 +166763,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFeesIncrease_filter] + or: [stagingarbitrumone_RelayerFeesIncrease_filter] } -enum stagingbnb_RelayerFeesIncrease_orderBy { +enum stagingarbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -156996,7 +166810,7 @@ enum stagingbnb_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbnb_Relayer_filter { +input stagingarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -157009,34 +166823,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Relayer_filter] - or: [stagingbnb_Relayer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Relayer_filter] + or: [stagingarbitrumone_Relayer_filter] } -enum stagingbnb_Relayer_orderBy { +enum stagingarbitrumone_Relayer_orderBy { id isActive relayer } -type stagingbnb_RootCount { +type stagingarbitrumone_RootCount { id: ID! count: BigInt } -input stagingbnb_RootCount_filter { +input stagingarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -157054,31 +166868,31 @@ input stagingbnb_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RootCount_filter] - or: [stagingbnb_RootCount_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootCount_filter] + or: [stagingarbitrumone_RootCount_filter] } -enum stagingbnb_RootCount_orderBy { +enum stagingarbitrumone_RootCount_orderBy { id count } -type stagingbnb_RootMessageSent { +type stagingarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingbnb_Bytes + root: stagingarbitrumone_Bytes count: BigInt - caller: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingbnb_RootMessageSent_filter { +input stagingarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -157103,16 +166917,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: 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 @@ -157121,26 +166935,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: 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 @@ -157174,12 +166988,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootMessageSent_filter] + or: [stagingarbitrumone_RootMessageSent_filter] } -enum stagingbnb_RootMessageSent_orderBy { +enum stagingarbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -157193,25 +167007,25 @@ enum stagingbnb_RootMessageSent_orderBy { blockNumber } -type stagingbnb_Router { +type stagingarbitrumone_Router { id: ID! isActive: Boolean! - owner: stagingbnb_Bytes - recipient: stagingbnb_Bytes - proposedOwner: stagingbnb_Bytes + owner: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_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: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! } -type stagingbnb_RouterDailyTVL { +type stagingarbitrumone_RouterDailyTVL { id: ID! - router: stagingbnb_Router! - asset: stagingbnb_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input stagingbnb_RouterDailyTVL_filter { +input stagingarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -157240,7 +167054,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_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -157261,7 +167075,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_: stagingarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -157279,12 +167093,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterDailyTVL_filter] + or: [stagingarbitrumone_RouterDailyTVL_filter] } -enum stagingbnb_RouterDailyTVL_orderBy { +enum stagingarbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -157307,26 +167121,26 @@ enum stagingbnb_RouterDailyTVL_orderBy { balance } -type stagingbnb_RouterLiquidityEvent { +type stagingarbitrumone_RouterLiquidityEvent { id: ID! - type: stagingbnb_RouterLiquidityEventType - router: stagingbnb_Router! - asset: stagingbnb_Asset! + type: stagingarbitrumone_RouterLiquidityEventType + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: stagingbnb_Bytes + caller: stagingarbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingbnb_Bytes! + transactionHash: stagingarbitrumone_Bytes! nonce: BigInt! } -enum stagingbnb_RouterLiquidityEventType { +enum stagingarbitrumone_RouterLiquidityEventType { Add Remove } -input stagingbnb_RouterLiquidityEvent_filter { +input stagingarbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -157335,10 +167149,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: stagingarbitrumone_RouterLiquidityEventType + type_not: stagingarbitrumone_RouterLiquidityEventType + type_in: [stagingarbitrumone_RouterLiquidityEventType!] + type_not_in: [stagingarbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -157359,7 +167173,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_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -157380,7 +167194,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_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -157397,16 +167211,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: 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 @@ -157423,16 +167237,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: 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 @@ -157442,12 +167256,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterLiquidityEvent_filter] + or: [stagingarbitrumone_RouterLiquidityEvent_filter] } -enum stagingbnb_RouterLiquidityEvent_orderBy { +enum stagingarbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -157476,7 +167290,7 @@ enum stagingbnb_RouterLiquidityEvent_orderBy { nonce } -input stagingbnb_Router_filter { +input stagingarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -157489,36 +167303,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: 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 @@ -157527,14 +167341,14 @@ input stagingbnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingbnb_AssetBalance_filter + assetBalances_: stagingarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_Router_filter] - or: [stagingbnb_Router_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Router_filter] + or: [stagingarbitrumone_Router_filter] } -enum stagingbnb_Router_orderBy { +enum stagingarbitrumone_Router_orderBy { id isActive owner @@ -157544,13 +167358,13 @@ enum stagingbnb_Router_orderBy { assetBalances } -type stagingbnb_Sequencer { +type stagingarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingbnb_Bytes + sequencer: stagingarbitrumone_Bytes } -input stagingbnb_Sequencer_filter { +input stagingarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -157563,35 +167377,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Sequencer_filter] - or: [stagingbnb_Sequencer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Sequencer_filter] + or: [stagingarbitrumone_Sequencer_filter] } -enum stagingbnb_Sequencer_orderBy { +enum stagingarbitrumone_Sequencer_orderBy { id isActive sequencer } -type stagingbnb_Setting { +type stagingarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingbnb_Bytes! + caller: stagingarbitrumone_Bytes! } -input stagingbnb_Setting_filter { +input stagingarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -157608,41 +167422,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Setting_filter] - or: [stagingbnb_Setting_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Setting_filter] + or: [stagingarbitrumone_Setting_filter] } -enum stagingbnb_Setting_orderBy { +enum stagingarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingbnb_SlippageUpdate { +type stagingarbitrumone_SlippageUpdate { id: ID! - transfer: stagingbnb_DestinationTransfer! + transfer: stagingarbitrumone_DestinationTransfer! slippage: BigInt! - caller: stagingbnb_Bytes! - transactionHash: stagingbnb_Bytes! + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbnb_SlippageUpdate_filter { +input stagingarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -157671,7 +167485,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_: stagingarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -157680,26 +167494,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: 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 @@ -157733,12 +167547,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SlippageUpdate_filter] + or: [stagingarbitrumone_SlippageUpdate_filter] } -enum stagingbnb_SlippageUpdate_orderBy { +enum stagingarbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -157786,16 +167600,16 @@ enum stagingbnb_SlippageUpdate_orderBy { blockNumber } -type stagingbnb_SnapshotRoot { +type stagingarbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingbnb_Bytes! + root: stagingarbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingbnb_SnapshotRoot_filter { +input stagingarbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -157812,16 +167626,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: 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 @@ -157847,12 +167661,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SnapshotRoot_filter] + or: [stagingarbitrumone_SnapshotRoot_filter] } -enum stagingbnb_SnapshotRoot_orderBy { +enum stagingarbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -157861,12 +167675,12 @@ enum stagingbnb_SnapshotRoot_orderBy { blockNumber } -type stagingbnb_SpokeConnectorMode { +type stagingarbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input stagingbnb_SpokeConnectorMode_filter { +input stagingarbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -157896,17 +167710,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SpokeConnectorMode_filter] + or: [stagingarbitrumone_SpokeConnectorMode_filter] } -enum stagingbnb_SpokeConnectorMode_orderBy { +enum stagingarbitrumone_SpokeConnectorMode_orderBy { id mode } -enum stagingbnb_TransferStatus { +enum stagingarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -157914,9 +167728,9 @@ enum stagingbnb_TransferStatus { CompletedFast } -type stagingbnb__Block_ { +type stagingarbitrumone__Block_ { """The hash of the block""" - hash: stagingbnb_Bytes + hash: stagingarbitrumone_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -157924,7 +167738,7 @@ type stagingbnb__Block_ { } """The type for the top-level _meta field""" -type stagingbnb__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 @@ -157932,22 +167746,22 @@ type stagingbnb__Meta_ { and therefore asks for the latest block """ - block: stagingbnb__Block_! + block: stagingarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type metis_AggregateRoot { +type localarbitrumone_AggregateRoot { id: ID! - root: metis_Bytes! + root: localarbitrumone_Bytes! blockNumber: BigInt! } -type metis_AggregateRootProposed { +type localarbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: localarbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -157955,7 +167769,7 @@ type metis_AggregateRootProposed { blockNumber: BigInt } -input metis_AggregateRootProposed_filter { +input localarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -157964,16 +167778,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: 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 @@ -158015,12 +167829,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AggregateRootProposed_filter] + or: [localarbitrumone_AggregateRootProposed_filter] } -enum metis_AggregateRootProposed_orderBy { +enum localarbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -158030,7 +167844,7 @@ enum metis_AggregateRootProposed_orderBy { blockNumber } -input metis_AggregateRoot_filter { +input localarbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -158039,16 +167853,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: 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 @@ -158058,42 +167872,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AggregateRoot_filter] + or: [localarbitrumone_AggregateRoot_filter] } -enum metis_AggregateRoot_orderBy { +enum localarbitrumone_AggregateRoot_orderBy { id root blockNumber } -type metis_Asset { +enum localarbitrumone_Aggregation_interval { + hour + day +} + +type localarbitrumone_Asset { id: ID! - key: metis_Bytes + key: localarbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: metis_Bytes + canonicalId: localarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: metis_Bytes - localAsset: metis_Bytes + adoptedAsset: localarbitrumone_Bytes + localAsset: localarbitrumone_Bytes blockNumber: BigInt - status: metis_AssetStatus + status: localarbitrumone_AssetStatus } -type metis_AssetBalance { +type localarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: metis_Router! - asset: metis_Asset! + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! feesEarned: BigInt! } -input metis_AssetBalance_filter { +input localarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -158154,7 +167973,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_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -158175,7 +167994,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_: localarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -158185,12 +168004,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AssetBalance_filter] + or: [localarbitrumone_AssetBalance_filter] } -enum metis_AssetBalance_orderBy { +enum localarbitrumone_AssetBalance_orderBy { id amount locked @@ -158216,12 +168035,12 @@ enum metis_AssetBalance_orderBy { feesEarned } -type metis_AssetStatus { +type localarbitrumone_AssetStatus { id: ID! status: Boolean } -input metis_AssetStatus_filter { +input localarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -158235,17 +168054,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AssetStatus_filter] + or: [localarbitrumone_AssetStatus_filter] } -enum metis_AssetStatus_orderBy { +enum localarbitrumone_AssetStatus_orderBy { id status } -input metis_Asset_filter { +input localarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -158254,16 +168073,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: 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 @@ -158280,16 +168099,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: 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 @@ -158298,26 +168117,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: 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 @@ -158346,14 +168165,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_: localarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Asset_filter] - or: [metis_Asset_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Asset_filter] + or: [localarbitrumone_Asset_filter] } -enum metis_Asset_orderBy { +enum localarbitrumone_Asset_orderBy { id key decimal @@ -158368,30 +168187,30 @@ enum metis_Asset_orderBy { status__status } -scalar metis_BigDecimal +scalar localarbitrumone_BigDecimal -input metis_BlockChangedFilter { +input localarbitrumone_BlockChangedFilter { number_gte: Int! } -input metis_Block_height { - hash: metis_Bytes +input localarbitrumone_Block_height { + hash: localarbitrumone_Bytes number: Int number_gte: Int } -scalar metis_Bytes +scalar localarbitrumone_Bytes -type metis_ConnectorMeta { +type localarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: metis_Bytes - rootManager: metis_Bytes - mirrorConnector: metis_Bytes + amb: localarbitrumone_Bytes + rootManager: localarbitrumone_Bytes + mirrorConnector: localarbitrumone_Bytes } -input metis_ConnectorMeta_filter { +input localarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -158416,43 +168235,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: 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: metis_BlockChangedFilter - and: [metis_ConnectorMeta_filter] - or: [metis_ConnectorMeta_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_ConnectorMeta_filter] + or: [localarbitrumone_ConnectorMeta_filter] } -enum metis_ConnectorMeta_orderBy { +enum localarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -158461,48 +168280,48 @@ enum metis_ConnectorMeta_orderBy { mirrorConnector } -type metis_DestinationTransfer { +type localarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: localarbitrumone_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: 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: metis_Bytes - delegate: metis_Bytes + to: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: localarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: metis_Bytes + originSender: localarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset + canonicalId: localarbitrumone_Bytes + asset: localarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: metis_Bytes - executedTransactionHash: metis_Bytes + executedCaller: localarbitrumone_Bytes + executedTransactionHash: localarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: metis_Bytes + executedTxOrigin: localarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: metis_Bytes - reconciledTransactionHash: metis_Bytes + reconciledCaller: localarbitrumone_Bytes + reconciledTransactionHash: localarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: metis_Bytes + reconciledTxOrigin: localarbitrumone_Bytes reconciledTxNonce: BigInt } -input metis_DestinationTransfer_filter { +input localarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -158519,16 +168338,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: 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 @@ -158537,17 +168356,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: 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_: metis_Router_filter + routers_: localarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -158572,40 +168391,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: 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: 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: 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 @@ -158622,16 +168441,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: 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 @@ -158648,16 +168467,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: 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 @@ -158678,7 +168497,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_: localarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -158695,26 +168514,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: 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 @@ -158747,16 +168566,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: 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 @@ -158765,26 +168584,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: 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 @@ -158817,16 +168636,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: 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 @@ -158836,12 +168655,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_DestinationTransfer_filter] + or: [localarbitrumone_DestinationTransfer_filter] } -enum metis_DestinationTransfer_orderBy { +enum localarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -158895,16 +168714,16 @@ enum metis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar metis_Int8 +scalar localarbitrumone_Int8 -type metis_OptimisticRootFinalized { +type localarbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: localarbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input metis_OptimisticRootFinalized_filter { +input localarbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -158913,16 +168732,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: 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 @@ -158940,12 +168759,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OptimisticRootFinalized_filter] + or: [localarbitrumone_OptimisticRootFinalized_filter] } -enum metis_OptimisticRootFinalized_orderBy { +enum localarbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -158953,25 +168772,25 @@ enum metis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_OrderDirection { +enum localarbitrumone_OrderDirection { asc desc } -type metis_OriginMessage { +type localarbitrumone_OriginMessage { id: ID! - transferId: metis_Bytes + transferId: localarbitrumone_Bytes destinationDomain: BigInt - leaf: metis_Bytes + leaf: localarbitrumone_Bytes index: BigInt - message: metis_Bytes - root: metis_Bytes - transactionHash: metis_Bytes + message: localarbitrumone_Bytes + root: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes blockNumber: BigInt - rootCount: metis_RootCount + rootCount: localarbitrumone_RootCount } -input metis_OriginMessage_filter { +input localarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -158980,16 +168799,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: 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 @@ -158998,16 +168817,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: 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 @@ -159016,36 +168835,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: 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 @@ -159074,14 +168893,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_: localarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OriginMessage_filter] - or: [metis_OriginMessage_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OriginMessage_filter] + or: [localarbitrumone_OriginMessage_filter] } -enum metis_OriginMessage_orderBy { +enum localarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -159096,42 +168915,42 @@ enum metis_OriginMessage_orderBy { rootCount__count } -type metis_OriginTransfer { +type localarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: localarbitrumone_Bytes nonce: BigInt - status: metis_TransferStatus - messageHash: metis_Bytes + status: localarbitrumone_TransferStatus + messageHash: localarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: metis_Bytes - delegate: metis_Bytes + to: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: localarbitrumone_Bytes slippage: BigInt - originSender: metis_Bytes + originSender: localarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset - transactingAsset: metis_Bytes - message: metis_OriginMessage + canonicalId: localarbitrumone_Bytes + asset: localarbitrumone_Asset + transactingAsset: localarbitrumone_Bytes + message: localarbitrumone_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: 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: metis_Bytes + txOrigin: localarbitrumone_Bytes txNonce: BigInt } -input metis_OriginTransfer_filter { +input localarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -159148,16 +168967,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: 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 @@ -159166,20 +168985,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: 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 @@ -159204,40 +169023,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: 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: 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: 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 @@ -159246,16 +169065,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: 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 @@ -159272,16 +169091,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: 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 @@ -159302,17 +169121,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_: 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 @@ -159333,7 +169152,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_: localarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -159348,37 +169167,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_: 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 @@ -159411,16 +169230,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: 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 @@ -159430,12 +169249,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OriginTransfer_filter] + or: [localarbitrumone_OriginTransfer_filter] } -enum metis_OriginTransfer_orderBy { +enum localarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -159488,20 +169307,20 @@ enum metis_OriginTransfer_orderBy { txNonce } -type metis_Relayer { +type localarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: metis_Bytes + relayer: localarbitrumone_Bytes } -type metis_RelayerFee { +type localarbitrumone_RelayerFee { id: ID! - transfer: metis_OriginTransfer! + transfer: localarbitrumone_OriginTransfer! fee: BigInt! - asset: metis_Bytes! + asset: localarbitrumone_Bytes! } -input metis_RelayerFee_filter { +input localarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -159530,7 +169349,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_: localarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -159539,23 +169358,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: 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: metis_BlockChangedFilter - and: [metis_RelayerFee_filter] - or: [metis_RelayerFee_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RelayerFee_filter] + or: [localarbitrumone_RelayerFee_filter] } -enum metis_RelayerFee_orderBy { +enum localarbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -159591,20 +169410,20 @@ enum metis_RelayerFee_orderBy { asset } -type metis_RelayerFeesIncrease { +type localarbitrumone_RelayerFeesIncrease { id: ID! - transfer: metis_OriginTransfer! + transfer: localarbitrumone_OriginTransfer! increase: BigInt - asset: metis_Bytes - caller: metis_Bytes! - transactionHash: metis_Bytes! + asset: localarbitrumone_Bytes + caller: localarbitrumone_Bytes! + transactionHash: localarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_RelayerFeesIncrease_filter { +input localarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -159633,7 +169452,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_: localarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -159642,36 +169461,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: 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 @@ -159705,12 +169524,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RelayerFeesIncrease_filter] + or: [localarbitrumone_RelayerFeesIncrease_filter] } -enum metis_RelayerFeesIncrease_orderBy { +enum localarbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -159752,7 +169571,7 @@ enum metis_RelayerFeesIncrease_orderBy { blockNumber } -input metis_Relayer_filter { +input localarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -159765,34 +169584,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: 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: metis_BlockChangedFilter - and: [metis_Relayer_filter] - or: [metis_Relayer_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Relayer_filter] + or: [localarbitrumone_Relayer_filter] } -enum metis_Relayer_orderBy { +enum localarbitrumone_Relayer_orderBy { id isActive relayer } -type metis_RootCount { +type localarbitrumone_RootCount { id: ID! count: BigInt } -input metis_RootCount_filter { +input localarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -159810,31 +169629,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RootCount_filter] + or: [localarbitrumone_RootCount_filter] } -enum metis_RootCount_orderBy { +enum localarbitrumone_RootCount_orderBy { id count } -type metis_RootMessageSent { +type localarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: metis_Bytes + root: localarbitrumone_Bytes count: BigInt - caller: metis_Bytes - transactionHash: metis_Bytes + caller: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input metis_RootMessageSent_filter { +input localarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -159859,16 +169678,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: 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 @@ -159877,26 +169696,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: 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 @@ -159930,12 +169749,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RootMessageSent_filter] + or: [localarbitrumone_RootMessageSent_filter] } -enum metis_RootMessageSent_orderBy { +enum localarbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -159949,25 +169768,25 @@ enum metis_RootMessageSent_orderBy { blockNumber } -type metis_Router { +type localarbitrumone_Router { id: ID! isActive: Boolean! - owner: metis_Bytes - recipient: metis_Bytes - proposedOwner: metis_Bytes + owner: localarbitrumone_Bytes + recipient: localarbitrumone_Bytes + proposedOwner: localarbitrumone_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: localarbitrumone_AssetBalance_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_AssetBalance_filter): [localarbitrumone_AssetBalance!]! } -type metis_RouterDailyTVL { +type localarbitrumone_RouterDailyTVL { id: ID! - router: metis_Router! - asset: metis_Asset! + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input metis_RouterDailyTVL_filter { +input localarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -159996,7 +169815,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_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -160017,7 +169836,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_: localarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -160035,12 +169854,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RouterDailyTVL_filter] + or: [localarbitrumone_RouterDailyTVL_filter] } -enum metis_RouterDailyTVL_orderBy { +enum localarbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -160063,26 +169882,26 @@ enum metis_RouterDailyTVL_orderBy { balance } -type metis_RouterLiquidityEvent { +type localarbitrumone_RouterLiquidityEvent { id: ID! - type: metis_RouterLiquidityEventType - router: metis_Router! - asset: metis_Asset! + type: localarbitrumone_RouterLiquidityEventType + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: metis_Bytes + caller: localarbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: metis_Bytes! + transactionHash: localarbitrumone_Bytes! nonce: BigInt! } -enum metis_RouterLiquidityEventType { +enum localarbitrumone_RouterLiquidityEventType { Add Remove } -input metis_RouterLiquidityEvent_filter { +input localarbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -160091,10 +169910,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: localarbitrumone_RouterLiquidityEventType + type_not: localarbitrumone_RouterLiquidityEventType + type_in: [localarbitrumone_RouterLiquidityEventType!] + type_not_in: [localarbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -160115,7 +169934,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_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -160136,7 +169955,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_: localarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -160153,16 +169972,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: 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 @@ -160179,16 +169998,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: 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 @@ -160198,12 +170017,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RouterLiquidityEvent_filter] + or: [localarbitrumone_RouterLiquidityEvent_filter] } -enum metis_RouterLiquidityEvent_orderBy { +enum localarbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -160232,7 +170051,7 @@ enum metis_RouterLiquidityEvent_orderBy { nonce } -input metis_Router_filter { +input localarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -160245,36 +170064,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: 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 @@ -160283,14 +170102,14 @@ input metis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: metis_AssetBalance_filter + assetBalances_: localarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Router_filter] - or: [metis_Router_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Router_filter] + or: [localarbitrumone_Router_filter] } -enum metis_Router_orderBy { +enum localarbitrumone_Router_orderBy { id isActive owner @@ -160300,13 +170119,13 @@ enum metis_Router_orderBy { assetBalances } -type metis_Sequencer { +type localarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: metis_Bytes + sequencer: localarbitrumone_Bytes } -input metis_Sequencer_filter { +input localarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -160319,35 +170138,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: 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: metis_BlockChangedFilter - and: [metis_Sequencer_filter] - or: [metis_Sequencer_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Sequencer_filter] + or: [localarbitrumone_Sequencer_filter] } -enum metis_Sequencer_orderBy { +enum localarbitrumone_Sequencer_orderBy { id isActive sequencer } -type metis_Setting { +type localarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: metis_Bytes! + caller: localarbitrumone_Bytes! } -input metis_Setting_filter { +input localarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -160364,41 +170183,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: 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: metis_BlockChangedFilter - and: [metis_Setting_filter] - or: [metis_Setting_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Setting_filter] + or: [localarbitrumone_Setting_filter] } -enum metis_Setting_orderBy { +enum localarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type metis_SlippageUpdate { +type localarbitrumone_SlippageUpdate { id: ID! - transfer: metis_DestinationTransfer! + transfer: localarbitrumone_DestinationTransfer! slippage: BigInt! - caller: metis_Bytes! - transactionHash: metis_Bytes! + caller: localarbitrumone_Bytes! + transactionHash: localarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_SlippageUpdate_filter { +input localarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -160427,7 +170246,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_: localarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -160436,26 +170255,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: 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 @@ -160489,12 +170308,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SlippageUpdate_filter] + or: [localarbitrumone_SlippageUpdate_filter] } -enum metis_SlippageUpdate_orderBy { +enum localarbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -160542,16 +170361,16 @@ enum metis_SlippageUpdate_orderBy { blockNumber } -type metis_SnapshotRoot { +type localarbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: metis_Bytes! + root: localarbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input metis_SnapshotRoot_filter { +input localarbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -160568,16 +170387,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: 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 @@ -160603,12 +170422,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SnapshotRoot_filter] + or: [localarbitrumone_SnapshotRoot_filter] } -enum metis_SnapshotRoot_orderBy { +enum localarbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -160617,12 +170436,12 @@ enum metis_SnapshotRoot_orderBy { blockNumber } -type metis_SpokeConnectorMode { +type localarbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input metis_SpokeConnectorMode_filter { +input localarbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -160652,17 +170471,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SpokeConnectorMode_filter] + or: [localarbitrumone_SpokeConnectorMode_filter] } -enum metis_SpokeConnectorMode_orderBy { +enum localarbitrumone_SpokeConnectorMode_orderBy { id mode } -enum metis_TransferStatus { +enum localarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -160670,9 +170489,9 @@ enum metis_TransferStatus { CompletedFast } -type metis__Block_ { +type localarbitrumone__Block_ { """The hash of the block""" - hash: metis_Bytes + hash: localarbitrumone_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -160680,7 +170499,7 @@ type metis__Block_ { } """The type for the top-level _meta field""" -type metis__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 @@ -160688,22 +170507,22 @@ type metis__Meta_ { and therefore asks for the latest block """ - block: metis__Block_! + block: localarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingpolygon_AggregateRoot { +type mumbai_AggregateRoot { id: ID! - root: stagingpolygon_Bytes! + root: mumbai_Bytes! blockNumber: BigInt! } -type stagingpolygon_AggregateRootProposed { +type mumbai_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: mumbai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -160711,7 +170530,7 @@ type stagingpolygon_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygon_AggregateRootProposed_filter { +input mumbai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -160720,16 +170539,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: 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 @@ -160771,12 +170590,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: mumbai_BlockChangedFilter + and: [mumbai_AggregateRootProposed_filter] + or: [mumbai_AggregateRootProposed_filter] } -enum stagingpolygon_AggregateRootProposed_orderBy { +enum mumbai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -160786,7 +170605,7 @@ enum stagingpolygon_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygon_AggregateRoot_filter { +input mumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -160795,16 +170614,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: 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 @@ -160814,47 +170633,47 @@ input stagingpolygon_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_AggregateRoot_filter] - or: [stagingpolygon_AggregateRoot_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AggregateRoot_filter] + or: [mumbai_AggregateRoot_filter] } -enum stagingpolygon_AggregateRoot_orderBy { +enum mumbai_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygon_Aggregation_interval { +enum mumbai_Aggregation_interval { hour day } -type stagingpolygon_Asset { +type mumbai_Asset { id: ID! - key: stagingpolygon_Bytes + key: mumbai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygon_Bytes + canonicalId: mumbai_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygon_Bytes - localAsset: stagingpolygon_Bytes + adoptedAsset: mumbai_Bytes + localAsset: mumbai_Bytes blockNumber: BigInt - status: stagingpolygon_AssetStatus + status: mumbai_AssetStatus } -type stagingpolygon_AssetBalance { +type mumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: mumbai_Router! + asset: mumbai_Asset! feesEarned: BigInt! } -input stagingpolygon_AssetBalance_filter { +input mumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -160915,7 +170734,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_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -160936,7 +170755,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_: mumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -160946,12 +170765,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: mumbai_BlockChangedFilter + and: [mumbai_AssetBalance_filter] + or: [mumbai_AssetBalance_filter] } -enum stagingpolygon_AssetBalance_orderBy { +enum mumbai_AssetBalance_orderBy { id amount locked @@ -160977,12 +170796,12 @@ enum stagingpolygon_AssetBalance_orderBy { feesEarned } -type stagingpolygon_AssetStatus { +type mumbai_AssetStatus { id: ID! status: Boolean } -input stagingpolygon_AssetStatus_filter { +input mumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -160996,17 +170815,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: mumbai_BlockChangedFilter + and: [mumbai_AssetStatus_filter] + or: [mumbai_AssetStatus_filter] } -enum stagingpolygon_AssetStatus_orderBy { +enum mumbai_AssetStatus_orderBy { id status } -input stagingpolygon_Asset_filter { +input mumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -161015,16 +170834,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: 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 @@ -161041,16 +170860,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: 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 @@ -161059,26 +170878,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: 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 @@ -161107,14 +170926,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_: mumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Asset_filter] - or: [stagingpolygon_Asset_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Asset_filter] + or: [mumbai_Asset_filter] } -enum stagingpolygon_Asset_orderBy { +enum mumbai_Asset_orderBy { id key decimal @@ -161129,30 +170948,30 @@ enum stagingpolygon_Asset_orderBy { status__status } -scalar stagingpolygon_BigDecimal +scalar mumbai_BigDecimal -input stagingpolygon_BlockChangedFilter { +input mumbai_BlockChangedFilter { number_gte: Int! } -input stagingpolygon_Block_height { - hash: stagingpolygon_Bytes +input mumbai_Block_height { + hash: mumbai_Bytes number: Int number_gte: Int } -scalar stagingpolygon_Bytes +scalar mumbai_Bytes -type stagingpolygon_ConnectorMeta { +type mumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygon_Bytes - rootManager: stagingpolygon_Bytes - mirrorConnector: stagingpolygon_Bytes + amb: mumbai_Bytes + rootManager: mumbai_Bytes + mirrorConnector: mumbai_Bytes } -input stagingpolygon_ConnectorMeta_filter { +input mumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -161177,43 +170996,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_ConnectorMeta_filter] - or: [stagingpolygon_ConnectorMeta_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_ConnectorMeta_filter] + or: [mumbai_ConnectorMeta_filter] } -enum stagingpolygon_ConnectorMeta_orderBy { +enum mumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -161222,48 +171041,48 @@ enum stagingpolygon_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygon_DestinationTransfer { +type mumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: mumbai_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: 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: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: mumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygon_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset + canonicalId: mumbai_Bytes + asset: mumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygon_Bytes - executedTransactionHash: stagingpolygon_Bytes + executedCaller: mumbai_Bytes + executedTransactionHash: mumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygon_Bytes + executedTxOrigin: mumbai_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygon_Bytes - reconciledTransactionHash: stagingpolygon_Bytes + reconciledCaller: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxOrigin: mumbai_Bytes reconciledTxNonce: BigInt } -input stagingpolygon_DestinationTransfer_filter { +input mumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -161280,16 +171099,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: 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 @@ -161298,17 +171117,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: 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_: stagingpolygon_Router_filter + routers_: mumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -161333,40 +171152,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: 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: 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: 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 @@ -161383,16 +171202,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: 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 @@ -161409,16 +171228,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: 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 @@ -161439,7 +171258,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_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -161456,26 +171275,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: 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 @@ -161508,16 +171327,16 @@ input stagingpolygon_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingpolygon_Bytes - executedTxOrigin_not: stagingpolygon_Bytes - executedTxOrigin_gt: stagingpolygon_Bytes - executedTxOrigin_lt: stagingpolygon_Bytes - executedTxOrigin_gte: stagingpolygon_Bytes - executedTxOrigin_lte: stagingpolygon_Bytes - executedTxOrigin_in: [stagingpolygon_Bytes!] - executedTxOrigin_not_in: [stagingpolygon_Bytes!] - executedTxOrigin_contains: stagingpolygon_Bytes - executedTxOrigin_not_contains: stagingpolygon_Bytes + executedTxOrigin: 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 @@ -161526,26 +171345,26 @@ input stagingpolygon_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingpolygon_Bytes - reconciledCaller_not: stagingpolygon_Bytes - reconciledCaller_gt: stagingpolygon_Bytes - reconciledCaller_lt: stagingpolygon_Bytes - reconciledCaller_gte: stagingpolygon_Bytes - reconciledCaller_lte: stagingpolygon_Bytes - reconciledCaller_in: [stagingpolygon_Bytes!] - reconciledCaller_not_in: [stagingpolygon_Bytes!] - reconciledCaller_contains: stagingpolygon_Bytes - reconciledCaller_not_contains: stagingpolygon_Bytes - reconciledTransactionHash: stagingpolygon_Bytes - reconciledTransactionHash_not: stagingpolygon_Bytes - reconciledTransactionHash_gt: stagingpolygon_Bytes - reconciledTransactionHash_lt: stagingpolygon_Bytes - reconciledTransactionHash_gte: stagingpolygon_Bytes - reconciledTransactionHash_lte: stagingpolygon_Bytes - reconciledTransactionHash_in: [stagingpolygon_Bytes!] - reconciledTransactionHash_not_in: [stagingpolygon_Bytes!] - reconciledTransactionHash_contains: stagingpolygon_Bytes - reconciledTransactionHash_not_contains: stagingpolygon_Bytes + reconciledCaller: 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 @@ -161578,16 +171397,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: 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 @@ -161597,12 +171416,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: mumbai_BlockChangedFilter + and: [mumbai_DestinationTransfer_filter] + or: [mumbai_DestinationTransfer_filter] } -enum stagingpolygon_DestinationTransfer_orderBy { +enum mumbai_DestinationTransfer_orderBy { id chainId transferId @@ -161656,16 +171475,16 @@ enum stagingpolygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingpolygon_Int8 +scalar mumbai_Int8 -type stagingpolygon_OptimisticRootFinalized { +type mumbai_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: mumbai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygon_OptimisticRootFinalized_filter { +input mumbai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -161674,16 +171493,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: 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 @@ -161701,12 +171520,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: mumbai_BlockChangedFilter + and: [mumbai_OptimisticRootFinalized_filter] + or: [mumbai_OptimisticRootFinalized_filter] } -enum stagingpolygon_OptimisticRootFinalized_orderBy { +enum mumbai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -161714,25 +171533,25 @@ enum stagingpolygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingpolygon_OrderDirection { +enum mumbai_OrderDirection { asc desc } -type stagingpolygon_OriginMessage { +type mumbai_OriginMessage { id: ID! - transferId: stagingpolygon_Bytes + transferId: mumbai_Bytes destinationDomain: BigInt - leaf: stagingpolygon_Bytes + leaf: mumbai_Bytes index: BigInt - message: stagingpolygon_Bytes - root: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + message: mumbai_Bytes + root: mumbai_Bytes + transactionHash: mumbai_Bytes blockNumber: BigInt - rootCount: stagingpolygon_RootCount + rootCount: mumbai_RootCount } -input stagingpolygon_OriginMessage_filter { +input mumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -161741,16 +171560,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: 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 @@ -161759,16 +171578,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: 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 @@ -161777,36 +171596,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: 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 @@ -161835,14 +171654,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_: mumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_OriginMessage_filter] - or: [stagingpolygon_OriginMessage_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginMessage_filter] + or: [mumbai_OriginMessage_filter] } -enum stagingpolygon_OriginMessage_orderBy { +enum mumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -161857,42 +171676,42 @@ enum stagingpolygon_OriginMessage_orderBy { rootCount__count } -type stagingpolygon_OriginTransfer { +type mumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: stagingpolygon_TransferStatus - messageHash: stagingpolygon_Bytes + status: mumbai_TransferStatus + messageHash: mumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: mumbai_Bytes slippage: BigInt - originSender: stagingpolygon_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset - transactingAsset: stagingpolygon_Bytes - message: stagingpolygon_OriginMessage + canonicalId: mumbai_Bytes + asset: mumbai_Asset + transactingAsset: mumbai_Bytes + message: mumbai_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: 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: stagingpolygon_Bytes + txOrigin: mumbai_Bytes txNonce: BigInt } -input stagingpolygon_OriginTransfer_filter { +input mumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -161909,16 +171728,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: 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 @@ -161927,20 +171746,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: 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 @@ -161965,40 +171784,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: 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: 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: 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 @@ -162007,16 +171826,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: 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 @@ -162033,16 +171852,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: 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 @@ -162063,17 +171882,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_: 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 @@ -162094,7 +171913,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_: mumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -162109,37 +171928,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_: 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 @@ -162172,16 +171991,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: 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 @@ -162191,12 +172010,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: mumbai_BlockChangedFilter + and: [mumbai_OriginTransfer_filter] + or: [mumbai_OriginTransfer_filter] } -enum stagingpolygon_OriginTransfer_orderBy { +enum mumbai_OriginTransfer_orderBy { id chainId transferId @@ -162249,20 +172068,20 @@ enum stagingpolygon_OriginTransfer_orderBy { txNonce } -type stagingpolygon_Relayer { +type mumbai_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygon_Bytes + relayer: mumbai_Bytes } -type stagingpolygon_RelayerFee { +type mumbai_RelayerFee { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: mumbai_OriginTransfer! fee: BigInt! - asset: stagingpolygon_Bytes! + asset: mumbai_Bytes! } -input stagingpolygon_RelayerFee_filter { +input mumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -162291,7 +172110,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_: mumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -162300,23 +172119,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RelayerFee_filter] - or: [stagingpolygon_RelayerFee_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFee_filter] + or: [mumbai_RelayerFee_filter] } -enum stagingpolygon_RelayerFee_orderBy { +enum mumbai_RelayerFee_orderBy { id transfer transfer__id @@ -162352,20 +172171,20 @@ enum stagingpolygon_RelayerFee_orderBy { asset } -type stagingpolygon_RelayerFeesIncrease { +type mumbai_RelayerFeesIncrease { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: mumbai_OriginTransfer! increase: BigInt - asset: stagingpolygon_Bytes - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + asset: mumbai_Bytes + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_RelayerFeesIncrease_filter { +input mumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -162394,7 +172213,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_: mumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -162403,36 +172222,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: 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 @@ -162466,12 +172285,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: mumbai_BlockChangedFilter + and: [mumbai_RelayerFeesIncrease_filter] + or: [mumbai_RelayerFeesIncrease_filter] } -enum stagingpolygon_RelayerFeesIncrease_orderBy { +enum mumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -162513,7 +172332,7 @@ enum stagingpolygon_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygon_Relayer_filter { +input mumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -162526,34 +172345,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Relayer_filter] - or: [stagingpolygon_Relayer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Relayer_filter] + or: [mumbai_Relayer_filter] } -enum stagingpolygon_Relayer_orderBy { +enum mumbai_Relayer_orderBy { id isActive relayer } -type stagingpolygon_RootCount { +type mumbai_RootCount { id: ID! count: BigInt } -input stagingpolygon_RootCount_filter { +input mumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -162571,31 +172390,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: mumbai_BlockChangedFilter + and: [mumbai_RootCount_filter] + or: [mumbai_RootCount_filter] } -enum stagingpolygon_RootCount_orderBy { +enum mumbai_RootCount_orderBy { id count } -type stagingpolygon_RootMessageSent { +type mumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygon_Bytes + root: mumbai_Bytes count: BigInt - caller: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygon_RootMessageSent_filter { +input mumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -162620,16 +172439,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: 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 @@ -162638,26 +172457,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: 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 @@ -162691,12 +172510,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: mumbai_BlockChangedFilter + and: [mumbai_RootMessageSent_filter] + or: [mumbai_RootMessageSent_filter] } -enum stagingpolygon_RootMessageSent_orderBy { +enum mumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -162710,25 +172529,25 @@ enum stagingpolygon_RootMessageSent_orderBy { blockNumber } -type stagingpolygon_Router { +type mumbai_Router { id: ID! isActive: Boolean! - owner: stagingpolygon_Bytes - recipient: stagingpolygon_Bytes - proposedOwner: stagingpolygon_Bytes + owner: mumbai_Bytes + recipient: mumbai_Bytes + proposedOwner: mumbai_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: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! } -type stagingpolygon_RouterDailyTVL { +type mumbai_RouterDailyTVL { id: ID! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: mumbai_Router! + asset: mumbai_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygon_RouterDailyTVL_filter { +input mumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -162757,7 +172576,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_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -162778,7 +172597,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_: mumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -162796,12 +172615,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: mumbai_BlockChangedFilter + and: [mumbai_RouterDailyTVL_filter] + or: [mumbai_RouterDailyTVL_filter] } -enum stagingpolygon_RouterDailyTVL_orderBy { +enum mumbai_RouterDailyTVL_orderBy { id router router__id @@ -162824,26 +172643,26 @@ enum stagingpolygon_RouterDailyTVL_orderBy { balance } -type stagingpolygon_RouterLiquidityEvent { +type mumbai_RouterLiquidityEvent { id: ID! - type: stagingpolygon_RouterLiquidityEventType - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + type: mumbai_RouterLiquidityEventType + router: mumbai_Router! + asset: mumbai_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygon_Bytes + caller: mumbai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygon_Bytes! + transactionHash: mumbai_Bytes! nonce: BigInt! } -enum stagingpolygon_RouterLiquidityEventType { +enum mumbai_RouterLiquidityEventType { Add Remove } -input stagingpolygon_RouterLiquidityEvent_filter { +input mumbai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -162852,10 +172671,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: mumbai_RouterLiquidityEventType + type_not: mumbai_RouterLiquidityEventType + type_in: [mumbai_RouterLiquidityEventType!] + type_not_in: [mumbai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -162876,7 +172695,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_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -162897,7 +172716,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_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -162914,16 +172733,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: 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 @@ -162940,16 +172759,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: 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 @@ -162959,12 +172778,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: mumbai_BlockChangedFilter + and: [mumbai_RouterLiquidityEvent_filter] + or: [mumbai_RouterLiquidityEvent_filter] } -enum stagingpolygon_RouterLiquidityEvent_orderBy { +enum mumbai_RouterLiquidityEvent_orderBy { id type router @@ -162993,7 +172812,7 @@ enum stagingpolygon_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygon_Router_filter { +input mumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -163006,36 +172825,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: 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 @@ -163044,14 +172863,14 @@ input stagingpolygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygon_AssetBalance_filter + assetBalances_: mumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Router_filter] - or: [stagingpolygon_Router_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Router_filter] + or: [mumbai_Router_filter] } -enum stagingpolygon_Router_orderBy { +enum mumbai_Router_orderBy { id isActive owner @@ -163061,13 +172880,13 @@ enum stagingpolygon_Router_orderBy { assetBalances } -type stagingpolygon_Sequencer { +type mumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygon_Bytes + sequencer: mumbai_Bytes } -input stagingpolygon_Sequencer_filter { +input mumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -163080,35 +172899,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Sequencer_filter] - or: [stagingpolygon_Sequencer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Sequencer_filter] + or: [mumbai_Sequencer_filter] } -enum stagingpolygon_Sequencer_orderBy { +enum mumbai_Sequencer_orderBy { id isActive sequencer } -type stagingpolygon_Setting { +type mumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygon_Bytes! + caller: mumbai_Bytes! } -input stagingpolygon_Setting_filter { +input mumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -163125,41 +172944,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Setting_filter] - or: [stagingpolygon_Setting_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Setting_filter] + or: [mumbai_Setting_filter] } -enum stagingpolygon_Setting_orderBy { +enum mumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygon_SlippageUpdate { +type mumbai_SlippageUpdate { id: ID! - transfer: stagingpolygon_DestinationTransfer! + transfer: mumbai_DestinationTransfer! slippage: BigInt! - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_SlippageUpdate_filter { +input mumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -163188,7 +173007,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_: mumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -163197,26 +173016,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: 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 @@ -163250,12 +173069,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: mumbai_BlockChangedFilter + and: [mumbai_SlippageUpdate_filter] + or: [mumbai_SlippageUpdate_filter] } -enum stagingpolygon_SlippageUpdate_orderBy { +enum mumbai_SlippageUpdate_orderBy { id transfer transfer__id @@ -163303,16 +173122,16 @@ enum stagingpolygon_SlippageUpdate_orderBy { blockNumber } -type stagingpolygon_SnapshotRoot { +type mumbai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygon_Bytes! + root: mumbai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygon_SnapshotRoot_filter { +input mumbai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -163329,16 +173148,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: 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 @@ -163364,12 +173183,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: mumbai_BlockChangedFilter + and: [mumbai_SnapshotRoot_filter] + or: [mumbai_SnapshotRoot_filter] } -enum stagingpolygon_SnapshotRoot_orderBy { +enum mumbai_SnapshotRoot_orderBy { id spokeDomain root @@ -163378,12 +173197,12 @@ enum stagingpolygon_SnapshotRoot_orderBy { blockNumber } -type stagingpolygon_SpokeConnectorMode { +type mumbai_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygon_SpokeConnectorMode_filter { +input mumbai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -163413,17 +173232,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: mumbai_BlockChangedFilter + and: [mumbai_SpokeConnectorMode_filter] + or: [mumbai_SpokeConnectorMode_filter] } -enum stagingpolygon_SpokeConnectorMode_orderBy { +enum mumbai_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygon_TransferStatus { +enum mumbai_TransferStatus { XCalled Executed Reconciled @@ -163431,9 +173250,9 @@ enum stagingpolygon_TransferStatus { CompletedFast } -type stagingpolygon__Block_ { +type mumbai__Block_ { """The hash of the block""" - hash: stagingpolygon_Bytes + hash: mumbai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -163441,7 +173260,7 @@ type stagingpolygon__Block_ { } """The type for the top-level _meta field""" -type stagingpolygon__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 @@ -163449,22 +173268,22 @@ type stagingpolygon__Meta_ { and therefore asks for the latest block """ - block: stagingpolygon__Block_! + block: mumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingavalanche_AggregateRoot { +type stagingmode_AggregateRoot { id: ID! - root: stagingavalanche_Bytes! + root: stagingmode_Bytes! blockNumber: BigInt! } -type stagingavalanche_AggregateRootProposed { +type stagingmode_AggregateRootProposed { id: ID! - aggregateRoot: stagingavalanche_Bytes! + aggregateRoot: stagingmode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -163472,7 +173291,7 @@ type stagingavalanche_AggregateRootProposed { blockNumber: BigInt } -input stagingavalanche_AggregateRootProposed_filter { +input stagingmode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -163481,16 +173300,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: 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 @@ -163532,12 +173351,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: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRootProposed_filter] + or: [stagingmode_AggregateRootProposed_filter] } -enum stagingavalanche_AggregateRootProposed_orderBy { +enum stagingmode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -163547,7 +173366,7 @@ enum stagingavalanche_AggregateRootProposed_orderBy { blockNumber } -input stagingavalanche_AggregateRoot_filter { +input stagingmode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -163556,16 +173375,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: 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 @@ -163575,47 +173394,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: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRoot_filter] + or: [stagingmode_AggregateRoot_filter] } -enum stagingavalanche_AggregateRoot_orderBy { +enum stagingmode_AggregateRoot_orderBy { id root blockNumber } -enum stagingavalanche_Aggregation_interval { - hour - day -} - -type stagingavalanche_Asset { +type stagingmode_Asset { id: ID! - key: stagingavalanche_Bytes + key: stagingmode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingavalanche_Bytes + canonicalId: stagingmode_Bytes canonicalDomain: BigInt - adoptedAsset: stagingavalanche_Bytes - localAsset: stagingavalanche_Bytes + adoptedAsset: stagingmode_Bytes + localAsset: stagingmode_Bytes blockNumber: BigInt - status: stagingavalanche_AssetStatus + status: stagingmode_AssetStatus } -type stagingavalanche_AssetBalance { +type stagingmode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + router: stagingmode_Router! + asset: stagingmode_Asset! feesEarned: BigInt! } -input stagingavalanche_AssetBalance_filter { +input stagingmode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -163676,7 +173490,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_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -163697,7 +173511,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_: stagingmode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -163707,12 +173521,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: stagingmode_BlockChangedFilter + and: [stagingmode_AssetBalance_filter] + or: [stagingmode_AssetBalance_filter] } -enum stagingavalanche_AssetBalance_orderBy { +enum stagingmode_AssetBalance_orderBy { id amount locked @@ -163738,12 +173552,12 @@ enum stagingavalanche_AssetBalance_orderBy { feesEarned } -type stagingavalanche_AssetStatus { +type stagingmode_AssetStatus { id: ID! status: Boolean } -input stagingavalanche_AssetStatus_filter { +input stagingmode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -163757,17 +173571,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: stagingmode_BlockChangedFilter + and: [stagingmode_AssetStatus_filter] + or: [stagingmode_AssetStatus_filter] } -enum stagingavalanche_AssetStatus_orderBy { +enum stagingmode_AssetStatus_orderBy { id status } -input stagingavalanche_Asset_filter { +input stagingmode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -163776,16 +173590,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: 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 @@ -163802,16 +173616,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: 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 @@ -163820,26 +173634,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: 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 @@ -163868,14 +173682,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_: stagingmode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Asset_filter] - or: [stagingavalanche_Asset_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Asset_filter] + or: [stagingmode_Asset_filter] } -enum stagingavalanche_Asset_orderBy { +enum stagingmode_Asset_orderBy { id key decimal @@ -163890,30 +173704,30 @@ enum stagingavalanche_Asset_orderBy { status__status } -scalar stagingavalanche_BigDecimal +scalar stagingmode_BigDecimal -input stagingavalanche_BlockChangedFilter { +input stagingmode_BlockChangedFilter { number_gte: Int! } -input stagingavalanche_Block_height { - hash: stagingavalanche_Bytes +input stagingmode_Block_height { + hash: stagingmode_Bytes number: Int number_gte: Int } -scalar stagingavalanche_Bytes +scalar stagingmode_Bytes -type stagingavalanche_ConnectorMeta { +type stagingmode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingavalanche_Bytes - rootManager: stagingavalanche_Bytes - mirrorConnector: stagingavalanche_Bytes + amb: stagingmode_Bytes + rootManager: stagingmode_Bytes + mirrorConnector: stagingmode_Bytes } -input stagingavalanche_ConnectorMeta_filter { +input stagingmode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -163938,43 +173752,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_ConnectorMeta_filter] - or: [stagingavalanche_ConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_ConnectorMeta_filter] + or: [stagingmode_ConnectorMeta_filter] } -enum stagingavalanche_ConnectorMeta_orderBy { +enum stagingmode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -163983,48 +173797,48 @@ enum stagingavalanche_ConnectorMeta_orderBy { mirrorConnector } -type stagingavalanche_DestinationTransfer { +type stagingmode_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingavalanche_Bytes + transferId: stagingmode_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: 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: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes + to: stagingmode_Bytes + delegate: stagingmode_Bytes receiveLocal: Boolean - callData: stagingavalanche_Bytes + callData: stagingmode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingavalanche_Bytes + originSender: stagingmode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingavalanche_Bytes - executedTransactionHash: stagingavalanche_Bytes + executedCaller: stagingmode_Bytes + executedTransactionHash: stagingmode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingavalanche_Bytes + executedTxOrigin: stagingmode_Bytes executedTxNonce: BigInt - reconciledCaller: stagingavalanche_Bytes - reconciledTransactionHash: stagingavalanche_Bytes + reconciledCaller: stagingmode_Bytes + reconciledTransactionHash: stagingmode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxOrigin: stagingmode_Bytes reconciledTxNonce: BigInt } -input stagingavalanche_DestinationTransfer_filter { +input stagingmode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -164041,16 +173855,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: 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 @@ -164059,17 +173873,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: 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_: stagingavalanche_Router_filter + routers_: stagingmode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -164094,40 +173908,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: 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: 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: 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 @@ -164144,16 +173958,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: 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 @@ -164170,16 +173984,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: 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 @@ -164200,7 +174014,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_: stagingmode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -164217,26 +174031,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: 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 @@ -164269,16 +174083,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: 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 @@ -164287,26 +174101,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: 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 @@ -164339,16 +174153,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: 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 @@ -164358,12 +174172,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: stagingmode_BlockChangedFilter + and: [stagingmode_DestinationTransfer_filter] + or: [stagingmode_DestinationTransfer_filter] } -enum stagingavalanche_DestinationTransfer_orderBy { +enum stagingmode_DestinationTransfer_orderBy { id chainId transferId @@ -164417,16 +174231,16 @@ enum stagingavalanche_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingavalanche_Int8 +scalar stagingmode_Int8 -type stagingavalanche_OptimisticRootFinalized { +type stagingmode_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingavalanche_Bytes! + aggregateRoot: stagingmode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingavalanche_OptimisticRootFinalized_filter { +input stagingmode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -164435,16 +174249,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: 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 @@ -164462,12 +174276,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: stagingmode_BlockChangedFilter + and: [stagingmode_OptimisticRootFinalized_filter] + or: [stagingmode_OptimisticRootFinalized_filter] } -enum stagingavalanche_OptimisticRootFinalized_orderBy { +enum stagingmode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -164475,25 +174289,25 @@ enum stagingavalanche_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingavalanche_OrderDirection { +enum stagingmode_OrderDirection { asc desc } -type stagingavalanche_OriginMessage { +type stagingmode_OriginMessage { id: ID! - transferId: stagingavalanche_Bytes + transferId: stagingmode_Bytes destinationDomain: BigInt - leaf: stagingavalanche_Bytes + leaf: stagingmode_Bytes index: BigInt - message: stagingavalanche_Bytes - root: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes + message: stagingmode_Bytes + root: stagingmode_Bytes + transactionHash: stagingmode_Bytes blockNumber: BigInt - rootCount: stagingavalanche_RootCount + rootCount: stagingmode_RootCount } -input stagingavalanche_OriginMessage_filter { +input stagingmode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -164502,16 +174316,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: 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 @@ -164520,16 +174334,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: 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 @@ -164538,36 +174352,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: 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 @@ -164596,14 +174410,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_: stagingmode_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_OriginMessage_filter] - or: [stagingavalanche_OriginMessage_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OriginMessage_filter] + or: [stagingmode_OriginMessage_filter] } -enum stagingavalanche_OriginMessage_orderBy { +enum stagingmode_OriginMessage_orderBy { id transferId destinationDomain @@ -164618,42 +174432,42 @@ enum stagingavalanche_OriginMessage_orderBy { rootCount__count } -type stagingavalanche_OriginTransfer { +type stagingmode_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingavalanche_Bytes + transferId: stagingmode_Bytes nonce: BigInt - status: stagingavalanche_TransferStatus - messageHash: stagingavalanche_Bytes + status: stagingmode_TransferStatus + messageHash: stagingmode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes + to: stagingmode_Bytes + delegate: stagingmode_Bytes receiveLocal: Boolean - callData: stagingavalanche_Bytes + callData: stagingmode_Bytes slippage: BigInt - originSender: stagingavalanche_Bytes + originSender: stagingmode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset - transactingAsset: stagingavalanche_Bytes - message: stagingavalanche_OriginMessage + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset + transactingAsset: stagingmode_Bytes + message: stagingmode_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: 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: stagingavalanche_Bytes + txOrigin: stagingmode_Bytes txNonce: BigInt } -input stagingavalanche_OriginTransfer_filter { +input stagingmode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -164670,16 +174484,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: 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 @@ -164688,20 +174502,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: 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 @@ -164726,40 +174540,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: 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: 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: 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 @@ -164768,16 +174582,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: 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 @@ -164794,16 +174608,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: 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 @@ -164824,17 +174638,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_: 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 @@ -164855,7 +174669,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_: stagingmode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -164870,37 +174684,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_: 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 @@ -164933,16 +174747,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: 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 @@ -164952,12 +174766,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: stagingmode_BlockChangedFilter + and: [stagingmode_OriginTransfer_filter] + or: [stagingmode_OriginTransfer_filter] } -enum stagingavalanche_OriginTransfer_orderBy { +enum stagingmode_OriginTransfer_orderBy { id chainId transferId @@ -165010,20 +174824,20 @@ enum stagingavalanche_OriginTransfer_orderBy { txNonce } -type stagingavalanche_Relayer { +type stagingmode_Relayer { id: ID! isActive: Boolean! - relayer: stagingavalanche_Bytes + relayer: stagingmode_Bytes } -type stagingavalanche_RelayerFee { +type stagingmode_RelayerFee { id: ID! - transfer: stagingavalanche_OriginTransfer! + transfer: stagingmode_OriginTransfer! fee: BigInt! - asset: stagingavalanche_Bytes! + asset: stagingmode_Bytes! } -input stagingavalanche_RelayerFee_filter { +input stagingmode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -165052,7 +174866,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_: stagingmode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -165061,23 +174875,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RelayerFee_filter] - or: [stagingavalanche_RelayerFee_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFee_filter] + or: [stagingmode_RelayerFee_filter] } -enum stagingavalanche_RelayerFee_orderBy { +enum stagingmode_RelayerFee_orderBy { id transfer transfer__id @@ -165113,20 +174927,20 @@ enum stagingavalanche_RelayerFee_orderBy { asset } -type stagingavalanche_RelayerFeesIncrease { +type stagingmode_RelayerFeesIncrease { id: ID! - transfer: stagingavalanche_OriginTransfer! + transfer: stagingmode_OriginTransfer! increase: BigInt - asset: stagingavalanche_Bytes - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + asset: stagingmode_Bytes + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingavalanche_RelayerFeesIncrease_filter { +input stagingmode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -165155,7 +174969,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_: stagingmode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -165164,36 +174978,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: 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 @@ -165227,12 +175041,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: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFeesIncrease_filter] + or: [stagingmode_RelayerFeesIncrease_filter] } -enum stagingavalanche_RelayerFeesIncrease_orderBy { +enum stagingmode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -165274,7 +175088,7 @@ enum stagingavalanche_RelayerFeesIncrease_orderBy { blockNumber } -input stagingavalanche_Relayer_filter { +input stagingmode_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -165287,34 +175101,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Relayer_filter] - or: [stagingavalanche_Relayer_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Relayer_filter] + or: [stagingmode_Relayer_filter] } -enum stagingavalanche_Relayer_orderBy { +enum stagingmode_Relayer_orderBy { id isActive relayer } -type stagingavalanche_RootCount { +type stagingmode_RootCount { id: ID! count: BigInt } -input stagingavalanche_RootCount_filter { +input stagingmode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -165332,31 +175146,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: stagingmode_BlockChangedFilter + and: [stagingmode_RootCount_filter] + or: [stagingmode_RootCount_filter] } -enum stagingavalanche_RootCount_orderBy { +enum stagingmode_RootCount_orderBy { id count } -type stagingavalanche_RootMessageSent { +type stagingmode_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingavalanche_Bytes + root: stagingmode_Bytes count: BigInt - caller: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes + caller: stagingmode_Bytes + transactionHash: stagingmode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingavalanche_RootMessageSent_filter { +input stagingmode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -165381,16 +175195,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: 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 @@ -165399,26 +175213,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: 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 @@ -165452,12 +175266,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: stagingmode_BlockChangedFilter + and: [stagingmode_RootMessageSent_filter] + or: [stagingmode_RootMessageSent_filter] } -enum stagingavalanche_RootMessageSent_orderBy { +enum stagingmode_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -165471,25 +175285,25 @@ enum stagingavalanche_RootMessageSent_orderBy { blockNumber } -type stagingavalanche_Router { +type stagingmode_Router { id: ID! isActive: Boolean! - owner: stagingavalanche_Bytes - recipient: stagingavalanche_Bytes - proposedOwner: stagingavalanche_Bytes + owner: stagingmode_Bytes + recipient: stagingmode_Bytes + proposedOwner: stagingmode_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: stagingmode_AssetBalance_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_AssetBalance_filter): [stagingmode_AssetBalance!]! } -type stagingavalanche_RouterDailyTVL { +type stagingmode_RouterDailyTVL { id: ID! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + router: stagingmode_Router! + asset: stagingmode_Asset! timestamp: BigInt! balance: BigInt! } -input stagingavalanche_RouterDailyTVL_filter { +input stagingmode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -165518,7 +175332,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_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -165539,7 +175353,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_: stagingmode_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -165557,12 +175371,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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterDailyTVL_filter] + or: [stagingmode_RouterDailyTVL_filter] } -enum stagingavalanche_RouterDailyTVL_orderBy { +enum stagingmode_RouterDailyTVL_orderBy { id router router__id @@ -165585,26 +175399,26 @@ enum stagingavalanche_RouterDailyTVL_orderBy { balance } -type stagingavalanche_RouterLiquidityEvent { +type stagingmode_RouterLiquidityEvent { id: ID! - type: stagingavalanche_RouterLiquidityEventType - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + type: stagingmode_RouterLiquidityEventType + router: stagingmode_Router! + asset: stagingmode_Asset! amount: BigInt! balance: BigInt! - caller: stagingavalanche_Bytes + caller: stagingmode_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingavalanche_Bytes! + transactionHash: stagingmode_Bytes! nonce: BigInt! } -enum stagingavalanche_RouterLiquidityEventType { +enum stagingmode_RouterLiquidityEventType { Add Remove } -input stagingavalanche_RouterLiquidityEvent_filter { +input stagingmode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -165613,10 +175427,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: stagingmode_RouterLiquidityEventType + type_not: stagingmode_RouterLiquidityEventType + type_in: [stagingmode_RouterLiquidityEventType!] + type_not_in: [stagingmode_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -165637,7 +175451,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_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -165658,7 +175472,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_: stagingmode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -165675,16 +175489,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: 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 @@ -165701,16 +175515,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: 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 @@ -165720,12 +175534,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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterLiquidityEvent_filter] + or: [stagingmode_RouterLiquidityEvent_filter] } -enum stagingavalanche_RouterLiquidityEvent_orderBy { +enum stagingmode_RouterLiquidityEvent_orderBy { id type router @@ -165754,7 +175568,7 @@ enum stagingavalanche_RouterLiquidityEvent_orderBy { nonce } -input stagingavalanche_Router_filter { +input stagingmode_Router_filter { id: ID id_not: ID id_gt: ID @@ -165767,36 +175581,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: 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 @@ -165805,14 +175619,14 @@ input stagingavalanche_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingavalanche_AssetBalance_filter + assetBalances_: stagingmode_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Router_filter] - or: [stagingavalanche_Router_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Router_filter] + or: [stagingmode_Router_filter] } -enum stagingavalanche_Router_orderBy { +enum stagingmode_Router_orderBy { id isActive owner @@ -165822,13 +175636,13 @@ enum stagingavalanche_Router_orderBy { assetBalances } -type stagingavalanche_Sequencer { +type stagingmode_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingavalanche_Bytes + sequencer: stagingmode_Bytes } -input stagingavalanche_Sequencer_filter { +input stagingmode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -165841,35 +175655,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Sequencer_filter] - or: [stagingavalanche_Sequencer_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Sequencer_filter] + or: [stagingmode_Sequencer_filter] } -enum stagingavalanche_Sequencer_orderBy { +enum stagingmode_Sequencer_orderBy { id isActive sequencer } -type stagingavalanche_Setting { +type stagingmode_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingavalanche_Bytes! + caller: stagingmode_Bytes! } -input stagingavalanche_Setting_filter { +input stagingmode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -165886,41 +175700,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Setting_filter] - or: [stagingavalanche_Setting_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Setting_filter] + or: [stagingmode_Setting_filter] } -enum stagingavalanche_Setting_orderBy { +enum stagingmode_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingavalanche_SlippageUpdate { +type stagingmode_SlippageUpdate { id: ID! - transfer: stagingavalanche_DestinationTransfer! + transfer: stagingmode_DestinationTransfer! slippage: BigInt! - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingavalanche_SlippageUpdate_filter { +input stagingmode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -165949,7 +175763,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_: stagingmode_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -165958,26 +175772,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: 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 @@ -166011,12 +175825,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: stagingmode_BlockChangedFilter + and: [stagingmode_SlippageUpdate_filter] + or: [stagingmode_SlippageUpdate_filter] } -enum stagingavalanche_SlippageUpdate_orderBy { +enum stagingmode_SlippageUpdate_orderBy { id transfer transfer__id @@ -166064,16 +175878,16 @@ enum stagingavalanche_SlippageUpdate_orderBy { blockNumber } -type stagingavalanche_SnapshotRoot { +type stagingmode_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingavalanche_Bytes! + root: stagingmode_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingavalanche_SnapshotRoot_filter { +input stagingmode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -166090,16 +175904,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: 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 @@ -166125,12 +175939,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: stagingmode_BlockChangedFilter + and: [stagingmode_SnapshotRoot_filter] + or: [stagingmode_SnapshotRoot_filter] } -enum stagingavalanche_SnapshotRoot_orderBy { +enum stagingmode_SnapshotRoot_orderBy { id spokeDomain root @@ -166139,12 +175953,12 @@ enum stagingavalanche_SnapshotRoot_orderBy { blockNumber } -type stagingavalanche_SpokeConnectorMode { +type stagingmode_SpokeConnectorMode { id: ID! mode: String! } -input stagingavalanche_SpokeConnectorMode_filter { +input stagingmode_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -166174,17 +175988,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: stagingmode_BlockChangedFilter + and: [stagingmode_SpokeConnectorMode_filter] + or: [stagingmode_SpokeConnectorMode_filter] } -enum stagingavalanche_SpokeConnectorMode_orderBy { +enum stagingmode_SpokeConnectorMode_orderBy { id mode } -enum stagingavalanche_TransferStatus { +enum stagingmode_TransferStatus { XCalled Executed Reconciled @@ -166192,9 +176006,9 @@ enum stagingavalanche_TransferStatus { CompletedFast } -type stagingavalanche__Block_ { +type stagingmode__Block_ { """The hash of the block""" - hash: stagingavalanche_Bytes + hash: stagingmode_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -166202,7 +176016,7 @@ type stagingavalanche__Block_ { } """The type for the top-level _meta field""" -type stagingavalanche__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 @@ -166210,22 +176024,22 @@ type stagingavalanche__Meta_ { and therefore asks for the latest block """ - block: stagingavalanche__Block_! + block: stagingmode__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumone_AggregateRoot { +type stagingzksync_AggregateRoot { id: ID! - root: arbitrumone_Bytes! + root: stagingzksync_Bytes! blockNumber: BigInt! } -type arbitrumone_AggregateRootProposed { +type stagingzksync_AggregateRootProposed { id: ID! - aggregateRoot: arbitrumone_Bytes! + aggregateRoot: stagingzksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -166233,7 +176047,7 @@ type arbitrumone_AggregateRootProposed { blockNumber: BigInt } -input arbitrumone_AggregateRootProposed_filter { +input stagingzksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -166242,16 +176056,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: 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 @@ -166293,12 +176107,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRootProposed_filter] + or: [stagingzksync_AggregateRootProposed_filter] } -enum arbitrumone_AggregateRootProposed_orderBy { +enum stagingzksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -166308,7 +176122,7 @@ enum arbitrumone_AggregateRootProposed_orderBy { blockNumber } -input arbitrumone_AggregateRoot_filter { +input stagingzksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -166317,16 +176131,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: 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 @@ -166336,42 +176150,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRoot_filter] + or: [stagingzksync_AggregateRoot_filter] } -enum arbitrumone_AggregateRoot_orderBy { +enum stagingzksync_AggregateRoot_orderBy { id root blockNumber } -type arbitrumone_Asset { +enum stagingzksync_Aggregation_interval { + hour + day +} + +type stagingzksync_Asset { id: ID! - key: arbitrumone_Bytes + key: stagingzksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumone_Bytes + canonicalId: stagingzksync_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumone_Bytes - localAsset: arbitrumone_Bytes + adoptedAsset: stagingzksync_Bytes + localAsset: stagingzksync_Bytes blockNumber: BigInt - status: arbitrumone_AssetStatus + status: stagingzksync_AssetStatus } -type arbitrumone_AssetBalance { +type stagingzksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + router: stagingzksync_Router! + asset: stagingzksync_Asset! feesEarned: BigInt! } -input arbitrumone_AssetBalance_filter { +input stagingzksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -166432,7 +176251,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_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -166453,7 +176272,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_: stagingzksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -166463,12 +176282,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetBalance_filter] + or: [stagingzksync_AssetBalance_filter] } -enum arbitrumone_AssetBalance_orderBy { +enum stagingzksync_AssetBalance_orderBy { id amount locked @@ -166494,12 +176313,12 @@ enum arbitrumone_AssetBalance_orderBy { feesEarned } -type arbitrumone_AssetStatus { +type stagingzksync_AssetStatus { id: ID! status: Boolean } -input arbitrumone_AssetStatus_filter { +input stagingzksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -166513,17 +176332,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetStatus_filter] + or: [stagingzksync_AssetStatus_filter] } -enum arbitrumone_AssetStatus_orderBy { +enum stagingzksync_AssetStatus_orderBy { id status } -input arbitrumone_Asset_filter { +input stagingzksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -166532,16 +176351,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: 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 @@ -166558,16 +176377,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: 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 @@ -166576,26 +176395,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: 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 @@ -166624,14 +176443,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_: stagingzksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Asset_filter] - or: [arbitrumone_Asset_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Asset_filter] + or: [stagingzksync_Asset_filter] } -enum arbitrumone_Asset_orderBy { +enum stagingzksync_Asset_orderBy { id key decimal @@ -166646,30 +176465,30 @@ enum arbitrumone_Asset_orderBy { status__status } -scalar arbitrumone_BigDecimal +scalar stagingzksync_BigDecimal -input arbitrumone_BlockChangedFilter { +input stagingzksync_BlockChangedFilter { number_gte: Int! } -input arbitrumone_Block_height { - hash: arbitrumone_Bytes +input stagingzksync_Block_height { + hash: stagingzksync_Bytes number: Int number_gte: Int } -scalar arbitrumone_Bytes +scalar stagingzksync_Bytes -type arbitrumone_ConnectorMeta { +type stagingzksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumone_Bytes - rootManager: arbitrumone_Bytes - mirrorConnector: arbitrumone_Bytes + amb: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes } -input arbitrumone_ConnectorMeta_filter { +input stagingzksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -166694,43 +176513,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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_ConnectorMeta_filter] - or: [arbitrumone_ConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_ConnectorMeta_filter] + or: [stagingzksync_ConnectorMeta_filter] } -enum arbitrumone_ConnectorMeta_orderBy { +enum stagingzksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -166739,48 +176558,48 @@ enum arbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumone_DestinationTransfer { +type stagingzksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumone_Bytes + transferId: stagingzksync_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: 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: arbitrumone_Bytes - delegate: arbitrumone_Bytes + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes receiveLocal: Boolean - callData: arbitrumone_Bytes + callData: stagingzksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumone_Bytes + originSender: stagingzksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes + executedCaller: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumone_Bytes + executedTxOrigin: stagingzksync_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes + reconciledCaller: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumone_Bytes + reconciledTxOrigin: stagingzksync_Bytes reconciledTxNonce: BigInt } -input arbitrumone_DestinationTransfer_filter { +input stagingzksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -166797,16 +176616,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: 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 @@ -166815,17 +176634,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: 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_: arbitrumone_Router_filter + routers_: stagingzksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -166850,40 +176669,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: 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: 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: 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 @@ -166900,16 +176719,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: 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 @@ -166926,16 +176745,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: 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 @@ -166956,7 +176775,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_: stagingzksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -166973,26 +176792,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: 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 @@ -167025,16 +176844,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: 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 @@ -167043,26 +176862,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: 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 @@ -167095,16 +176914,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: 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 @@ -167114,12 +176933,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_DestinationTransfer_filter] + or: [stagingzksync_DestinationTransfer_filter] } -enum arbitrumone_DestinationTransfer_orderBy { +enum stagingzksync_DestinationTransfer_orderBy { id chainId transferId @@ -167173,16 +176992,16 @@ enum arbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar arbitrumone_Int8 +scalar stagingzksync_Int8 -type arbitrumone_OptimisticRootFinalized { +type stagingzksync_OptimisticRootFinalized { id: ID! - aggregateRoot: arbitrumone_Bytes! + aggregateRoot: stagingzksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input arbitrumone_OptimisticRootFinalized_filter { +input stagingzksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -167191,16 +177010,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: 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 @@ -167218,12 +177037,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_OptimisticRootFinalized_filter] + or: [stagingzksync_OptimisticRootFinalized_filter] } -enum arbitrumone_OptimisticRootFinalized_orderBy { +enum stagingzksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -167231,25 +177050,25 @@ enum arbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumone_OrderDirection { +enum stagingzksync_OrderDirection { asc desc } -type arbitrumone_OriginMessage { +type stagingzksync_OriginMessage { id: ID! - transferId: arbitrumone_Bytes + transferId: stagingzksync_Bytes destinationDomain: BigInt - leaf: arbitrumone_Bytes + leaf: stagingzksync_Bytes index: BigInt - message: arbitrumone_Bytes - root: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + message: stagingzksync_Bytes + root: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes blockNumber: BigInt - rootCount: arbitrumone_RootCount + rootCount: stagingzksync_RootCount } -input arbitrumone_OriginMessage_filter { +input stagingzksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -167258,16 +177077,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: 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 @@ -167276,16 +177095,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: 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 @@ -167294,36 +177113,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: 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 @@ -167352,14 +177171,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_: stagingzksync_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginMessage_filter] - or: [arbitrumone_OriginMessage_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginMessage_filter] + or: [stagingzksync_OriginMessage_filter] } -enum arbitrumone_OriginMessage_orderBy { +enum stagingzksync_OriginMessage_orderBy { id transferId destinationDomain @@ -167374,42 +177193,42 @@ enum arbitrumone_OriginMessage_orderBy { rootCount__count } -type arbitrumone_OriginTransfer { +type stagingzksync_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumone_Bytes + transferId: stagingzksync_Bytes nonce: BigInt - status: arbitrumone_TransferStatus - messageHash: arbitrumone_Bytes + status: stagingzksync_TransferStatus + messageHash: stagingzksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumone_Bytes - delegate: arbitrumone_Bytes + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes receiveLocal: Boolean - callData: arbitrumone_Bytes + callData: stagingzksync_Bytes slippage: BigInt - originSender: arbitrumone_Bytes + originSender: stagingzksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset - transactingAsset: arbitrumone_Bytes - message: arbitrumone_OriginMessage + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + transactingAsset: stagingzksync_Bytes + message: stagingzksync_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: 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: arbitrumone_Bytes + txOrigin: stagingzksync_Bytes txNonce: BigInt } -input arbitrumone_OriginTransfer_filter { +input stagingzksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -167426,16 +177245,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: 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 @@ -167444,20 +177263,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: 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 @@ -167482,40 +177301,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: 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: 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: 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 @@ -167524,16 +177343,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: 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 @@ -167550,16 +177369,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: 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 @@ -167580,17 +177399,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_: 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 @@ -167611,7 +177430,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_: stagingzksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -167626,37 +177445,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_: 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 @@ -167689,16 +177508,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: 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 @@ -167708,12 +177527,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginTransfer_filter] + or: [stagingzksync_OriginTransfer_filter] } -enum arbitrumone_OriginTransfer_orderBy { +enum stagingzksync_OriginTransfer_orderBy { id chainId transferId @@ -167766,20 +177585,20 @@ enum arbitrumone_OriginTransfer_orderBy { txNonce } -type arbitrumone_Relayer { +type stagingzksync_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumone_Bytes + relayer: stagingzksync_Bytes } -type arbitrumone_RelayerFee { +type stagingzksync_RelayerFee { id: ID! - transfer: arbitrumone_OriginTransfer! + transfer: stagingzksync_OriginTransfer! fee: BigInt! - asset: arbitrumone_Bytes! + asset: stagingzksync_Bytes! } -input arbitrumone_RelayerFee_filter { +input stagingzksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -167808,7 +177627,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_: stagingzksync_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -167817,23 +177636,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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFee_filter] - or: [arbitrumone_RelayerFee_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFee_filter] + or: [stagingzksync_RelayerFee_filter] } -enum arbitrumone_RelayerFee_orderBy { +enum stagingzksync_RelayerFee_orderBy { id transfer transfer__id @@ -167869,20 +177688,20 @@ enum arbitrumone_RelayerFee_orderBy { asset } -type arbitrumone_RelayerFeesIncrease { +type stagingzksync_RelayerFeesIncrease { id: ID! - transfer: arbitrumone_OriginTransfer! + transfer: stagingzksync_OriginTransfer! increase: BigInt - asset: arbitrumone_Bytes - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + asset: stagingzksync_Bytes + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumone_RelayerFeesIncrease_filter { +input stagingzksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -167911,7 +177730,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_: stagingzksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -167920,36 +177739,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: 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 @@ -167983,12 +177802,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFeesIncrease_filter] + or: [stagingzksync_RelayerFeesIncrease_filter] } -enum arbitrumone_RelayerFeesIncrease_orderBy { +enum stagingzksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -168030,7 +177849,7 @@ enum arbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumone_Relayer_filter { +input stagingzksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -168043,34 +177862,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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Relayer_filter] - or: [arbitrumone_Relayer_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Relayer_filter] + or: [stagingzksync_Relayer_filter] } -enum arbitrumone_Relayer_orderBy { +enum stagingzksync_Relayer_orderBy { id isActive relayer } -type arbitrumone_RootCount { +type stagingzksync_RootCount { id: ID! count: BigInt } -input arbitrumone_RootCount_filter { +input stagingzksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -168088,31 +177907,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootCount_filter] + or: [stagingzksync_RootCount_filter] } -enum arbitrumone_RootCount_orderBy { +enum stagingzksync_RootCount_orderBy { id count } -type arbitrumone_RootMessageSent { +type stagingzksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumone_Bytes + root: stagingzksync_Bytes count: BigInt - caller: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumone_RootMessageSent_filter { +input stagingzksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -168137,16 +177956,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: 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 @@ -168155,26 +177974,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: 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 @@ -168208,12 +178027,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootMessageSent_filter] + or: [stagingzksync_RootMessageSent_filter] } -enum arbitrumone_RootMessageSent_orderBy { +enum stagingzksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -168227,25 +178046,25 @@ enum arbitrumone_RootMessageSent_orderBy { blockNumber } -type arbitrumone_Router { +type stagingzksync_Router { id: ID! isActive: Boolean! - owner: arbitrumone_Bytes - recipient: arbitrumone_Bytes - proposedOwner: arbitrumone_Bytes + owner: stagingzksync_Bytes + recipient: stagingzksync_Bytes + proposedOwner: stagingzksync_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: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! } -type arbitrumone_RouterDailyTVL { +type stagingzksync_RouterDailyTVL { id: ID! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + router: stagingzksync_Router! + asset: stagingzksync_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumone_RouterDailyTVL_filter { +input stagingzksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -168274,7 +178093,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_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -168295,7 +178114,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_: stagingzksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -168313,12 +178132,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterDailyTVL_filter] + or: [stagingzksync_RouterDailyTVL_filter] } -enum arbitrumone_RouterDailyTVL_orderBy { +enum stagingzksync_RouterDailyTVL_orderBy { id router router__id @@ -168341,26 +178160,26 @@ enum arbitrumone_RouterDailyTVL_orderBy { balance } -type arbitrumone_RouterLiquidityEvent { +type stagingzksync_RouterLiquidityEvent { id: ID! - type: arbitrumone_RouterLiquidityEventType - router: arbitrumone_Router! - asset: arbitrumone_Asset! + type: stagingzksync_RouterLiquidityEventType + router: stagingzksync_Router! + asset: stagingzksync_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumone_Bytes + caller: stagingzksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumone_Bytes! + transactionHash: stagingzksync_Bytes! nonce: BigInt! } -enum arbitrumone_RouterLiquidityEventType { +enum stagingzksync_RouterLiquidityEventType { Add Remove } -input arbitrumone_RouterLiquidityEvent_filter { +input stagingzksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -168369,10 +178188,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: stagingzksync_RouterLiquidityEventType + type_not: stagingzksync_RouterLiquidityEventType + type_in: [stagingzksync_RouterLiquidityEventType!] + type_not_in: [stagingzksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -168393,7 +178212,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_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -168414,7 +178233,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_: stagingzksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -168431,16 +178250,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: 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 @@ -168457,16 +178276,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: 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 @@ -168476,12 +178295,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterLiquidityEvent_filter] + or: [stagingzksync_RouterLiquidityEvent_filter] } -enum arbitrumone_RouterLiquidityEvent_orderBy { +enum stagingzksync_RouterLiquidityEvent_orderBy { id type router @@ -168510,7 +178329,7 @@ enum arbitrumone_RouterLiquidityEvent_orderBy { nonce } -input arbitrumone_Router_filter { +input stagingzksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -168523,36 +178342,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: 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 @@ -168561,14 +178380,14 @@ input arbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumone_AssetBalance_filter + assetBalances_: stagingzksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Router_filter] - or: [arbitrumone_Router_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Router_filter] + or: [stagingzksync_Router_filter] } -enum arbitrumone_Router_orderBy { +enum stagingzksync_Router_orderBy { id isActive owner @@ -168578,13 +178397,13 @@ enum arbitrumone_Router_orderBy { assetBalances } -type arbitrumone_Sequencer { +type stagingzksync_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumone_Bytes + sequencer: stagingzksync_Bytes } -input arbitrumone_Sequencer_filter { +input stagingzksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -168597,35 +178416,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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Sequencer_filter] - or: [arbitrumone_Sequencer_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Sequencer_filter] + or: [stagingzksync_Sequencer_filter] } -enum arbitrumone_Sequencer_orderBy { +enum stagingzksync_Sequencer_orderBy { id isActive sequencer } -type arbitrumone_Setting { +type stagingzksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumone_Bytes! + caller: stagingzksync_Bytes! } -input arbitrumone_Setting_filter { +input stagingzksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -168642,41 +178461,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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Setting_filter] - or: [arbitrumone_Setting_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Setting_filter] + or: [stagingzksync_Setting_filter] } -enum arbitrumone_Setting_orderBy { +enum stagingzksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumone_SlippageUpdate { +type stagingzksync_SlippageUpdate { id: ID! - transfer: arbitrumone_DestinationTransfer! + transfer: stagingzksync_DestinationTransfer! slippage: BigInt! - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumone_SlippageUpdate_filter { +input stagingzksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -168705,7 +178524,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_: stagingzksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -168714,26 +178533,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: 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 @@ -168767,12 +178586,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_SlippageUpdate_filter] + or: [stagingzksync_SlippageUpdate_filter] } -enum arbitrumone_SlippageUpdate_orderBy { +enum stagingzksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -168820,16 +178639,16 @@ enum arbitrumone_SlippageUpdate_orderBy { blockNumber } -type arbitrumone_SnapshotRoot { +type stagingzksync_SnapshotRoot { id: ID! spokeDomain: BigInt - root: arbitrumone_Bytes! + root: stagingzksync_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input arbitrumone_SnapshotRoot_filter { +input stagingzksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -168846,16 +178665,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: 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 @@ -168881,12 +178700,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_SnapshotRoot_filter] + or: [stagingzksync_SnapshotRoot_filter] } -enum arbitrumone_SnapshotRoot_orderBy { +enum stagingzksync_SnapshotRoot_orderBy { id spokeDomain root @@ -168895,12 +178714,12 @@ enum arbitrumone_SnapshotRoot_orderBy { blockNumber } -type arbitrumone_SpokeConnectorMode { +type stagingzksync_SpokeConnectorMode { id: ID! mode: String! } -input arbitrumone_SpokeConnectorMode_filter { +input stagingzksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -168930,17 +178749,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_SpokeConnectorMode_filter] + or: [stagingzksync_SpokeConnectorMode_filter] } -enum arbitrumone_SpokeConnectorMode_orderBy { +enum stagingzksync_SpokeConnectorMode_orderBy { id mode } -enum arbitrumone_TransferStatus { +enum stagingzksync_TransferStatus { XCalled Executed Reconciled @@ -168948,9 +178767,9 @@ enum arbitrumone_TransferStatus { CompletedFast } -type arbitrumone__Block_ { +type stagingzksync__Block_ { """The hash of the block""" - hash: arbitrumone_Bytes + hash: stagingzksync_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -168958,7 +178777,7 @@ type arbitrumone__Block_ { } """The type for the top-level _meta field""" -type arbitrumone__Meta_ { +type stagingzksync__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -168966,22 +178785,22 @@ type arbitrumone__Meta_ { and therefore asks for the latest block """ - block: arbitrumone__Block_! + block: stagingzksync__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygonzkevm_AggregateRoot { +type stagingbase_AggregateRoot { id: ID! - root: polygonzkevm_Bytes! + root: stagingbase_Bytes! blockNumber: BigInt! } -type polygonzkevm_AggregateRootProposed { +type stagingbase_AggregateRootProposed { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: stagingbase_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -168989,7 +178808,7 @@ type polygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input polygonzkevm_AggregateRootProposed_filter { +input stagingbase_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -168998,16 +178817,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: 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 @@ -169049,12 +178868,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: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRootProposed_filter] + or: [stagingbase_AggregateRootProposed_filter] } -enum polygonzkevm_AggregateRootProposed_orderBy { +enum stagingbase_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -169064,7 +178883,7 @@ enum polygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input polygonzkevm_AggregateRoot_filter { +input stagingbase_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -169073,16 +178892,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: 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 @@ -169092,47 +178911,47 @@ 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: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRoot_filter] + or: [stagingbase_AggregateRoot_filter] } -enum polygonzkevm_AggregateRoot_orderBy { +enum stagingbase_AggregateRoot_orderBy { id root blockNumber } -enum polygonzkevm_Aggregation_interval { +enum stagingbase_Aggregation_interval { hour day } -type polygonzkevm_Asset { +type stagingbase_Asset { id: ID! - key: polygonzkevm_Bytes + key: stagingbase_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygonzkevm_Bytes + canonicalId: stagingbase_Bytes canonicalDomain: BigInt - adoptedAsset: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes + adoptedAsset: stagingbase_Bytes + localAsset: stagingbase_Bytes blockNumber: BigInt - status: polygonzkevm_AssetStatus + status: stagingbase_AssetStatus } -type polygonzkevm_AssetBalance { +type stagingbase_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! feesEarned: BigInt! } -input polygonzkevm_AssetBalance_filter { +input stagingbase_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -169193,7 +179012,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_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -169214,7 +179033,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_: stagingbase_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -169224,12 +179043,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: stagingbase_BlockChangedFilter + and: [stagingbase_AssetBalance_filter] + or: [stagingbase_AssetBalance_filter] } -enum polygonzkevm_AssetBalance_orderBy { +enum stagingbase_AssetBalance_orderBy { id amount locked @@ -169255,12 +179074,12 @@ enum polygonzkevm_AssetBalance_orderBy { feesEarned } -type polygonzkevm_AssetStatus { +type stagingbase_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_AssetStatus_filter { +input stagingbase_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -169274,17 +179093,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: stagingbase_BlockChangedFilter + and: [stagingbase_AssetStatus_filter] + or: [stagingbase_AssetStatus_filter] } -enum polygonzkevm_AssetStatus_orderBy { +enum stagingbase_AssetStatus_orderBy { id status } -input polygonzkevm_Asset_filter { +input stagingbase_Asset_filter { id: ID id_not: ID id_gt: ID @@ -169293,16 +179112,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: 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 @@ -169319,16 +179138,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: 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 @@ -169337,26 +179156,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: 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 @@ -169385,14 +179204,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_: stagingbase_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Asset_filter] - or: [polygonzkevm_Asset_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Asset_filter] + or: [stagingbase_Asset_filter] } -enum polygonzkevm_Asset_orderBy { +enum stagingbase_Asset_orderBy { id key decimal @@ -169407,30 +179226,30 @@ enum polygonzkevm_Asset_orderBy { status__status } -scalar polygonzkevm_BigDecimal +scalar stagingbase_BigDecimal -input polygonzkevm_BlockChangedFilter { +input stagingbase_BlockChangedFilter { number_gte: Int! } -input polygonzkevm_Block_height { - hash: polygonzkevm_Bytes +input stagingbase_Block_height { + hash: stagingbase_Bytes number: Int number_gte: Int } -scalar polygonzkevm_Bytes +scalar stagingbase_Bytes -type polygonzkevm_ConnectorMeta { +type stagingbase_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_Bytes - rootManager: polygonzkevm_Bytes - mirrorConnector: polygonzkevm_Bytes + amb: stagingbase_Bytes + rootManager: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes } -input polygonzkevm_ConnectorMeta_filter { +input stagingbase_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -169455,43 +179274,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_ConnectorMeta_filter] - or: [polygonzkevm_ConnectorMeta_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_ConnectorMeta_filter] + or: [stagingbase_ConnectorMeta_filter] } -enum polygonzkevm_ConnectorMeta_orderBy { +enum stagingbase_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -169500,48 +179319,48 @@ enum polygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_DestinationTransfer { +type stagingbase_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: stagingbase_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: 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: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: stagingbase_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_Bytes - executedTransactionHash: polygonzkevm_Bytes + executedCaller: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_Bytes + executedTxOrigin: stagingbase_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes + reconciledCaller: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_Bytes + reconciledTxOrigin: stagingbase_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_DestinationTransfer_filter { +input stagingbase_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -169558,16 +179377,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: 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 @@ -169576,17 +179395,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: 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_: polygonzkevm_Router_filter + routers_: stagingbase_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -169611,40 +179430,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: 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: 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: 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 @@ -169661,16 +179480,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: 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 @@ -169687,16 +179506,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: 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 @@ -169717,7 +179536,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_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -169734,26 +179553,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: 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 @@ -169786,16 +179605,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: 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 @@ -169804,26 +179623,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: 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 @@ -169856,16 +179675,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: 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 @@ -169875,12 +179694,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: stagingbase_BlockChangedFilter + and: [stagingbase_DestinationTransfer_filter] + or: [stagingbase_DestinationTransfer_filter] } -enum polygonzkevm_DestinationTransfer_orderBy { +enum stagingbase_DestinationTransfer_orderBy { id chainId transferId @@ -169934,16 +179753,16 @@ enum polygonzkevm_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygonzkevm_Int8 +scalar stagingbase_Int8 -type polygonzkevm_OptimisticRootFinalized { +type stagingbase_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: stagingbase_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_OptimisticRootFinalized_filter { +input stagingbase_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -169952,16 +179771,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: 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 @@ -169979,12 +179798,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: stagingbase_BlockChangedFilter + and: [stagingbase_OptimisticRootFinalized_filter] + or: [stagingbase_OptimisticRootFinalized_filter] } -enum polygonzkevm_OptimisticRootFinalized_orderBy { +enum stagingbase_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -169992,25 +179811,25 @@ enum polygonzkevm_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygonzkevm_OrderDirection { +enum stagingbase_OrderDirection { asc desc } -type polygonzkevm_OriginMessage { +type stagingbase_OriginMessage { id: ID! - transferId: polygonzkevm_Bytes + transferId: stagingbase_Bytes destinationDomain: BigInt - leaf: polygonzkevm_Bytes + leaf: stagingbase_Bytes index: BigInt - message: polygonzkevm_Bytes - root: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + message: stagingbase_Bytes + root: stagingbase_Bytes + transactionHash: stagingbase_Bytes blockNumber: BigInt - rootCount: polygonzkevm_RootCount + rootCount: stagingbase_RootCount } -input polygonzkevm_OriginMessage_filter { +input stagingbase_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -170019,16 +179838,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: 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 @@ -170037,16 +179856,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: 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 @@ -170055,36 +179874,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: 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 @@ -170113,14 +179932,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_: stagingbase_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginMessage_filter] - or: [polygonzkevm_OriginMessage_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginMessage_filter] + or: [stagingbase_OriginMessage_filter] } -enum polygonzkevm_OriginMessage_orderBy { +enum stagingbase_OriginMessage_orderBy { id transferId destinationDomain @@ -170135,42 +179954,42 @@ enum polygonzkevm_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_OriginTransfer { +type stagingbase_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: stagingbase_Bytes nonce: BigInt - status: polygonzkevm_TransferStatus - messageHash: polygonzkevm_Bytes + status: stagingbase_TransferStatus + messageHash: stagingbase_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: stagingbase_Bytes slippage: BigInt - originSender: polygonzkevm_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset - transactingAsset: polygonzkevm_Bytes - message: polygonzkevm_OriginMessage + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset + transactingAsset: stagingbase_Bytes + message: stagingbase_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: 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: polygonzkevm_Bytes + txOrigin: stagingbase_Bytes txNonce: BigInt } -input polygonzkevm_OriginTransfer_filter { +input stagingbase_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -170187,16 +180006,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: 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 @@ -170205,20 +180024,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: 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 @@ -170243,40 +180062,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: 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: 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: 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 @@ -170285,16 +180104,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: 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 @@ -170311,16 +180130,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: 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 @@ -170341,17 +180160,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_: 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 @@ -170372,7 +180191,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_: stagingbase_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -170387,37 +180206,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_: 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 @@ -170450,16 +180269,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: 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 @@ -170469,12 +180288,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: stagingbase_BlockChangedFilter + and: [stagingbase_OriginTransfer_filter] + or: [stagingbase_OriginTransfer_filter] } -enum polygonzkevm_OriginTransfer_orderBy { +enum stagingbase_OriginTransfer_orderBy { id chainId transferId @@ -170527,20 +180346,20 @@ enum polygonzkevm_OriginTransfer_orderBy { txNonce } -type polygonzkevm_Relayer { +type stagingbase_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_Bytes + relayer: stagingbase_Bytes } -type polygonzkevm_RelayerFee { +type stagingbase_RelayerFee { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: stagingbase_OriginTransfer! fee: BigInt! - asset: polygonzkevm_Bytes! + asset: stagingbase_Bytes! } -input polygonzkevm_RelayerFee_filter { +input stagingbase_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -170569,7 +180388,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_: stagingbase_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -170578,23 +180397,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFee_filter] - or: [polygonzkevm_RelayerFee_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFee_filter] + or: [stagingbase_RelayerFee_filter] } -enum polygonzkevm_RelayerFee_orderBy { +enum stagingbase_RelayerFee_orderBy { id transfer transfer__id @@ -170630,20 +180449,20 @@ enum polygonzkevm_RelayerFee_orderBy { asset } -type polygonzkevm_RelayerFeesIncrease { +type stagingbase_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: stagingbase_OriginTransfer! increase: BigInt - asset: polygonzkevm_Bytes - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + asset: stagingbase_Bytes + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_RelayerFeesIncrease_filter { +input stagingbase_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -170672,7 +180491,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_: stagingbase_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -170681,36 +180500,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: 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 @@ -170744,12 +180563,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: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFeesIncrease_filter] + or: [stagingbase_RelayerFeesIncrease_filter] } -enum polygonzkevm_RelayerFeesIncrease_orderBy { +enum stagingbase_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -170791,7 +180610,7 @@ enum polygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_Relayer_filter { +input stagingbase_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -170804,34 +180623,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Relayer_filter] - or: [polygonzkevm_Relayer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Relayer_filter] + or: [stagingbase_Relayer_filter] } -enum polygonzkevm_Relayer_orderBy { +enum stagingbase_Relayer_orderBy { id isActive relayer } -type polygonzkevm_RootCount { +type stagingbase_RootCount { id: ID! count: BigInt } -input polygonzkevm_RootCount_filter { +input stagingbase_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -170849,31 +180668,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: stagingbase_BlockChangedFilter + and: [stagingbase_RootCount_filter] + or: [stagingbase_RootCount_filter] } -enum polygonzkevm_RootCount_orderBy { +enum stagingbase_RootCount_orderBy { id count } -type polygonzkevm_RootMessageSent { +type stagingbase_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_Bytes + root: stagingbase_Bytes count: BigInt - caller: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_RootMessageSent_filter { +input stagingbase_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -170898,16 +180717,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: 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 @@ -170916,26 +180735,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: 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 @@ -170969,12 +180788,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: stagingbase_BlockChangedFilter + and: [stagingbase_RootMessageSent_filter] + or: [stagingbase_RootMessageSent_filter] } -enum polygonzkevm_RootMessageSent_orderBy { +enum stagingbase_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -170988,25 +180807,25 @@ enum polygonzkevm_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_Router { +type stagingbase_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_Bytes - recipient: polygonzkevm_Bytes - proposedOwner: polygonzkevm_Bytes + owner: stagingbase_Bytes + recipient: stagingbase_Bytes + proposedOwner: stagingbase_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: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! } -type polygonzkevm_RouterDailyTVL { +type stagingbase_RouterDailyTVL { id: ID! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_RouterDailyTVL_filter { +input stagingbase_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -171035,7 +180854,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_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -171056,7 +180875,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_: stagingbase_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -171074,12 +180893,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: stagingbase_BlockChangedFilter + and: [stagingbase_RouterDailyTVL_filter] + or: [stagingbase_RouterDailyTVL_filter] } -enum polygonzkevm_RouterDailyTVL_orderBy { +enum stagingbase_RouterDailyTVL_orderBy { id router router__id @@ -171102,26 +180921,26 @@ enum polygonzkevm_RouterDailyTVL_orderBy { balance } -type polygonzkevm_RouterLiquidityEvent { +type stagingbase_RouterLiquidityEvent { id: ID! - type: polygonzkevm_RouterLiquidityEventType - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + type: stagingbase_RouterLiquidityEventType + router: stagingbase_Router! + asset: stagingbase_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_Bytes + caller: stagingbase_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_Bytes! + transactionHash: stagingbase_Bytes! nonce: BigInt! } -enum polygonzkevm_RouterLiquidityEventType { +enum stagingbase_RouterLiquidityEventType { Add Remove } -input polygonzkevm_RouterLiquidityEvent_filter { +input stagingbase_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -171130,10 +180949,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: stagingbase_RouterLiquidityEventType + type_not: stagingbase_RouterLiquidityEventType + type_in: [stagingbase_RouterLiquidityEventType!] + type_not_in: [stagingbase_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -171154,7 +180973,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_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -171175,7 +180994,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_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -171192,16 +181011,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: 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 @@ -171218,16 +181037,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: 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 @@ -171237,12 +181056,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: stagingbase_BlockChangedFilter + and: [stagingbase_RouterLiquidityEvent_filter] + or: [stagingbase_RouterLiquidityEvent_filter] } -enum polygonzkevm_RouterLiquidityEvent_orderBy { +enum stagingbase_RouterLiquidityEvent_orderBy { id type router @@ -171271,7 +181090,7 @@ enum polygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_Router_filter { +input stagingbase_Router_filter { id: ID id_not: ID id_gt: ID @@ -171284,36 +181103,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: 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 @@ -171322,14 +181141,14 @@ input polygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_AssetBalance_filter + assetBalances_: stagingbase_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Router_filter] - or: [polygonzkevm_Router_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Router_filter] + or: [stagingbase_Router_filter] } -enum polygonzkevm_Router_orderBy { +enum stagingbase_Router_orderBy { id isActive owner @@ -171339,13 +181158,13 @@ enum polygonzkevm_Router_orderBy { assetBalances } -type polygonzkevm_Sequencer { +type stagingbase_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_Bytes + sequencer: stagingbase_Bytes } -input polygonzkevm_Sequencer_filter { +input stagingbase_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -171358,35 +181177,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Sequencer_filter] - or: [polygonzkevm_Sequencer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Sequencer_filter] + or: [stagingbase_Sequencer_filter] } -enum polygonzkevm_Sequencer_orderBy { +enum stagingbase_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_Setting { +type stagingbase_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_Bytes! + caller: stagingbase_Bytes! } -input polygonzkevm_Setting_filter { +input stagingbase_Setting_filter { id: ID id_not: ID id_gt: ID @@ -171403,41 +181222,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Setting_filter] - or: [polygonzkevm_Setting_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Setting_filter] + or: [stagingbase_Setting_filter] } -enum polygonzkevm_Setting_orderBy { +enum stagingbase_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_SlippageUpdate { +type stagingbase_SlippageUpdate { id: ID! - transfer: polygonzkevm_DestinationTransfer! + transfer: stagingbase_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_SlippageUpdate_filter { +input stagingbase_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -171466,7 +181285,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_: stagingbase_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -171475,26 +181294,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: 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 @@ -171528,12 +181347,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: stagingbase_BlockChangedFilter + and: [stagingbase_SlippageUpdate_filter] + or: [stagingbase_SlippageUpdate_filter] } -enum polygonzkevm_SlippageUpdate_orderBy { +enum stagingbase_SlippageUpdate_orderBy { id transfer transfer__id @@ -171581,16 +181400,16 @@ enum polygonzkevm_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_SnapshotRoot { +type stagingbase_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_Bytes! + root: stagingbase_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_SnapshotRoot_filter { +input stagingbase_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -171607,16 +181426,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: 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 @@ -171642,12 +181461,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: stagingbase_BlockChangedFilter + and: [stagingbase_SnapshotRoot_filter] + or: [stagingbase_SnapshotRoot_filter] } -enum polygonzkevm_SnapshotRoot_orderBy { +enum stagingbase_SnapshotRoot_orderBy { id spokeDomain root @@ -171656,12 +181475,12 @@ enum polygonzkevm_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_SpokeConnectorMode { +type stagingbase_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_SpokeConnectorMode_filter { +input stagingbase_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -171691,17 +181510,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: stagingbase_BlockChangedFilter + and: [stagingbase_SpokeConnectorMode_filter] + or: [stagingbase_SpokeConnectorMode_filter] } -enum polygonzkevm_SpokeConnectorMode_orderBy { +enum stagingbase_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_TransferStatus { +enum stagingbase_TransferStatus { XCalled Executed Reconciled @@ -171709,9 +181528,9 @@ enum polygonzkevm_TransferStatus { CompletedFast } -type polygonzkevm__Block_ { +type stagingbase__Block_ { """The hash of the block""" - hash: polygonzkevm_Bytes + hash: stagingbase_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -171719,7 +181538,7 @@ type polygonzkevm__Block_ { } """The type for the top-level _meta field""" -type polygonzkevm__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 @@ -171727,22 +181546,22 @@ type polygonzkevm__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm__Block_! + block: stagingbase__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingoptimism_AggregateRoot { +type stagingpolygonzkevm_AggregateRoot { id: ID! - root: stagingoptimism_Bytes! + root: stagingpolygonzkevm_Bytes! blockNumber: BigInt! } -type stagingoptimism_AggregateRootProposed { +type stagingpolygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: stagingoptimism_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -171750,7 +181569,7 @@ type stagingoptimism_AggregateRootProposed { blockNumber: BigInt } -input stagingoptimism_AggregateRootProposed_filter { +input stagingpolygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -171759,16 +181578,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: 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 @@ -171810,12 +181629,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRootProposed_filter] + or: [stagingpolygonzkevm_AggregateRootProposed_filter] } -enum stagingoptimism_AggregateRootProposed_orderBy { +enum stagingpolygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -171825,7 +181644,7 @@ enum stagingoptimism_AggregateRootProposed_orderBy { blockNumber } -input stagingoptimism_AggregateRoot_filter { +input stagingpolygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -171834,16 +181653,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: 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 @@ -171853,47 +181672,47 @@ input stagingoptimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_AggregateRoot_filter] - or: [stagingoptimism_AggregateRoot_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRoot_filter] + or: [stagingpolygonzkevm_AggregateRoot_filter] } -enum stagingoptimism_AggregateRoot_orderBy { +enum stagingpolygonzkevm_AggregateRoot_orderBy { id root blockNumber } -enum stagingoptimism_Aggregation_interval { +enum stagingpolygonzkevm_Aggregation_interval { hour day } -type stagingoptimism_Asset { +type stagingpolygonzkevm_Asset { id: ID! - key: stagingoptimism_Bytes + key: stagingpolygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingoptimism_Bytes + canonicalId: stagingpolygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: stagingoptimism_Bytes - localAsset: stagingoptimism_Bytes + adoptedAsset: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes blockNumber: BigInt - status: stagingoptimism_AssetStatus + status: stagingpolygonzkevm_AssetStatus } -type stagingoptimism_AssetBalance { +type stagingpolygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! feesEarned: BigInt! } -input stagingoptimism_AssetBalance_filter { +input stagingpolygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -171954,7 +181773,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_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -171975,7 +181794,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_: stagingpolygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -171985,12 +181804,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetBalance_filter] + or: [stagingpolygonzkevm_AssetBalance_filter] } -enum stagingoptimism_AssetBalance_orderBy { +enum stagingpolygonzkevm_AssetBalance_orderBy { id amount locked @@ -172016,12 +181835,12 @@ enum stagingoptimism_AssetBalance_orderBy { feesEarned } -type stagingoptimism_AssetStatus { +type stagingpolygonzkevm_AssetStatus { id: ID! status: Boolean } -input stagingoptimism_AssetStatus_filter { +input stagingpolygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -172035,17 +181854,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetStatus_filter] + or: [stagingpolygonzkevm_AssetStatus_filter] } -enum stagingoptimism_AssetStatus_orderBy { +enum stagingpolygonzkevm_AssetStatus_orderBy { id status } -input stagingoptimism_Asset_filter { +input stagingpolygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -172054,16 +181873,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: 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 @@ -172080,16 +181899,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: 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 @@ -172098,26 +181917,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: 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 @@ -172146,14 +181965,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_: stagingpolygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Asset_filter] - or: [stagingoptimism_Asset_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Asset_filter] + or: [stagingpolygonzkevm_Asset_filter] } -enum stagingoptimism_Asset_orderBy { +enum stagingpolygonzkevm_Asset_orderBy { id key decimal @@ -172168,30 +181987,30 @@ enum stagingoptimism_Asset_orderBy { status__status } -scalar stagingoptimism_BigDecimal +scalar stagingpolygonzkevm_BigDecimal -input stagingoptimism_BlockChangedFilter { +input stagingpolygonzkevm_BlockChangedFilter { number_gte: Int! } -input stagingoptimism_Block_height { - hash: stagingoptimism_Bytes +input stagingpolygonzkevm_Block_height { + hash: stagingpolygonzkevm_Bytes number: Int number_gte: Int } -scalar stagingoptimism_Bytes +scalar stagingpolygonzkevm_Bytes -type stagingoptimism_ConnectorMeta { +type stagingpolygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingoptimism_Bytes - rootManager: stagingoptimism_Bytes - mirrorConnector: stagingoptimism_Bytes + amb: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes } -input stagingoptimism_ConnectorMeta_filter { +input stagingpolygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -172216,43 +182035,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_ConnectorMeta_filter] - or: [stagingoptimism_ConnectorMeta_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_ConnectorMeta_filter] + or: [stagingpolygonzkevm_ConnectorMeta_filter] } -enum stagingoptimism_ConnectorMeta_orderBy { +enum stagingpolygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -172261,48 +182080,48 @@ enum stagingoptimism_ConnectorMeta_orderBy { mirrorConnector } -type stagingoptimism_DestinationTransfer { +type stagingpolygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingoptimism_Bytes + transferId: stagingpolygonzkevm_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: 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: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: stagingoptimism_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingoptimism_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimism_Bytes - asset: stagingoptimism_Asset + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingoptimism_Bytes - executedTransactionHash: stagingoptimism_Bytes + executedCaller: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingoptimism_Bytes + executedTxOrigin: stagingpolygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: stagingoptimism_Bytes - reconciledTransactionHash: stagingoptimism_Bytes + reconciledCaller: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingoptimism_Bytes + reconciledTxOrigin: stagingpolygonzkevm_Bytes reconciledTxNonce: BigInt } -input stagingoptimism_DestinationTransfer_filter { +input stagingpolygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -172319,16 +182138,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: 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 @@ -172337,17 +182156,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: 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_: stagingoptimism_Router_filter + routers_: stagingpolygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -172372,40 +182191,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: 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: 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: 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 @@ -172422,16 +182241,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: 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 @@ -172448,16 +182267,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: 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 @@ -172478,7 +182297,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_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -172495,26 +182314,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: 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 @@ -172547,16 +182366,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: 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 @@ -172565,26 +182384,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: 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 @@ -172617,16 +182436,16 @@ input stagingoptimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingoptimism_Bytes - reconciledTxOrigin_not: stagingoptimism_Bytes - reconciledTxOrigin_gt: stagingoptimism_Bytes - reconciledTxOrigin_lt: stagingoptimism_Bytes - reconciledTxOrigin_gte: stagingoptimism_Bytes - reconciledTxOrigin_lte: stagingoptimism_Bytes - reconciledTxOrigin_in: [stagingoptimism_Bytes!] - reconciledTxOrigin_not_in: [stagingoptimism_Bytes!] - reconciledTxOrigin_contains: stagingoptimism_Bytes - reconciledTxOrigin_not_contains: stagingoptimism_Bytes + reconciledTxOrigin: 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 @@ -172636,12 +182455,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_DestinationTransfer_filter] + or: [stagingpolygonzkevm_DestinationTransfer_filter] } -enum stagingoptimism_DestinationTransfer_orderBy { +enum stagingpolygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -172695,16 +182514,16 @@ enum stagingoptimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingoptimism_Int8 +scalar stagingpolygonzkevm_Int8 -type stagingoptimism_OptimisticRootFinalized { +type stagingpolygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingoptimism_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingoptimism_OptimisticRootFinalized_filter { +input stagingpolygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -172713,16 +182532,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: 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 @@ -172740,12 +182559,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] } -enum stagingoptimism_OptimisticRootFinalized_orderBy { +enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -172753,25 +182572,25 @@ enum stagingoptimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingoptimism_OrderDirection { +enum stagingpolygonzkevm_OrderDirection { asc desc } -type stagingoptimism_OriginMessage { +type stagingpolygonzkevm_OriginMessage { id: ID! - transferId: stagingoptimism_Bytes + transferId: stagingpolygonzkevm_Bytes destinationDomain: BigInt - leaf: stagingoptimism_Bytes + leaf: stagingpolygonzkevm_Bytes index: BigInt - message: stagingoptimism_Bytes - root: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + message: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes blockNumber: BigInt - rootCount: stagingoptimism_RootCount + rootCount: stagingpolygonzkevm_RootCount } -input stagingoptimism_OriginMessage_filter { +input stagingpolygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -172780,16 +182599,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: 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 @@ -172798,16 +182617,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: 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 @@ -172816,36 +182635,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: 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 @@ -172874,14 +182693,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_: stagingpolygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_OriginMessage_filter] - or: [stagingoptimism_OriginMessage_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginMessage_filter] + or: [stagingpolygonzkevm_OriginMessage_filter] } -enum stagingoptimism_OriginMessage_orderBy { +enum stagingpolygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -172896,42 +182715,42 @@ enum stagingoptimism_OriginMessage_orderBy { rootCount__count } -type stagingoptimism_OriginTransfer { +type stagingpolygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingoptimism_Bytes + transferId: stagingpolygonzkevm_Bytes nonce: BigInt - status: stagingoptimism_TransferStatus - messageHash: stagingoptimism_Bytes + status: stagingpolygonzkevm_TransferStatus + messageHash: stagingpolygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: stagingoptimism_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt - originSender: stagingoptimism_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimism_Bytes - asset: stagingoptimism_Asset - transactingAsset: stagingoptimism_Bytes - message: stagingoptimism_OriginMessage + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset + transactingAsset: stagingpolygonzkevm_Bytes + message: stagingpolygonzkevm_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: 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: stagingoptimism_Bytes + txOrigin: stagingpolygonzkevm_Bytes txNonce: BigInt } -input stagingoptimism_OriginTransfer_filter { +input stagingpolygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -172948,16 +182767,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: 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 @@ -172966,20 +182785,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: 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 @@ -173004,40 +182823,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: 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: 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: 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 @@ -173046,16 +182865,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: 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 @@ -173072,16 +182891,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: 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 @@ -173102,17 +182921,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_: 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 @@ -173133,7 +182952,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_: stagingpolygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -173148,37 +182967,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_: 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 @@ -173211,16 +183030,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: 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 @@ -173230,12 +183049,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginTransfer_filter] + or: [stagingpolygonzkevm_OriginTransfer_filter] } -enum stagingoptimism_OriginTransfer_orderBy { +enum stagingpolygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -173288,20 +183107,20 @@ enum stagingoptimism_OriginTransfer_orderBy { txNonce } -type stagingoptimism_Relayer { +type stagingpolygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: stagingoptimism_Bytes + relayer: stagingpolygonzkevm_Bytes } -type stagingoptimism_RelayerFee { +type stagingpolygonzkevm_RelayerFee { id: ID! - transfer: stagingoptimism_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! fee: BigInt! - asset: stagingoptimism_Bytes! + asset: stagingpolygonzkevm_Bytes! } -input stagingoptimism_RelayerFee_filter { +input stagingpolygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -173330,7 +183149,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_: stagingpolygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -173339,23 +183158,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RelayerFee_filter] - or: [stagingoptimism_RelayerFee_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFee_filter] + or: [stagingpolygonzkevm_RelayerFee_filter] } -enum stagingoptimism_RelayerFee_orderBy { +enum stagingpolygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -173391,20 +183210,20 @@ enum stagingoptimism_RelayerFee_orderBy { asset } -type stagingoptimism_RelayerFeesIncrease { +type stagingpolygonzkevm_RelayerFeesIncrease { id: ID! - transfer: stagingoptimism_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! increase: BigInt - asset: stagingoptimism_Bytes - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + asset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimism_RelayerFeesIncrease_filter { +input stagingpolygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -173433,7 +183252,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_: stagingpolygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -173442,36 +183261,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: 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 @@ -173505,12 +183324,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] } -enum stagingoptimism_RelayerFeesIncrease_orderBy { +enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -173552,7 +183371,7 @@ enum stagingoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input stagingoptimism_Relayer_filter { +input stagingpolygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -173565,34 +183384,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Relayer_filter] - or: [stagingoptimism_Relayer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Relayer_filter] + or: [stagingpolygonzkevm_Relayer_filter] } -enum stagingoptimism_Relayer_orderBy { +enum stagingpolygonzkevm_Relayer_orderBy { id isActive relayer } -type stagingoptimism_RootCount { +type stagingpolygonzkevm_RootCount { id: ID! count: BigInt } -input stagingoptimism_RootCount_filter { +input stagingpolygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -173610,31 +183429,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootCount_filter] + or: [stagingpolygonzkevm_RootCount_filter] } -enum stagingoptimism_RootCount_orderBy { +enum stagingpolygonzkevm_RootCount_orderBy { id count } -type stagingoptimism_RootMessageSent { +type stagingpolygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingoptimism_Bytes + root: stagingpolygonzkevm_Bytes count: BigInt - caller: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingoptimism_RootMessageSent_filter { +input stagingpolygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -173659,16 +183478,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: 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 @@ -173677,26 +183496,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: 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 @@ -173730,12 +183549,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootMessageSent_filter] + or: [stagingpolygonzkevm_RootMessageSent_filter] } -enum stagingoptimism_RootMessageSent_orderBy { +enum stagingpolygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -173749,25 +183568,25 @@ enum stagingoptimism_RootMessageSent_orderBy { blockNumber } -type stagingoptimism_Router { +type stagingpolygonzkevm_Router { id: ID! isActive: Boolean! - owner: stagingoptimism_Bytes - recipient: stagingoptimism_Bytes - proposedOwner: stagingoptimism_Bytes + owner: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_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: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! } -type stagingoptimism_RouterDailyTVL { +type stagingpolygonzkevm_RouterDailyTVL { id: ID! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input stagingoptimism_RouterDailyTVL_filter { +input stagingpolygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -173796,7 +183615,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_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -173817,7 +183636,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_: stagingpolygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -173835,12 +183654,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterDailyTVL_filter] + or: [stagingpolygonzkevm_RouterDailyTVL_filter] } -enum stagingoptimism_RouterDailyTVL_orderBy { +enum stagingpolygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -173863,26 +183682,26 @@ enum stagingoptimism_RouterDailyTVL_orderBy { balance } -type stagingoptimism_RouterLiquidityEvent { +type stagingpolygonzkevm_RouterLiquidityEvent { id: ID! - type: stagingoptimism_RouterLiquidityEventType - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + type: stagingpolygonzkevm_RouterLiquidityEventType + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: stagingoptimism_Bytes + caller: stagingpolygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingoptimism_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! nonce: BigInt! } -enum stagingoptimism_RouterLiquidityEventType { +enum stagingpolygonzkevm_RouterLiquidityEventType { Add Remove } -input stagingoptimism_RouterLiquidityEvent_filter { +input stagingpolygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -173891,10 +183710,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: stagingpolygonzkevm_RouterLiquidityEventType + type_not: stagingpolygonzkevm_RouterLiquidityEventType + type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -173915,7 +183734,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_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -173936,7 +183755,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_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -173953,16 +183772,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: 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 @@ -173979,16 +183798,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: 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 @@ -173998,12 +183817,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] } -enum stagingoptimism_RouterLiquidityEvent_orderBy { +enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -174032,7 +183851,7 @@ enum stagingoptimism_RouterLiquidityEvent_orderBy { nonce } -input stagingoptimism_Router_filter { +input stagingpolygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -174045,36 +183864,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: 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 @@ -174083,14 +183902,14 @@ input stagingoptimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingoptimism_AssetBalance_filter + assetBalances_: stagingpolygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Router_filter] - or: [stagingoptimism_Router_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Router_filter] + or: [stagingpolygonzkevm_Router_filter] } -enum stagingoptimism_Router_orderBy { +enum stagingpolygonzkevm_Router_orderBy { id isActive owner @@ -174100,13 +183919,13 @@ enum stagingoptimism_Router_orderBy { assetBalances } -type stagingoptimism_Sequencer { +type stagingpolygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingoptimism_Bytes + sequencer: stagingpolygonzkevm_Bytes } -input stagingoptimism_Sequencer_filter { +input stagingpolygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -174119,35 +183938,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Sequencer_filter] - or: [stagingoptimism_Sequencer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Sequencer_filter] + or: [stagingpolygonzkevm_Sequencer_filter] } -enum stagingoptimism_Sequencer_orderBy { +enum stagingpolygonzkevm_Sequencer_orderBy { id isActive sequencer } -type stagingoptimism_Setting { +type stagingpolygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingoptimism_Bytes! + caller: stagingpolygonzkevm_Bytes! } -input stagingoptimism_Setting_filter { +input stagingpolygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -174164,41 +183983,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Setting_filter] - or: [stagingoptimism_Setting_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Setting_filter] + or: [stagingpolygonzkevm_Setting_filter] } -enum stagingoptimism_Setting_orderBy { +enum stagingpolygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingoptimism_SlippageUpdate { +type stagingpolygonzkevm_SlippageUpdate { id: ID! - transfer: stagingoptimism_DestinationTransfer! + transfer: stagingpolygonzkevm_DestinationTransfer! slippage: BigInt! - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimism_SlippageUpdate_filter { +input stagingpolygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -174227,7 +184046,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_: stagingpolygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -174236,26 +184055,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: 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 @@ -174289,12 +184108,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SlippageUpdate_filter] + or: [stagingpolygonzkevm_SlippageUpdate_filter] } -enum stagingoptimism_SlippageUpdate_orderBy { +enum stagingpolygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -174342,16 +184161,16 @@ enum stagingoptimism_SlippageUpdate_orderBy { blockNumber } -type stagingoptimism_SnapshotRoot { +type stagingpolygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingoptimism_Bytes! + root: stagingpolygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingoptimism_SnapshotRoot_filter { +input stagingpolygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -174368,16 +184187,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: 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 @@ -174403,12 +184222,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SnapshotRoot_filter] + or: [stagingpolygonzkevm_SnapshotRoot_filter] } -enum stagingoptimism_SnapshotRoot_orderBy { +enum stagingpolygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -174417,12 +184236,12 @@ enum stagingoptimism_SnapshotRoot_orderBy { blockNumber } -type stagingoptimism_SpokeConnectorMode { +type stagingpolygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input stagingoptimism_SpokeConnectorMode_filter { +input stagingpolygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -174452,17 +184271,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SpokeConnectorMode_filter] + or: [stagingpolygonzkevm_SpokeConnectorMode_filter] } -enum stagingoptimism_SpokeConnectorMode_orderBy { +enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum stagingoptimism_TransferStatus { +enum stagingpolygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -174470,9 +184289,9 @@ enum stagingoptimism_TransferStatus { CompletedFast } -type stagingoptimism__Block_ { +type stagingpolygonzkevm__Block_ { """The hash of the block""" - hash: stagingoptimism_Bytes + hash: stagingpolygonzkevm_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -174480,7 +184299,7 @@ type stagingoptimism__Block_ { } """The type for the top-level _meta field""" -type stagingoptimism__Meta_ { +type stagingpolygonzkevm__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -174488,22 +184307,22 @@ type stagingoptimism__Meta_ { and therefore asks for the latest block """ - block: stagingoptimism__Block_! + block: stagingpolygonzkevm__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type optimism_AggregateRoot { +type bnb_AggregateRoot { id: ID! - root: optimism_Bytes! + root: bnb_Bytes! blockNumber: BigInt! } -type optimism_AggregateRootProposed { +type bnb_AggregateRootProposed { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: bnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -174511,7 +184330,7 @@ type optimism_AggregateRootProposed { blockNumber: BigInt } -input optimism_AggregateRootProposed_filter { +input bnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -174520,16 +184339,16 @@ input optimism_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimism_Bytes - aggregateRoot_not: optimism_Bytes - aggregateRoot_gt: optimism_Bytes - aggregateRoot_lt: optimism_Bytes - aggregateRoot_gte: optimism_Bytes - aggregateRoot_lte: optimism_Bytes - aggregateRoot_in: [optimism_Bytes!] - aggregateRoot_not_in: [optimism_Bytes!] - aggregateRoot_contains: optimism_Bytes - aggregateRoot_not_contains: optimism_Bytes + aggregateRoot: 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 @@ -174571,12 +184390,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: bnb_BlockChangedFilter + and: [bnb_AggregateRootProposed_filter] + or: [bnb_AggregateRootProposed_filter] } -enum optimism_AggregateRootProposed_orderBy { +enum bnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -174586,7 +184405,7 @@ enum optimism_AggregateRootProposed_orderBy { blockNumber } -input optimism_AggregateRoot_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -174595,16 +184414,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: 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 @@ -174614,42 +184433,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: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum optimism_AggregateRoot_orderBy { +enum bnb_AggregateRoot_orderBy { id root blockNumber } -type optimism_Asset { +enum bnb_Aggregation_interval { + hour + day +} + +type bnb_Asset { id: ID! - key: optimism_Bytes + key: bnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: optimism_Bytes + canonicalId: bnb_Bytes canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes blockNumber: BigInt - status: optimism_AssetStatus + status: bnb_AssetStatus } -type optimism_AssetBalance { +type bnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! + router: bnb_Router! + asset: bnb_Asset! feesEarned: BigInt! } -input optimism_AssetBalance_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -174710,7 +184534,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_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -174731,7 +184555,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_: bnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -174741,12 +184565,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: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum optimism_AssetBalance_orderBy { +enum bnb_AssetBalance_orderBy { id amount locked @@ -174772,12 +184596,12 @@ enum optimism_AssetBalance_orderBy { feesEarned } -type optimism_AssetStatus { +type bnb_AssetStatus { id: ID! status: Boolean } -input optimism_AssetStatus_filter { +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -174791,17 +184615,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: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum optimism_AssetStatus_orderBy { +enum bnb_AssetStatus_orderBy { id status } -input optimism_Asset_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -174810,16 +184634,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: 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 @@ -174836,16 +184660,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: 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 @@ -174854,26 +184678,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: 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 @@ -174902,14 +184726,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_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum optimism_Asset_orderBy { +enum bnb_Asset_orderBy { id key decimal @@ -174924,30 +184748,30 @@ enum optimism_Asset_orderBy { status__status } -scalar optimism_BigDecimal +scalar bnb_BigDecimal -input optimism_BlockChangedFilter { +input bnb_BlockChangedFilter { number_gte: Int! } -input optimism_Block_height { - hash: optimism_Bytes +input bnb_Block_height { + hash: bnb_Bytes number: Int number_gte: Int } -scalar optimism_Bytes +scalar bnb_Bytes -type optimism_ConnectorMeta { +type bnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input optimism_ConnectorMeta_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -174972,43 +184796,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: 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: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum optimism_ConnectorMeta_orderBy { +enum bnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -175017,48 +184841,48 @@ enum optimism_ConnectorMeta_orderBy { mirrorConnector } -type optimism_DestinationTransfer { +type bnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: bnb_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: 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: optimism_Bytes - delegate: optimism_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: bnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimism_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset + canonicalId: bnb_Bytes + asset: bnb_Asset amount: BigInt routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes + executedTxOrigin: bnb_Bytes executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin: bnb_Bytes reconciledTxNonce: BigInt } -input optimism_DestinationTransfer_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -175075,16 +184899,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: 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 @@ -175093,17 +184917,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: 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_: optimism_Router_filter + routers_: bnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -175128,40 +184952,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: 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: 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: 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 @@ -175178,16 +185002,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: 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 @@ -175204,16 +185028,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: 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 @@ -175234,7 +185058,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_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -175251,26 +185075,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: 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 @@ -175303,16 +185127,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: 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 @@ -175321,26 +185145,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: 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 @@ -175373,16 +185197,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: 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 @@ -175392,12 +185216,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: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum optimism_DestinationTransfer_orderBy { +enum bnb_DestinationTransfer_orderBy { id chainId transferId @@ -175451,16 +185275,16 @@ enum optimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar optimism_Int8 +scalar bnb_Int8 -type optimism_OptimisticRootFinalized { +type bnb_OptimisticRootFinalized { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: bnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimism_OptimisticRootFinalized_filter { +input bnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -175469,16 +185293,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: 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 @@ -175496,12 +185320,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: bnb_BlockChangedFilter + and: [bnb_OptimisticRootFinalized_filter] + or: [bnb_OptimisticRootFinalized_filter] } -enum optimism_OptimisticRootFinalized_orderBy { +enum bnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -175509,25 +185333,25 @@ enum optimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { +enum bnb_OrderDirection { asc desc } -type optimism_OriginMessage { +type bnb_OriginMessage { id: ID! - transferId: optimism_Bytes + transferId: bnb_Bytes destinationDomain: BigInt - leaf: optimism_Bytes + leaf: bnb_Bytes index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes blockNumber: BigInt - rootCount: optimism_RootCount + rootCount: bnb_RootCount } -input optimism_OriginMessage_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -175536,16 +185360,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: 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 @@ -175554,16 +185378,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: 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 @@ -175572,36 +185396,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: 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 @@ -175630,14 +185454,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_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum optimism_OriginMessage_orderBy { +enum bnb_OriginMessage_orderBy { id transferId destinationDomain @@ -175652,42 +185476,42 @@ enum optimism_OriginMessage_orderBy { rootCount__count } -type optimism_OriginTransfer { +type bnb_OriginTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: bnb_Bytes nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes + status: bnb_TransferStatus + messageHash: bnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: bnb_Bytes slippage: BigInt - originSender: optimism_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_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: 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: optimism_Bytes + txOrigin: bnb_Bytes txNonce: BigInt } -input optimism_OriginTransfer_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -175704,16 +185528,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: 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 @@ -175722,20 +185546,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: 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 @@ -175760,40 +185584,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: 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: 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: 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 @@ -175802,16 +185626,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: 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 @@ -175828,16 +185652,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: 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 @@ -175858,17 +185682,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_: 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 @@ -175889,7 +185713,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_: bnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -175904,37 +185728,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_: 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 @@ -175967,16 +185791,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: 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 @@ -175986,12 +185810,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: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum optimism_OriginTransfer_orderBy { +enum bnb_OriginTransfer_orderBy { id chainId transferId @@ -176044,20 +185868,20 @@ enum optimism_OriginTransfer_orderBy { txNonce } -type optimism_Relayer { +type bnb_Relayer { id: ID! isActive: Boolean! - relayer: optimism_Bytes + relayer: bnb_Bytes } -type optimism_RelayerFee { +type bnb_RelayerFee { id: ID! - transfer: optimism_OriginTransfer! + transfer: bnb_OriginTransfer! fee: BigInt! - asset: optimism_Bytes! + asset: bnb_Bytes! } -input optimism_RelayerFee_filter { +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -176086,7 +185910,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_: bnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -176095,23 +185919,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: 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: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum optimism_RelayerFee_orderBy { +enum bnb_RelayerFee_orderBy { id transfer transfer__id @@ -176147,20 +185971,20 @@ enum optimism_RelayerFee_orderBy { asset } -type optimism_RelayerFeesIncrease { +type bnb_RelayerFeesIncrease { id: ID! - transfer: optimism_OriginTransfer! + transfer: bnb_OriginTransfer! increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -176189,7 +186013,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_: bnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -176198,36 +186022,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: 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 @@ -176261,12 +186085,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: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum bnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -176308,7 +186132,7 @@ enum optimism_RelayerFeesIncrease_orderBy { blockNumber } -input optimism_Relayer_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -176321,34 +186145,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: 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: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum optimism_Relayer_orderBy { +enum bnb_Relayer_orderBy { id isActive relayer } -type optimism_RootCount { +type bnb_RootCount { id: ID! count: BigInt } -input optimism_RootCount_filter { +input bnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -176366,31 +186190,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: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] } -enum optimism_RootCount_orderBy { +enum bnb_RootCount_orderBy { id count } -type optimism_RootMessageSent { +type bnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimism_Bytes + root: bnb_Bytes count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimism_RootMessageSent_filter { +input bnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -176415,16 +186239,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: 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 @@ -176433,26 +186257,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: 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 @@ -176486,12 +186310,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: bnb_BlockChangedFilter + and: [bnb_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] } -enum optimism_RootMessageSent_orderBy { +enum bnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -176505,25 +186329,25 @@ enum optimism_RootMessageSent_orderBy { blockNumber } -type optimism_Router { +type bnb_Router { id: ID! isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_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: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! } -type optimism_RouterDailyTVL { +type bnb_RouterDailyTVL { id: ID! - router: optimism_Router! - asset: optimism_Asset! + router: bnb_Router! + asset: bnb_Asset! timestamp: BigInt! balance: BigInt! } -input optimism_RouterDailyTVL_filter { +input bnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -176552,7 +186376,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_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -176573,7 +186397,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_: bnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -176591,12 +186415,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: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum optimism_RouterDailyTVL_orderBy { +enum bnb_RouterDailyTVL_orderBy { id router router__id @@ -176619,26 +186443,26 @@ enum optimism_RouterDailyTVL_orderBy { balance } -type optimism_RouterLiquidityEvent { +type bnb_RouterLiquidityEvent { id: ID! - type: optimism_RouterLiquidityEventType - router: optimism_Router! - asset: optimism_Asset! + type: bnb_RouterLiquidityEventType + router: bnb_Router! + asset: bnb_Asset! amount: BigInt! balance: BigInt! - caller: optimism_Bytes + caller: bnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimism_Bytes! + transactionHash: bnb_Bytes! nonce: BigInt! } -enum optimism_RouterLiquidityEventType { +enum bnb_RouterLiquidityEventType { Add Remove } -input optimism_RouterLiquidityEvent_filter { +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -176647,10 +186471,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: bnb_RouterLiquidityEventType + type_not: bnb_RouterLiquidityEventType + type_in: [bnb_RouterLiquidityEventType!] + type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -176671,7 +186495,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_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -176692,7 +186516,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_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -176709,16 +186533,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: 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 @@ -176735,16 +186559,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: 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 @@ -176754,12 +186578,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: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum optimism_RouterLiquidityEvent_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id type router @@ -176788,7 +186612,7 @@ enum optimism_RouterLiquidityEvent_orderBy { nonce } -input optimism_Router_filter { +input bnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -176801,36 +186625,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: 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 @@ -176839,14 +186663,14 @@ input optimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter + assetBalances_: bnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Router_filter] + or: [bnb_Router_filter] } -enum optimism_Router_orderBy { +enum bnb_Router_orderBy { id isActive owner @@ -176856,13 +186680,13 @@ enum optimism_Router_orderBy { assetBalances } -type optimism_Sequencer { +type bnb_Sequencer { id: ID! isActive: Boolean! - sequencer: optimism_Bytes + sequencer: bnb_Bytes } -input optimism_Sequencer_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -176875,35 +186699,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: 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: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Sequencer_filter] + or: [bnb_Sequencer_filter] } -enum optimism_Sequencer_orderBy { +enum bnb_Sequencer_orderBy { id isActive sequencer } -type optimism_Setting { +type bnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + caller: bnb_Bytes! } -input optimism_Setting_filter { +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -176920,41 +186744,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: 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: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum optimism_Setting_orderBy { +enum bnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimism_SlippageUpdate { +type bnb_SlippageUpdate { id: ID! - transfer: optimism_DestinationTransfer! + transfer: bnb_DestinationTransfer! slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_SlippageUpdate_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -176983,7 +186807,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_: bnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -176992,26 +186816,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: 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 @@ -177045,12 +186869,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: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum optimism_SlippageUpdate_orderBy { +enum bnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -177098,16 +186922,16 @@ enum optimism_SlippageUpdate_orderBy { blockNumber } -type optimism_SnapshotRoot { +type bnb_SnapshotRoot { id: ID! spokeDomain: BigInt - root: optimism_Bytes! + root: bnb_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input optimism_SnapshotRoot_filter { +input bnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -177124,16 +186948,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: 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 @@ -177159,12 +186983,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: bnb_BlockChangedFilter + and: [bnb_SnapshotRoot_filter] + or: [bnb_SnapshotRoot_filter] } -enum optimism_SnapshotRoot_orderBy { +enum bnb_SnapshotRoot_orderBy { id spokeDomain root @@ -177173,12 +186997,12 @@ enum optimism_SnapshotRoot_orderBy { blockNumber } -type optimism_SpokeConnectorMode { +type bnb_SpokeConnectorMode { id: ID! mode: String! } -input optimism_SpokeConnectorMode_filter { +input bnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -177208,17 +187032,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: bnb_BlockChangedFilter + and: [bnb_SpokeConnectorMode_filter] + or: [bnb_SpokeConnectorMode_filter] } -enum optimism_SpokeConnectorMode_orderBy { +enum bnb_SpokeConnectorMode_orderBy { id mode } -enum optimism_TransferStatus { +enum bnb_TransferStatus { XCalled Executed Reconciled @@ -177226,9 +187050,9 @@ enum optimism_TransferStatus { CompletedFast } -type optimism__Block_ { +type bnb__Block_ { """The hash of the block""" - hash: optimism_Bytes + hash: bnb_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -177236,7 +187060,7 @@ type optimism__Block_ { } """The type for the top-level _meta field""" -type optimism__Meta_ { +type bnb__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -177244,22 +187068,22 @@ type optimism__Meta_ { and therefore asks for the latest block """ - block: optimism__Block_! + block: bnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { +type xdai_AggregateRoot { id: ID! - root: bnb_Bytes! + root: xdai_Bytes! blockNumber: BigInt! } -type bnb_AggregateRootProposed { +type xdai_AggregateRootProposed { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: xdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -177267,7 +187091,7 @@ type bnb_AggregateRootProposed { blockNumber: BigInt } -input bnb_AggregateRootProposed_filter { +input xdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -177276,16 +187100,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: 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 @@ -177327,12 +187151,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: xdai_BlockChangedFilter + and: [xdai_AggregateRootProposed_filter] + or: [xdai_AggregateRootProposed_filter] } -enum bnb_AggregateRootProposed_orderBy { +enum xdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -177342,7 +187166,7 @@ enum bnb_AggregateRootProposed_orderBy { blockNumber } -input bnb_AggregateRoot_filter { +input xdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -177351,16 +187175,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: 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 @@ -177370,47 +187194,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: xdai_BlockChangedFilter + and: [xdai_AggregateRoot_filter] + or: [xdai_AggregateRoot_filter] } -enum bnb_AggregateRoot_orderBy { +enum xdai_AggregateRoot_orderBy { id root blockNumber } -enum bnb_Aggregation_interval { +enum xdai_Aggregation_interval { hour day } -type bnb_Asset { +type xdai_Asset { id: ID! - key: bnb_Bytes + key: xdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: xdai_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: xdai_Bytes + localAsset: xdai_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: xdai_AssetStatus } -type bnb_AssetBalance { +type xdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: xdai_Router! + asset: xdai_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -177471,7 +187295,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_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -177492,7 +187316,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_: xdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -177502,12 +187326,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: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum xdai_AssetBalance_orderBy { id amount locked @@ -177533,12 +187357,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type xdai_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input xdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -177552,17 +187376,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: xdai_BlockChangedFilter + and: [xdai_AssetStatus_filter] + or: [xdai_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum xdai_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input xdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -177571,16 +187395,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: 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 @@ -177597,16 +187421,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: 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 @@ -177615,26 +187439,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: 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 @@ -177663,14 +187487,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_: xdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Asset_filter] + or: [xdai_Asset_filter] } -enum bnb_Asset_orderBy { +enum xdai_Asset_orderBy { id key decimal @@ -177685,30 +187509,30 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal +scalar xdai_BigDecimal -input bnb_BlockChangedFilter { +input xdai_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input xdai_Block_height { + hash: xdai_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar xdai_Bytes -type bnb_ConnectorMeta { +type xdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: xdai_Bytes + rootManager: xdai_Bytes + mirrorConnector: xdai_Bytes } -input bnb_ConnectorMeta_filter { +input xdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -177733,43 +187557,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: 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: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_ConnectorMeta_filter] + or: [xdai_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum xdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -177778,48 +187602,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type xdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: xdai_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: 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: bnb_Bytes - delegate: bnb_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: xdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: xdai_Bytes + asset: xdai_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: xdai_Bytes + executedTransactionHash: xdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: xdai_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: xdai_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -177836,16 +187660,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: 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 @@ -177854,17 +187678,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: 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_: bnb_Router_filter + routers_: xdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -177889,40 +187713,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: 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: 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: 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 @@ -177939,16 +187763,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: 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 @@ -177965,16 +187789,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: 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 @@ -177995,7 +187819,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_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -178012,26 +187836,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: 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 @@ -178064,16 +187888,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: 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 @@ -178082,26 +187906,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: 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 @@ -178134,16 +187958,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: 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 @@ -178153,12 +187977,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: xdai_BlockChangedFilter + and: [xdai_DestinationTransfer_filter] + or: [xdai_DestinationTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum xdai_DestinationTransfer_orderBy { id chainId transferId @@ -178212,16 +188036,16 @@ enum bnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar bnb_Int8 +scalar xdai_Int8 -type bnb_OptimisticRootFinalized { +type xdai_OptimisticRootFinalized { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: xdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input bnb_OptimisticRootFinalized_filter { +input xdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -178230,16 +188054,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: 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 @@ -178257,12 +188081,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: xdai_BlockChangedFilter + and: [xdai_OptimisticRootFinalized_filter] + or: [xdai_OptimisticRootFinalized_filter] } -enum bnb_OptimisticRootFinalized_orderBy { +enum xdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -178270,25 +188094,25 @@ enum bnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { +enum xdai_OrderDirection { asc desc } -type bnb_OriginMessage { +type xdai_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: xdai_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: xdai_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: xdai_Bytes + root: xdai_Bytes + transactionHash: xdai_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: xdai_RootCount } -input bnb_OriginMessage_filter { +input xdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -178297,16 +188121,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: 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 @@ -178315,16 +188139,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: 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 @@ -178333,36 +188157,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: 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 @@ -178391,14 +188215,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_: xdai_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginMessage_filter] + or: [xdai_OriginMessage_filter] } -enum bnb_OriginMessage_orderBy { +enum xdai_OriginMessage_orderBy { id transferId destinationDomain @@ -178413,42 +188237,42 @@ enum bnb_OriginMessage_orderBy { rootCount__count } -type bnb_OriginTransfer { +type xdai_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: xdai_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: xdai_TransferStatus + messageHash: xdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: xdai_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: xdai_Bytes + asset: xdai_Asset + transactingAsset: xdai_Bytes + message: xdai_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: 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: bnb_Bytes + txOrigin: xdai_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -178465,16 +188289,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: 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 @@ -178483,20 +188307,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: 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 @@ -178521,40 +188345,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: 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: 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: 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 @@ -178563,16 +188387,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: 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 @@ -178589,16 +188413,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: 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 @@ -178619,17 +188443,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_: 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 @@ -178650,7 +188474,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_: xdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -178665,37 +188489,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_: 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 @@ -178728,16 +188552,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: 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 @@ -178747,12 +188571,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: xdai_BlockChangedFilter + and: [xdai_OriginTransfer_filter] + or: [xdai_OriginTransfer_filter] } -enum bnb_OriginTransfer_orderBy { +enum xdai_OriginTransfer_orderBy { id chainId transferId @@ -178805,20 +188629,20 @@ enum bnb_OriginTransfer_orderBy { txNonce } -type bnb_Relayer { +type xdai_Relayer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + relayer: xdai_Bytes } -type bnb_RelayerFee { +type xdai_RelayerFee { id: ID! - transfer: bnb_OriginTransfer! + transfer: xdai_OriginTransfer! fee: BigInt! - asset: bnb_Bytes! + asset: xdai_Bytes! } -input bnb_RelayerFee_filter { +input xdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -178847,7 +188671,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_: xdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -178856,23 +188680,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: 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: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFee_filter] + or: [xdai_RelayerFee_filter] } -enum bnb_RelayerFee_orderBy { +enum xdai_RelayerFee_orderBy { id transfer transfer__id @@ -178908,20 +188732,20 @@ enum bnb_RelayerFee_orderBy { asset } -type bnb_RelayerFeesIncrease { +type xdai_RelayerFeesIncrease { id: ID! - transfer: bnb_OriginTransfer! + transfer: xdai_OriginTransfer! increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + asset: xdai_Bytes + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input xdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -178950,7 +188774,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_: xdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -178959,36 +188783,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: 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 @@ -179022,12 +188846,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: xdai_BlockChangedFilter + and: [xdai_RelayerFeesIncrease_filter] + or: [xdai_RelayerFeesIncrease_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum xdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -179069,7 +188893,7 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +input xdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -179082,34 +188906,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: 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: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Relayer_filter] + or: [xdai_Relayer_filter] } -enum bnb_Relayer_orderBy { +enum xdai_Relayer_orderBy { id isActive relayer } -type bnb_RootCount { +type xdai_RootCount { id: ID! count: BigInt } -input bnb_RootCount_filter { +input xdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -179127,31 +188951,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: xdai_BlockChangedFilter + and: [xdai_RootCount_filter] + or: [xdai_RootCount_filter] } -enum bnb_RootCount_orderBy { +enum xdai_RootCount_orderBy { id count } -type bnb_RootMessageSent { +type xdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes + root: xdai_Bytes count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input bnb_RootMessageSent_filter { +input xdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -179176,16 +189000,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: 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 @@ -179194,26 +189018,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: 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 @@ -179247,12 +189071,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: xdai_BlockChangedFilter + and: [xdai_RootMessageSent_filter] + or: [xdai_RootMessageSent_filter] } -enum bnb_RootMessageSent_orderBy { +enum xdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -179266,25 +189090,25 @@ enum bnb_RootMessageSent_orderBy { blockNumber } -type bnb_Router { +type xdai_Router { id: ID! isActive: Boolean! - owner: bnb_Bytes - recipient: bnb_Bytes - proposedOwner: bnb_Bytes + owner: xdai_Bytes + recipient: xdai_Bytes + proposedOwner: xdai_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: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! } -type bnb_RouterDailyTVL { +type xdai_RouterDailyTVL { id: ID! - router: bnb_Router! - asset: bnb_Asset! + router: xdai_Router! + asset: xdai_Asset! timestamp: BigInt! balance: BigInt! } -input bnb_RouterDailyTVL_filter { +input xdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -179313,7 +189137,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_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -179334,7 +189158,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_: xdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -179352,12 +189176,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: xdai_BlockChangedFilter + and: [xdai_RouterDailyTVL_filter] + or: [xdai_RouterDailyTVL_filter] } -enum bnb_RouterDailyTVL_orderBy { +enum xdai_RouterDailyTVL_orderBy { id router router__id @@ -179380,26 +189204,26 @@ enum bnb_RouterDailyTVL_orderBy { balance } -type bnb_RouterLiquidityEvent { +type xdai_RouterLiquidityEvent { id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! + type: xdai_RouterLiquidityEventType + router: xdai_Router! + asset: xdai_Asset! amount: BigInt! balance: BigInt! - caller: bnb_Bytes + caller: xdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: bnb_Bytes! + transactionHash: xdai_Bytes! nonce: BigInt! } -enum bnb_RouterLiquidityEventType { +enum xdai_RouterLiquidityEventType { Add Remove } -input bnb_RouterLiquidityEvent_filter { +input xdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -179408,10 +189232,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: xdai_RouterLiquidityEventType + type_not: xdai_RouterLiquidityEventType + type_in: [xdai_RouterLiquidityEventType!] + type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -179432,7 +189256,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_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -179453,7 +189277,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_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -179470,16 +189294,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: 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 @@ -179496,16 +189320,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: 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 @@ -179515,12 +189339,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: xdai_BlockChangedFilter + and: [xdai_RouterLiquidityEvent_filter] + or: [xdai_RouterLiquidityEvent_filter] } -enum bnb_RouterLiquidityEvent_orderBy { +enum xdai_RouterLiquidityEvent_orderBy { id type router @@ -179549,7 +189373,7 @@ enum bnb_RouterLiquidityEvent_orderBy { nonce } -input bnb_Router_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -179562,36 +189386,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: 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 @@ -179600,14 +189424,14 @@ input bnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter + assetBalances_: xdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum bnb_Router_orderBy { +enum xdai_Router_orderBy { id isActive owner @@ -179617,13 +189441,13 @@ enum bnb_Router_orderBy { assetBalances } -type bnb_Sequencer { +type xdai_Sequencer { id: ID! isActive: Boolean! - sequencer: bnb_Bytes + sequencer: xdai_Bytes } -input bnb_Sequencer_filter { +input xdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -179636,35 +189460,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: 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: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Sequencer_filter] + or: [xdai_Sequencer_filter] } -enum bnb_Sequencer_orderBy { +enum xdai_Sequencer_orderBy { id isActive sequencer } -type bnb_Setting { +type xdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + caller: xdai_Bytes! } -input bnb_Setting_filter { +input xdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -179681,41 +189505,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: 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: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Setting_filter] + or: [xdai_Setting_filter] } -enum bnb_Setting_orderBy { +enum xdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type bnb_SlippageUpdate { +type xdai_SlippageUpdate { id: ID! - transfer: bnb_DestinationTransfer! + transfer: xdai_DestinationTransfer! slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_SlippageUpdate_filter { +input xdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -179744,7 +189568,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_: xdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -179753,26 +189577,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: 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 @@ -179806,12 +189630,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: xdai_BlockChangedFilter + and: [xdai_SlippageUpdate_filter] + or: [xdai_SlippageUpdate_filter] } -enum bnb_SlippageUpdate_orderBy { +enum xdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -179859,16 +189683,16 @@ enum bnb_SlippageUpdate_orderBy { blockNumber } -type bnb_SnapshotRoot { +type xdai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: bnb_Bytes! + root: xdai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input bnb_SnapshotRoot_filter { +input xdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -179885,16 +189709,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: 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 @@ -179920,12 +189744,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: xdai_BlockChangedFilter + and: [xdai_SnapshotRoot_filter] + or: [xdai_SnapshotRoot_filter] } -enum bnb_SnapshotRoot_orderBy { +enum xdai_SnapshotRoot_orderBy { id spokeDomain root @@ -179934,12 +189758,12 @@ enum bnb_SnapshotRoot_orderBy { blockNumber } -type bnb_SpokeConnectorMode { +type xdai_SpokeConnectorMode { id: ID! mode: String! } -input bnb_SpokeConnectorMode_filter { +input xdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -179969,17 +189793,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: xdai_BlockChangedFilter + and: [xdai_SpokeConnectorMode_filter] + or: [xdai_SpokeConnectorMode_filter] } -enum bnb_SpokeConnectorMode_orderBy { +enum xdai_SpokeConnectorMode_orderBy { id mode } -enum bnb_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -179987,9 +189811,9 @@ enum bnb_TransferStatus { CompletedFast } -type bnb__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: bnb_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -179997,7 +189821,7 @@ type bnb__Block_ { } """The type for the top-level _meta field""" -type bnb__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 @@ -180005,22 +189829,22 @@ type bnb__Meta_ { and therefore asks for the latest block """ - block: bnb__Block_! + block: xdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type staginglinea_AggregateRoot { +type mainnet_AggregateRoot { id: ID! - root: staginglinea_Bytes! + root: mainnet_Bytes! blockNumber: BigInt! } -type staginglinea_AggregateRootProposed { +type mainnet_AggregateRootProposed { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: mainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -180028,7 +189852,7 @@ type staginglinea_AggregateRootProposed { blockNumber: BigInt } -input staginglinea_AggregateRootProposed_filter { +input mainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -180037,12 +189861,16 @@ input staginglinea_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginglinea_Bytes - aggregateRoot_not: staginglinea_Bytes - aggregateRoot_in: [staginglinea_Bytes!] - aggregateRoot_not_in: [staginglinea_Bytes!] - aggregateRoot_contains: staginglinea_Bytes - aggregateRoot_not_contains: staginglinea_Bytes + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -180084,10 +189912,12 @@ input staginglinea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootProposed_filter] + or: [mainnet_AggregateRootProposed_filter] } -enum staginglinea_AggregateRootProposed_orderBy { +enum mainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -180097,7 +189927,7 @@ enum staginglinea_AggregateRootProposed_orderBy { blockNumber } -input staginglinea_AggregateRoot_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -180106,12 +189936,16 @@ input staginglinea_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -180121,40 +189955,42 @@ input staginglinea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum staginglinea_AggregateRoot_orderBy { +enum mainnet_AggregateRoot_orderBy { id root blockNumber } -type staginglinea_Asset { +type mainnet_Asset { id: ID! - key: staginglinea_Bytes + key: mainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: staginglinea_Bytes + canonicalId: mainnet_Bytes canonicalDomain: BigInt - adoptedAsset: staginglinea_Bytes - localAsset: staginglinea_Bytes + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes blockNumber: BigInt - status: staginglinea_AssetStatus + status: mainnet_AssetStatus } -type staginglinea_AssetBalance { +type mainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: mainnet_Router! + asset: mainnet_Asset! feesEarned: BigInt! } -input staginglinea_AssetBalance_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -180215,7 +190051,7 @@ input staginglinea_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginglinea_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -180236,7 +190072,7 @@ input staginglinea_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: mainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -180246,26 +190082,43 @@ input staginglinea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum staginglinea_AssetBalance_orderBy { +enum mainnet_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type staginglinea_AssetStatus { +type mainnet_AssetStatus { id: ID! status: Boolean } -input staginglinea_AssetStatus_filter { +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -180279,15 +190132,17 @@ input staginglinea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum staginglinea_AssetStatus_orderBy { +enum mainnet_AssetStatus_orderBy { id status } -input staginglinea_Asset_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -180296,12 +190151,16 @@ input staginglinea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: staginglinea_Bytes - key_not: staginglinea_Bytes - key_in: [staginglinea_Bytes!] - key_not_in: [staginglinea_Bytes!] - key_contains: staginglinea_Bytes - key_not_contains: staginglinea_Bytes + key: mainnet_Bytes + key_not: mainnet_Bytes + key_gt: mainnet_Bytes + key_lt: mainnet_Bytes + key_gte: mainnet_Bytes + key_lte: mainnet_Bytes + key_in: [mainnet_Bytes!] + key_not_in: [mainnet_Bytes!] + key_contains: mainnet_Bytes + key_not_contains: mainnet_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -180318,12 +190177,16 @@ input staginglinea_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: staginglinea_Bytes - canonicalId_not: staginglinea_Bytes - canonicalId_in: [staginglinea_Bytes!] - canonicalId_not_in: [staginglinea_Bytes!] - canonicalId_contains: staginglinea_Bytes - canonicalId_not_contains: staginglinea_Bytes + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -180332,18 +190195,26 @@ input staginglinea_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: staginglinea_Bytes - adoptedAsset_not: staginglinea_Bytes - adoptedAsset_in: [staginglinea_Bytes!] - adoptedAsset_not_in: [staginglinea_Bytes!] - adoptedAsset_contains: staginglinea_Bytes - adoptedAsset_not_contains: staginglinea_Bytes - localAsset: staginglinea_Bytes - localAsset_not: staginglinea_Bytes - localAsset_in: [staginglinea_Bytes!] - localAsset_not_in: [staginglinea_Bytes!] - localAsset_contains: staginglinea_Bytes - localAsset_not_contains: staginglinea_Bytes + adoptedAsset: mainnet_Bytes + adoptedAsset_not: mainnet_Bytes + adoptedAsset_gt: mainnet_Bytes + adoptedAsset_lt: mainnet_Bytes + adoptedAsset_gte: mainnet_Bytes + adoptedAsset_lte: mainnet_Bytes + adoptedAsset_in: [mainnet_Bytes!] + adoptedAsset_not_in: [mainnet_Bytes!] + adoptedAsset_contains: mainnet_Bytes + adoptedAsset_not_contains: mainnet_Bytes + localAsset: mainnet_Bytes + localAsset_not: mainnet_Bytes + localAsset_gt: mainnet_Bytes + localAsset_lt: mainnet_Bytes + localAsset_gte: mainnet_Bytes + localAsset_lte: mainnet_Bytes + localAsset_in: [mainnet_Bytes!] + localAsset_not_in: [mainnet_Bytes!] + localAsset_contains: mainnet_Bytes + localAsset_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -180372,12 +190243,14 @@ input staginglinea_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: staginglinea_AssetStatus_filter + status_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum staginglinea_Asset_orderBy { +enum mainnet_Asset_orderBy { id key decimal @@ -180388,32 +190261,20 @@ enum staginglinea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar staginglinea_BigDecimal - -input staginglinea_BlockChangedFilter { - number_gte: Int! -} - -input staginglinea_Block_height { - hash: staginglinea_Bytes - number: Int - number_gte: Int -} - -scalar staginglinea_Bytes - -type staginglinea_ConnectorMeta { +type mainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginglinea_Bytes - rootManager: staginglinea_Bytes - mirrorConnector: staginglinea_Bytes + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input staginglinea_ConnectorMeta_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -180438,29 +190299,43 @@ input staginglinea_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginglinea_Bytes - amb_not: staginglinea_Bytes - amb_in: [staginglinea_Bytes!] - amb_not_in: [staginglinea_Bytes!] - amb_contains: staginglinea_Bytes - amb_not_contains: staginglinea_Bytes - rootManager: staginglinea_Bytes - rootManager_not: staginglinea_Bytes - rootManager_in: [staginglinea_Bytes!] - rootManager_not_in: [staginglinea_Bytes!] - rootManager_contains: staginglinea_Bytes - rootManager_not_contains: staginglinea_Bytes - mirrorConnector: staginglinea_Bytes - mirrorConnector_not: staginglinea_Bytes - mirrorConnector_in: [staginglinea_Bytes!] - mirrorConnector_not_in: [staginglinea_Bytes!] - mirrorConnector_contains: staginglinea_Bytes - mirrorConnector_not_contains: staginglinea_Bytes + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum staginglinea_ConnectorMeta_orderBy { +enum mainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -180469,48 +190344,48 @@ enum staginglinea_ConnectorMeta_orderBy { mirrorConnector } -type staginglinea_DestinationTransfer { +type mainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: staginglinea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: staginglinea_Router_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_Router_filter): [staginglinea_Router!] + status: mainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mainnet_Router_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_Router_filter): [mainnet_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: mainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginglinea_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset + canonicalId: mainnet_Bytes + asset: mainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: staginglinea_Bytes - executedTransactionHash: staginglinea_Bytes + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginglinea_Bytes + executedTxOrigin: mainnet_Bytes executedTxNonce: BigInt - reconciledCaller: staginglinea_Bytes - reconciledTransactionHash: staginglinea_Bytes + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginglinea_Bytes + reconciledTxOrigin: mainnet_Bytes reconciledTxNonce: BigInt } -input staginglinea_DestinationTransfer_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -180527,12 +190402,16 @@ input staginglinea_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginglinea_Bytes - transferId_not: staginglinea_Bytes - transferId_in: [staginglinea_Bytes!] - transferId_not_in: [staginglinea_Bytes!] - transferId_contains: staginglinea_Bytes - transferId_not_contains: staginglinea_Bytes + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -180541,17 +190420,17 @@ input staginglinea_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginglinea_TransferStatus - status_not: staginglinea_TransferStatus - status_in: [staginglinea_TransferStatus!] - status_not_in: [staginglinea_TransferStatus!] + status: mainnet_TransferStatus + status_not: mainnet_TransferStatus + status_in: [mainnet_TransferStatus!] + status_not_in: [mainnet_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: staginglinea_Router_filter + routers_: mainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -180576,28 +190455,40 @@ input staginglinea_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginglinea_Bytes - to_not: staginglinea_Bytes - to_in: [staginglinea_Bytes!] - to_not_in: [staginglinea_Bytes!] - to_contains: staginglinea_Bytes - to_not_contains: staginglinea_Bytes - delegate: staginglinea_Bytes - delegate_not: staginglinea_Bytes - delegate_in: [staginglinea_Bytes!] - delegate_not_in: [staginglinea_Bytes!] - delegate_contains: staginglinea_Bytes - delegate_not_contains: staginglinea_Bytes + to: mainnet_Bytes + to_not: mainnet_Bytes + to_gt: mainnet_Bytes + to_lt: mainnet_Bytes + to_gte: mainnet_Bytes + to_lte: mainnet_Bytes + to_in: [mainnet_Bytes!] + to_not_in: [mainnet_Bytes!] + to_contains: mainnet_Bytes + to_not_contains: mainnet_Bytes + delegate: mainnet_Bytes + delegate_not: mainnet_Bytes + delegate_gt: mainnet_Bytes + delegate_lt: mainnet_Bytes + delegate_gte: mainnet_Bytes + delegate_lte: mainnet_Bytes + delegate_in: [mainnet_Bytes!] + delegate_not_in: [mainnet_Bytes!] + delegate_contains: mainnet_Bytes + delegate_not_contains: mainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginglinea_Bytes - callData_not: staginglinea_Bytes - callData_in: [staginglinea_Bytes!] - callData_not_in: [staginglinea_Bytes!] - callData_contains: staginglinea_Bytes - callData_not_contains: staginglinea_Bytes + callData: mainnet_Bytes + callData_not: mainnet_Bytes + callData_gt: mainnet_Bytes + callData_lt: mainnet_Bytes + callData_gte: mainnet_Bytes + callData_lte: mainnet_Bytes + callData_in: [mainnet_Bytes!] + callData_not_in: [mainnet_Bytes!] + callData_contains: mainnet_Bytes + callData_not_contains: mainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -180614,12 +190505,16 @@ input staginglinea_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: staginglinea_Bytes - originSender_not: staginglinea_Bytes - originSender_in: [staginglinea_Bytes!] - originSender_not_in: [staginglinea_Bytes!] - originSender_contains: staginglinea_Bytes - originSender_not_contains: staginglinea_Bytes + originSender: mainnet_Bytes + originSender_not: mainnet_Bytes + originSender_gt: mainnet_Bytes + originSender_lt: mainnet_Bytes + originSender_gte: mainnet_Bytes + originSender_lte: mainnet_Bytes + originSender_in: [mainnet_Bytes!] + originSender_not_in: [mainnet_Bytes!] + originSender_contains: mainnet_Bytes + originSender_not_contains: mainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -180636,12 +190531,16 @@ input staginglinea_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginglinea_Bytes - canonicalId_not: staginglinea_Bytes - canonicalId_in: [staginglinea_Bytes!] - canonicalId_not_in: [staginglinea_Bytes!] - canonicalId_contains: staginglinea_Bytes - canonicalId_not_contains: staginglinea_Bytes + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes asset: String asset_not: String asset_gt: String @@ -180662,35 +190561,43 @@ input staginglinea_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt amount_lt: BigInt amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: staginglinea_Bytes - executedCaller_not: staginglinea_Bytes - executedCaller_in: [staginglinea_Bytes!] - executedCaller_not_in: [staginglinea_Bytes!] - executedCaller_contains: staginglinea_Bytes - executedCaller_not_contains: staginglinea_Bytes - executedTransactionHash: staginglinea_Bytes - executedTransactionHash_not: staginglinea_Bytes - executedTransactionHash_in: [staginglinea_Bytes!] - executedTransactionHash_not_in: [staginglinea_Bytes!] - executedTransactionHash_contains: staginglinea_Bytes - executedTransactionHash_not_contains: staginglinea_Bytes + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: mainnet_Bytes + executedCaller_not: mainnet_Bytes + executedCaller_gt: mainnet_Bytes + executedCaller_lt: mainnet_Bytes + executedCaller_gte: mainnet_Bytes + executedCaller_lte: mainnet_Bytes + executedCaller_in: [mainnet_Bytes!] + executedCaller_not_in: [mainnet_Bytes!] + executedCaller_contains: mainnet_Bytes + executedCaller_not_contains: mainnet_Bytes + executedTransactionHash: mainnet_Bytes + executedTransactionHash_not: mainnet_Bytes + executedTransactionHash_gt: mainnet_Bytes + executedTransactionHash_lt: mainnet_Bytes + executedTransactionHash_gte: mainnet_Bytes + executedTransactionHash_lte: mainnet_Bytes + executedTransactionHash_in: [mainnet_Bytes!] + executedTransactionHash_not_in: [mainnet_Bytes!] + executedTransactionHash_contains: mainnet_Bytes + executedTransactionHash_not_contains: mainnet_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -180723,12 +190630,16 @@ input staginglinea_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: staginglinea_Bytes - executedTxOrigin_not: staginglinea_Bytes - executedTxOrigin_in: [staginglinea_Bytes!] - executedTxOrigin_not_in: [staginglinea_Bytes!] - executedTxOrigin_contains: staginglinea_Bytes - executedTxOrigin_not_contains: staginglinea_Bytes + executedTxOrigin: mainnet_Bytes + executedTxOrigin_not: mainnet_Bytes + executedTxOrigin_gt: mainnet_Bytes + executedTxOrigin_lt: mainnet_Bytes + executedTxOrigin_gte: mainnet_Bytes + executedTxOrigin_lte: mainnet_Bytes + executedTxOrigin_in: [mainnet_Bytes!] + executedTxOrigin_not_in: [mainnet_Bytes!] + executedTxOrigin_contains: mainnet_Bytes + executedTxOrigin_not_contains: mainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -180737,18 +190648,26 @@ input staginglinea_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: staginglinea_Bytes - reconciledCaller_not: staginglinea_Bytes - reconciledCaller_in: [staginglinea_Bytes!] - reconciledCaller_not_in: [staginglinea_Bytes!] - reconciledCaller_contains: staginglinea_Bytes - reconciledCaller_not_contains: staginglinea_Bytes - reconciledTransactionHash: staginglinea_Bytes - reconciledTransactionHash_not: staginglinea_Bytes - reconciledTransactionHash_in: [staginglinea_Bytes!] - reconciledTransactionHash_not_in: [staginglinea_Bytes!] - reconciledTransactionHash_contains: staginglinea_Bytes - reconciledTransactionHash_not_contains: staginglinea_Bytes + reconciledCaller: mainnet_Bytes + reconciledCaller_not: mainnet_Bytes + reconciledCaller_gt: mainnet_Bytes + reconciledCaller_lt: mainnet_Bytes + reconciledCaller_gte: mainnet_Bytes + reconciledCaller_lte: mainnet_Bytes + reconciledCaller_in: [mainnet_Bytes!] + reconciledCaller_not_in: [mainnet_Bytes!] + reconciledCaller_contains: mainnet_Bytes + reconciledCaller_not_contains: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes + reconciledTransactionHash_not: mainnet_Bytes + reconciledTransactionHash_gt: mainnet_Bytes + reconciledTransactionHash_lt: mainnet_Bytes + reconciledTransactionHash_gte: mainnet_Bytes + reconciledTransactionHash_lte: mainnet_Bytes + reconciledTransactionHash_in: [mainnet_Bytes!] + reconciledTransactionHash_not_in: [mainnet_Bytes!] + reconciledTransactionHash_contains: mainnet_Bytes + reconciledTransactionHash_not_contains: mainnet_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -180781,12 +190700,16 @@ input staginglinea_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: staginglinea_Bytes - reconciledTxOrigin_not: staginglinea_Bytes - reconciledTxOrigin_in: [staginglinea_Bytes!] - reconciledTxOrigin_not_in: [staginglinea_Bytes!] - reconciledTxOrigin_contains: staginglinea_Bytes - reconciledTxOrigin_not_contains: staginglinea_Bytes + reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin_not: mainnet_Bytes + reconciledTxOrigin_gt: mainnet_Bytes + reconciledTxOrigin_lt: mainnet_Bytes + reconciledTxOrigin_gte: mainnet_Bytes + reconciledTxOrigin_lte: mainnet_Bytes + reconciledTxOrigin_in: [mainnet_Bytes!] + reconciledTxOrigin_not_in: [mainnet_Bytes!] + reconciledTxOrigin_contains: mainnet_Bytes + reconciledTxOrigin_not_contains: mainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -180796,10 +190719,12 @@ input staginglinea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum staginglinea_DestinationTransfer_orderBy { +enum mainnet_DestinationTransfer_orderBy { id chainId transferId @@ -180820,6 +190745,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 @@ -180840,14 +190774,14 @@ enum staginglinea_DestinationTransfer_orderBy { reconciledTxNonce } -type staginglinea_OptimisticRootFinalized { +type mainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input staginglinea_OptimisticRootFinalized_filter { +input mainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -180856,12 +190790,16 @@ input staginglinea_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginglinea_Bytes - aggregateRoot_not: staginglinea_Bytes - aggregateRoot_in: [staginglinea_Bytes!] - aggregateRoot_not_in: [staginglinea_Bytes!] - aggregateRoot_contains: staginglinea_Bytes - aggregateRoot_not_contains: staginglinea_Bytes + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -180879,36 +190817,32 @@ input staginglinea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootFinalized_filter] + or: [mainnet_OptimisticRootFinalized_filter] } -enum staginglinea_OptimisticRootFinalized_orderBy { +enum mainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum staginglinea_OrderDirection { - asc - desc -} - -type staginglinea_OriginMessage { +type mainnet_OriginMessage { id: ID! - transferId: staginglinea_Bytes + transferId: mainnet_Bytes destinationDomain: BigInt - leaf: staginglinea_Bytes + leaf: mainnet_Bytes index: BigInt - message: staginglinea_Bytes - root: staginglinea_Bytes - transactionHash: staginglinea_Bytes + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes blockNumber: BigInt - rootCount: staginglinea_RootCount + rootCount: mainnet_RootCount } -input staginglinea_OriginMessage_filter { +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -180917,12 +190851,16 @@ input staginglinea_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: staginglinea_Bytes - transferId_not: staginglinea_Bytes - transferId_in: [staginglinea_Bytes!] - transferId_not_in: [staginglinea_Bytes!] - transferId_contains: staginglinea_Bytes - transferId_not_contains: staginglinea_Bytes + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -180931,12 +190869,16 @@ input staginglinea_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: staginglinea_Bytes - leaf_not: staginglinea_Bytes - leaf_in: [staginglinea_Bytes!] - leaf_not_in: [staginglinea_Bytes!] - leaf_contains: staginglinea_Bytes - leaf_not_contains: staginglinea_Bytes + leaf: mainnet_Bytes + leaf_not: mainnet_Bytes + leaf_gt: mainnet_Bytes + leaf_lt: mainnet_Bytes + leaf_gte: mainnet_Bytes + leaf_lte: mainnet_Bytes + leaf_in: [mainnet_Bytes!] + leaf_not_in: [mainnet_Bytes!] + leaf_contains: mainnet_Bytes + leaf_not_contains: mainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -180945,24 +190887,36 @@ input staginglinea_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: staginglinea_Bytes - message_not: staginglinea_Bytes - message_in: [staginglinea_Bytes!] - message_not_in: [staginglinea_Bytes!] - message_contains: staginglinea_Bytes - message_not_contains: staginglinea_Bytes - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + message: mainnet_Bytes + message_not: mainnet_Bytes + message_gt: mainnet_Bytes + message_lt: mainnet_Bytes + message_gte: mainnet_Bytes + message_lte: mainnet_Bytes + message_in: [mainnet_Bytes!] + message_not_in: [mainnet_Bytes!] + message_contains: mainnet_Bytes + message_not_contains: mainnet_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -180991,12 +190945,14 @@ input staginglinea_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: staginglinea_RootCount_filter + rootCount_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum staginglinea_OriginMessage_orderBy { +enum mainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -181007,44 +190963,46 @@ enum staginglinea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type staginglinea_OriginTransfer { +type mainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: staginglinea_TransferStatus - messageHash: staginglinea_Bytes + status: mainnet_TransferStatus + messageHash: mainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: mainnet_Bytes slippage: BigInt - originSender: staginglinea_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset - transactingAsset: staginglinea_Bytes - message: staginglinea_OriginMessage + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginglinea_RelayerFee_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_RelayerFee_filter): [staginglinea_RelayerFee!] - initialRelayerFeeAsset: staginglinea_Bytes - caller: staginglinea_Bytes - transactionHash: staginglinea_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] + initialRelayerFeeAsset: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginglinea_Bytes + txOrigin: mainnet_Bytes txNonce: BigInt } -input staginglinea_OriginTransfer_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -181061,12 +191019,16 @@ input staginglinea_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginglinea_Bytes - transferId_not: staginglinea_Bytes - transferId_in: [staginglinea_Bytes!] - transferId_not_in: [staginglinea_Bytes!] - transferId_contains: staginglinea_Bytes - transferId_not_contains: staginglinea_Bytes + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181075,16 +191037,20 @@ input staginglinea_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginglinea_TransferStatus - status_not: staginglinea_TransferStatus - status_in: [staginglinea_TransferStatus!] - status_not_in: [staginglinea_TransferStatus!] - messageHash: staginglinea_Bytes - messageHash_not: staginglinea_Bytes - messageHash_in: [staginglinea_Bytes!] - messageHash_not_in: [staginglinea_Bytes!] - messageHash_contains: staginglinea_Bytes - messageHash_not_contains: staginglinea_Bytes + status: mainnet_TransferStatus + status_not: mainnet_TransferStatus + status_in: [mainnet_TransferStatus!] + status_not_in: [mainnet_TransferStatus!] + messageHash: mainnet_Bytes + messageHash_not: mainnet_Bytes + messageHash_gt: mainnet_Bytes + messageHash_lt: mainnet_Bytes + messageHash_gte: mainnet_Bytes + messageHash_lte: mainnet_Bytes + messageHash_in: [mainnet_Bytes!] + messageHash_not_in: [mainnet_Bytes!] + messageHash_contains: mainnet_Bytes + messageHash_not_contains: mainnet_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -181109,28 +191075,40 @@ input staginglinea_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginglinea_Bytes - to_not: staginglinea_Bytes - to_in: [staginglinea_Bytes!] - to_not_in: [staginglinea_Bytes!] - to_contains: staginglinea_Bytes - to_not_contains: staginglinea_Bytes - delegate: staginglinea_Bytes - delegate_not: staginglinea_Bytes - delegate_in: [staginglinea_Bytes!] - delegate_not_in: [staginglinea_Bytes!] - delegate_contains: staginglinea_Bytes - delegate_not_contains: staginglinea_Bytes + to: mainnet_Bytes + to_not: mainnet_Bytes + to_gt: mainnet_Bytes + to_lt: mainnet_Bytes + to_gte: mainnet_Bytes + to_lte: mainnet_Bytes + to_in: [mainnet_Bytes!] + to_not_in: [mainnet_Bytes!] + to_contains: mainnet_Bytes + to_not_contains: mainnet_Bytes + delegate: mainnet_Bytes + delegate_not: mainnet_Bytes + delegate_gt: mainnet_Bytes + delegate_lt: mainnet_Bytes + delegate_gte: mainnet_Bytes + delegate_lte: mainnet_Bytes + delegate_in: [mainnet_Bytes!] + delegate_not_in: [mainnet_Bytes!] + delegate_contains: mainnet_Bytes + delegate_not_contains: mainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginglinea_Bytes - callData_not: staginglinea_Bytes - callData_in: [staginglinea_Bytes!] - callData_not_in: [staginglinea_Bytes!] - callData_contains: staginglinea_Bytes - callData_not_contains: staginglinea_Bytes + callData: mainnet_Bytes + callData_not: mainnet_Bytes + callData_gt: mainnet_Bytes + callData_lt: mainnet_Bytes + callData_gte: mainnet_Bytes + callData_lte: mainnet_Bytes + callData_in: [mainnet_Bytes!] + callData_not_in: [mainnet_Bytes!] + callData_contains: mainnet_Bytes + callData_not_contains: mainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -181139,12 +191117,16 @@ input staginglinea_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: staginglinea_Bytes - originSender_not: staginglinea_Bytes - originSender_in: [staginglinea_Bytes!] - originSender_not_in: [staginglinea_Bytes!] - originSender_contains: staginglinea_Bytes - originSender_not_contains: staginglinea_Bytes + originSender: mainnet_Bytes + originSender_not: mainnet_Bytes + originSender_gt: mainnet_Bytes + originSender_lt: mainnet_Bytes + originSender_gte: mainnet_Bytes + originSender_lte: mainnet_Bytes + originSender_in: [mainnet_Bytes!] + originSender_not_in: [mainnet_Bytes!] + originSender_contains: mainnet_Bytes + originSender_not_contains: mainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -181161,12 +191143,16 @@ input staginglinea_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginglinea_Bytes - canonicalId_not: staginglinea_Bytes - canonicalId_in: [staginglinea_Bytes!] - canonicalId_not_in: [staginglinea_Bytes!] - canonicalId_contains: staginglinea_Bytes - canonicalId_not_contains: staginglinea_Bytes + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes asset: String asset_not: String asset_gt: String @@ -181187,13 +191173,17 @@ input staginglinea_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter - transactingAsset: staginglinea_Bytes - transactingAsset_not: staginglinea_Bytes - transactingAsset_in: [staginglinea_Bytes!] - transactingAsset_not_in: [staginglinea_Bytes!] - transactingAsset_contains: staginglinea_Bytes - transactingAsset_not_contains: staginglinea_Bytes + asset_: mainnet_Asset_filter + transactingAsset: mainnet_Bytes + transactingAsset_not: mainnet_Bytes + transactingAsset_gt: mainnet_Bytes + transactingAsset_lt: mainnet_Bytes + transactingAsset_gte: mainnet_Bytes + transactingAsset_lte: mainnet_Bytes + transactingAsset_in: [mainnet_Bytes!] + transactingAsset_not_in: [mainnet_Bytes!] + transactingAsset_contains: mainnet_Bytes + transactingAsset_not_contains: mainnet_Bytes message: String message_not: String message_gt: String @@ -181214,7 +191204,7 @@ input staginglinea_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: staginglinea_OriginMessage_filter + message_: mainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -181229,25 +191219,37 @@ input staginglinea_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: staginglinea_RelayerFee_filter - initialRelayerFeeAsset: staginglinea_Bytes - initialRelayerFeeAsset_not: staginglinea_Bytes - initialRelayerFeeAsset_in: [staginglinea_Bytes!] - initialRelayerFeeAsset_not_in: [staginglinea_Bytes!] - initialRelayerFeeAsset_contains: staginglinea_Bytes - initialRelayerFeeAsset_not_contains: staginglinea_Bytes - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + relayerFees_: mainnet_RelayerFee_filter + initialRelayerFeeAsset: mainnet_Bytes + initialRelayerFeeAsset_not: mainnet_Bytes + initialRelayerFeeAsset_gt: mainnet_Bytes + initialRelayerFeeAsset_lt: mainnet_Bytes + initialRelayerFeeAsset_gte: mainnet_Bytes + initialRelayerFeeAsset_lte: mainnet_Bytes + initialRelayerFeeAsset_in: [mainnet_Bytes!] + initialRelayerFeeAsset_not_in: [mainnet_Bytes!] + initialRelayerFeeAsset_contains: mainnet_Bytes + initialRelayerFeeAsset_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -181280,12 +191282,16 @@ input staginglinea_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: staginglinea_Bytes - txOrigin_not: staginglinea_Bytes - txOrigin_in: [staginglinea_Bytes!] - txOrigin_not_in: [staginglinea_Bytes!] - txOrigin_contains: staginglinea_Bytes - txOrigin_not_contains: staginglinea_Bytes + txOrigin: mainnet_Bytes + txOrigin_not: mainnet_Bytes + txOrigin_gt: mainnet_Bytes + txOrigin_lt: mainnet_Bytes + txOrigin_gte: mainnet_Bytes + txOrigin_lte: mainnet_Bytes + txOrigin_in: [mainnet_Bytes!] + txOrigin_not_in: [mainnet_Bytes!] + txOrigin_contains: mainnet_Bytes + txOrigin_not_contains: mainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -181295,10 +191301,12 @@ input staginglinea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum staginglinea_OriginTransfer_orderBy { +enum mainnet_OriginTransfer_orderBy { id chainId transferId @@ -181318,8 +191326,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 @@ -181333,20 +191359,20 @@ enum staginglinea_OriginTransfer_orderBy { txNonce } -type staginglinea_Relayer { +type mainnet_Relayer { id: ID! isActive: Boolean! - relayer: staginglinea_Bytes + relayer: mainnet_Bytes } -type staginglinea_RelayerFee { +type mainnet_RelayerFee { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: mainnet_OriginTransfer! fee: BigInt! - asset: staginglinea_Bytes! + asset: mainnet_Bytes! } -input staginglinea_RelayerFee_filter { +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -181375,7 +191401,7 @@ input staginglinea_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginglinea_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -181384,37 +191410,72 @@ input staginglinea_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: staginglinea_Bytes - asset_not: staginglinea_Bytes - asset_in: [staginglinea_Bytes!] - asset_not_in: [staginglinea_Bytes!] - asset_contains: staginglinea_Bytes - asset_not_contains: staginglinea_Bytes + asset: mainnet_Bytes + asset_not: mainnet_Bytes + asset_gt: mainnet_Bytes + asset_lt: mainnet_Bytes + asset_gte: mainnet_Bytes + asset_lte: mainnet_Bytes + asset_in: [mainnet_Bytes!] + asset_not_in: [mainnet_Bytes!] + asset_contains: mainnet_Bytes + asset_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum staginglinea_RelayerFee_orderBy { +enum mainnet_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type staginglinea_RelayerFeesIncrease { +type mainnet_RelayerFeesIncrease { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: mainnet_OriginTransfer! increase: BigInt - asset: staginglinea_Bytes - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_RelayerFeesIncrease_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -181443,7 +191504,7 @@ input staginglinea_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginglinea_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -181452,24 +191513,36 @@ input staginglinea_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: staginglinea_Bytes - asset_not: staginglinea_Bytes - asset_in: [staginglinea_Bytes!] - asset_not_in: [staginglinea_Bytes!] - asset_contains: staginglinea_Bytes - asset_not_contains: staginglinea_Bytes - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + asset: mainnet_Bytes + asset_not: mainnet_Bytes + asset_gt: mainnet_Bytes + asset_lt: mainnet_Bytes + asset_gte: mainnet_Bytes + asset_lte: mainnet_Bytes + asset_in: [mainnet_Bytes!] + asset_not_in: [mainnet_Bytes!] + asset_contains: mainnet_Bytes + asset_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -181503,12 +191576,43 @@ input staginglinea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] } -enum staginglinea_RelayerFeesIncrease_orderBy { +enum mainnet_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -181519,7 +191623,7 @@ enum staginglinea_RelayerFeesIncrease_orderBy { blockNumber } -input staginglinea_Relayer_filter { +input mainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -181532,28 +191636,34 @@ input staginglinea_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: staginglinea_Bytes - relayer_not: staginglinea_Bytes - relayer_in: [staginglinea_Bytes!] - relayer_not_in: [staginglinea_Bytes!] - relayer_contains: staginglinea_Bytes - relayer_not_contains: staginglinea_Bytes + relayer: mainnet_Bytes + relayer_not: mainnet_Bytes + relayer_gt: mainnet_Bytes + relayer_lt: mainnet_Bytes + relayer_gte: mainnet_Bytes + relayer_lte: mainnet_Bytes + relayer_in: [mainnet_Bytes!] + relayer_not_in: [mainnet_Bytes!] + relayer_contains: mainnet_Bytes + relayer_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] } -enum staginglinea_Relayer_orderBy { +enum mainnet_Relayer_orderBy { id isActive relayer } -type staginglinea_RootCount { +type mainnet_RootCount { id: ID! count: BigInt } -input staginglinea_RootCount_filter { +input mainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -181571,29 +191681,31 @@ input staginglinea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] } -enum staginglinea_RootCount_orderBy { +enum mainnet_RootCount_orderBy { id count } -type staginglinea_RootMessageSent { +type mainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginglinea_Bytes + root: mainnet_Bytes count: BigInt - caller: staginglinea_Bytes - transactionHash: staginglinea_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginglinea_RootMessageSent_filter { +input mainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -181618,12 +191730,16 @@ input staginglinea_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -181632,18 +191748,26 @@ input staginglinea_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -181677,10 +191801,12 @@ input staginglinea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] } -enum staginglinea_RootMessageSent_orderBy { +enum mainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -181694,25 +191820,25 @@ enum staginglinea_RootMessageSent_orderBy { blockNumber } -type staginglinea_Router { +type mainnet_Router { id: ID! isActive: Boolean! - owner: staginglinea_Bytes - recipient: staginglinea_Bytes - proposedOwner: staginglinea_Bytes + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! } -type staginglinea_RouterDailyTVL { +type mainnet_RouterDailyTVL { id: ID! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: mainnet_Router! + asset: mainnet_Asset! timestamp: BigInt! balance: BigInt! } -input staginglinea_RouterDailyTVL_filter { +input mainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -181741,7 +191867,7 @@ input staginglinea_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginglinea_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -181762,7 +191888,7 @@ input staginglinea_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: mainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -181780,37 +191906,54 @@ input staginglinea_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] } -enum staginglinea_RouterDailyTVL_orderBy { +enum mainnet_RouterDailyTVL_orderBy { id router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp balance } -type staginglinea_RouterLiquidityEvent { +type mainnet_RouterLiquidityEvent { id: ID! - type: staginglinea_RouterLiquidityEventType - router: staginglinea_Router! - asset: staginglinea_Asset! + type: mainnet_RouterLiquidityEventType + router: mainnet_Router! + asset: mainnet_Asset! amount: BigInt! balance: BigInt! - caller: staginglinea_Bytes + caller: mainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: staginglinea_Bytes! + transactionHash: mainnet_Bytes! nonce: BigInt! } -enum staginglinea_RouterLiquidityEventType { +enum mainnet_RouterLiquidityEventType { Add Remove } -input staginglinea_RouterLiquidityEvent_filter { +input mainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -181819,10 +191962,10 @@ input staginglinea_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: staginglinea_RouterLiquidityEventType - type_not: staginglinea_RouterLiquidityEventType - type_in: [staginglinea_RouterLiquidityEventType!] - type_not_in: [staginglinea_RouterLiquidityEventType!] + type: mainnet_RouterLiquidityEventType + type_not: mainnet_RouterLiquidityEventType + type_in: [mainnet_RouterLiquidityEventType!] + type_not_in: [mainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -181843,7 +191986,7 @@ input staginglinea_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginglinea_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -181864,7 +192007,7 @@ input staginglinea_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -181881,12 +192024,16 @@ input staginglinea_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -181903,12 +192050,16 @@ input staginglinea_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181918,14 +192069,31 @@ input staginglinea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterLiquidityEvent_filter] + or: [mainnet_RouterLiquidityEvent_filter] } -enum staginglinea_RouterLiquidityEvent_orderBy { +enum mainnet_RouterLiquidityEvent_orderBy { id type router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber amount balance caller @@ -181935,7 +192103,7 @@ enum staginglinea_RouterLiquidityEvent_orderBy { nonce } -input staginglinea_Router_filter { +input mainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -181948,24 +192116,36 @@ input staginglinea_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: staginglinea_Bytes - owner_not: staginglinea_Bytes - owner_in: [staginglinea_Bytes!] - owner_not_in: [staginglinea_Bytes!] - owner_contains: staginglinea_Bytes - owner_not_contains: staginglinea_Bytes - recipient: staginglinea_Bytes - recipient_not: staginglinea_Bytes - recipient_in: [staginglinea_Bytes!] - recipient_not_in: [staginglinea_Bytes!] - recipient_contains: staginglinea_Bytes - recipient_not_contains: staginglinea_Bytes - proposedOwner: staginglinea_Bytes - proposedOwner_not: staginglinea_Bytes - proposedOwner_in: [staginglinea_Bytes!] - proposedOwner_not_in: [staginglinea_Bytes!] - proposedOwner_contains: staginglinea_Bytes - proposedOwner_not_contains: staginglinea_Bytes + owner: mainnet_Bytes + owner_not: mainnet_Bytes + owner_gt: mainnet_Bytes + owner_lt: mainnet_Bytes + owner_gte: mainnet_Bytes + owner_lte: mainnet_Bytes + owner_in: [mainnet_Bytes!] + owner_not_in: [mainnet_Bytes!] + owner_contains: mainnet_Bytes + owner_not_contains: mainnet_Bytes + recipient: mainnet_Bytes + recipient_not: mainnet_Bytes + recipient_gt: mainnet_Bytes + recipient_lt: mainnet_Bytes + recipient_gte: mainnet_Bytes + recipient_lte: mainnet_Bytes + recipient_in: [mainnet_Bytes!] + recipient_not_in: [mainnet_Bytes!] + recipient_contains: mainnet_Bytes + recipient_not_contains: mainnet_Bytes + proposedOwner: mainnet_Bytes + proposedOwner_not: mainnet_Bytes + proposedOwner_gt: mainnet_Bytes + proposedOwner_lt: mainnet_Bytes + proposedOwner_gte: mainnet_Bytes + proposedOwner_lte: mainnet_Bytes + proposedOwner_in: [mainnet_Bytes!] + proposedOwner_not_in: [mainnet_Bytes!] + proposedOwner_contains: mainnet_Bytes + proposedOwner_not_contains: mainnet_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -181974,12 +192154,14 @@ input staginglinea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginglinea_AssetBalance_filter + assetBalances_: mainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] } -enum staginglinea_Router_orderBy { +enum mainnet_Router_orderBy { id isActive owner @@ -181989,13 +192171,13 @@ enum staginglinea_Router_orderBy { assetBalances } -type staginglinea_Sequencer { +type mainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: staginglinea_Bytes + sequencer: mainnet_Bytes } -input staginglinea_Sequencer_filter { +input mainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -182008,29 +192190,35 @@ input staginglinea_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: staginglinea_Bytes - sequencer_not: staginglinea_Bytes - sequencer_in: [staginglinea_Bytes!] - sequencer_not_in: [staginglinea_Bytes!] - sequencer_contains: staginglinea_Bytes - sequencer_not_contains: staginglinea_Bytes + sequencer: mainnet_Bytes + sequencer_not: mainnet_Bytes + sequencer_gt: mainnet_Bytes + sequencer_lt: mainnet_Bytes + sequencer_gte: mainnet_Bytes + sequencer_lte: mainnet_Bytes + sequencer_in: [mainnet_Bytes!] + sequencer_not_in: [mainnet_Bytes!] + sequencer_contains: mainnet_Bytes + sequencer_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] } -enum staginglinea_Sequencer_orderBy { +enum mainnet_Sequencer_orderBy { id isActive sequencer } -type staginglinea_Setting { +type mainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginglinea_Bytes! + caller: mainnet_Bytes! } -input staginglinea_Setting_filter { +input mainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -182047,35 +192235,41 @@ input staginglinea_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] } -enum staginglinea_Setting_orderBy { +enum mainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginglinea_SlippageUpdate { +type mainnet_SlippageUpdate { id: ID! - transfer: staginglinea_DestinationTransfer! + transfer: mainnet_DestinationTransfer! slippage: BigInt! - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_SlippageUpdate_filter { +input mainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -182104,7 +192298,7 @@ input staginglinea_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginglinea_DestinationTransfer_filter + transfer_: mainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -182113,18 +192307,26 @@ input staginglinea_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182158,12 +192360,50 @@ input staginglinea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum staginglinea_SlippageUpdate_orderBy { +enum mainnet_SlippageUpdate_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage caller transactionHash @@ -182173,16 +192413,16 @@ enum staginglinea_SlippageUpdate_orderBy { blockNumber } -type staginglinea_SnapshotRoot { +type mainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: staginglinea_Bytes! + root: mainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input staginglinea_SnapshotRoot_filter { +input mainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -182199,12 +192439,16 @@ input staginglinea_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -182230,10 +192474,12 @@ input staginglinea_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SnapshotRoot_filter] + or: [mainnet_SnapshotRoot_filter] } -enum staginglinea_SnapshotRoot_orderBy { +enum mainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -182242,12 +192488,12 @@ enum staginglinea_SnapshotRoot_orderBy { blockNumber } -type staginglinea_SpokeConnectorMode { +type mainnet_SpokeConnectorMode { id: ID! mode: String! } -input staginglinea_SpokeConnectorMode_filter { +input mainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -182277,15 +192523,17 @@ input staginglinea_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SpokeConnectorMode_filter] + or: [mainnet_SpokeConnectorMode_filter] } -enum staginglinea_SpokeConnectorMode_orderBy { +enum mainnet_SpokeConnectorMode_orderBy { id mode } -enum staginglinea_TransferStatus { +enum mainnet_TransferStatus { XCalled Executed Reconciled @@ -182293,40 +192541,15 @@ enum staginglinea_TransferStatus { CompletedFast } -type staginglinea__Block_ { - """The hash of the block""" - hash: staginglinea_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type staginglinea__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: staginglinea__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingmantle_AggregateRoot { +type arbitrumone_AggregateRoot { id: ID! - root: stagingmantle_Bytes! + root: arbitrumone_Bytes! blockNumber: BigInt! } -type stagingmantle_AggregateRootProposed { +type arbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: arbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -182334,7 +192557,7 @@ type stagingmantle_AggregateRootProposed { blockNumber: BigInt } -input stagingmantle_AggregateRootProposed_filter { +input arbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -182343,16 +192566,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: 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 @@ -182394,12 +192617,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRootProposed_filter] + or: [arbitrumone_AggregateRootProposed_filter] } -enum stagingmantle_AggregateRootProposed_orderBy { +enum arbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -182409,7 +192632,7 @@ enum stagingmantle_AggregateRootProposed_orderBy { blockNumber } -input stagingmantle_AggregateRoot_filter { +input arbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -182418,16 +192641,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: 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 @@ -182437,42 +192660,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRoot_filter] + or: [arbitrumone_AggregateRoot_filter] } -enum stagingmantle_AggregateRoot_orderBy { +enum arbitrumone_AggregateRoot_orderBy { id root blockNumber } -type stagingmantle_Asset { +type arbitrumone_Asset { id: ID! - key: stagingmantle_Bytes + key: arbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmantle_Bytes + canonicalId: arbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmantle_Bytes - localAsset: stagingmantle_Bytes + adoptedAsset: arbitrumone_Bytes + localAsset: arbitrumone_Bytes blockNumber: BigInt - status: stagingmantle_AssetStatus + status: arbitrumone_AssetStatus } -type stagingmantle_AssetBalance { +type arbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: arbitrumone_Router! + asset: arbitrumone_Asset! feesEarned: BigInt! } -input stagingmantle_AssetBalance_filter { +input arbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -182533,7 +192756,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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -182554,7 +192777,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_: arbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -182564,12 +192787,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetBalance_filter] + or: [arbitrumone_AssetBalance_filter] } -enum stagingmantle_AssetBalance_orderBy { +enum arbitrumone_AssetBalance_orderBy { id amount locked @@ -182595,12 +192818,12 @@ enum stagingmantle_AssetBalance_orderBy { feesEarned } -type stagingmantle_AssetStatus { +type arbitrumone_AssetStatus { id: ID! status: Boolean } -input stagingmantle_AssetStatus_filter { +input arbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -182614,17 +192837,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetStatus_filter] + or: [arbitrumone_AssetStatus_filter] } -enum stagingmantle_AssetStatus_orderBy { +enum arbitrumone_AssetStatus_orderBy { id status } -input stagingmantle_Asset_filter { +input arbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -182633,16 +192856,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: 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 @@ -182655,20 +192878,20 @@ input stagingmantle_Asset_filter { adoptedDecimal_not: BigInt adoptedDecimal_gt: BigInt adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmantle_Bytes - canonicalId_not: stagingmantle_Bytes - canonicalId_gt: stagingmantle_Bytes - canonicalId_lt: stagingmantle_Bytes - canonicalId_gte: stagingmantle_Bytes - canonicalId_lte: stagingmantle_Bytes - canonicalId_in: [stagingmantle_Bytes!] - canonicalId_not_in: [stagingmantle_Bytes!] - canonicalId_contains: stagingmantle_Bytes - canonicalId_not_contains: stagingmantle_Bytes + 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 @@ -182677,26 +192900,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: 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 @@ -182725,14 +192948,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_: arbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Asset_filter] - or: [stagingmantle_Asset_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Asset_filter] + or: [arbitrumone_Asset_filter] } -enum stagingmantle_Asset_orderBy { +enum arbitrumone_Asset_orderBy { id key decimal @@ -182747,30 +192970,30 @@ enum stagingmantle_Asset_orderBy { status__status } -scalar stagingmantle_BigDecimal +scalar arbitrumone_BigDecimal -input stagingmantle_BlockChangedFilter { +input arbitrumone_BlockChangedFilter { number_gte: Int! } -input stagingmantle_Block_height { - hash: stagingmantle_Bytes +input arbitrumone_Block_height { + hash: arbitrumone_Bytes number: Int number_gte: Int } -scalar stagingmantle_Bytes +scalar arbitrumone_Bytes -type stagingmantle_ConnectorMeta { +type arbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmantle_Bytes - rootManager: stagingmantle_Bytes - mirrorConnector: stagingmantle_Bytes + amb: arbitrumone_Bytes + rootManager: arbitrumone_Bytes + mirrorConnector: arbitrumone_Bytes } -input stagingmantle_ConnectorMeta_filter { +input arbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -182795,43 +193018,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_ConnectorMeta_filter] - or: [stagingmantle_ConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_ConnectorMeta_filter] + or: [arbitrumone_ConnectorMeta_filter] } -enum stagingmantle_ConnectorMeta_orderBy { +enum arbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -182840,48 +193063,48 @@ enum stagingmantle_ConnectorMeta_orderBy { mirrorConnector } -type stagingmantle_DestinationTransfer { +type arbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: arbitrumone_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: 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: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: arbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmantle_Bytes + originSender: arbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmantle_Bytes - executedTransactionHash: stagingmantle_Bytes + executedCaller: arbitrumone_Bytes + executedTransactionHash: arbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmantle_Bytes + executedTxOrigin: arbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmantle_Bytes - reconciledTransactionHash: stagingmantle_Bytes + reconciledCaller: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmantle_Bytes + reconciledTxOrigin: arbitrumone_Bytes reconciledTxNonce: BigInt } -input stagingmantle_DestinationTransfer_filter { +input arbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -182898,16 +193121,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: 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 @@ -182916,17 +193139,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: 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_: stagingmantle_Router_filter + routers_: arbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -182951,40 +193174,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: 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: 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: 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 @@ -183001,16 +193224,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: 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 @@ -183027,16 +193250,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: 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 @@ -183057,7 +193280,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_: arbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -183074,26 +193297,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: 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 @@ -183126,16 +193349,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: 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 @@ -183144,26 +193367,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: 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 @@ -183196,16 +193419,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: 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 @@ -183215,12 +193438,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_DestinationTransfer_filter] + or: [arbitrumone_DestinationTransfer_filter] } -enum stagingmantle_DestinationTransfer_orderBy { +enum arbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -183274,16 +193497,16 @@ enum stagingmantle_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmantle_Int8 +scalar arbitrumone_Int8 -type stagingmantle_OptimisticRootFinalized { +type arbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: arbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmantle_OptimisticRootFinalized_filter { +input arbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -183292,16 +193515,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: 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 @@ -183319,12 +193542,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_OptimisticRootFinalized_filter] + or: [arbitrumone_OptimisticRootFinalized_filter] } -enum stagingmantle_OptimisticRootFinalized_orderBy { +enum arbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -183332,25 +193555,25 @@ enum stagingmantle_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmantle_OrderDirection { +enum arbitrumone_OrderDirection { asc desc } -type stagingmantle_OriginMessage { +type arbitrumone_OriginMessage { id: ID! - transferId: stagingmantle_Bytes + transferId: arbitrumone_Bytes destinationDomain: BigInt - leaf: stagingmantle_Bytes + leaf: arbitrumone_Bytes index: BigInt - message: stagingmantle_Bytes - root: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + message: arbitrumone_Bytes + root: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes blockNumber: BigInt - rootCount: stagingmantle_RootCount + rootCount: arbitrumone_RootCount } -input stagingmantle_OriginMessage_filter { +input arbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -183359,16 +193582,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: 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 @@ -183377,16 +193600,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: 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 @@ -183395,36 +193618,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: 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 @@ -183453,14 +193676,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_: arbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_OriginMessage_filter] - or: [stagingmantle_OriginMessage_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginMessage_filter] + or: [arbitrumone_OriginMessage_filter] } -enum stagingmantle_OriginMessage_orderBy { +enum arbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -183475,42 +193698,42 @@ enum stagingmantle_OriginMessage_orderBy { rootCount__count } -type stagingmantle_OriginTransfer { +type arbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: arbitrumone_Bytes nonce: BigInt - status: stagingmantle_TransferStatus - messageHash: stagingmantle_Bytes + status: arbitrumone_TransferStatus + messageHash: arbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: arbitrumone_Bytes slippage: BigInt - originSender: stagingmantle_Bytes + originSender: arbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset - transactingAsset: stagingmantle_Bytes - message: stagingmantle_OriginMessage + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset + transactingAsset: arbitrumone_Bytes + message: arbitrumone_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: arbitrumone_RelayerFee_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_RelayerFee_filter): [arbitrumone_RelayerFee!] + initialRelayerFeeAsset: arbitrumone_Bytes + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmantle_Bytes + txOrigin: arbitrumone_Bytes txNonce: BigInt } -input stagingmantle_OriginTransfer_filter { +input arbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -183527,16 +193750,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: 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 @@ -183545,20 +193768,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: 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 @@ -183583,40 +193806,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: 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: 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: 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 @@ -183625,16 +193848,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: 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 @@ -183651,16 +193874,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: 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 @@ -183681,17 +193904,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_: 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 @@ -183712,7 +193935,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_: arbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -183727,37 +193950,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_: 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 @@ -183790,16 +194013,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: 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 @@ -183809,12 +194032,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginTransfer_filter] + or: [arbitrumone_OriginTransfer_filter] } -enum stagingmantle_OriginTransfer_orderBy { +enum arbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -183867,20 +194090,20 @@ enum stagingmantle_OriginTransfer_orderBy { txNonce } -type stagingmantle_Relayer { +type arbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: stagingmantle_Bytes + relayer: arbitrumone_Bytes } -type stagingmantle_RelayerFee { +type arbitrumone_RelayerFee { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: arbitrumone_OriginTransfer! fee: BigInt! - asset: stagingmantle_Bytes! + asset: arbitrumone_Bytes! } -input stagingmantle_RelayerFee_filter { +input arbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -183909,7 +194132,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_: arbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -183918,23 +194141,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_RelayerFee_filter] - or: [stagingmantle_RelayerFee_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFee_filter] + or: [arbitrumone_RelayerFee_filter] } -enum stagingmantle_RelayerFee_orderBy { +enum arbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -183970,20 +194193,20 @@ enum stagingmantle_RelayerFee_orderBy { asset } -type stagingmantle_RelayerFeesIncrease { +type arbitrumone_RelayerFeesIncrease { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: arbitrumone_OriginTransfer! increase: BigInt - asset: stagingmantle_Bytes - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + asset: arbitrumone_Bytes + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_RelayerFeesIncrease_filter { +input arbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -184012,7 +194235,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_: arbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -184021,36 +194244,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: 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 @@ -184084,12 +194307,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFeesIncrease_filter] + or: [arbitrumone_RelayerFeesIncrease_filter] } -enum stagingmantle_RelayerFeesIncrease_orderBy { +enum arbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -184131,7 +194354,7 @@ enum stagingmantle_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmantle_Relayer_filter { +input arbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -184144,34 +194367,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Relayer_filter] - or: [stagingmantle_Relayer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Relayer_filter] + or: [arbitrumone_Relayer_filter] } -enum stagingmantle_Relayer_orderBy { +enum arbitrumone_Relayer_orderBy { id isActive relayer } -type stagingmantle_RootCount { +type arbitrumone_RootCount { id: ID! count: BigInt } -input stagingmantle_RootCount_filter { +input arbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -184189,31 +194412,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootCount_filter] + or: [arbitrumone_RootCount_filter] } -enum stagingmantle_RootCount_orderBy { +enum arbitrumone_RootCount_orderBy { id count } -type stagingmantle_RootMessageSent { +type arbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmantle_Bytes + root: arbitrumone_Bytes count: BigInt - caller: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmantle_RootMessageSent_filter { +input arbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -184238,16 +194461,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: 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 @@ -184256,26 +194479,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: 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 @@ -184309,12 +194532,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootMessageSent_filter] + or: [arbitrumone_RootMessageSent_filter] } -enum stagingmantle_RootMessageSent_orderBy { +enum arbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -184328,25 +194551,25 @@ enum stagingmantle_RootMessageSent_orderBy { blockNumber } -type stagingmantle_Router { +type arbitrumone_Router { id: ID! isActive: Boolean! - owner: stagingmantle_Bytes - recipient: stagingmantle_Bytes - proposedOwner: stagingmantle_Bytes + owner: arbitrumone_Bytes + recipient: arbitrumone_Bytes + proposedOwner: arbitrumone_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: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! } -type stagingmantle_RouterDailyTVL { +type arbitrumone_RouterDailyTVL { id: ID! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: arbitrumone_Router! + asset: arbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmantle_RouterDailyTVL_filter { +input arbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -184375,7 +194598,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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -184396,7 +194619,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_: arbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -184414,12 +194637,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterDailyTVL_filter] + or: [arbitrumone_RouterDailyTVL_filter] } -enum stagingmantle_RouterDailyTVL_orderBy { +enum arbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -184442,26 +194665,26 @@ enum stagingmantle_RouterDailyTVL_orderBy { balance } -type stagingmantle_RouterLiquidityEvent { +type arbitrumone_RouterLiquidityEvent { id: ID! - type: stagingmantle_RouterLiquidityEventType - router: stagingmantle_Router! - asset: stagingmantle_Asset! + type: arbitrumone_RouterLiquidityEventType + router: arbitrumone_Router! + asset: arbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: stagingmantle_Bytes + caller: arbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmantle_Bytes! + transactionHash: arbitrumone_Bytes! nonce: BigInt! } -enum stagingmantle_RouterLiquidityEventType { +enum arbitrumone_RouterLiquidityEventType { Add Remove } -input stagingmantle_RouterLiquidityEvent_filter { +input arbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -184470,10 +194693,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: arbitrumone_RouterLiquidityEventType + type_not: arbitrumone_RouterLiquidityEventType + type_in: [arbitrumone_RouterLiquidityEventType!] + type_not_in: [arbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -184494,7 +194717,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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -184515,7 +194738,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_: arbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -184532,16 +194755,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: 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 @@ -184558,16 +194781,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: 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 @@ -184577,12 +194800,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterLiquidityEvent_filter] + or: [arbitrumone_RouterLiquidityEvent_filter] } -enum stagingmantle_RouterLiquidityEvent_orderBy { +enum arbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -184611,7 +194834,7 @@ enum stagingmantle_RouterLiquidityEvent_orderBy { nonce } -input stagingmantle_Router_filter { +input arbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -184624,36 +194847,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: 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 @@ -184662,14 +194885,14 @@ input stagingmantle_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmantle_AssetBalance_filter + assetBalances_: arbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Router_filter] - or: [stagingmantle_Router_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Router_filter] + or: [arbitrumone_Router_filter] } -enum stagingmantle_Router_orderBy { +enum arbitrumone_Router_orderBy { id isActive owner @@ -184679,13 +194902,13 @@ enum stagingmantle_Router_orderBy { assetBalances } -type stagingmantle_Sequencer { +type arbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmantle_Bytes + sequencer: arbitrumone_Bytes } -input stagingmantle_Sequencer_filter { +input arbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -184698,35 +194921,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Sequencer_filter] - or: [stagingmantle_Sequencer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Sequencer_filter] + or: [arbitrumone_Sequencer_filter] } -enum stagingmantle_Sequencer_orderBy { +enum arbitrumone_Sequencer_orderBy { id isActive sequencer } -type stagingmantle_Setting { +type arbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmantle_Bytes! + caller: arbitrumone_Bytes! } -input stagingmantle_Setting_filter { +input arbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -184743,41 +194966,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Setting_filter] - or: [stagingmantle_Setting_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Setting_filter] + or: [arbitrumone_Setting_filter] } -enum stagingmantle_Setting_orderBy { +enum arbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmantle_SlippageUpdate { +type arbitrumone_SlippageUpdate { id: ID! - transfer: stagingmantle_DestinationTransfer! + transfer: arbitrumone_DestinationTransfer! slippage: BigInt! - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_SlippageUpdate_filter { +input arbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -184806,7 +195029,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_: arbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -184815,26 +195038,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: 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 @@ -184868,12 +195091,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_SlippageUpdate_filter] + or: [arbitrumone_SlippageUpdate_filter] } -enum stagingmantle_SlippageUpdate_orderBy { +enum arbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -184921,16 +195144,16 @@ enum stagingmantle_SlippageUpdate_orderBy { blockNumber } -type stagingmantle_SnapshotRoot { +type arbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmantle_Bytes! + root: arbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmantle_SnapshotRoot_filter { +input arbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -184947,16 +195170,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: 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 @@ -184982,12 +195205,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_SnapshotRoot_filter] + or: [arbitrumone_SnapshotRoot_filter] } -enum stagingmantle_SnapshotRoot_orderBy { +enum arbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -184996,12 +195219,12 @@ enum stagingmantle_SnapshotRoot_orderBy { blockNumber } -type stagingmantle_SpokeConnectorMode { +type arbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input stagingmantle_SpokeConnectorMode_filter { +input arbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -185031,17 +195254,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_SpokeConnectorMode_filter] + or: [arbitrumone_SpokeConnectorMode_filter] } -enum stagingmantle_SpokeConnectorMode_orderBy { +enum arbitrumone_SpokeConnectorMode_orderBy { id mode } -enum stagingmantle_TransferStatus { +enum arbitrumone_TransferStatus { XCalled Executed Reconciled @@ -185049,9 +195272,9 @@ enum stagingmantle_TransferStatus { CompletedFast } -type stagingmantle__Block_ { +type arbitrumone__Block_ { """The hash of the block""" - hash: stagingmantle_Bytes + hash: arbitrumone_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -185059,7 +195282,7 @@ type stagingmantle__Block_ { } """The type for the top-level _meta field""" -type stagingmantle__Meta_ { +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 @@ -185067,22 +195290,22 @@ type stagingmantle__Meta_ { and therefore asks for the latest block """ - block: stagingmantle__Block_! + block: arbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type linea_AggregateRoot { +type polygon_AggregateRoot { id: ID! - root: linea_Bytes! + root: polygon_Bytes! blockNumber: BigInt! } -type linea_AggregateRootProposed { +type polygon_AggregateRootProposed { id: ID! - aggregateRoot: linea_Bytes! + aggregateRoot: polygon_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -185090,7 +195313,7 @@ type linea_AggregateRootProposed { blockNumber: BigInt } -input linea_AggregateRootProposed_filter { +input polygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -185099,12 +195322,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: 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 @@ -185146,10 +195373,12 @@ input linea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRootProposed_filter] + or: [polygon_AggregateRootProposed_filter] } -enum linea_AggregateRootProposed_orderBy { +enum polygon_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -185159,7 +195388,7 @@ enum linea_AggregateRootProposed_orderBy { blockNumber } -input linea_AggregateRoot_filter { +input polygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -185168,12 +195397,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: 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 @@ -185183,40 +195416,42 @@ input linea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRoot_filter] + or: [polygon_AggregateRoot_filter] } -enum linea_AggregateRoot_orderBy { +enum polygon_AggregateRoot_orderBy { id root blockNumber } -type linea_Asset { +type polygon_Asset { id: ID! - key: linea_Bytes + key: polygon_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: linea_Bytes + canonicalId: polygon_Bytes canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes blockNumber: BigInt - status: linea_AssetStatus + status: polygon_AssetStatus } -type linea_AssetBalance { +type polygon_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: linea_Router! - asset: linea_Asset! + router: polygon_Router! + asset: polygon_Asset! feesEarned: BigInt! } -input linea_AssetBalance_filter { +input polygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -185277,7 +195512,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_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -185298,7 +195533,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_: polygon_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -185308,26 +195543,43 @@ input linea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] } -enum linea_AssetBalance_orderBy { +enum polygon_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type linea_AssetStatus { +type polygon_AssetStatus { id: ID! status: Boolean } -input linea_AssetStatus_filter { +input polygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -185341,15 +195593,17 @@ input linea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] } -enum linea_AssetStatus_orderBy { +enum polygon_AssetStatus_orderBy { id status } -input linea_Asset_filter { +input polygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -185358,12 +195612,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: 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 @@ -185380,12 +195638,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: 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 @@ -185394,18 +195656,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: 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 @@ -185434,12 +195704,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_: polygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum linea_Asset_orderBy { +enum polygon_Asset_orderBy { id key decimal @@ -185450,32 +195722,34 @@ enum linea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar linea_BigDecimal +scalar polygon_BigDecimal -input linea_BlockChangedFilter { +input polygon_BlockChangedFilter { number_gte: Int! } -input linea_Block_height { - hash: linea_Bytes +input polygon_Block_height { + hash: polygon_Bytes number: Int number_gte: Int } -scalar linea_Bytes +scalar polygon_Bytes -type linea_ConnectorMeta { +type polygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input linea_ConnectorMeta_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -185500,29 +195774,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: 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: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum linea_ConnectorMeta_orderBy { +enum polygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -185531,48 +195819,48 @@ enum linea_ConnectorMeta_orderBy { mirrorConnector } -type linea_DestinationTransfer { +type polygon_DestinationTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: polygon_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: 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: linea_Bytes - delegate: linea_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: polygon_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: linea_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset + canonicalId: polygon_Bytes + asset: polygon_Asset amount: BigInt routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes + executedCaller: polygon_Bytes + executedTransactionHash: polygon_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes + executedTxOrigin: polygon_Bytes executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes + reconciledCaller: polygon_Bytes + reconciledTransactionHash: polygon_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes + reconciledTxOrigin: polygon_Bytes reconciledTxNonce: BigInt } -input linea_DestinationTransfer_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -185589,12 +195877,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: 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 @@ -185603,17 +195895,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: 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_: linea_Router_filter + routers_: polygon_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -185638,28 +195930,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: 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: 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: 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 @@ -185676,12 +195980,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: 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 @@ -185698,12 +196006,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: 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 @@ -185724,7 +196036,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_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -185741,18 +196053,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: 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 @@ -185785,12 +196105,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: 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 @@ -185799,18 +196123,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: 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 @@ -185843,12 +196175,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: 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 @@ -185858,10 +196194,12 @@ input linea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum linea_DestinationTransfer_orderBy { +enum polygon_DestinationTransfer_orderBy { id chainId transferId @@ -185882,6 +196220,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 @@ -185902,14 +196249,20 @@ enum linea_DestinationTransfer_orderBy { reconciledTxNonce } -type linea_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar polygon_Int8 + +type polygon_OptimisticRootFinalized { id: ID! - aggregateRoot: linea_Bytes! + aggregateRoot: polygon_Bytes! timestamp: BigInt! blockNumber: BigInt } -input linea_OptimisticRootFinalized_filter { +input polygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -185918,12 +196271,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: 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 @@ -185941,10 +196298,12 @@ input linea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_OptimisticRootFinalized_filter] + or: [polygon_OptimisticRootFinalized_filter] } -enum linea_OptimisticRootFinalized_orderBy { +enum polygon_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -185952,25 +196311,25 @@ enum linea_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { +enum polygon_OrderDirection { asc desc } -type linea_OriginMessage { +type polygon_OriginMessage { id: ID! - transferId: linea_Bytes + transferId: polygon_Bytes destinationDomain: BigInt - leaf: linea_Bytes + leaf: polygon_Bytes index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes + message: polygon_Bytes + root: polygon_Bytes + transactionHash: polygon_Bytes blockNumber: BigInt - rootCount: linea_RootCount + rootCount: polygon_RootCount } -input linea_OriginMessage_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -185979,12 +196338,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: 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 @@ -185993,12 +196356,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: 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 @@ -186007,24 +196374,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: 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 @@ -186053,12 +196432,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_: polygon_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum linea_OriginMessage_orderBy { +enum polygon_OriginMessage_orderBy { id transferId destinationDomain @@ -186069,44 +196450,46 @@ enum linea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type linea_OriginTransfer { +type polygon_OriginTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: polygon_Bytes nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes + status: polygon_TransferStatus + messageHash: polygon_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: polygon_Bytes slippage: BigInt - originSender: linea_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage + canonicalId: polygon_Bytes + asset: polygon_Asset + transactingAsset: polygon_Bytes + message: polygon_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: 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: linea_Bytes + txOrigin: polygon_Bytes txNonce: BigInt } -input linea_OriginTransfer_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -186123,12 +196506,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: 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 @@ -186137,16 +196524,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: 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 @@ -186171,28 +196562,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: 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: 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: 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 @@ -186201,12 +196604,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: 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 @@ -186223,12 +196630,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: 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 @@ -186249,13 +196660,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_: 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 @@ -186276,7 +196691,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_: polygon_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -186284,32 +196699,44 @@ input linea_OriginTransfer_filter { bumpRelayerFeeCount_gte: BigInt bumpRelayerFeeCount_lte: BigInt bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: linea_RelayerFee_filter - initialRelayerFeeAsset: linea_Bytes - initialRelayerFeeAsset_not: linea_Bytes - initialRelayerFeeAsset_in: [linea_Bytes!] - initialRelayerFeeAsset_not_in: [linea_Bytes!] - initialRelayerFeeAsset_contains: linea_Bytes - initialRelayerFeeAsset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: polygon_RelayerFee_filter + initialRelayerFeeAsset: polygon_Bytes + initialRelayerFeeAsset_not: polygon_Bytes + initialRelayerFeeAsset_gt: polygon_Bytes + initialRelayerFeeAsset_lt: polygon_Bytes + initialRelayerFeeAsset_gte: polygon_Bytes + initialRelayerFeeAsset_lte: polygon_Bytes + initialRelayerFeeAsset_in: [polygon_Bytes!] + initialRelayerFeeAsset_not_in: [polygon_Bytes!] + initialRelayerFeeAsset_contains: polygon_Bytes + initialRelayerFeeAsset_not_contains: polygon_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -186342,12 +196769,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: 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 @@ -186357,10 +196788,12 @@ input linea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum linea_OriginTransfer_orderBy { +enum polygon_OriginTransfer_orderBy { id chainId transferId @@ -186380,8 +196813,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 @@ -186395,20 +196846,20 @@ enum linea_OriginTransfer_orderBy { txNonce } -type linea_Relayer { +type polygon_Relayer { id: ID! isActive: Boolean! - relayer: linea_Bytes + relayer: polygon_Bytes } -type linea_RelayerFee { +type polygon_RelayerFee { id: ID! - transfer: linea_OriginTransfer! + transfer: polygon_OriginTransfer! fee: BigInt! - asset: linea_Bytes! + asset: polygon_Bytes! } -input linea_RelayerFee_filter { +input polygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -186437,7 +196888,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_: polygon_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -186446,37 +196897,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: 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: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum linea_RelayerFee_orderBy { +enum polygon_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type linea_RelayerFeesIncrease { +type polygon_RelayerFeesIncrease { id: ID! - transfer: linea_OriginTransfer! + transfer: polygon_OriginTransfer! increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_RelayerFeesIncrease_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -186505,7 +196991,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_: polygon_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -186514,24 +197000,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: 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 @@ -186565,12 +197063,43 @@ input linea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum linea_RelayerFeesIncrease_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -186581,7 +197110,7 @@ enum linea_RelayerFeesIncrease_orderBy { blockNumber } -input linea_Relayer_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -186594,28 +197123,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: 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: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum linea_Relayer_orderBy { +enum polygon_Relayer_orderBy { id isActive relayer } -type linea_RootCount { +type polygon_RootCount { id: ID! count: BigInt } -input linea_RootCount_filter { +input polygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -186633,770 +197168,31 @@ input linea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] } -enum linea_RootCount_orderBy { +enum polygon_RootCount_orderBy { id count } -type linea_RootMessageSent { +type polygon_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: linea_Bytes - count: BigInt - caller: linea_Bytes - transactionHash: linea_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input linea_RootMessageSent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes + root: 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: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type linea_Router { - id: ID! - isActive: Boolean! - owner: linea_Bytes - recipient: linea_Bytes - proposedOwner: linea_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! -} - -type linea_RouterDailyTVL { - id: ID! - router: linea_Router! - asset: linea_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input linea_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RouterDailyTVL_orderBy { - id - router - asset - timestamp - balance -} - -type linea_RouterLiquidityEvent { - id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! - amount: BigInt! - balance: BigInt! - caller: linea_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: linea_Bytes! - nonce: BigInt! -} - -enum linea_RouterLiquidityEventType { - Add - Remove -} - -input linea_RouterLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - type: linea_RouterLiquidityEventType - type_not: linea_RouterLiquidityEventType - type_in: [linea_RouterLiquidityEventType!] - type_not_in: [linea_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RouterLiquidityEvent_orderBy { - id - type - router - asset - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -input linea_Router_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: linea_Bytes - owner_not: linea_Bytes - owner_in: [linea_Bytes!] - owner_not_in: [linea_Bytes!] - owner_contains: linea_Bytes - owner_not_contains: linea_Bytes - recipient: linea_Bytes - recipient_not: linea_Bytes - recipient_in: [linea_Bytes!] - recipient_not_in: [linea_Bytes!] - recipient_contains: linea_Bytes - recipient_not_contains: linea_Bytes - proposedOwner: linea_Bytes - proposedOwner_not: linea_Bytes - proposedOwner_in: [linea_Bytes!] - proposedOwner_not_in: [linea_Bytes!] - proposedOwner_contains: linea_Bytes - proposedOwner_not_contains: linea_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: linea_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type linea_Sequencer { - id: ID! - isActive: Boolean! - sequencer: linea_Bytes -} - -input linea_Sequencer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: linea_Bytes - sequencer_not: linea_Bytes - sequencer_in: [linea_Bytes!] - sequencer_not_in: [linea_Bytes!] - sequencer_contains: linea_Bytes - sequencer_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Sequencer_orderBy { - id - isActive - sequencer -} - -type linea_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! -} - -input linea_Setting_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type linea_SlippageUpdate { - id: ID! - transfer: linea_DestinationTransfer! - slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input linea_SlippageUpdate_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: linea_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + caller: polygon_Bytes + transactionHash: polygon_Bytes timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_SlippageUpdate_orderBy { - id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type linea_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: linea_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input linea_SnapshotRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type linea_SpokeConnectorMode { - id: ID! - mode: String! -} - -input linea_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_SpokeConnectorMode_orderBy { - id - mode -} - -enum linea_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type linea__Block_ { - """The hash of the block""" - hash: linea_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type linea__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: linea__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingmetis_AggregateRoot { - id: ID! - root: stagingmetis_Bytes! - blockNumber: BigInt! -} - -type stagingmetis_AggregateRootProposed { - id: ID! - aggregateRoot: stagingmetis_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! + gasLimit: BigInt blockNumber: BigInt } -input stagingmetis_AggregateRootProposed_filter { +input polygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -187405,40 +197201,60 @@ 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 - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187447,6 +197263,22 @@ input stagingmetis_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -187456,85 +197288,44 @@ 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] -} - -enum stagingmetis_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingmetis_AggregateRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - root: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AggregateRoot_filter] - or: [stagingmetis_AggregateRoot_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum stagingmetis_AggregateRoot_orderBy { +enum polygon_RootMessageSent_orderBy { id + spokeDomain + hubDomain root + count + caller + transactionHash + timestamp + gasPrice + gasLimit blockNumber } -type stagingmetis_Asset { +type polygon_Router { id: ID! - key: stagingmetis_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingmetis_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingmetis_Bytes - localAsset: stagingmetis_Bytes - blockNumber: BigInt - status: stagingmetis_AssetStatus + isActive: Boolean! + owner: polygon_Bytes + recipient: polygon_Bytes + proposedOwner: polygon_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! } -type stagingmetis_AssetBalance { +type polygon_RouterDailyTVL { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingmetis_Router! - asset: stagingmetis_Asset! - feesEarned: BigInt! + router: polygon_Router! + asset: polygon_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingmetis_AssetBalance_filter { +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -187543,38 +197334,6 @@ input stagingmetis_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 @@ -187595,7 +197354,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_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -187616,27 +197375,31 @@ input stagingmetis_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + asset_: polygon_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AssetBalance_filter] - or: [stagingmetis_AssetBalance_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum stagingmetis_AssetBalance_orderBy { +enum polygon_RouterDailyTVL_orderBy { id - amount - locked - supplied - removed router router__id router__isActive @@ -187654,296 +197417,30 @@ enum stagingmetis_AssetBalance_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - feesEarned -} - -type stagingmetis_AssetStatus { - id: ID! - status: Boolean -} - -input stagingmetis_AssetStatus_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AssetStatus_filter] - or: [stagingmetis_AssetStatus_filter] -} - -enum stagingmetis_AssetStatus_orderBy { - id - status -} - -input stagingmetis_Asset_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - key: stagingmetis_Bytes - key_not: stagingmetis_Bytes - key_gt: stagingmetis_Bytes - key_lt: stagingmetis_Bytes - key_gte: stagingmetis_Bytes - key_lte: stagingmetis_Bytes - key_in: [stagingmetis_Bytes!] - key_not_in: [stagingmetis_Bytes!] - key_contains: stagingmetis_Bytes - key_not_contains: stagingmetis_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmetis_Bytes - canonicalId_not: stagingmetis_Bytes - canonicalId_gt: stagingmetis_Bytes - canonicalId_lt: stagingmetis_Bytes - canonicalId_gte: stagingmetis_Bytes - canonicalId_lte: stagingmetis_Bytes - canonicalId_in: [stagingmetis_Bytes!] - canonicalId_not_in: [stagingmetis_Bytes!] - canonicalId_contains: stagingmetis_Bytes - canonicalId_not_contains: stagingmetis_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmetis_Bytes - adoptedAsset_not: stagingmetis_Bytes - adoptedAsset_gt: stagingmetis_Bytes - adoptedAsset_lt: stagingmetis_Bytes - adoptedAsset_gte: stagingmetis_Bytes - adoptedAsset_lte: stagingmetis_Bytes - adoptedAsset_in: [stagingmetis_Bytes!] - adoptedAsset_not_in: [stagingmetis_Bytes!] - adoptedAsset_contains: stagingmetis_Bytes - adoptedAsset_not_contains: stagingmetis_Bytes - localAsset: stagingmetis_Bytes - localAsset_not: stagingmetis_Bytes - localAsset_gt: stagingmetis_Bytes - localAsset_lt: stagingmetis_Bytes - localAsset_gte: stagingmetis_Bytes - localAsset_lte: stagingmetis_Bytes - localAsset_in: [stagingmetis_Bytes!] - localAsset_not_in: [stagingmetis_Bytes!] - localAsset_contains: stagingmetis_Bytes - localAsset_not_contains: stagingmetis_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: stagingmetis_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Asset_filter] - or: [stagingmetis_Asset_filter] -} - -enum stagingmetis_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingmetis_BigDecimal - -input stagingmetis_BlockChangedFilter { - number_gte: Int! -} - -input stagingmetis_Block_height { - hash: stagingmetis_Bytes - number: Int - number_gte: Int + timestamp + balance } -scalar stagingmetis_Bytes - -type stagingmetis_ConnectorMeta { +type polygon_RouterLiquidityEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingmetis_Bytes - rootManager: stagingmetis_Bytes - mirrorConnector: stagingmetis_Bytes -} - -input stagingmetis_ConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmetis_Bytes - amb_not: stagingmetis_Bytes - amb_gt: stagingmetis_Bytes - amb_lt: stagingmetis_Bytes - amb_gte: stagingmetis_Bytes - amb_lte: stagingmetis_Bytes - amb_in: [stagingmetis_Bytes!] - amb_not_in: [stagingmetis_Bytes!] - amb_contains: stagingmetis_Bytes - amb_not_contains: stagingmetis_Bytes - rootManager: stagingmetis_Bytes - rootManager_not: stagingmetis_Bytes - rootManager_gt: stagingmetis_Bytes - rootManager_lt: stagingmetis_Bytes - rootManager_gte: stagingmetis_Bytes - rootManager_lte: stagingmetis_Bytes - rootManager_in: [stagingmetis_Bytes!] - rootManager_not_in: [stagingmetis_Bytes!] - rootManager_contains: stagingmetis_Bytes - rootManager_not_contains: stagingmetis_Bytes - mirrorConnector: stagingmetis_Bytes - mirrorConnector_not: stagingmetis_Bytes - mirrorConnector_gt: stagingmetis_Bytes - mirrorConnector_lt: stagingmetis_Bytes - mirrorConnector_gte: stagingmetis_Bytes - mirrorConnector_lte: stagingmetis_Bytes - mirrorConnector_in: [stagingmetis_Bytes!] - mirrorConnector_not_in: [stagingmetis_Bytes!] - mirrorConnector_contains: stagingmetis_Bytes - mirrorConnector_not_contains: stagingmetis_Bytes - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_ConnectorMeta_filter] - or: [stagingmetis_ConnectorMeta_filter] -} - -enum stagingmetis_ConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + type: polygon_RouterLiquidityEventType + router: polygon_Router! + asset: polygon_Asset! + amount: BigInt! + balance: BigInt! + caller: polygon_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: polygon_Bytes! + nonce: BigInt! } -type stagingmetis_DestinationTransfer { - id: ID! - chainId: BigInt - transferId: stagingmetis_Bytes - nonce: BigInt - status: stagingmetis_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_Router_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_Router_filter): [stagingmetis_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes - receiveLocal: Boolean - callData: stagingmetis_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingmetis_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingmetis_Bytes - executedTransactionHash: stagingmetis_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingmetis_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingmetis_Bytes - reconciledTransactionHash: stagingmetis_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmetis_Bytes - reconciledTxNonce: BigInt +enum polygon_RouterLiquidityEventType { + Add + Remove } -input stagingmetis_DestinationTransfer_filter { +input polygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -187952,153 +197449,31 @@ input stagingmetis_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: stagingmetis_Bytes - transferId_not: stagingmetis_Bytes - transferId_gt: stagingmetis_Bytes - transferId_lt: stagingmetis_Bytes - transferId_gte: stagingmetis_Bytes - transferId_lte: stagingmetis_Bytes - transferId_in: [stagingmetis_Bytes!] - transferId_not_in: [stagingmetis_Bytes!] - transferId_contains: stagingmetis_Bytes - transferId_not_contains: stagingmetis_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingmetis_TransferStatus - status_not: stagingmetis_TransferStatus - status_in: [stagingmetis_TransferStatus!] - status_not_in: [stagingmetis_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingmetis_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingmetis_Bytes - to_not: stagingmetis_Bytes - to_gt: stagingmetis_Bytes - to_lt: stagingmetis_Bytes - to_gte: stagingmetis_Bytes - to_lte: stagingmetis_Bytes - to_in: [stagingmetis_Bytes!] - to_not_in: [stagingmetis_Bytes!] - to_contains: stagingmetis_Bytes - to_not_contains: stagingmetis_Bytes - delegate: stagingmetis_Bytes - delegate_not: stagingmetis_Bytes - delegate_gt: stagingmetis_Bytes - delegate_lt: stagingmetis_Bytes - delegate_gte: stagingmetis_Bytes - delegate_lte: stagingmetis_Bytes - delegate_in: [stagingmetis_Bytes!] - delegate_not_in: [stagingmetis_Bytes!] - delegate_contains: stagingmetis_Bytes - delegate_not_contains: stagingmetis_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingmetis_Bytes - callData_not: stagingmetis_Bytes - callData_gt: stagingmetis_Bytes - callData_lt: stagingmetis_Bytes - callData_gte: stagingmetis_Bytes - callData_lte: stagingmetis_Bytes - callData_in: [stagingmetis_Bytes!] - callData_not_in: [stagingmetis_Bytes!] - callData_contains: stagingmetis_Bytes - callData_not_contains: stagingmetis_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmetis_Bytes - originSender_not: stagingmetis_Bytes - originSender_gt: stagingmetis_Bytes - originSender_lt: stagingmetis_Bytes - originSender_gte: stagingmetis_Bytes - originSender_lte: stagingmetis_Bytes - originSender_in: [stagingmetis_Bytes!] - originSender_not_in: [stagingmetis_Bytes!] - originSender_contains: stagingmetis_Bytes - originSender_not_contains: stagingmetis_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingmetis_Bytes - canonicalId_not: stagingmetis_Bytes - canonicalId_gt: stagingmetis_Bytes - canonicalId_lt: stagingmetis_Bytes - canonicalId_gte: stagingmetis_Bytes - canonicalId_lte: stagingmetis_Bytes - canonicalId_in: [stagingmetis_Bytes!] - canonicalId_not_in: [stagingmetis_Bytes!] - canonicalId_contains: stagingmetis_Bytes - canonicalId_not_contains: stagingmetis_Bytes + 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 @@ -188119,7 +197494,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_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -188128,180 +197503,74 @@ input stagingmetis_DestinationTransfer_filter { amount_lte: BigInt amount_in: [BigInt!] amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: stagingmetis_Bytes - executedCaller_not: stagingmetis_Bytes - executedCaller_gt: stagingmetis_Bytes - executedCaller_lt: stagingmetis_Bytes - executedCaller_gte: stagingmetis_Bytes - executedCaller_lte: stagingmetis_Bytes - executedCaller_in: [stagingmetis_Bytes!] - executedCaller_not_in: [stagingmetis_Bytes!] - executedCaller_contains: stagingmetis_Bytes - executedCaller_not_contains: stagingmetis_Bytes - executedTransactionHash: stagingmetis_Bytes - executedTransactionHash_not: stagingmetis_Bytes - executedTransactionHash_gt: stagingmetis_Bytes - executedTransactionHash_lt: stagingmetis_Bytes - executedTransactionHash_gte: stagingmetis_Bytes - executedTransactionHash_lte: stagingmetis_Bytes - executedTransactionHash_in: [stagingmetis_Bytes!] - executedTransactionHash_not_in: [stagingmetis_Bytes!] - executedTransactionHash_contains: stagingmetis_Bytes - executedTransactionHash_not_contains: stagingmetis_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmetis_Bytes - executedTxOrigin_not: stagingmetis_Bytes - executedTxOrigin_gt: stagingmetis_Bytes - executedTxOrigin_lt: stagingmetis_Bytes - executedTxOrigin_gte: stagingmetis_Bytes - executedTxOrigin_lte: stagingmetis_Bytes - executedTxOrigin_in: [stagingmetis_Bytes!] - executedTxOrigin_not_in: [stagingmetis_Bytes!] - executedTxOrigin_contains: stagingmetis_Bytes - executedTxOrigin_not_contains: stagingmetis_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingmetis_Bytes - reconciledCaller_not: stagingmetis_Bytes - reconciledCaller_gt: stagingmetis_Bytes - reconciledCaller_lt: stagingmetis_Bytes - reconciledCaller_gte: stagingmetis_Bytes - reconciledCaller_lte: stagingmetis_Bytes - reconciledCaller_in: [stagingmetis_Bytes!] - reconciledCaller_not_in: [stagingmetis_Bytes!] - reconciledCaller_contains: stagingmetis_Bytes - reconciledCaller_not_contains: stagingmetis_Bytes - reconciledTransactionHash: stagingmetis_Bytes - reconciledTransactionHash_not: stagingmetis_Bytes - reconciledTransactionHash_gt: stagingmetis_Bytes - reconciledTransactionHash_lt: stagingmetis_Bytes - reconciledTransactionHash_gte: stagingmetis_Bytes - reconciledTransactionHash_lte: stagingmetis_Bytes - reconciledTransactionHash_in: [stagingmetis_Bytes!] - reconciledTransactionHash_not_in: [stagingmetis_Bytes!] - reconciledTransactionHash_contains: stagingmetis_Bytes - reconciledTransactionHash_not_contains: stagingmetis_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmetis_Bytes - reconciledTxOrigin_not: stagingmetis_Bytes - reconciledTxOrigin_gt: stagingmetis_Bytes - reconciledTxOrigin_lt: stagingmetis_Bytes - reconciledTxOrigin_gte: stagingmetis_Bytes - reconciledTxOrigin_lte: stagingmetis_Bytes - reconciledTxOrigin_in: [stagingmetis_Bytes!] - reconciledTxOrigin_not_in: [stagingmetis_Bytes!] - reconciledTxOrigin_contains: stagingmetis_Bytes - reconciledTxOrigin_not_contains: stagingmetis_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_DestinationTransfer_filter] - or: [stagingmetis_DestinationTransfer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterLiquidityEvent_filter] + or: [polygon_RouterLiquidityEvent_filter] } -enum stagingmetis_DestinationTransfer_orderBy { +enum polygon_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -188313,39 +197582,89 @@ enum stagingmetis_DestinationTransfer_orderBy { asset__localAsset asset__blockNumber amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input polygon_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: polygon_Bytes + owner_not: polygon_Bytes + owner_gt: polygon_Bytes + owner_lt: polygon_Bytes + owner_gte: polygon_Bytes + owner_lte: polygon_Bytes + owner_in: [polygon_Bytes!] + owner_not_in: [polygon_Bytes!] + owner_contains: polygon_Bytes + owner_not_contains: polygon_Bytes + recipient: polygon_Bytes + recipient_not: polygon_Bytes + recipient_gt: polygon_Bytes + recipient_lt: polygon_Bytes + recipient_gte: polygon_Bytes + recipient_lte: polygon_Bytes + recipient_in: [polygon_Bytes!] + recipient_not_in: [polygon_Bytes!] + recipient_contains: polygon_Bytes + recipient_not_contains: polygon_Bytes + proposedOwner: polygon_Bytes + proposedOwner_not: polygon_Bytes + proposedOwner_gt: polygon_Bytes + proposedOwner_lt: polygon_Bytes + proposedOwner_gte: polygon_Bytes + proposedOwner_lte: polygon_Bytes + proposedOwner_in: [polygon_Bytes!] + proposedOwner_not_in: [polygon_Bytes!] + proposedOwner_contains: polygon_Bytes + proposedOwner_not_contains: polygon_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: polygon_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] } -""" -8 bytes signed integer - -""" -scalar stagingmetis_Int8 +enum polygon_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} -type stagingmetis_OptimisticRootFinalized { +type polygon_Sequencer { id: ID! - aggregateRoot: stagingmetis_Bytes! - timestamp: BigInt! - blockNumber: BigInt + isActive: Boolean! + sequencer: polygon_Bytes } -input stagingmetis_OptimisticRootFinalized_filter { +input polygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -188354,65 +197673,39 @@ 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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_OptimisticRootFinalized_filter] - or: [stagingmetis_OptimisticRootFinalized_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] } -enum stagingmetis_OptimisticRootFinalized_orderBy { +enum polygon_Sequencer_orderBy { id - aggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum stagingmetis_OrderDirection { - asc - desc + isActive + sequencer } -type stagingmetis_OriginMessage { +type polygon_Setting { id: ID! - transferId: stagingmetis_Bytes - destinationDomain: BigInt - leaf: stagingmetis_Bytes - index: BigInt - message: stagingmetis_Bytes - root: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - blockNumber: BigInt - rootCount: stagingmetis_RootCount + maxRoutersPerTransfer: BigInt! + caller: polygon_Bytes! } -input stagingmetis_OriginMessage_filter { +input polygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -188421,158 +197714,49 @@ 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 - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingmetis_Bytes - leaf_not: stagingmetis_Bytes - leaf_gt: stagingmetis_Bytes - leaf_lt: stagingmetis_Bytes - leaf_gte: stagingmetis_Bytes - leaf_lte: stagingmetis_Bytes - leaf_in: [stagingmetis_Bytes!] - leaf_not_in: [stagingmetis_Bytes!] - leaf_contains: stagingmetis_Bytes - leaf_not_contains: stagingmetis_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: stagingmetis_Bytes - message_not: stagingmetis_Bytes - message_gt: stagingmetis_Bytes - message_lt: stagingmetis_Bytes - message_gte: stagingmetis_Bytes - message_lte: stagingmetis_Bytes - message_in: [stagingmetis_Bytes!] - message_not_in: [stagingmetis_Bytes!] - message_contains: stagingmetis_Bytes - message_not_contains: stagingmetis_Bytes - root: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: stagingmetis_RootCount_filter + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OriginMessage_filter] - or: [stagingmetis_OriginMessage_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Setting_filter] + or: [polygon_Setting_filter] } -enum stagingmetis_OriginMessage_orderBy { +enum polygon_Setting_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + maxRoutersPerTransfer + caller } -type stagingmetis_OriginTransfer { +type polygon_SlippageUpdate { id: ID! - chainId: BigInt - transferId: stagingmetis_Bytes - nonce: BigInt - status: stagingmetis_TransferStatus - messageHash: stagingmetis_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes - receiveLocal: Boolean - callData: stagingmetis_Bytes - slippage: BigInt - originSender: stagingmetis_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset - transactingAsset: stagingmetis_Bytes - message: stagingmetis_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_RelayerFee_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_RelayerFee_filter): [stagingmetis_RelayerFee!] - initialRelayerFeeAsset: stagingmetis_Bytes - caller: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingmetis_Bytes - txNonce: BigInt + transfer: polygon_DestinationTransfer! + slippage: BigInt! + caller: polygon_Bytes! + transactionHash: polygon_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmetis_OriginTransfer_filter { +input polygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -188581,104 +197765,27 @@ input stagingmetis_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: stagingmetis_Bytes - transferId_not: stagingmetis_Bytes - transferId_gt: stagingmetis_Bytes - transferId_lt: stagingmetis_Bytes - transferId_gte: stagingmetis_Bytes - transferId_lte: stagingmetis_Bytes - transferId_in: [stagingmetis_Bytes!] - transferId_not_in: [stagingmetis_Bytes!] - transferId_contains: stagingmetis_Bytes - transferId_not_contains: stagingmetis_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingmetis_TransferStatus - status_not: stagingmetis_TransferStatus - status_in: [stagingmetis_TransferStatus!] - status_not_in: [stagingmetis_TransferStatus!] - messageHash: stagingmetis_Bytes - messageHash_not: stagingmetis_Bytes - messageHash_gt: stagingmetis_Bytes - messageHash_lt: stagingmetis_Bytes - messageHash_gte: stagingmetis_Bytes - messageHash_lte: stagingmetis_Bytes - messageHash_in: [stagingmetis_Bytes!] - messageHash_not_in: [stagingmetis_Bytes!] - messageHash_contains: stagingmetis_Bytes - messageHash_not_contains: stagingmetis_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingmetis_Bytes - to_not: stagingmetis_Bytes - to_gt: stagingmetis_Bytes - to_lt: stagingmetis_Bytes - to_gte: stagingmetis_Bytes - to_lte: stagingmetis_Bytes - to_in: [stagingmetis_Bytes!] - to_not_in: [stagingmetis_Bytes!] - to_contains: stagingmetis_Bytes - to_not_contains: stagingmetis_Bytes - delegate: stagingmetis_Bytes - delegate_not: stagingmetis_Bytes - delegate_gt: stagingmetis_Bytes - delegate_lt: stagingmetis_Bytes - delegate_gte: stagingmetis_Bytes - delegate_lte: stagingmetis_Bytes - delegate_in: [stagingmetis_Bytes!] - delegate_not_in: [stagingmetis_Bytes!] - delegate_contains: stagingmetis_Bytes - delegate_not_contains: stagingmetis_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingmetis_Bytes - callData_not: stagingmetis_Bytes - callData_gt: stagingmetis_Bytes - callData_lt: stagingmetis_Bytes - callData_gte: stagingmetis_Bytes - callData_lte: stagingmetis_Bytes - callData_in: [stagingmetis_Bytes!] - callData_not_in: [stagingmetis_Bytes!] - callData_contains: stagingmetis_Bytes - callData_not_contains: stagingmetis_Bytes + 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 @@ -188687,139 +197794,26 @@ 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 - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingmetis_Bytes - canonicalId_not: stagingmetis_Bytes - canonicalId_gt: stagingmetis_Bytes - canonicalId_lt: stagingmetis_Bytes - canonicalId_gte: stagingmetis_Bytes - canonicalId_lte: stagingmetis_Bytes - canonicalId_in: [stagingmetis_Bytes!] - canonicalId_not_in: [stagingmetis_Bytes!] - canonicalId_contains: stagingmetis_Bytes - canonicalId_not_contains: stagingmetis_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter - transactingAsset: stagingmetis_Bytes - transactingAsset_not: stagingmetis_Bytes - transactingAsset_gt: stagingmetis_Bytes - transactingAsset_lt: stagingmetis_Bytes - transactingAsset_gte: stagingmetis_Bytes - transactingAsset_lte: stagingmetis_Bytes - transactingAsset_in: [stagingmetis_Bytes!] - transactingAsset_not_in: [stagingmetis_Bytes!] - transactingAsset_contains: stagingmetis_Bytes - transactingAsset_not_contains: stagingmetis_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingmetis_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmetis_RelayerFee_filter - initialRelayerFeeAsset: stagingmetis_Bytes - initialRelayerFeeAsset_not: stagingmetis_Bytes - initialRelayerFeeAsset_gt: stagingmetis_Bytes - initialRelayerFeeAsset_lt: stagingmetis_Bytes - initialRelayerFeeAsset_gte: stagingmetis_Bytes - initialRelayerFeeAsset_lte: stagingmetis_Bytes - initialRelayerFeeAsset_in: [stagingmetis_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmetis_Bytes!] - initialRelayerFeeAsset_contains: stagingmetis_Bytes - initialRelayerFeeAsset_not_contains: stagingmetis_Bytes - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + 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 @@ -188852,97 +197846,506 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OriginTransfer_filter] - or: [stagingmetis_OriginTransfer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] } -enum stagingmetis_OriginTransfer_orderBy { +enum polygon_SlippageUpdate_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset caller transactionHash timestamp gasPrice gasLimit blockNumber - txOrigin - txNonce } -type stagingmetis_Relayer { +type polygon_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: polygon_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input polygon_SnapshotRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_SnapshotRoot_filter] + or: [polygon_SnapshotRoot_filter] +} + +enum polygon_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type polygon_SpokeConnectorMode { + id: ID! + mode: String! +} + +input polygon_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_SpokeConnectorMode_filter] + or: [polygon_SpokeConnectorMode_filter] +} + +enum polygon_SpokeConnectorMode_orderBy { + id + mode +} + +enum polygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type polygon__Block_ { + """The hash of the block""" + hash: polygon_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type polygon__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: polygon__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar metis_swap_BigDecimal + +input metis_swap_BlockChangedFilter { + number_gte: Int! +} + +input metis_swap_Block_height { + hash: metis_swap_Bytes + number: Int + number_gte: Int +} + +scalar metis_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar metis_swap_Int8 + +type metis_swap_LpAccount { + id: ID! + 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 metis_swap_LpAccountBalance { + id: ID! + account: metis_swap_LpAccount! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: metis_swap_Bytes +} + +input metis_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_: metis_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: metis_swap_LpToken_filter + amount: metis_swap_BigDecimal + amount_not: metis_swap_BigDecimal + amount_gt: metis_swap_BigDecimal + amount_lt: metis_swap_BigDecimal + amount_gte: metis_swap_BigDecimal + amount_lte: metis_swap_BigDecimal + amount_in: [metis_swap_BigDecimal!] + amount_not_in: [metis_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes + """Filter for the block changed event.""" + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccountBalance_filter] + or: [metis_swap_LpAccountBalance_filter] +} + +enum metis_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 metis_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: 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: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccount_filter] + or: [metis_swap_LpAccount_filter] +} + +enum metis_swap_LpAccount_orderBy { + id + address + balances +} + +type metis_swap_LpToken { + id: ID! + address: metis_swap_Bytes! + stableSwap: metis_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: metis_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpTokenEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpTokenEvent_filter): [metis_swap_LpTokenEvent!]! +} + +interface metis_swap_LpTokenEvent { id: ID! - isActive: Boolean! - relayer: stagingmetis_Bytes + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -type stagingmetis_RelayerFee { - id: ID! - transfer: stagingmetis_OriginTransfer! - fee: BigInt! - asset: stagingmetis_Bytes! +input metis_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_: metis_swap_LpToken_filter + amount: metis_swap_BigDecimal + amount_not: metis_swap_BigDecimal + amount_gt: metis_swap_BigDecimal + amount_lt: metis_swap_BigDecimal + amount_gte: metis_swap_BigDecimal + amount_lte: metis_swap_BigDecimal + amount_in: [metis_swap_BigDecimal!] + amount_not_in: [metis_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTokenEvent_filter] + or: [metis_swap_LpTokenEvent_filter] } -input stagingmetis_RelayerFee_filter { +enum metis_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input metis_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -188951,101 +198354,142 @@ input stagingmetis_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_: stagingmetis_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingmetis_Bytes - asset_not: stagingmetis_Bytes - asset_gt: stagingmetis_Bytes - asset_lt: stagingmetis_Bytes - asset_gte: stagingmetis_Bytes - asset_lte: stagingmetis_Bytes - asset_in: [stagingmetis_Bytes!] - asset_not_in: [stagingmetis_Bytes!] - asset_contains: stagingmetis_Bytes - asset_not_contains: stagingmetis_Bytes + address: metis_swap_Bytes + address_not: metis_swap_Bytes + address_gt: metis_swap_Bytes + address_lt: metis_swap_Bytes + address_gte: metis_swap_Bytes + address_lte: metis_swap_Bytes + address_in: [metis_swap_Bytes!] + address_not_in: [metis_swap_Bytes!] + address_contains: metis_swap_Bytes + address_not_contains: metis_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: metis_swap_BigDecimal + totalSupply_not: metis_swap_BigDecimal + totalSupply_gt: metis_swap_BigDecimal + totalSupply_lt: metis_swap_BigDecimal + totalSupply_gte: metis_swap_BigDecimal + totalSupply_lte: metis_swap_BigDecimal + totalSupply_in: [metis_swap_BigDecimal!] + totalSupply_not_in: [metis_swap_BigDecimal!] + events_: metis_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RelayerFee_filter] - or: [stagingmetis_RelayerFee_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpToken_filter] + or: [metis_swap_LpToken_filter] } -enum stagingmetis_RelayerFee_orderBy { +enum metis_swap_LpToken_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type stagingmetis_RelayerFeesIncrease { +type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { id: ID! - transfer: stagingmetis_OriginTransfer! - increase: BigInt - asset: stagingmetis_Bytes - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -input stagingmetis_RelayerFeesIncrease_filter { +input metis_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -189054,65 +198498,79 @@ input stagingmetis_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_: stagingmetis_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingmetis_Bytes - asset_not: stagingmetis_Bytes - asset_gt: stagingmetis_Bytes - asset_lt: stagingmetis_Bytes - asset_gte: stagingmetis_Bytes - asset_lte: stagingmetis_Bytes - asset_in: [stagingmetis_Bytes!] - asset_not_in: [stagingmetis_Bytes!] - asset_contains: stagingmetis_Bytes - asset_not_contains: stagingmetis_Bytes - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: metis_swap_LpToken_filter + amount: metis_swap_BigDecimal + amount_not: metis_swap_BigDecimal + amount_gt: metis_swap_BigDecimal + amount_lt: metis_swap_BigDecimal + amount_gte: metis_swap_BigDecimal + amount_lte: metis_swap_BigDecimal + amount_in: [metis_swap_BigDecimal!] + amount_not_in: [metis_swap_BigDecimal!] + from: metis_swap_Bytes + from_not: metis_swap_Bytes + from_gt: metis_swap_Bytes + from_lt: metis_swap_Bytes + from_gte: metis_swap_Bytes + from_lte: metis_swap_Bytes + from_in: [metis_swap_Bytes!] + from_not_in: [metis_swap_Bytes!] + from_contains: metis_swap_Bytes + from_not_contains: metis_swap_Bytes + to: metis_swap_Bytes + to_not: metis_swap_Bytes + to_gt: metis_swap_Bytes + to_lt: metis_swap_Bytes + to_gte: metis_swap_Bytes + to_lte: metis_swap_Bytes + to_in: [metis_swap_Bytes!] + to_not_in: [metis_swap_Bytes!] + to_contains: metis_swap_Bytes + to_not_contains: metis_swap_Bytes + fromBalance: metis_swap_BigDecimal + fromBalance_not: metis_swap_BigDecimal + fromBalance_gt: metis_swap_BigDecimal + fromBalance_lt: metis_swap_BigDecimal + fromBalance_gte: metis_swap_BigDecimal + fromBalance_lte: metis_swap_BigDecimal + fromBalance_in: [metis_swap_BigDecimal!] + fromBalance_not_in: [metis_swap_BigDecimal!] + toBalance: metis_swap_BigDecimal + toBalance_not: metis_swap_BigDecimal + toBalance_gt: metis_swap_BigDecimal + toBalance_lt: metis_swap_BigDecimal + toBalance_gte: metis_swap_BigDecimal + toBalance_lte: metis_swap_BigDecimal + toBalance_in: [metis_swap_BigDecimal!] + toBalance_not_in: [metis_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189121,119 +198579,62 @@ input stagingmetis_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: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RelayerFeesIncrease_filter] - or: [stagingmetis_RelayerFeesIncrease_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTransferEvent_filter] + or: [metis_swap_LpTransferEvent_filter] } -enum stagingmetis_RelayerFeesIncrease_orderBy { +enum metis_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 stagingmetis_Relayer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingmetis_Bytes - relayer_not: stagingmetis_Bytes - relayer_gt: stagingmetis_Bytes - relayer_lt: stagingmetis_Bytes - relayer_gte: stagingmetis_Bytes - relayer_lte: stagingmetis_Bytes - relayer_in: [stagingmetis_Bytes!] - relayer_not_in: [stagingmetis_Bytes!] - relayer_contains: stagingmetis_Bytes - relayer_not_contains: stagingmetis_Bytes - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Relayer_filter] - or: [stagingmetis_Relayer_filter] + transaction + nonce } -enum stagingmetis_Relayer_orderBy { - id - isActive - relayer +"""Defines the order direction, either ascending or descending""" +enum metis_swap_OrderDirection { + asc + desc } -type stagingmetis_RootCount { +type metis_swap_PooledToken { id: ID! - count: BigInt + asset: metis_swap_Bytes! } -input stagingmetis_RootCount_filter { +input metis_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -189242,40 +198643,72 @@ input stagingmetis_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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_RootCount_filter] - or: [stagingmetis_RootCount_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_PooledToken_filter] + or: [metis_swap_PooledToken_filter] } -enum stagingmetis_RootCount_orderBy { +enum metis_swap_PooledToken_orderBy { id - count + asset } -type stagingmetis_RootMessageSent { +type metis_swap_StableSwap { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingmetis_Bytes - count: BigInt - caller: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + isActive: Boolean + key: metis_swap_Bytes! + canonicalId: metis_swap_Bytes + domain: BigInt + swapPool: metis_swap_Bytes + lpToken: metis_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [metis_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapEvent_filter): [metis_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapExchange_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapExchange_filter): [metis_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapHourlyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapHourlyVolume_filter): [metis_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapDailyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapDailyVolume_filter): [metis_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapWeeklyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapWeeklyVolume_filter): [metis_swap_SwapWeeklyVolume!] } -input stagingmetis_RootMessageSent_filter { +type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { + id: ID! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! +} + +input metis_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -189284,60 +198717,87 @@ input stagingmetis_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: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + provider: metis_swap_Bytes + provider_not: metis_swap_Bytes + provider_gt: metis_swap_Bytes + provider_lt: metis_swap_Bytes + provider_gte: metis_swap_Bytes + provider_lte: metis_swap_Bytes + provider_in: [metis_swap_Bytes!] + provider_not_in: [metis_swap_Bytes!] + provider_contains: metis_swap_Bytes + provider_not_contains: metis_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189346,69 +198806,72 @@ input stagingmetis_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: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RootMessageSent_filter] - or: [stagingmetis_RootMessageSent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapAddLiquidityEvent_filter] + or: [metis_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingmetis_RootMessageSent_orderBy { +enum metis_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 stagingmetis_Router { - id: ID! - isActive: Boolean! - owner: stagingmetis_Bytes - recipient: stagingmetis_Bytes - proposedOwner: stagingmetis_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_AssetBalance_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_AssetBalance_filter): [stagingmetis_AssetBalance!]! + transaction + nonce } -type stagingmetis_RouterDailyTVL { +interface metis_swap_StableSwapEvent { id: ID! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + stableSwap: metis_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -input stagingmetis_RouterDailyTVL_filter { +input metis_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -189417,48 +198880,35 @@ input stagingmetis_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_: stagingmetis_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189467,63 +198917,72 @@ input stagingmetis_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RouterDailyTVL_filter] - or: [stagingmetis_RouterDailyTVL_filter] + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapEvent_filter] + or: [metis_swap_StableSwapEvent_filter] } -enum stagingmetis_RouterDailyTVL_orderBy { +enum metis_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 stagingmetis_RouterLiquidityEvent { +type metis_swap_StableSwapExchange { id: ID! - type: stagingmetis_RouterLiquidityEventType - router: stagingmetis_Router! - asset: stagingmetis_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingmetis_Bytes - blockNumber: BigInt! + stableSwap: metis_swap_StableSwap! + buyer: metis_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - transactionHash: stagingmetis_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -enum stagingmetis_RouterLiquidityEventType { - Add - Remove -} - -input stagingmetis_RouterLiquidityEvent_filter { +input metis_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -189532,86 +198991,91 @@ 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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingmetis_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + buyer: metis_swap_Bytes + buyer_not: metis_swap_Bytes + buyer_gt: metis_swap_Bytes + buyer_lt: metis_swap_Bytes + buyer_gte: metis_swap_Bytes + buyer_lte: metis_swap_Bytes + buyer_in: [metis_swap_Bytes!] + buyer_not_in: [metis_swap_Bytes!] + buyer_contains: metis_swap_Bytes + buyer_not_contains: metis_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189620,16 +199084,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 + 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 @@ -189639,41 +199103,60 @@ 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: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapExchange_filter] + or: [metis_swap_StableSwapExchange_filter] } -enum stagingmetis_RouterLiquidityEvent_orderBy { +enum metis_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 stagingmetis_Router_filter { +type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { + id: ID! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! +} + +input metis_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -189682,72 +199165,152 @@ input stagingmetis_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: stagingmetis_Bytes - owner_not: stagingmetis_Bytes - owner_gt: stagingmetis_Bytes - owner_lt: stagingmetis_Bytes - owner_gte: stagingmetis_Bytes - owner_lte: stagingmetis_Bytes - owner_in: [stagingmetis_Bytes!] - owner_not_in: [stagingmetis_Bytes!] - owner_contains: stagingmetis_Bytes - owner_not_contains: stagingmetis_Bytes - recipient: stagingmetis_Bytes - recipient_not: stagingmetis_Bytes - recipient_gt: stagingmetis_Bytes - recipient_lt: stagingmetis_Bytes - recipient_gte: stagingmetis_Bytes - recipient_lte: stagingmetis_Bytes - recipient_in: [stagingmetis_Bytes!] - recipient_not_in: [stagingmetis_Bytes!] - recipient_contains: stagingmetis_Bytes - recipient_not_contains: stagingmetis_Bytes - proposedOwner: stagingmetis_Bytes - proposedOwner_not: stagingmetis_Bytes - proposedOwner_gt: stagingmetis_Bytes - proposedOwner_lt: stagingmetis_Bytes - proposedOwner_gte: stagingmetis_Bytes - proposedOwner_lte: stagingmetis_Bytes - proposedOwner_in: [stagingmetis_Bytes!] - proposedOwner_not_in: [stagingmetis_Bytes!] - proposedOwner_contains: stagingmetis_Bytes - proposedOwner_not_contains: stagingmetis_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmetis_AssetBalance_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + provider: metis_swap_Bytes + provider_not: metis_swap_Bytes + provider_gt: metis_swap_Bytes + provider_lt: metis_swap_Bytes + provider_gte: metis_swap_Bytes + provider_lte: metis_swap_Bytes + provider_in: [metis_swap_Bytes!] + provider_not_in: [metis_swap_Bytes!] + provider_contains: metis_swap_Bytes + provider_not_contains: metis_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Router_filter] - or: [stagingmetis_Router_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingmetis_Router_orderBy { +enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type stagingmetis_Sequencer { - id: ID! - isActive: Boolean! - sequencer: stagingmetis_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 stagingmetis_Sequencer_filter { +input metis_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -189760,35 +199323,197 @@ 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 + key: metis_swap_Bytes + key_not: metis_swap_Bytes + key_gt: metis_swap_Bytes + key_lt: metis_swap_Bytes + key_gte: metis_swap_Bytes + key_lte: metis_swap_Bytes + key_in: [metis_swap_Bytes!] + key_not_in: [metis_swap_Bytes!] + key_contains: metis_swap_Bytes + key_not_contains: metis_swap_Bytes + canonicalId: metis_swap_Bytes + canonicalId_not: metis_swap_Bytes + canonicalId_gt: metis_swap_Bytes + canonicalId_lt: metis_swap_Bytes + canonicalId_gte: metis_swap_Bytes + canonicalId_lte: metis_swap_Bytes + canonicalId_in: [metis_swap_Bytes!] + canonicalId_not_in: [metis_swap_Bytes!] + canonicalId_contains: metis_swap_Bytes + canonicalId_not_contains: metis_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: metis_swap_Bytes + swapPool_not: metis_swap_Bytes + swapPool_gt: metis_swap_Bytes + swapPool_lt: metis_swap_Bytes + swapPool_gte: metis_swap_Bytes + swapPool_lte: metis_swap_Bytes + swapPool_in: [metis_swap_Bytes!] + swapPool_not_in: [metis_swap_Bytes!] + swapPool_contains: metis_swap_Bytes + swapPool_not_contains: metis_swap_Bytes + lpToken: metis_swap_Bytes + lpToken_not: metis_swap_Bytes + lpToken_gt: metis_swap_Bytes + lpToken_lt: metis_swap_Bytes + lpToken_gte: metis_swap_Bytes + lpToken_lte: metis_swap_Bytes + lpToken_in: [metis_swap_Bytes!] + lpToken_not_in: [metis_swap_Bytes!] + lpToken_contains: metis_swap_Bytes + lpToken_not_contains: metis_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [metis_swap_Bytes!] + pooledTokens_not: [metis_swap_Bytes!] + pooledTokens_contains: [metis_swap_Bytes!] + pooledTokens_contains_nocase: [metis_swap_Bytes!] + pooledTokens_not_contains: [metis_swap_Bytes!] + pooledTokens_not_contains_nocase: [metis_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: metis_swap_StableSwapEvent_filter + exchanges_: metis_swap_StableSwapExchange_filter + hourlyVolumes_: metis_swap_SwapHourlyVolume_filter + dailyVolumes_: metis_swap_SwapDailyVolume_filter + weeklyVolumes_: metis_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Sequencer_filter] - or: [stagingmetis_Sequencer_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwap_filter] + or: [metis_swap_StableSwap_filter] } -enum stagingmetis_Sequencer_orderBy { +enum metis_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 stagingmetis_Setting { +type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingmetis_Bytes! + stableSwap: metis_swap_StableSwap! + timestamp: BigInt! + volume: metis_swap_BigDecimal! } -input stagingmetis_Setting_filter { +input metis_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -189797,49 +199522,80 @@ input stagingmetis_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: metis_swap_BigDecimal + volume_not: metis_swap_BigDecimal + volume_gt: metis_swap_BigDecimal + volume_lt: metis_swap_BigDecimal + volume_gte: metis_swap_BigDecimal + volume_lte: metis_swap_BigDecimal + volume_in: [metis_swap_BigDecimal!] + volume_not_in: [metis_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Setting_filter] - or: [stagingmetis_Setting_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapDailyVolume_filter] + or: [metis_swap_SwapDailyVolume_filter] } -enum stagingmetis_Setting_orderBy { +enum metis_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 stagingmetis_SlippageUpdate { +type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { id: ID! - transfer: stagingmetis_DestinationTransfer! - slippage: BigInt! - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: metis_swap_BigDecimal! } -input stagingmetis_SlippageUpdate_filter { +input metis_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -189848,55 +199604,27 @@ input stagingmetis_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_: stagingmetis_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189905,94 +199633,123 @@ input stagingmetis_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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_SlippageUpdate_filter] - or: [stagingmetis_SlippageUpdate_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapHourlyVolume_filter] + or: [metis_swap_SwapHourlyVolume_filter] } -enum stagingmetis_SlippageUpdate_orderBy { +enum metis_swap_SwapHourlyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface metis_swap_SwapTradeVolume { + stableSwap: metis_swap_StableSwap! + timestamp: BigInt! + volume: metis_swap_BigDecimal! +} + +input metis_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: metis_swap_BigDecimal + volume_not: metis_swap_BigDecimal + volume_gt: metis_swap_BigDecimal + volume_lt: metis_swap_BigDecimal + volume_gte: metis_swap_BigDecimal + volume_lte: metis_swap_BigDecimal + volume_in: [metis_swap_BigDecimal!] + volume_not_in: [metis_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapTradeVolume_filter] + or: [metis_swap_SwapTradeVolume_filter] +} + +enum metis_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type stagingmetis_SnapshotRoot { +type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingmetis_Bytes! - count: BigInt! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: metis_swap_BigDecimal! } -input stagingmetis_SnapshotRoot_filter { +input metis_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -190001,32 +199758,27 @@ input stagingmetis_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: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -190035,35 +199787,50 @@ input stagingmetis_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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_SnapshotRoot_filter] - or: [stagingmetis_SnapshotRoot_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapWeeklyVolume_filter] + or: [metis_swap_SwapWeeklyVolume_filter] } -enum stagingmetis_SnapshotRoot_orderBy { +enum metis_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type stagingmetis_SpokeConnectorMode { +type metis_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingmetis_SpokeConnectorMode_filter { +input metis_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -190072,48 +199839,37 @@ input stagingmetis_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: stagingmetis_BlockChangedFilter - and: [stagingmetis_SpokeConnectorMode_filter] - or: [stagingmetis_SpokeConnectorMode_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SystemInfo_filter] + or: [metis_swap_SystemInfo_filter] } -enum stagingmetis_SpokeConnectorMode_orderBy { +enum metis_swap_SystemInfo_orderBy { id - mode -} - -enum stagingmetis_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingmetis__Block_ { +type metis_swap__Block_ { """The hash of the block""" - hash: stagingmetis_Bytes + hash: metis_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -190121,7 +199877,7 @@ type stagingmetis__Block_ { } """The type for the top-level _meta field""" -type stagingmetis__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 @@ -190129,22 +199885,22 @@ type stagingmetis__Meta_ { and therefore asks for the latest block """ - block: stagingmetis__Block_! + block: metis_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingarbitrumone_AggregateRoot { +type stagingmetis_AggregateRoot { id: ID! - root: stagingarbitrumone_Bytes! + root: stagingmetis_Bytes! blockNumber: BigInt! } -type stagingarbitrumone_AggregateRootProposed { +type stagingmetis_AggregateRootProposed { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: stagingmetis_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -190152,7 +199908,7 @@ type stagingarbitrumone_AggregateRootProposed { blockNumber: BigInt } -input stagingarbitrumone_AggregateRootProposed_filter { +input stagingmetis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -190161,16 +199917,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: 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 @@ -190212,12 +199968,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRootProposed_filter] + or: [stagingmetis_AggregateRootProposed_filter] } -enum stagingarbitrumone_AggregateRootProposed_orderBy { +enum stagingmetis_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -190227,7 +199983,7 @@ enum stagingarbitrumone_AggregateRootProposed_orderBy { blockNumber } -input stagingarbitrumone_AggregateRoot_filter { +input stagingmetis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -190236,16 +199992,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: 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 @@ -190255,47 +200011,42 @@ input stagingarbitrumone_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_AggregateRoot_filter] - or: [stagingarbitrumone_AggregateRoot_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRoot_filter] + or: [stagingmetis_AggregateRoot_filter] } -enum stagingarbitrumone_AggregateRoot_orderBy { +enum stagingmetis_AggregateRoot_orderBy { id root blockNumber } -enum stagingarbitrumone_Aggregation_interval { - hour - day -} - -type stagingarbitrumone_Asset { +type stagingmetis_Asset { id: ID! - key: stagingarbitrumone_Bytes + key: stagingmetis_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingarbitrumone_Bytes + canonicalId: stagingmetis_Bytes canonicalDomain: BigInt - adoptedAsset: stagingarbitrumone_Bytes - localAsset: stagingarbitrumone_Bytes + adoptedAsset: stagingmetis_Bytes + localAsset: stagingmetis_Bytes blockNumber: BigInt - status: stagingarbitrumone_AssetStatus + status: stagingmetis_AssetStatus } -type stagingarbitrumone_AssetBalance { +type stagingmetis_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: stagingmetis_Router! + asset: stagingmetis_Asset! feesEarned: BigInt! } -input stagingarbitrumone_AssetBalance_filter { +input stagingmetis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -190356,7 +200107,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_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -190377,7 +200128,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_: stagingmetis_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -190387,12 +200138,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetBalance_filter] + or: [stagingmetis_AssetBalance_filter] } -enum stagingarbitrumone_AssetBalance_orderBy { +enum stagingmetis_AssetBalance_orderBy { id amount locked @@ -190418,12 +200169,12 @@ enum stagingarbitrumone_AssetBalance_orderBy { feesEarned } -type stagingarbitrumone_AssetStatus { +type stagingmetis_AssetStatus { id: ID! status: Boolean } -input stagingarbitrumone_AssetStatus_filter { +input stagingmetis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -190437,17 +200188,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetStatus_filter] + or: [stagingmetis_AssetStatus_filter] } -enum stagingarbitrumone_AssetStatus_orderBy { +enum stagingmetis_AssetStatus_orderBy { id status } -input stagingarbitrumone_Asset_filter { +input stagingmetis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -190456,16 +200207,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: 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 @@ -190482,16 +200233,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: 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 @@ -190500,26 +200251,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: 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 @@ -190548,14 +200299,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_: stagingmetis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Asset_filter] - or: [stagingarbitrumone_Asset_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Asset_filter] + or: [stagingmetis_Asset_filter] } -enum stagingarbitrumone_Asset_orderBy { +enum stagingmetis_Asset_orderBy { id key decimal @@ -190570,30 +200321,30 @@ enum stagingarbitrumone_Asset_orderBy { status__status } -scalar stagingarbitrumone_BigDecimal +scalar stagingmetis_BigDecimal -input stagingarbitrumone_BlockChangedFilter { +input stagingmetis_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumone_Block_height { - hash: stagingarbitrumone_Bytes +input stagingmetis_Block_height { + hash: stagingmetis_Bytes number: Int number_gte: Int } -scalar stagingarbitrumone_Bytes +scalar stagingmetis_Bytes -type stagingarbitrumone_ConnectorMeta { +type stagingmetis_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingarbitrumone_Bytes - rootManager: stagingarbitrumone_Bytes - mirrorConnector: stagingarbitrumone_Bytes + amb: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes } -input stagingarbitrumone_ConnectorMeta_filter { +input stagingmetis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -190618,43 +200369,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_ConnectorMeta_filter] - or: [stagingarbitrumone_ConnectorMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_ConnectorMeta_filter] + or: [stagingmetis_ConnectorMeta_filter] } -enum stagingarbitrumone_ConnectorMeta_orderBy { +enum stagingmetis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -190663,48 +200414,48 @@ enum stagingarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type stagingarbitrumone_DestinationTransfer { +type stagingmetis_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: stagingmetis_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: 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: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: stagingmetis_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingarbitrumone_Bytes + originSender: stagingmetis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingarbitrumone_Bytes - executedTransactionHash: stagingarbitrumone_Bytes + executedCaller: stagingmetis_Bytes + executedTransactionHash: stagingmetis_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumone_Bytes + executedTxOrigin: stagingmetis_Bytes executedTxNonce: BigInt - reconciledCaller: stagingarbitrumone_Bytes - reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledCaller: stagingmetis_Bytes + reconciledTransactionHash: stagingmetis_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumone_Bytes + reconciledTxOrigin: stagingmetis_Bytes reconciledTxNonce: BigInt } -input stagingarbitrumone_DestinationTransfer_filter { +input stagingmetis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -190721,16 +200472,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: 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 @@ -190739,17 +200490,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: 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_: stagingarbitrumone_Router_filter + routers_: stagingmetis_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -190774,40 +200525,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: 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: 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: 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 @@ -190824,16 +200575,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: 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 @@ -190850,16 +200601,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: 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 @@ -190880,7 +200631,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_: stagingmetis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -190897,26 +200648,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: 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 @@ -190949,16 +200700,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: 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 @@ -190967,26 +200718,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: 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 @@ -191019,16 +200770,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: 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 @@ -191038,12 +200789,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_DestinationTransfer_filter] + or: [stagingmetis_DestinationTransfer_filter] } -enum stagingarbitrumone_DestinationTransfer_orderBy { +enum stagingmetis_DestinationTransfer_orderBy { id chainId transferId @@ -191097,16 +200848,16 @@ enum stagingarbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingarbitrumone_Int8 +scalar stagingmetis_Int8 -type stagingarbitrumone_OptimisticRootFinalized { +type stagingmetis_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: stagingmetis_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingarbitrumone_OptimisticRootFinalized_filter { +input stagingmetis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -191115,16 +200866,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: 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 @@ -191142,12 +200893,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_OptimisticRootFinalized_filter] + or: [stagingmetis_OptimisticRootFinalized_filter] } -enum stagingarbitrumone_OptimisticRootFinalized_orderBy { +enum stagingmetis_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -191155,25 +200906,25 @@ enum stagingarbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingarbitrumone_OrderDirection { +enum stagingmetis_OrderDirection { asc desc } -type stagingarbitrumone_OriginMessage { +type stagingmetis_OriginMessage { id: ID! - transferId: stagingarbitrumone_Bytes + transferId: stagingmetis_Bytes destinationDomain: BigInt - leaf: stagingarbitrumone_Bytes + leaf: stagingmetis_Bytes index: BigInt - message: stagingarbitrumone_Bytes - root: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + message: stagingmetis_Bytes + root: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes blockNumber: BigInt - rootCount: stagingarbitrumone_RootCount + rootCount: stagingmetis_RootCount } -input stagingarbitrumone_OriginMessage_filter { +input stagingmetis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -191182,16 +200933,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: 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 @@ -191200,16 +200951,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: 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 @@ -191218,36 +200969,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: 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 @@ -191276,14 +201027,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_: stagingmetis_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OriginMessage_filter] - or: [stagingarbitrumone_OriginMessage_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginMessage_filter] + or: [stagingmetis_OriginMessage_filter] } -enum stagingarbitrumone_OriginMessage_orderBy { +enum stagingmetis_OriginMessage_orderBy { id transferId destinationDomain @@ -191298,42 +201049,42 @@ enum stagingarbitrumone_OriginMessage_orderBy { rootCount__count } -type stagingarbitrumone_OriginTransfer { +type stagingmetis_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: stagingmetis_Bytes nonce: BigInt - status: stagingarbitrumone_TransferStatus - messageHash: stagingarbitrumone_Bytes + status: stagingmetis_TransferStatus + messageHash: stagingmetis_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: stagingmetis_Bytes slippage: BigInt - originSender: stagingarbitrumone_Bytes + originSender: stagingmetis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset - transactingAsset: stagingarbitrumone_Bytes - message: stagingarbitrumone_OriginMessage + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset + transactingAsset: stagingmetis_Bytes + message: stagingmetis_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: 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: stagingarbitrumone_Bytes + txOrigin: stagingmetis_Bytes txNonce: BigInt } -input stagingarbitrumone_OriginTransfer_filter { +input stagingmetis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -191348,18 +201099,18 @@ input stagingarbitrumone_OriginTransfer_filter { chainId_lt: BigInt chainId_gte: BigInt chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingarbitrumone_Bytes - transferId_not: stagingarbitrumone_Bytes - transferId_gt: stagingarbitrumone_Bytes - transferId_lt: stagingarbitrumone_Bytes - transferId_gte: stagingarbitrumone_Bytes - transferId_lte: stagingarbitrumone_Bytes - transferId_in: [stagingarbitrumone_Bytes!] - transferId_not_in: [stagingarbitrumone_Bytes!] - transferId_contains: stagingarbitrumone_Bytes - transferId_not_contains: stagingarbitrumone_Bytes + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -191368,20 +201119,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: 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 @@ -191406,40 +201157,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: 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: 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: 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 @@ -191448,16 +201199,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: 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 @@ -191474,16 +201225,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: 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 @@ -191504,17 +201255,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_: 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 @@ -191535,7 +201286,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_: stagingmetis_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -191550,555 +201301,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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: stagingarbitrumone_Bytes - txOrigin_not: stagingarbitrumone_Bytes - txOrigin_gt: stagingarbitrumone_Bytes - txOrigin_lt: stagingarbitrumone_Bytes - txOrigin_gte: stagingarbitrumone_Bytes - txOrigin_lte: stagingarbitrumone_Bytes - txOrigin_in: [stagingarbitrumone_Bytes!] - txOrigin_not_in: [stagingarbitrumone_Bytes!] - txOrigin_contains: stagingarbitrumone_Bytes - txOrigin_not_contains: stagingarbitrumone_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OriginTransfer_filter] - or: [stagingarbitrumone_OriginTransfer_filter] -} - -enum stagingarbitrumone_OriginTransfer_orderBy { - id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type stagingarbitrumone_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingarbitrumone_Bytes -} - -type stagingarbitrumone_RelayerFee { - id: ID! - transfer: stagingarbitrumone_OriginTransfer! - fee: BigInt! - asset: stagingarbitrumone_Bytes! -} - -input stagingarbitrumone_RelayerFee_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumone_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingarbitrumone_Bytes - asset_not: stagingarbitrumone_Bytes - asset_gt: stagingarbitrumone_Bytes - asset_lt: stagingarbitrumone_Bytes - asset_gte: stagingarbitrumone_Bytes - asset_lte: stagingarbitrumone_Bytes - asset_in: [stagingarbitrumone_Bytes!] - asset_not_in: [stagingarbitrumone_Bytes!] - asset_contains: stagingarbitrumone_Bytes - asset_not_contains: stagingarbitrumone_Bytes - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RelayerFee_filter] - or: [stagingarbitrumone_RelayerFee_filter] -} - -enum stagingarbitrumone_RelayerFee_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset -} - -type stagingarbitrumone_RelayerFeesIncrease { - id: ID! - transfer: stagingarbitrumone_OriginTransfer! - increase: BigInt - asset: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input stagingarbitrumone_RelayerFeesIncrease_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumone_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingarbitrumone_Bytes - asset_not: stagingarbitrumone_Bytes - asset_gt: stagingarbitrumone_Bytes - asset_lt: stagingarbitrumone_Bytes - asset_gte: stagingarbitrumone_Bytes - asset_lte: stagingarbitrumone_Bytes - asset_in: [stagingarbitrumone_Bytes!] - asset_not_in: [stagingarbitrumone_Bytes!] - asset_contains: stagingarbitrumone_Bytes - asset_not_contains: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RelayerFeesIncrease_filter] - or: [stagingarbitrumone_RelayerFeesIncrease_filter] -} - -enum stagingarbitrumone_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -input stagingarbitrumone_Relayer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingarbitrumone_Bytes - relayer_not: stagingarbitrumone_Bytes - relayer_gt: stagingarbitrumone_Bytes - relayer_lt: stagingarbitrumone_Bytes - relayer_gte: stagingarbitrumone_Bytes - relayer_lte: stagingarbitrumone_Bytes - relayer_in: [stagingarbitrumone_Bytes!] - relayer_not_in: [stagingarbitrumone_Bytes!] - relayer_contains: stagingarbitrumone_Bytes - relayer_not_contains: stagingarbitrumone_Bytes - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Relayer_filter] - or: [stagingarbitrumone_Relayer_filter] -} - -enum stagingarbitrumone_Relayer_orderBy { - id - isActive - relayer -} - -type stagingarbitrumone_RootCount { - id: ID! - count: BigInt -} - -input stagingarbitrumone_RootCount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RootCount_filter] - or: [stagingarbitrumone_RootCount_filter] -} - -enum stagingarbitrumone_RootCount_orderBy { - id - count -} - -type stagingarbitrumone_RootMessageSent { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingarbitrumone_Bytes - count: BigInt - caller: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input stagingarbitrumone_RootMessageSent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: stagingarbitrumone_Bytes - root_not: stagingarbitrumone_Bytes - root_gt: stagingarbitrumone_Bytes - root_lt: stagingarbitrumone_Bytes - root_gte: stagingarbitrumone_Bytes - root_lte: stagingarbitrumone_Bytes - root_in: [stagingarbitrumone_Bytes!] - root_not_in: [stagingarbitrumone_Bytes!] - root_contains: stagingarbitrumone_Bytes - root_not_contains: stagingarbitrumone_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + 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 @@ -192119,302 +201352,61 @@ input stagingarbitrumone_RootMessageSent_filter { gasLimit_not: BigInt gasLimit_gt: BigInt gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RootMessageSent_filter] - or: [stagingarbitrumone_RootMessageSent_filter] -} - -enum stagingarbitrumone_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingarbitrumone_Router { - id: ID! - isActive: Boolean! - owner: stagingarbitrumone_Bytes - recipient: stagingarbitrumone_Bytes - proposedOwner: stagingarbitrumone_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! -} - -type stagingarbitrumone_RouterDailyTVL { - id: ID! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input stagingarbitrumone_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingarbitrumone_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RouterDailyTVL_filter] - or: [stagingarbitrumone_RouterDailyTVL_filter] -} - -enum stagingarbitrumone_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type stagingarbitrumone_RouterLiquidityEvent { - id: ID! - type: stagingarbitrumone_RouterLiquidityEventType - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingarbitrumone_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: stagingarbitrumone_Bytes! - nonce: BigInt! -} - -enum stagingarbitrumone_RouterLiquidityEventType { - Add - Remove -} - -input stagingarbitrumone_RouterLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - type: stagingarbitrumone_RouterLiquidityEventType - type_not: stagingarbitrumone_RouterLiquidityEventType - type_in: [stagingarbitrumone_RouterLiquidityEventType!] - type_not_in: [stagingarbitrumone_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingarbitrumone_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: stagingmetis_Bytes + txOrigin_not: stagingmetis_Bytes + txOrigin_gt: stagingmetis_Bytes + txOrigin_lt: stagingmetis_Bytes + txOrigin_gte: stagingmetis_Bytes + txOrigin_lte: stagingmetis_Bytes + txOrigin_in: [stagingmetis_Bytes!] + txOrigin_not_in: [stagingmetis_Bytes!] + txOrigin_contains: stagingmetis_Bytes + txOrigin_not_contains: stagingmetis_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RouterLiquidityEvent_filter] - or: [stagingarbitrumone_RouterLiquidityEvent_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginTransfer_filter] + or: [stagingmetis_OriginTransfer_filter] } -enum stagingarbitrumone_RouterLiquidityEvent_orderBy { +enum stagingmetis_OriginTransfer_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId asset asset__id asset__key @@ -192425,131 +201417,44 @@ enum stagingarbitrumone_RouterLiquidityEvent_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset caller - blockNumber - timestamp transactionHash - nonce -} - -input stagingarbitrumone_Router_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: stagingarbitrumone_Bytes - owner_not: stagingarbitrumone_Bytes - owner_gt: stagingarbitrumone_Bytes - owner_lt: stagingarbitrumone_Bytes - owner_gte: stagingarbitrumone_Bytes - owner_lte: stagingarbitrumone_Bytes - owner_in: [stagingarbitrumone_Bytes!] - owner_not_in: [stagingarbitrumone_Bytes!] - owner_contains: stagingarbitrumone_Bytes - owner_not_contains: stagingarbitrumone_Bytes - recipient: stagingarbitrumone_Bytes - recipient_not: stagingarbitrumone_Bytes - recipient_gt: stagingarbitrumone_Bytes - recipient_lt: stagingarbitrumone_Bytes - recipient_gte: stagingarbitrumone_Bytes - recipient_lte: stagingarbitrumone_Bytes - recipient_in: [stagingarbitrumone_Bytes!] - recipient_not_in: [stagingarbitrumone_Bytes!] - recipient_contains: stagingarbitrumone_Bytes - recipient_not_contains: stagingarbitrumone_Bytes - proposedOwner: stagingarbitrumone_Bytes - proposedOwner_not: stagingarbitrumone_Bytes - proposedOwner_gt: stagingarbitrumone_Bytes - proposedOwner_lt: stagingarbitrumone_Bytes - proposedOwner_gte: stagingarbitrumone_Bytes - proposedOwner_lte: stagingarbitrumone_Bytes - proposedOwner_in: [stagingarbitrumone_Bytes!] - proposedOwner_not_in: [stagingarbitrumone_Bytes!] - proposedOwner_contains: stagingarbitrumone_Bytes - proposedOwner_not_contains: stagingarbitrumone_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumone_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Router_filter] - or: [stagingarbitrumone_Router_filter] -} - -enum stagingarbitrumone_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type stagingarbitrumone_Sequencer { +type stagingmetis_Relayer { id: ID! isActive: Boolean! - sequencer: stagingarbitrumone_Bytes -} - -input stagingarbitrumone_Sequencer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: stagingarbitrumone_Bytes - sequencer_not: stagingarbitrumone_Bytes - sequencer_gt: stagingarbitrumone_Bytes - sequencer_lt: stagingarbitrumone_Bytes - sequencer_gte: stagingarbitrumone_Bytes - sequencer_lte: stagingarbitrumone_Bytes - sequencer_in: [stagingarbitrumone_Bytes!] - sequencer_not_in: [stagingarbitrumone_Bytes!] - sequencer_contains: stagingarbitrumone_Bytes - sequencer_not_contains: stagingarbitrumone_Bytes - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Sequencer_filter] - or: [stagingarbitrumone_Sequencer_filter] -} - -enum stagingarbitrumone_Sequencer_orderBy { - id - isActive - sequencer + relayer: stagingmetis_Bytes } -type stagingarbitrumone_Setting { +type stagingmetis_RelayerFee { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumone_Bytes! + transfer: stagingmetis_OriginTransfer! + fee: BigInt! + asset: stagingmetis_Bytes! } -input stagingarbitrumone_Setting_filter { +input stagingmetis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -192558,49 +201463,101 @@ input stagingarbitrumone_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: 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingmetis_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingmetis_Bytes + asset_not: stagingmetis_Bytes + asset_gt: stagingmetis_Bytes + asset_lt: stagingmetis_Bytes + asset_gte: stagingmetis_Bytes + asset_lte: stagingmetis_Bytes + asset_in: [stagingmetis_Bytes!] + asset_not_in: [stagingmetis_Bytes!] + asset_contains: stagingmetis_Bytes + asset_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Setting_filter] - or: [stagingarbitrumone_Setting_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFee_filter] + or: [stagingmetis_RelayerFee_filter] } -enum stagingarbitrumone_Setting_orderBy { +enum stagingmetis_RelayerFee_orderBy { id - maxRoutersPerTransfer - caller + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type stagingarbitrumone_SlippageUpdate { +type stagingmetis_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumone_DestinationTransfer! - slippage: BigInt! - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + transfer: stagingmetis_OriginTransfer! + increase: BigInt + asset: stagingmetis_Bytes + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SlippageUpdate_filter { +input stagingmetis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -192629,35 +201586,45 @@ input stagingarbitrumone_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumone_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + transfer_: stagingmetis_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingmetis_Bytes + asset_not: stagingmetis_Bytes + asset_gt: stagingmetis_Bytes + asset_lt: stagingmetis_Bytes + asset_gte: stagingmetis_Bytes + asset_lte: stagingmetis_Bytes + asset_in: [stagingmetis_Bytes!] + asset_not_in: [stagingmetis_Bytes!] + asset_contains: stagingmetis_Bytes + asset_not_contains: stagingmetis_Bytes + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -192691,12 +201658,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFeesIncrease_filter] + or: [stagingmetis_RelayerFeesIncrease_filter] } -enum stagingarbitrumone_SlippageUpdate_orderBy { +enum stagingmetis_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -192704,6 +201671,7 @@ enum stagingarbitrumone_SlippageUpdate_orderBy { transfer__transferId transfer__nonce transfer__status + transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -192712,30 +201680,23 @@ enum stagingarbitrumone_SlippageUpdate_orderBy { transfer__receiveLocal transfer__callData transfer__slippage - transfer__bumpSlippageCount transfer__originSender transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset caller transactionHash timestamp @@ -192744,319 +201705,7 @@ enum stagingarbitrumone_SlippageUpdate_orderBy { blockNumber } -type stagingarbitrumone_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: stagingarbitrumone_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input stagingarbitrumone_SnapshotRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: stagingarbitrumone_Bytes - root_not: stagingarbitrumone_Bytes - root_gt: stagingarbitrumone_Bytes - root_lt: stagingarbitrumone_Bytes - root_gte: stagingarbitrumone_Bytes - root_lte: stagingarbitrumone_Bytes - root_in: [stagingarbitrumone_Bytes!] - root_not_in: [stagingarbitrumone_Bytes!] - root_contains: stagingarbitrumone_Bytes - root_not_contains: stagingarbitrumone_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_SnapshotRoot_filter] - or: [stagingarbitrumone_SnapshotRoot_filter] -} - -enum stagingarbitrumone_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type stagingarbitrumone_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingarbitrumone_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_SpokeConnectorMode_filter] - or: [stagingarbitrumone_SpokeConnectorMode_filter] -} - -enum stagingarbitrumone_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingarbitrumone_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingarbitrumone__Block_ { - """The hash of the block""" - hash: stagingarbitrumone_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingarbitrumone__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingarbitrumone__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type zksync_AggregateRoot { - id: ID! - root: zksync_Bytes! - blockNumber: BigInt! -} - -type zksync_AggregateRootProposed { - id: ID! - aggregateRoot: zksync_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input zksync_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: zksync_Bytes - aggregateRoot_not: zksync_Bytes - aggregateRoot_gt: zksync_Bytes - aggregateRoot_lt: zksync_Bytes - aggregateRoot_gte: zksync_Bytes - aggregateRoot_lte: zksync_Bytes - aggregateRoot_in: [zksync_Bytes!] - aggregateRoot_not_in: [zksync_Bytes!] - aggregateRoot_contains: zksync_Bytes - aggregateRoot_not_contains: zksync_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRootProposed_filter] - or: [zksync_AggregateRootProposed_filter] -} - -enum zksync_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input zksync_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: 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 - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRoot_filter] - or: [zksync_AggregateRoot_filter] -} - -enum zksync_AggregateRoot_orderBy { - id - root - blockNumber -} - -enum zksync_Aggregation_interval { - hour - day -} - -type zksync_Asset { - id: ID! - key: zksync_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: zksync_Bytes - canonicalDomain: BigInt - adoptedAsset: zksync_Bytes - localAsset: zksync_Bytes - blockNumber: BigInt - status: zksync_AssetStatus -} - -type zksync_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: zksync_Router! - asset: zksync_Asset! - feesEarned: BigInt! -} - -input zksync_AssetBalance_filter { +input stagingmetis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -193065,150 +201714,38 @@ input zksync_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: zksync_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: stagingmetis_Bytes + relayer_not: stagingmetis_Bytes + relayer_gt: stagingmetis_Bytes + relayer_lt: stagingmetis_Bytes + relayer_gte: stagingmetis_Bytes + relayer_lte: stagingmetis_Bytes + relayer_in: [stagingmetis_Bytes!] + relayer_not_in: [stagingmetis_Bytes!] + relayer_contains: stagingmetis_Bytes + relayer_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetBalance_filter] - or: [zksync_AssetBalance_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Relayer_filter] + or: [stagingmetis_Relayer_filter] } -enum zksync_AssetBalance_orderBy { +enum stagingmetis_Relayer_orderBy { id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned + isActive + relayer } -type zksync_AssetStatus { +type stagingmetis_RootCount { id: ID! - status: Boolean -} - -input zksync_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: zksync_BlockChangedFilter - and: [zksync_AssetStatus_filter] - or: [zksync_AssetStatus_filter] -} - -enum zksync_AssetStatus_orderBy { - id - status + count: BigInt } -input zksync_Asset_filter { +input stagingmetis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -193217,144 +201754,40 @@ input zksync_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: zksync_Bytes - key_not: zksync_Bytes - key_gt: zksync_Bytes - key_lt: zksync_Bytes - key_gte: zksync_Bytes - key_lte: zksync_Bytes - key_in: [zksync_Bytes!] - key_not_in: [zksync_Bytes!] - key_contains: zksync_Bytes - key_not_contains: zksync_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: zksync_Bytes - adoptedAsset_not: zksync_Bytes - adoptedAsset_gt: zksync_Bytes - adoptedAsset_lt: zksync_Bytes - adoptedAsset_gte: zksync_Bytes - adoptedAsset_lte: zksync_Bytes - adoptedAsset_in: [zksync_Bytes!] - adoptedAsset_not_in: [zksync_Bytes!] - adoptedAsset_contains: zksync_Bytes - adoptedAsset_not_contains: zksync_Bytes - localAsset: zksync_Bytes - localAsset_not: zksync_Bytes - localAsset_gt: zksync_Bytes - localAsset_lt: zksync_Bytes - localAsset_gte: zksync_Bytes - localAsset_lte: zksync_Bytes - localAsset_in: [zksync_Bytes!] - localAsset_not_in: [zksync_Bytes!] - localAsset_contains: zksync_Bytes - localAsset_not_contains: zksync_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: zksync_AssetStatus_filter + 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: zksync_BlockChangedFilter - and: [zksync_Asset_filter] - or: [zksync_Asset_filter] -} - -enum zksync_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar zksync_BigDecimal - -input zksync_BlockChangedFilter { - number_gte: Int! + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootCount_filter] + or: [stagingmetis_RootCount_filter] } -input zksync_Block_height { - hash: zksync_Bytes - number: Int - number_gte: Int +enum stagingmetis_RootCount_orderBy { + id + count } -scalar zksync_Bytes - -type zksync_ConnectorMeta { +type stagingmetis_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: zksync_Bytes - rootManager: zksync_Bytes - mirrorConnector: zksync_Bytes + root: stagingmetis_Bytes + count: BigInt + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input zksync_ConnectorMeta_filter { +input stagingmetis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -193379,93 +201812,115 @@ input zksync_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: zksync_Bytes - amb_not: zksync_Bytes - amb_gt: zksync_Bytes - amb_lt: zksync_Bytes - amb_gte: zksync_Bytes - amb_lte: zksync_Bytes - amb_in: [zksync_Bytes!] - amb_not_in: [zksync_Bytes!] - amb_contains: zksync_Bytes - amb_not_contains: zksync_Bytes - rootManager: zksync_Bytes - rootManager_not: zksync_Bytes - rootManager_gt: zksync_Bytes - rootManager_lt: zksync_Bytes - rootManager_gte: zksync_Bytes - rootManager_lte: zksync_Bytes - rootManager_in: [zksync_Bytes!] - rootManager_not_in: [zksync_Bytes!] - rootManager_contains: zksync_Bytes - rootManager_not_contains: zksync_Bytes - mirrorConnector: zksync_Bytes - mirrorConnector_not: zksync_Bytes - mirrorConnector_gt: zksync_Bytes - mirrorConnector_lt: zksync_Bytes - mirrorConnector_gte: zksync_Bytes - mirrorConnector_lte: zksync_Bytes - mirrorConnector_in: [zksync_Bytes!] - mirrorConnector_not_in: [zksync_Bytes!] - mirrorConnector_contains: zksync_Bytes - mirrorConnector_not_contains: zksync_Bytes + root: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_ConnectorMeta_filter] - or: [zksync_ConnectorMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootMessageSent_filter] + or: [stagingmetis_RootMessageSent_filter] } -enum zksync_ConnectorMeta_orderBy { +enum stagingmetis_RootMessageSent_orderBy { id spokeDomain hubDomain - amb - rootManager - mirrorConnector + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type zksync_DestinationTransfer { +type stagingmetis_Router { id: ID! - chainId: BigInt - transferId: zksync_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!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes - receiveLocal: Boolean - callData: zksync_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: zksync_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset - amount: BigInt - routersFee: BigInt - executedCaller: zksync_Bytes - executedTransactionHash: zksync_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: zksync_Bytes - executedTxNonce: BigInt - reconciledCaller: zksync_Bytes - reconciledTransactionHash: zksync_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: zksync_Bytes - reconciledTxNonce: BigInt + isActive: Boolean! + owner: stagingmetis_Bytes + recipient: stagingmetis_Bytes + proposedOwner: stagingmetis_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_AssetBalance_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_AssetBalance_filter): [stagingmetis_AssetBalance!]! } -input zksync_DestinationTransfer_filter { +type stagingmetis_RouterDailyTVL { + id: ID! + router: stagingmetis_Router! + asset: stagingmetis_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingmetis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -193474,153 +201929,27 @@ input zksync_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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!] - 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 - 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: 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: 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 - 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: 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 - 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: 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 + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -193641,189 +201970,38 @@ input zksync_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_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: 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 - 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: 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 - 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: 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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + asset_: stagingmetis_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_DestinationTransfer_filter] - or: [zksync_DestinationTransfer_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterDailyTVL_filter] + or: [stagingmetis_RouterDailyTVL_filter] } -enum zksync_DestinationTransfer_orderBy { +enum stagingmetis_RouterDailyTVL_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -193834,40 +202012,30 @@ enum zksync_DestinationTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + timestamp + balance } -""" -8 bytes signed integer - -""" -scalar zksync_Int8 - -type zksync_OptimisticRootFinalized { +type stagingmetis_RouterLiquidityEvent { id: ID! - aggregateRoot: zksync_Bytes! + type: stagingmetis_RouterLiquidityEventType + router: stagingmetis_Router! + asset: stagingmetis_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmetis_Bytes + blockNumber: BigInt! timestamp: BigInt! - blockNumber: BigInt + transactionHash: stagingmetis_Bytes! + nonce: BigInt! } -input zksync_OptimisticRootFinalized_filter { +enum stagingmetis_RouterLiquidityEventType { + Add + Remove +} + +input stagingmetis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -193876,24 +202044,78 @@ 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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + type: stagingmetis_RouterLiquidityEventType + type_not: stagingmetis_RouterLiquidityEventType + type_in: [stagingmetis_RouterLiquidityEventType!] + type_not_in: [stagingmetis_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmetis_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingmetis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -193902,39 +202124,142 @@ input zksync_OptimisticRootFinalized_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OptimisticRootFinalized_filter] - or: [zksync_OptimisticRootFinalized_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterLiquidityEvent_filter] + or: [stagingmetis_RouterLiquidityEvent_filter] } -enum zksync_OptimisticRootFinalized_orderBy { +enum stagingmetis_RouterLiquidityEvent_orderBy { id - aggregateRoot - timestamp + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller blockNumber + timestamp + transactionHash + nonce } -"""Defines the order direction, either ascending or descending""" -enum zksync_OrderDirection { - asc - desc +input stagingmetis_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: stagingmetis_Bytes + owner_not: stagingmetis_Bytes + owner_gt: stagingmetis_Bytes + owner_lt: stagingmetis_Bytes + owner_gte: stagingmetis_Bytes + owner_lte: stagingmetis_Bytes + owner_in: [stagingmetis_Bytes!] + owner_not_in: [stagingmetis_Bytes!] + owner_contains: stagingmetis_Bytes + owner_not_contains: stagingmetis_Bytes + recipient: stagingmetis_Bytes + recipient_not: stagingmetis_Bytes + recipient_gt: stagingmetis_Bytes + recipient_lt: stagingmetis_Bytes + recipient_gte: stagingmetis_Bytes + recipient_lte: stagingmetis_Bytes + recipient_in: [stagingmetis_Bytes!] + recipient_not_in: [stagingmetis_Bytes!] + recipient_contains: stagingmetis_Bytes + recipient_not_contains: stagingmetis_Bytes + proposedOwner: stagingmetis_Bytes + proposedOwner_not: stagingmetis_Bytes + proposedOwner_gt: stagingmetis_Bytes + proposedOwner_lt: stagingmetis_Bytes + proposedOwner_gte: stagingmetis_Bytes + proposedOwner_lte: stagingmetis_Bytes + proposedOwner_in: [stagingmetis_Bytes!] + proposedOwner_not_in: [stagingmetis_Bytes!] + proposedOwner_contains: stagingmetis_Bytes + proposedOwner_not_contains: stagingmetis_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingmetis_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Router_filter] + or: [stagingmetis_Router_filter] } -type zksync_OriginMessage { +enum stagingmetis_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingmetis_Sequencer { id: ID! - transferId: zksync_Bytes - destinationDomain: BigInt - leaf: zksync_Bytes - index: BigInt - message: zksync_Bytes - root: zksync_Bytes - transactionHash: zksync_Bytes - blockNumber: BigInt - rootCount: zksync_RootCount + isActive: Boolean! + sequencer: stagingmetis_Bytes } -input zksync_OriginMessage_filter { +input stagingmetis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -193943,158 +202268,90 @@ 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 - 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: 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 - index_lt: BigInt - index_gte: BigInt - 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 - 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_: zksync_RootCount_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingmetis_Bytes + sequencer_not: stagingmetis_Bytes + sequencer_gt: stagingmetis_Bytes + sequencer_lt: stagingmetis_Bytes + sequencer_gte: stagingmetis_Bytes + sequencer_lte: stagingmetis_Bytes + sequencer_in: [stagingmetis_Bytes!] + sequencer_not_in: [stagingmetis_Bytes!] + sequencer_contains: stagingmetis_Bytes + sequencer_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginMessage_filter] - or: [zksync_OriginMessage_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Sequencer_filter] + or: [stagingmetis_Sequencer_filter] } -enum zksync_OriginMessage_orderBy { +enum stagingmetis_Sequencer_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + isActive + sequencer +} + +type stagingmetis_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingmetis_Bytes! +} + +input stagingmetis_Setting_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Setting_filter] + or: [stagingmetis_Setting_filter] } -type zksync_OriginTransfer { +enum stagingmetis_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingmetis_SlippageUpdate { id: ID! - chainId: BigInt - transferId: zksync_Bytes - nonce: BigInt - status: zksync_TransferStatus - messageHash: zksync_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes - receiveLocal: Boolean - callData: zksync_Bytes - slippage: BigInt - originSender: zksync_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset - transactingAsset: zksync_Bytes - message: zksync_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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: zksync_Bytes - txNonce: BigInt + transfer: stagingmetis_DestinationTransfer! + slippage: BigInt! + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input zksync_OriginTransfer_filter { +input stagingmetis_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -194103,104 +202360,27 @@ input zksync_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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: 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: 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingmetis_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -194209,139 +202389,26 @@ 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 - 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: 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 - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter - 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 - 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_: zksync_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_: 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 + 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 @@ -194374,97 +202441,141 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginTransfer_filter] - or: [zksync_OriginTransfer_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SlippageUpdate_filter] + or: [stagingmetis_SlippageUpdate_filter] } -enum zksync_OriginTransfer_orderBy { +enum stagingmetis_SlippageUpdate_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset caller transactionHash timestamp gasPrice gasLimit blockNumber - txOrigin - txNonce } -type zksync_Relayer { +type stagingmetis_SnapshotRoot { id: ID! - isActive: Boolean! - relayer: zksync_Bytes + spokeDomain: BigInt + root: stagingmetis_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -type zksync_RelayerFee { +input stagingmetis_SnapshotRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SnapshotRoot_filter] + or: [stagingmetis_SnapshotRoot_filter] +} + +enum stagingmetis_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingmetis_SpokeConnectorMode { id: ID! - transfer: zksync_OriginTransfer! - fee: BigInt! - asset: zksync_Bytes! + mode: String! } -input zksync_RelayerFee_filter { +input stagingmetis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -194473,101 +202584,507 @@ input zksync_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_: zksync_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: 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 + 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: zksync_BlockChangedFilter - and: [zksync_RelayerFee_filter] - or: [zksync_RelayerFee_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SpokeConnectorMode_filter] + or: [stagingmetis_SpokeConnectorMode_filter] } -enum zksync_RelayerFee_orderBy { +enum stagingmetis_SpokeConnectorMode_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + mode +} + +enum stagingmetis_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmetis__Block_ { + """The hash of the block""" + hash: stagingmetis_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingmetis__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingmetis__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +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 zksync_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: zksync_OriginTransfer! - increase: BigInt - asset: zksync_Bytes - caller: zksync_Bytes! - transactionHash: zksync_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 zksync_RelayerFeesIncrease_filter { +input mantle_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -194576,65 +203093,79 @@ input zksync_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_: zksync_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: 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 + 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 @@ -194643,119 +203174,62 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_RelayerFeesIncrease_filter] - or: [zksync_RelayerFeesIncrease_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTransferEvent_filter] + or: [mantle_swap_LpTransferEvent_filter] } -enum zksync_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 zksync_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: 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: zksync_BlockChangedFilter - and: [zksync_Relayer_filter] - or: [zksync_Relayer_filter] + transaction + nonce } -enum zksync_Relayer_orderBy { - id - isActive - relayer +"""Defines the order direction, either ascending or descending""" +enum mantle_swap_OrderDirection { + asc + desc } -type zksync_RootCount { +type mantle_swap_PooledToken { id: ID! - count: BigInt + asset: mantle_swap_Bytes! } -input zksync_RootCount_filter { +input mantle_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -194764,40 +203238,72 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_RootCount_filter] - or: [zksync_RootCount_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_PooledToken_filter] + or: [mantle_swap_PooledToken_filter] } -enum zksync_RootCount_orderBy { +enum mantle_swap_PooledToken_orderBy { id - count + asset } -type zksync_RootMessageSent { +type mantle_swap_StableSwap { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: zksync_Bytes - count: BigInt - caller: zksync_Bytes - transactionHash: zksync_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 zksync_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 @@ -194806,60 +203312,87 @@ input zksync_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: 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 - count_lt: BigInt - count_gte: BigInt - 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -194868,69 +203401,72 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_RootMessageSent_filter] - or: [zksync_RootMessageSent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapAddLiquidityEvent_filter] + or: [mantle_swap_StableSwapAddLiquidityEvent_filter] } -enum zksync_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 zksync_Router { - id: ID! - isActive: Boolean! - owner: zksync_Bytes - recipient: zksync_Bytes - proposedOwner: zksync_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! + transaction + nonce } -type zksync_RouterDailyTVL { +interface mantle_swap_StableSwapEvent { id: ID! - router: zksync_Router! - asset: zksync_Asset! + stableSwap: mantle_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input zksync_RouterDailyTVL_filter { +input mantle_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -194939,48 +203475,35 @@ input zksync_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_: zksync_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -194989,63 +203512,72 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_RouterDailyTVL_filter] - or: [zksync_RouterDailyTVL_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapEvent_filter] + or: [mantle_swap_StableSwapEvent_filter] } -enum zksync_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 zksync_RouterLiquidityEvent { +type mantle_swap_StableSwapExchange { id: ID! - type: zksync_RouterLiquidityEventType - router: zksync_Router! - asset: zksync_Asset! - amount: BigInt! - balance: BigInt! - caller: zksync_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: zksync_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -enum zksync_RouterLiquidityEventType { - Add - Remove -} - -input zksync_RouterLiquidityEvent_filter { +input mantle_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -195054,86 +203586,261 @@ 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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: zksync_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter - 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: 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 - 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 @@ -195142,16 +203849,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 + 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 @@ -195161,41 +203868,44 @@ 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: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] } -enum zksync_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 zksync_Router_filter { +input mantle_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -195208,68 +203918,197 @@ 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 - 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_: zksync_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: zksync_BlockChangedFilter - and: [zksync_Router_filter] - or: [zksync_Router_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwap_filter] + or: [mantle_swap_StableSwap_filter] } -enum zksync_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 zksync_Sequencer { +type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: zksync_Bytes + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input zksync_Sequencer_filter { +input mantle_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -195278,39 +204117,80 @@ input zksync_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: zksync_BlockChangedFilter - and: [zksync_Sequencer_filter] - or: [zksync_Sequencer_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapDailyVolume_filter] + or: [mantle_swap_SwapDailyVolume_filter] } -enum zksync_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 zksync_Setting { +type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: zksync_Bytes! + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input zksync_Setting_filter { +input mantle_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -195319,106 +204199,100 @@ input zksync_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: zksync_BlockChangedFilter - and: [zksync_Setting_filter] - or: [zksync_Setting_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapHourlyVolume_filter] + or: [mantle_swap_SwapHourlyVolume_filter] } -enum zksync_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 zksync_SlippageUpdate { - id: ID! - transfer: zksync_DestinationTransfer! - slippage: BigInt! - caller: zksync_Bytes! - transactionHash: zksync_Bytes! +interface mantle_swap_SwapTradeVolume { + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: mantle_swap_BigDecimal! } -input zksync_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_: zksync_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: 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 +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 @@ -195427,94 +204301,50 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_SlippageUpdate_filter] - or: [zksync_SlippageUpdate_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapTradeVolume_filter] + or: [mantle_swap_SwapTradeVolume_filter] } -enum zksync_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 zksync_SnapshotRoot { +type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: zksync_Bytes! - count: BigInt! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: mantle_swap_BigDecimal! } -input zksync_SnapshotRoot_filter { +input mantle_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -195523,32 +204353,27 @@ input zksync_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: 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 - 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 @@ -195557,35 +204382,50 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_SnapshotRoot_filter] - or: [zksync_SnapshotRoot_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapWeeklyVolume_filter] + or: [mantle_swap_SwapWeeklyVolume_filter] } -enum zksync_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 zksync_SpokeConnectorMode { +type mantle_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input zksync_SpokeConnectorMode_filter { +input mantle_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -195594,48 +204434,37 @@ input zksync_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: zksync_BlockChangedFilter - and: [zksync_SpokeConnectorMode_filter] - or: [zksync_SpokeConnectorMode_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SystemInfo_filter] + or: [mantle_swap_SystemInfo_filter] } -enum zksync_SpokeConnectorMode_orderBy { +enum mantle_swap_SystemInfo_orderBy { id - mode -} - -enum zksync_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type zksync__Block_ { +type mantle_swap__Block_ { """The hash of the block""" - hash: zksync_Bytes + hash: mantle_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -195643,7 +204472,7 @@ type zksync__Block_ { } """The type for the top-level _meta field""" -type zksync__Meta_ { +type mantle_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -195651,22 +204480,22 @@ type zksync__Meta_ { and therefore asks for the latest block """ - block: zksync__Block_! + block: mantle_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingbase_AggregateRoot { +type mantle_AggregateRoot { id: ID! - root: stagingbase_Bytes! + root: mantle_Bytes! blockNumber: BigInt! } -type stagingbase_AggregateRootProposed { +type mantle_AggregateRootProposed { id: ID! - aggregateRoot: stagingbase_Bytes! + aggregateRoot: mantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -195674,7 +204503,7 @@ type stagingbase_AggregateRootProposed { blockNumber: BigInt } -input stagingbase_AggregateRootProposed_filter { +input mantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -195683,16 +204512,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: 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 @@ -195734,12 +204563,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: mantle_BlockChangedFilter + and: [mantle_AggregateRootProposed_filter] + or: [mantle_AggregateRootProposed_filter] } -enum stagingbase_AggregateRootProposed_orderBy { +enum mantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -195749,7 +204578,7 @@ enum stagingbase_AggregateRootProposed_orderBy { blockNumber } -input stagingbase_AggregateRoot_filter { +input mantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -195758,16 +204587,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: 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 @@ -195777,47 +204606,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: mantle_BlockChangedFilter + and: [mantle_AggregateRoot_filter] + or: [mantle_AggregateRoot_filter] } -enum stagingbase_AggregateRoot_orderBy { +enum mantle_AggregateRoot_orderBy { id root blockNumber } -enum stagingbase_Aggregation_interval { - hour - day -} - -type stagingbase_Asset { +type mantle_Asset { id: ID! - key: stagingbase_Bytes + key: mantle_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingbase_Bytes + canonicalId: mantle_Bytes canonicalDomain: BigInt - adoptedAsset: stagingbase_Bytes - localAsset: stagingbase_Bytes + adoptedAsset: mantle_Bytes + localAsset: mantle_Bytes blockNumber: BigInt - status: stagingbase_AssetStatus + status: mantle_AssetStatus } -type stagingbase_AssetBalance { +type mantle_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingbase_Router! - asset: stagingbase_Asset! + router: mantle_Router! + asset: mantle_Asset! feesEarned: BigInt! } -input stagingbase_AssetBalance_filter { +input mantle_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -195878,7 +204702,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_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -195899,7 +204723,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_: mantle_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -195909,12 +204733,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: mantle_BlockChangedFilter + and: [mantle_AssetBalance_filter] + or: [mantle_AssetBalance_filter] } -enum stagingbase_AssetBalance_orderBy { +enum mantle_AssetBalance_orderBy { id amount locked @@ -195940,12 +204764,12 @@ enum stagingbase_AssetBalance_orderBy { feesEarned } -type stagingbase_AssetStatus { +type mantle_AssetStatus { id: ID! status: Boolean } -input stagingbase_AssetStatus_filter { +input mantle_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -195959,17 +204783,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: mantle_BlockChangedFilter + and: [mantle_AssetStatus_filter] + or: [mantle_AssetStatus_filter] } -enum stagingbase_AssetStatus_orderBy { +enum mantle_AssetStatus_orderBy { id status } -input stagingbase_Asset_filter { +input mantle_Asset_filter { id: ID id_not: ID id_gt: ID @@ -195978,16 +204802,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: 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 @@ -196004,16 +204828,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: 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 @@ -196022,26 +204846,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: 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 @@ -196070,14 +204894,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_: mantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Asset_filter] - or: [stagingbase_Asset_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Asset_filter] + or: [mantle_Asset_filter] } -enum stagingbase_Asset_orderBy { +enum mantle_Asset_orderBy { id key decimal @@ -196092,30 +204916,30 @@ enum stagingbase_Asset_orderBy { status__status } -scalar stagingbase_BigDecimal +scalar mantle_BigDecimal -input stagingbase_BlockChangedFilter { +input mantle_BlockChangedFilter { number_gte: Int! } -input stagingbase_Block_height { - hash: stagingbase_Bytes +input mantle_Block_height { + hash: mantle_Bytes number: Int number_gte: Int } -scalar stagingbase_Bytes +scalar mantle_Bytes -type stagingbase_ConnectorMeta { +type mantle_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingbase_Bytes - rootManager: stagingbase_Bytes - mirrorConnector: stagingbase_Bytes + amb: mantle_Bytes + rootManager: mantle_Bytes + mirrorConnector: mantle_Bytes } -input stagingbase_ConnectorMeta_filter { +input mantle_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -196140,43 +204964,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: 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: stagingbase_BlockChangedFilter - and: [stagingbase_ConnectorMeta_filter] - or: [stagingbase_ConnectorMeta_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_ConnectorMeta_filter] + or: [mantle_ConnectorMeta_filter] } -enum stagingbase_ConnectorMeta_orderBy { +enum mantle_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -196185,48 +205009,48 @@ enum stagingbase_ConnectorMeta_orderBy { mirrorConnector } -type stagingbase_DestinationTransfer { +type mantle_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingbase_Bytes + transferId: mantle_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: 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: stagingbase_Bytes - delegate: stagingbase_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: stagingbase_Bytes + callData: mantle_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingbase_Bytes + originSender: mantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbase_Bytes - asset: stagingbase_Asset + canonicalId: mantle_Bytes + asset: mantle_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingbase_Bytes - executedTransactionHash: stagingbase_Bytes + executedCaller: mantle_Bytes + executedTransactionHash: mantle_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingbase_Bytes + executedTxOrigin: mantle_Bytes executedTxNonce: BigInt - reconciledCaller: stagingbase_Bytes - reconciledTransactionHash: stagingbase_Bytes + reconciledCaller: mantle_Bytes + reconciledTransactionHash: mantle_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingbase_Bytes + reconciledTxOrigin: mantle_Bytes reconciledTxNonce: BigInt } -input stagingbase_DestinationTransfer_filter { +input mantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -196243,16 +205067,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: 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 @@ -196261,17 +205085,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: 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_: stagingbase_Router_filter + routers_: mantle_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -196296,40 +205120,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: 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: 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: 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 @@ -196346,16 +205170,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: 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 @@ -196372,16 +205196,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: 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 @@ -196402,7 +205226,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_: mantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -196419,26 +205243,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: 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 @@ -196471,16 +205295,16 @@ input stagingbase_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingbase_Bytes - executedTxOrigin_not: stagingbase_Bytes - executedTxOrigin_gt: stagingbase_Bytes - executedTxOrigin_lt: stagingbase_Bytes - executedTxOrigin_gte: stagingbase_Bytes - executedTxOrigin_lte: stagingbase_Bytes - executedTxOrigin_in: [stagingbase_Bytes!] - executedTxOrigin_not_in: [stagingbase_Bytes!] - executedTxOrigin_contains: stagingbase_Bytes - executedTxOrigin_not_contains: stagingbase_Bytes + executedTxOrigin: 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 @@ -196489,26 +205313,26 @@ input stagingbase_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingbase_Bytes - reconciledCaller_not: stagingbase_Bytes - reconciledCaller_gt: stagingbase_Bytes - reconciledCaller_lt: stagingbase_Bytes - reconciledCaller_gte: stagingbase_Bytes - reconciledCaller_lte: stagingbase_Bytes - reconciledCaller_in: [stagingbase_Bytes!] - reconciledCaller_not_in: [stagingbase_Bytes!] - reconciledCaller_contains: stagingbase_Bytes - reconciledCaller_not_contains: stagingbase_Bytes - reconciledTransactionHash: stagingbase_Bytes - reconciledTransactionHash_not: stagingbase_Bytes - reconciledTransactionHash_gt: stagingbase_Bytes - reconciledTransactionHash_lt: stagingbase_Bytes - reconciledTransactionHash_gte: stagingbase_Bytes - reconciledTransactionHash_lte: stagingbase_Bytes - reconciledTransactionHash_in: [stagingbase_Bytes!] - reconciledTransactionHash_not_in: [stagingbase_Bytes!] - reconciledTransactionHash_contains: stagingbase_Bytes - reconciledTransactionHash_not_contains: stagingbase_Bytes + reconciledCaller: 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 @@ -196541,16 +205365,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: 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 @@ -196560,12 +205384,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: mantle_BlockChangedFilter + and: [mantle_DestinationTransfer_filter] + or: [mantle_DestinationTransfer_filter] } -enum stagingbase_DestinationTransfer_orderBy { +enum mantle_DestinationTransfer_orderBy { id chainId transferId @@ -196619,16 +205443,16 @@ enum stagingbase_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingbase_Int8 +scalar mantle_Int8 -type stagingbase_OptimisticRootFinalized { +type mantle_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingbase_Bytes! + aggregateRoot: mantle_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingbase_OptimisticRootFinalized_filter { +input mantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -196637,16 +205461,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: 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 @@ -196664,12 +205488,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: mantle_BlockChangedFilter + and: [mantle_OptimisticRootFinalized_filter] + or: [mantle_OptimisticRootFinalized_filter] } -enum stagingbase_OptimisticRootFinalized_orderBy { +enum mantle_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -196677,25 +205501,25 @@ enum stagingbase_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingbase_OrderDirection { +enum mantle_OrderDirection { asc desc } -type stagingbase_OriginMessage { +type mantle_OriginMessage { id: ID! - transferId: stagingbase_Bytes + transferId: mantle_Bytes destinationDomain: BigInt - leaf: stagingbase_Bytes + leaf: mantle_Bytes index: BigInt - message: stagingbase_Bytes - root: stagingbase_Bytes - transactionHash: stagingbase_Bytes + message: mantle_Bytes + root: mantle_Bytes + transactionHash: mantle_Bytes blockNumber: BigInt - rootCount: stagingbase_RootCount + rootCount: mantle_RootCount } -input stagingbase_OriginMessage_filter { +input mantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -196704,16 +205528,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: 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 @@ -196722,16 +205546,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: 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 @@ -196740,36 +205564,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: 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 @@ -196798,14 +205622,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_: mantle_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OriginMessage_filter] - or: [stagingbase_OriginMessage_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OriginMessage_filter] + or: [mantle_OriginMessage_filter] } -enum stagingbase_OriginMessage_orderBy { +enum mantle_OriginMessage_orderBy { id transferId destinationDomain @@ -196820,42 +205644,42 @@ enum stagingbase_OriginMessage_orderBy { rootCount__count } -type stagingbase_OriginTransfer { +type mantle_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingbase_Bytes + transferId: mantle_Bytes nonce: BigInt - status: stagingbase_TransferStatus - messageHash: stagingbase_Bytes + status: mantle_TransferStatus + messageHash: mantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbase_Bytes - delegate: stagingbase_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: stagingbase_Bytes + callData: mantle_Bytes slippage: BigInt - originSender: stagingbase_Bytes + originSender: mantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbase_Bytes - asset: stagingbase_Asset - transactingAsset: stagingbase_Bytes - message: stagingbase_OriginMessage + canonicalId: mantle_Bytes + asset: mantle_Asset + transactingAsset: mantle_Bytes + message: mantle_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: 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: stagingbase_Bytes + txOrigin: mantle_Bytes txNonce: BigInt } -input stagingbase_OriginTransfer_filter { +input mantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -196872,16 +205696,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: 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 @@ -196890,20 +205714,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: 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 @@ -196928,40 +205752,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: 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: 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: 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 @@ -196970,16 +205794,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: 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 @@ -196996,16 +205820,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: 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 @@ -197026,17 +205850,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_: 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 @@ -197057,7 +205881,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_: mantle_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -197072,37 +205896,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_: 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 @@ -197135,16 +205959,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: 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 @@ -197154,12 +205978,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: mantle_BlockChangedFilter + and: [mantle_OriginTransfer_filter] + or: [mantle_OriginTransfer_filter] } -enum stagingbase_OriginTransfer_orderBy { +enum mantle_OriginTransfer_orderBy { id chainId transferId @@ -197212,20 +206036,20 @@ enum stagingbase_OriginTransfer_orderBy { txNonce } -type stagingbase_Relayer { +type mantle_Relayer { id: ID! isActive: Boolean! - relayer: stagingbase_Bytes + relayer: mantle_Bytes } -type stagingbase_RelayerFee { +type mantle_RelayerFee { id: ID! - transfer: stagingbase_OriginTransfer! + transfer: mantle_OriginTransfer! fee: BigInt! - asset: stagingbase_Bytes! + asset: mantle_Bytes! } -input stagingbase_RelayerFee_filter { +input mantle_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -197254,7 +206078,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_: mantle_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -197263,23 +206087,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: 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: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFee_filter] - or: [stagingbase_RelayerFee_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RelayerFee_filter] + or: [mantle_RelayerFee_filter] } -enum stagingbase_RelayerFee_orderBy { +enum mantle_RelayerFee_orderBy { id transfer transfer__id @@ -197315,20 +206139,20 @@ enum stagingbase_RelayerFee_orderBy { asset } -type stagingbase_RelayerFeesIncrease { +type mantle_RelayerFeesIncrease { id: ID! - transfer: stagingbase_OriginTransfer! + transfer: mantle_OriginTransfer! increase: BigInt - asset: stagingbase_Bytes - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + asset: mantle_Bytes + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbase_RelayerFeesIncrease_filter { +input mantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -197357,7 +206181,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_: mantle_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -197366,36 +206190,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: 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 @@ -197429,12 +206253,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: mantle_BlockChangedFilter + and: [mantle_RelayerFeesIncrease_filter] + or: [mantle_RelayerFeesIncrease_filter] } -enum stagingbase_RelayerFeesIncrease_orderBy { +enum mantle_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -197476,7 +206300,7 @@ enum stagingbase_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbase_Relayer_filter { +input mantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -197489,34 +206313,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: 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: stagingbase_BlockChangedFilter - and: [stagingbase_Relayer_filter] - or: [stagingbase_Relayer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Relayer_filter] + or: [mantle_Relayer_filter] } -enum stagingbase_Relayer_orderBy { +enum mantle_Relayer_orderBy { id isActive relayer } -type stagingbase_RootCount { +type mantle_RootCount { id: ID! count: BigInt } -input stagingbase_RootCount_filter { +input mantle_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -197534,31 +206358,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: mantle_BlockChangedFilter + and: [mantle_RootCount_filter] + or: [mantle_RootCount_filter] } -enum stagingbase_RootCount_orderBy { +enum mantle_RootCount_orderBy { id count } -type stagingbase_RootMessageSent { +type mantle_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingbase_Bytes + root: mantle_Bytes count: BigInt - caller: stagingbase_Bytes - transactionHash: stagingbase_Bytes + caller: mantle_Bytes + transactionHash: mantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingbase_RootMessageSent_filter { +input mantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -197583,16 +206407,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: 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 @@ -197601,26 +206425,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: 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 @@ -197654,12 +206478,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: mantle_BlockChangedFilter + and: [mantle_RootMessageSent_filter] + or: [mantle_RootMessageSent_filter] } -enum stagingbase_RootMessageSent_orderBy { +enum mantle_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -197673,25 +206497,25 @@ enum stagingbase_RootMessageSent_orderBy { blockNumber } -type stagingbase_Router { +type mantle_Router { id: ID! isActive: Boolean! - owner: stagingbase_Bytes - recipient: stagingbase_Bytes - proposedOwner: stagingbase_Bytes + owner: mantle_Bytes + recipient: mantle_Bytes + proposedOwner: mantle_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: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! } -type stagingbase_RouterDailyTVL { +type mantle_RouterDailyTVL { id: ID! - router: stagingbase_Router! - asset: stagingbase_Asset! + router: mantle_Router! + asset: mantle_Asset! timestamp: BigInt! balance: BigInt! } -input stagingbase_RouterDailyTVL_filter { +input mantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -197720,7 +206544,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_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -197741,7 +206565,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_: mantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -197759,12 +206583,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: mantle_BlockChangedFilter + and: [mantle_RouterDailyTVL_filter] + or: [mantle_RouterDailyTVL_filter] } -enum stagingbase_RouterDailyTVL_orderBy { +enum mantle_RouterDailyTVL_orderBy { id router router__id @@ -197787,26 +206611,26 @@ enum stagingbase_RouterDailyTVL_orderBy { balance } -type stagingbase_RouterLiquidityEvent { +type mantle_RouterLiquidityEvent { id: ID! - type: stagingbase_RouterLiquidityEventType - router: stagingbase_Router! - asset: stagingbase_Asset! + type: mantle_RouterLiquidityEventType + router: mantle_Router! + asset: mantle_Asset! amount: BigInt! balance: BigInt! - caller: stagingbase_Bytes + caller: mantle_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingbase_Bytes! + transactionHash: mantle_Bytes! nonce: BigInt! } -enum stagingbase_RouterLiquidityEventType { +enum mantle_RouterLiquidityEventType { Add Remove } -input stagingbase_RouterLiquidityEvent_filter { +input mantle_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -197815,10 +206639,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: mantle_RouterLiquidityEventType + type_not: mantle_RouterLiquidityEventType + type_in: [mantle_RouterLiquidityEventType!] + type_not_in: [mantle_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -197839,7 +206663,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_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -197860,7 +206684,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_: mantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -197877,16 +206701,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: 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 @@ -197903,16 +206727,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: 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 @@ -197922,12 +206746,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: mantle_BlockChangedFilter + and: [mantle_RouterLiquidityEvent_filter] + or: [mantle_RouterLiquidityEvent_filter] } -enum stagingbase_RouterLiquidityEvent_orderBy { +enum mantle_RouterLiquidityEvent_orderBy { id type router @@ -197956,7 +206780,7 @@ enum stagingbase_RouterLiquidityEvent_orderBy { nonce } -input stagingbase_Router_filter { +input mantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -197969,36 +206793,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: 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 @@ -198007,14 +206831,14 @@ input stagingbase_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingbase_AssetBalance_filter + assetBalances_: mantle_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Router_filter] - or: [stagingbase_Router_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Router_filter] + or: [mantle_Router_filter] } -enum stagingbase_Router_orderBy { +enum mantle_Router_orderBy { id isActive owner @@ -198024,13 +206848,13 @@ enum stagingbase_Router_orderBy { assetBalances } -type stagingbase_Sequencer { +type mantle_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingbase_Bytes + sequencer: mantle_Bytes } -input stagingbase_Sequencer_filter { +input mantle_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -198043,35 +206867,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: 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: stagingbase_BlockChangedFilter - and: [stagingbase_Sequencer_filter] - or: [stagingbase_Sequencer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Sequencer_filter] + or: [mantle_Sequencer_filter] } -enum stagingbase_Sequencer_orderBy { +enum mantle_Sequencer_orderBy { id isActive sequencer } -type stagingbase_Setting { +type mantle_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingbase_Bytes! + caller: mantle_Bytes! } -input stagingbase_Setting_filter { +input mantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -198088,41 +206912,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: 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: stagingbase_BlockChangedFilter - and: [stagingbase_Setting_filter] - or: [stagingbase_Setting_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Setting_filter] + or: [mantle_Setting_filter] } -enum stagingbase_Setting_orderBy { +enum mantle_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingbase_SlippageUpdate { +type mantle_SlippageUpdate { id: ID! - transfer: stagingbase_DestinationTransfer! + transfer: mantle_DestinationTransfer! slippage: BigInt! - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbase_SlippageUpdate_filter { +input mantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -198151,7 +206975,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_: mantle_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -198160,26 +206984,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: 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 @@ -198213,12 +207037,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: mantle_BlockChangedFilter + and: [mantle_SlippageUpdate_filter] + or: [mantle_SlippageUpdate_filter] } -enum stagingbase_SlippageUpdate_orderBy { +enum mantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -198266,16 +207090,16 @@ enum stagingbase_SlippageUpdate_orderBy { blockNumber } -type stagingbase_SnapshotRoot { +type mantle_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingbase_Bytes! + root: mantle_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingbase_SnapshotRoot_filter { +input mantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -198292,16 +207116,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: 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 @@ -198327,12 +207151,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: mantle_BlockChangedFilter + and: [mantle_SnapshotRoot_filter] + or: [mantle_SnapshotRoot_filter] } -enum stagingbase_SnapshotRoot_orderBy { +enum mantle_SnapshotRoot_orderBy { id spokeDomain root @@ -198341,12 +207165,12 @@ enum stagingbase_SnapshotRoot_orderBy { blockNumber } -type stagingbase_SpokeConnectorMode { +type mantle_SpokeConnectorMode { id: ID! mode: String! } -input stagingbase_SpokeConnectorMode_filter { +input mantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -198376,17 +207200,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: mantle_BlockChangedFilter + and: [mantle_SpokeConnectorMode_filter] + or: [mantle_SpokeConnectorMode_filter] } -enum stagingbase_SpokeConnectorMode_orderBy { +enum mantle_SpokeConnectorMode_orderBy { id mode } -enum stagingbase_TransferStatus { +enum mantle_TransferStatus { XCalled Executed Reconciled @@ -198394,9 +207218,9 @@ enum stagingbase_TransferStatus { CompletedFast } -type stagingbase__Block_ { +type mantle__Block_ { """The hash of the block""" - hash: stagingbase_Bytes + hash: mantle_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -198404,7 +207228,7 @@ type stagingbase__Block_ { } """The type for the top-level _meta field""" -type stagingbase__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 @@ -198412,22 +207236,22 @@ type stagingbase__Meta_ { and therefore asks for the latest block """ - block: stagingbase__Block_! + block: mantle__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type base_AggregateRoot { +type stagingmantle_AggregateRoot { id: ID! - root: base_Bytes! + root: stagingmantle_Bytes! blockNumber: BigInt! } -type base_AggregateRootProposed { +type stagingmantle_AggregateRootProposed { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: stagingmantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -198435,7 +207259,7 @@ type base_AggregateRootProposed { blockNumber: BigInt } -input base_AggregateRootProposed_filter { +input stagingmantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -198444,16 +207268,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: 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 @@ -198495,12 +207319,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRootProposed_filter] + or: [stagingmantle_AggregateRootProposed_filter] } -enum base_AggregateRootProposed_orderBy { +enum stagingmantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -198510,7 +207334,7 @@ enum base_AggregateRootProposed_orderBy { blockNumber } -input base_AggregateRoot_filter { +input stagingmantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -198519,16 +207343,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: 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 @@ -198538,47 +207362,42 @@ input base_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AggregateRoot_filter] - or: [base_AggregateRoot_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRoot_filter] + or: [stagingmantle_AggregateRoot_filter] } -enum base_AggregateRoot_orderBy { +enum stagingmantle_AggregateRoot_orderBy { id root blockNumber } -enum base_Aggregation_interval { - hour - day -} - -type base_Asset { +type stagingmantle_Asset { id: ID! - key: base_Bytes + key: stagingmantle_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: base_Bytes + canonicalId: stagingmantle_Bytes canonicalDomain: BigInt - adoptedAsset: base_Bytes - localAsset: base_Bytes + adoptedAsset: stagingmantle_Bytes + localAsset: stagingmantle_Bytes blockNumber: BigInt - status: base_AssetStatus + status: stagingmantle_AssetStatus } -type base_AssetBalance { +type stagingmantle_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: base_Router! - asset: base_Asset! + router: stagingmantle_Router! + asset: stagingmantle_Asset! feesEarned: BigInt! } -input base_AssetBalance_filter { +input stagingmantle_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -198639,7 +207458,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_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -198660,7 +207479,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_: stagingmantle_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -198670,12 +207489,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetBalance_filter] + or: [stagingmantle_AssetBalance_filter] } -enum base_AssetBalance_orderBy { +enum stagingmantle_AssetBalance_orderBy { id amount locked @@ -198701,12 +207520,12 @@ enum base_AssetBalance_orderBy { feesEarned } -type base_AssetStatus { +type stagingmantle_AssetStatus { id: ID! status: Boolean } -input base_AssetStatus_filter { +input stagingmantle_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -198720,17 +207539,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetStatus_filter] + or: [stagingmantle_AssetStatus_filter] } -enum base_AssetStatus_orderBy { +enum stagingmantle_AssetStatus_orderBy { id status } -input base_Asset_filter { +input stagingmantle_Asset_filter { id: ID id_not: ID id_gt: ID @@ -198739,16 +207558,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: 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 @@ -198765,16 +207584,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: 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 @@ -198783,26 +207602,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: 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 @@ -198831,14 +207650,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_: stagingmantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Asset_filter] - or: [base_Asset_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Asset_filter] + or: [stagingmantle_Asset_filter] } -enum base_Asset_orderBy { +enum stagingmantle_Asset_orderBy { id key decimal @@ -198853,30 +207672,30 @@ enum base_Asset_orderBy { status__status } -scalar base_BigDecimal +scalar stagingmantle_BigDecimal -input base_BlockChangedFilter { +input stagingmantle_BlockChangedFilter { number_gte: Int! } -input base_Block_height { - hash: base_Bytes +input stagingmantle_Block_height { + hash: stagingmantle_Bytes number: Int number_gte: Int } -scalar base_Bytes +scalar stagingmantle_Bytes -type base_ConnectorMeta { +type stagingmantle_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: base_Bytes - rootManager: base_Bytes - mirrorConnector: base_Bytes + amb: stagingmantle_Bytes + rootManager: stagingmantle_Bytes + mirrorConnector: stagingmantle_Bytes } -input base_ConnectorMeta_filter { +input stagingmantle_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -198901,43 +207720,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: 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: base_BlockChangedFilter - and: [base_ConnectorMeta_filter] - or: [base_ConnectorMeta_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_ConnectorMeta_filter] + or: [stagingmantle_ConnectorMeta_filter] } -enum base_ConnectorMeta_orderBy { +enum stagingmantle_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -198946,48 +207765,48 @@ enum base_ConnectorMeta_orderBy { mirrorConnector } -type base_DestinationTransfer { +type stagingmantle_DestinationTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: stagingmantle_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: 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: base_Bytes - delegate: base_Bytes + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: stagingmantle_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: base_Bytes + originSender: stagingmantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset amount: BigInt routersFee: BigInt - executedCaller: base_Bytes - executedTransactionHash: base_Bytes + executedCaller: stagingmantle_Bytes + executedTransactionHash: stagingmantle_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: base_Bytes + executedTxOrigin: stagingmantle_Bytes executedTxNonce: BigInt - reconciledCaller: base_Bytes - reconciledTransactionHash: base_Bytes + reconciledCaller: stagingmantle_Bytes + reconciledTransactionHash: stagingmantle_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: base_Bytes + reconciledTxOrigin: stagingmantle_Bytes reconciledTxNonce: BigInt } -input base_DestinationTransfer_filter { +input stagingmantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -199004,16 +207823,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: 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 @@ -199022,17 +207841,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: 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_: base_Router_filter + routers_: stagingmantle_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -199057,40 +207876,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: 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: 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: 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 @@ -199107,16 +207926,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: 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 @@ -199133,16 +207952,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: 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 @@ -199163,7 +207982,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_: stagingmantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -199180,26 +207999,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: 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 @@ -199232,16 +208051,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: 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 @@ -199250,26 +208069,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: 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 @@ -199302,16 +208121,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: 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 @@ -199321,12 +208140,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_DestinationTransfer_filter] + or: [stagingmantle_DestinationTransfer_filter] } -enum base_DestinationTransfer_orderBy { +enum stagingmantle_DestinationTransfer_orderBy { id chainId transferId @@ -199380,16 +208199,16 @@ enum base_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar base_Int8 +scalar stagingmantle_Int8 -type base_OptimisticRootFinalized { +type stagingmantle_OptimisticRootFinalized { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: stagingmantle_Bytes! timestamp: BigInt! blockNumber: BigInt } -input base_OptimisticRootFinalized_filter { +input stagingmantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -199398,16 +208217,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: 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 @@ -199425,12 +208244,12 @@ input base_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OptimisticRootFinalized_filter] - or: [base_OptimisticRootFinalized_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OptimisticRootFinalized_filter] + or: [stagingmantle_OptimisticRootFinalized_filter] } -enum base_OptimisticRootFinalized_orderBy { +enum stagingmantle_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -199438,25 +208257,25 @@ enum base_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum base_OrderDirection { +enum stagingmantle_OrderDirection { asc desc } -type base_OriginMessage { +type stagingmantle_OriginMessage { id: ID! - transferId: base_Bytes + transferId: stagingmantle_Bytes destinationDomain: BigInt - leaf: base_Bytes + leaf: stagingmantle_Bytes index: BigInt - message: base_Bytes - root: base_Bytes - transactionHash: base_Bytes + message: stagingmantle_Bytes + root: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes blockNumber: BigInt - rootCount: base_RootCount + rootCount: stagingmantle_RootCount } -input base_OriginMessage_filter { +input stagingmantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -199465,16 +208284,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: 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 @@ -199483,16 +208302,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: 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 @@ -199501,36 +208320,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: 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 @@ -199559,14 +208378,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_: stagingmantle_RootCount_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginMessage_filter] - or: [base_OriginMessage_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginMessage_filter] + or: [stagingmantle_OriginMessage_filter] } -enum base_OriginMessage_orderBy { +enum stagingmantle_OriginMessage_orderBy { id transferId destinationDomain @@ -199581,42 +208400,42 @@ enum base_OriginMessage_orderBy { rootCount__count } -type base_OriginTransfer { +type stagingmantle_OriginTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: stagingmantle_Bytes nonce: BigInt - status: base_TransferStatus - messageHash: base_Bytes + status: stagingmantle_TransferStatus + messageHash: stagingmantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: base_Bytes - delegate: base_Bytes + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: stagingmantle_Bytes slippage: BigInt - originSender: base_Bytes + originSender: stagingmantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset - transactingAsset: base_Bytes - message: base_OriginMessage + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset + transactingAsset: stagingmantle_Bytes + message: stagingmantle_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: 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: base_Bytes + txOrigin: stagingmantle_Bytes txNonce: BigInt } -input base_OriginTransfer_filter { +input stagingmantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -199633,16 +208452,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: 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 @@ -199651,20 +208470,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: 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 @@ -199689,40 +208508,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: 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: 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: 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 @@ -199731,16 +208550,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: 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 @@ -199757,16 +208576,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: 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 @@ -199787,17 +208606,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_: 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 @@ -199818,7 +208637,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_: stagingmantle_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -199833,37 +208652,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_: 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 @@ -199896,16 +208715,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: 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 @@ -199915,12 +208734,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginTransfer_filter] + or: [stagingmantle_OriginTransfer_filter] } -enum base_OriginTransfer_orderBy { +enum stagingmantle_OriginTransfer_orderBy { id chainId transferId @@ -199973,20 +208792,20 @@ enum base_OriginTransfer_orderBy { txNonce } -type base_Relayer { +type stagingmantle_Relayer { id: ID! isActive: Boolean! - relayer: base_Bytes + relayer: stagingmantle_Bytes } -type base_RelayerFee { +type stagingmantle_RelayerFee { id: ID! - transfer: base_OriginTransfer! + transfer: stagingmantle_OriginTransfer! fee: BigInt! - asset: base_Bytes! + asset: stagingmantle_Bytes! } -input base_RelayerFee_filter { +input stagingmantle_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -200015,7 +208834,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_: stagingmantle_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -200024,23 +208843,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: 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: base_BlockChangedFilter - and: [base_RelayerFee_filter] - or: [base_RelayerFee_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFee_filter] + or: [stagingmantle_RelayerFee_filter] } -enum base_RelayerFee_orderBy { +enum stagingmantle_RelayerFee_orderBy { id transfer transfer__id @@ -200076,20 +208895,20 @@ enum base_RelayerFee_orderBy { asset } -type base_RelayerFeesIncrease { +type stagingmantle_RelayerFeesIncrease { id: ID! - transfer: base_OriginTransfer! + transfer: stagingmantle_OriginTransfer! increase: BigInt - asset: base_Bytes - caller: base_Bytes! - transactionHash: base_Bytes! + asset: stagingmantle_Bytes + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_RelayerFeesIncrease_filter { +input stagingmantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -200118,7 +208937,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_: stagingmantle_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -200127,36 +208946,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: 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 @@ -200190,12 +209009,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFeesIncrease_filter] + or: [stagingmantle_RelayerFeesIncrease_filter] } -enum base_RelayerFeesIncrease_orderBy { +enum stagingmantle_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -200237,7 +209056,7 @@ enum base_RelayerFeesIncrease_orderBy { blockNumber } -input base_Relayer_filter { +input stagingmantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -200250,34 +209069,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: 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: base_BlockChangedFilter - and: [base_Relayer_filter] - or: [base_Relayer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Relayer_filter] + or: [stagingmantle_Relayer_filter] } -enum base_Relayer_orderBy { +enum stagingmantle_Relayer_orderBy { id isActive relayer } -type base_RootCount { +type stagingmantle_RootCount { id: ID! count: BigInt } -input base_RootCount_filter { +input stagingmantle_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -200295,31 +209114,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootCount_filter] + or: [stagingmantle_RootCount_filter] } -enum base_RootCount_orderBy { +enum stagingmantle_RootCount_orderBy { id count } -type base_RootMessageSent { +type stagingmantle_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: base_Bytes + root: stagingmantle_Bytes count: BigInt - caller: base_Bytes - transactionHash: base_Bytes + caller: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input base_RootMessageSent_filter { +input stagingmantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -200344,16 +209163,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: 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 @@ -200362,26 +209181,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: 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 @@ -200415,12 +209234,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootMessageSent_filter] + or: [stagingmantle_RootMessageSent_filter] } -enum base_RootMessageSent_orderBy { +enum stagingmantle_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -200434,25 +209253,25 @@ enum base_RootMessageSent_orderBy { blockNumber } -type base_Router { +type stagingmantle_Router { id: ID! isActive: Boolean! - owner: base_Bytes - recipient: base_Bytes - proposedOwner: base_Bytes + owner: stagingmantle_Bytes + recipient: stagingmantle_Bytes + proposedOwner: stagingmantle_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: stagingmantle_AssetBalance_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_AssetBalance_filter): [stagingmantle_AssetBalance!]! } -type base_RouterDailyTVL { +type stagingmantle_RouterDailyTVL { id: ID! - router: base_Router! - asset: base_Asset! + router: stagingmantle_Router! + asset: stagingmantle_Asset! timestamp: BigInt! balance: BigInt! } -input base_RouterDailyTVL_filter { +input stagingmantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -200481,7 +209300,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_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -200502,7 +209321,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_: stagingmantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -200520,12 +209339,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterDailyTVL_filter] + or: [stagingmantle_RouterDailyTVL_filter] } -enum base_RouterDailyTVL_orderBy { +enum stagingmantle_RouterDailyTVL_orderBy { id router router__id @@ -200548,26 +209367,26 @@ enum base_RouterDailyTVL_orderBy { balance } -type base_RouterLiquidityEvent { +type stagingmantle_RouterLiquidityEvent { id: ID! - type: base_RouterLiquidityEventType - router: base_Router! - asset: base_Asset! + type: stagingmantle_RouterLiquidityEventType + router: stagingmantle_Router! + asset: stagingmantle_Asset! amount: BigInt! balance: BigInt! - caller: base_Bytes + caller: stagingmantle_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: base_Bytes! + transactionHash: stagingmantle_Bytes! nonce: BigInt! } -enum base_RouterLiquidityEventType { +enum stagingmantle_RouterLiquidityEventType { Add Remove } -input base_RouterLiquidityEvent_filter { +input stagingmantle_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -200576,10 +209395,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: stagingmantle_RouterLiquidityEventType + type_not: stagingmantle_RouterLiquidityEventType + type_in: [stagingmantle_RouterLiquidityEventType!] + type_not_in: [stagingmantle_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -200600,7 +209419,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_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -200621,7 +209440,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_: stagingmantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -200638,16 +209457,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: 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 @@ -200664,16 +209483,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: 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 @@ -200683,12 +209502,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterLiquidityEvent_filter] + or: [stagingmantle_RouterLiquidityEvent_filter] } -enum base_RouterLiquidityEvent_orderBy { +enum stagingmantle_RouterLiquidityEvent_orderBy { id type router @@ -200717,7 +209536,7 @@ enum base_RouterLiquidityEvent_orderBy { nonce } -input base_Router_filter { +input stagingmantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -200730,36 +209549,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: 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 @@ -200768,14 +209587,14 @@ input base_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: base_AssetBalance_filter + assetBalances_: stagingmantle_AssetBalance_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Router_filter] - or: [base_Router_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Router_filter] + or: [stagingmantle_Router_filter] } -enum base_Router_orderBy { +enum stagingmantle_Router_orderBy { id isActive owner @@ -200785,13 +209604,13 @@ enum base_Router_orderBy { assetBalances } -type base_Sequencer { +type stagingmantle_Sequencer { id: ID! isActive: Boolean! - sequencer: base_Bytes + sequencer: stagingmantle_Bytes } -input base_Sequencer_filter { +input stagingmantle_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -200804,35 +209623,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: 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: base_BlockChangedFilter - and: [base_Sequencer_filter] - or: [base_Sequencer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Sequencer_filter] + or: [stagingmantle_Sequencer_filter] } -enum base_Sequencer_orderBy { +enum stagingmantle_Sequencer_orderBy { id isActive sequencer } -type base_Setting { +type stagingmantle_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: base_Bytes! + caller: stagingmantle_Bytes! } -input base_Setting_filter { +input stagingmantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -200849,41 +209668,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: 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: base_BlockChangedFilter - and: [base_Setting_filter] - or: [base_Setting_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Setting_filter] + or: [stagingmantle_Setting_filter] } -enum base_Setting_orderBy { +enum stagingmantle_Setting_orderBy { id maxRoutersPerTransfer caller } -type base_SlippageUpdate { +type stagingmantle_SlippageUpdate { id: ID! - transfer: base_DestinationTransfer! + transfer: stagingmantle_DestinationTransfer! slippage: BigInt! - caller: base_Bytes! - transactionHash: base_Bytes! + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_SlippageUpdate_filter { +input stagingmantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -200912,7 +209731,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_: stagingmantle_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -200921,26 +209740,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: 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 @@ -200974,12 +209793,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SlippageUpdate_filter] + or: [stagingmantle_SlippageUpdate_filter] } -enum base_SlippageUpdate_orderBy { +enum stagingmantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -201027,16 +209846,16 @@ enum base_SlippageUpdate_orderBy { blockNumber } -type base_SnapshotRoot { +type stagingmantle_SnapshotRoot { id: ID! spokeDomain: BigInt - root: base_Bytes! + root: stagingmantle_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input base_SnapshotRoot_filter { +input stagingmantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -201053,16 +209872,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: 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 @@ -201088,12 +209907,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SnapshotRoot_filter] + or: [stagingmantle_SnapshotRoot_filter] } -enum base_SnapshotRoot_orderBy { +enum stagingmantle_SnapshotRoot_orderBy { id spokeDomain root @@ -201102,12 +209921,12 @@ enum base_SnapshotRoot_orderBy { blockNumber } -type base_SpokeConnectorMode { +type stagingmantle_SpokeConnectorMode { id: ID! mode: String! } -input base_SpokeConnectorMode_filter { +input stagingmantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -201137,17 +209956,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SpokeConnectorMode_filter] + or: [stagingmantle_SpokeConnectorMode_filter] } -enum base_SpokeConnectorMode_orderBy { +enum stagingmantle_SpokeConnectorMode_orderBy { id mode } -enum base_TransferStatus { +enum stagingmantle_TransferStatus { XCalled Executed Reconciled @@ -201155,9 +209974,9 @@ enum base_TransferStatus { CompletedFast } -type base__Block_ { +type stagingmantle__Block_ { """The hash of the block""" - hash: base_Bytes + hash: stagingmantle_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -201165,7 +209984,7 @@ type base__Block_ { } """The type for the top-level _meta field""" -type base__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 @@ -201173,22 +209992,22 @@ type base__Meta_ { and therefore asks for the latest block """ - block: base__Block_! + block: stagingmantle__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingpolygonzkevm_AggregateRoot { +type metis_AggregateRoot { id: ID! - root: stagingpolygonzkevm_Bytes! + root: metis_Bytes! blockNumber: BigInt! } -type stagingpolygonzkevm_AggregateRootProposed { +type metis_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! + aggregateRoot: metis_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -201196,7 +210015,7 @@ type stagingpolygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygonzkevm_AggregateRootProposed_filter { +input metis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -201205,16 +210024,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: 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 @@ -201256,12 +210075,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: metis_BlockChangedFilter + and: [metis_AggregateRootProposed_filter] + or: [metis_AggregateRootProposed_filter] } -enum stagingpolygonzkevm_AggregateRootProposed_orderBy { +enum metis_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -201271,7 +210090,7 @@ enum stagingpolygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygonzkevm_AggregateRoot_filter { +input metis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -201280,16 +210099,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: 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 @@ -201299,47 +210118,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: metis_BlockChangedFilter + and: [metis_AggregateRoot_filter] + or: [metis_AggregateRoot_filter] } -enum stagingpolygonzkevm_AggregateRoot_orderBy { +enum metis_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygonzkevm_Aggregation_interval { - hour - day -} - -type stagingpolygonzkevm_Asset { +type metis_Asset { id: ID! - key: stagingpolygonzkevm_Bytes + key: metis_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygonzkevm_Bytes + canonicalId: metis_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygonzkevm_Bytes - localAsset: stagingpolygonzkevm_Bytes + adoptedAsset: metis_Bytes + localAsset: metis_Bytes blockNumber: BigInt - status: stagingpolygonzkevm_AssetStatus + status: metis_AssetStatus } -type stagingpolygonzkevm_AssetBalance { +type metis_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + router: metis_Router! + asset: metis_Asset! feesEarned: BigInt! } -input stagingpolygonzkevm_AssetBalance_filter { +input metis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -201400,7 +210214,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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -201421,7 +210235,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_: metis_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -201431,12 +210245,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: metis_BlockChangedFilter + and: [metis_AssetBalance_filter] + or: [metis_AssetBalance_filter] } -enum stagingpolygonzkevm_AssetBalance_orderBy { +enum metis_AssetBalance_orderBy { id amount locked @@ -201462,12 +210276,12 @@ enum stagingpolygonzkevm_AssetBalance_orderBy { feesEarned } -type stagingpolygonzkevm_AssetStatus { +type metis_AssetStatus { id: ID! status: Boolean } -input stagingpolygonzkevm_AssetStatus_filter { +input metis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -201481,17 +210295,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: metis_BlockChangedFilter + and: [metis_AssetStatus_filter] + or: [metis_AssetStatus_filter] } -enum stagingpolygonzkevm_AssetStatus_orderBy { +enum metis_AssetStatus_orderBy { id status } -input stagingpolygonzkevm_Asset_filter { +input metis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -201500,16 +210314,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: 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 @@ -201526,16 +210340,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: 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 @@ -201544,26 +210358,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: 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 @@ -201592,14 +210406,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_: metis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Asset_filter] - or: [stagingpolygonzkevm_Asset_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Asset_filter] + or: [metis_Asset_filter] } -enum stagingpolygonzkevm_Asset_orderBy { +enum metis_Asset_orderBy { id key decimal @@ -201614,30 +210428,30 @@ enum stagingpolygonzkevm_Asset_orderBy { status__status } -scalar stagingpolygonzkevm_BigDecimal +scalar metis_BigDecimal -input stagingpolygonzkevm_BlockChangedFilter { +input metis_BlockChangedFilter { number_gte: Int! } -input stagingpolygonzkevm_Block_height { - hash: stagingpolygonzkevm_Bytes +input metis_Block_height { + hash: metis_Bytes number: Int number_gte: Int } -scalar stagingpolygonzkevm_Bytes +scalar metis_Bytes -type stagingpolygonzkevm_ConnectorMeta { +type metis_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygonzkevm_Bytes - rootManager: stagingpolygonzkevm_Bytes - mirrorConnector: stagingpolygonzkevm_Bytes + amb: metis_Bytes + rootManager: metis_Bytes + mirrorConnector: metis_Bytes } -input stagingpolygonzkevm_ConnectorMeta_filter { +input metis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -201662,43 +210476,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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_ConnectorMeta_filter] - or: [stagingpolygonzkevm_ConnectorMeta_filter] + _change_block: metis_BlockChangedFilter + and: [metis_ConnectorMeta_filter] + or: [metis_ConnectorMeta_filter] } -enum stagingpolygonzkevm_ConnectorMeta_orderBy { +enum metis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -201707,48 +210521,48 @@ enum stagingpolygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygonzkevm_DestinationTransfer { +type metis_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygonzkevm_Bytes + transferId: metis_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: 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: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes + to: metis_Bytes + delegate: metis_Bytes receiveLocal: Boolean - callData: stagingpolygonzkevm_Bytes + callData: metis_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygonzkevm_Bytes + originSender: metis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygonzkevm_Bytes - asset: stagingpolygonzkevm_Asset + canonicalId: metis_Bytes + asset: metis_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygonzkevm_Bytes - executedTransactionHash: stagingpolygonzkevm_Bytes + executedCaller: metis_Bytes + executedTransactionHash: metis_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygonzkevm_Bytes + executedTxOrigin: metis_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygonzkevm_Bytes - reconciledTransactionHash: stagingpolygonzkevm_Bytes + reconciledCaller: metis_Bytes + reconciledTransactionHash: metis_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygonzkevm_Bytes + reconciledTxOrigin: metis_Bytes reconciledTxNonce: BigInt } -input stagingpolygonzkevm_DestinationTransfer_filter { +input metis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -201765,16 +210579,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: 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 @@ -201783,17 +210597,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: 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_: stagingpolygonzkevm_Router_filter + routers_: metis_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -201818,40 +210632,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: 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: 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: 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 @@ -201868,16 +210682,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: 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 @@ -201894,16 +210708,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: 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 @@ -201924,7 +210738,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_: metis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -201941,26 +210755,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: 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 @@ -201993,16 +210807,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: 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 @@ -202011,26 +210825,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: 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 @@ -202063,16 +210877,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: 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 @@ -202082,12 +210896,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: metis_BlockChangedFilter + and: [metis_DestinationTransfer_filter] + or: [metis_DestinationTransfer_filter] } -enum stagingpolygonzkevm_DestinationTransfer_orderBy { +enum metis_DestinationTransfer_orderBy { id chainId transferId @@ -202141,16 +210955,16 @@ enum stagingpolygonzkevm_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingpolygonzkevm_Int8 +scalar metis_Int8 -type stagingpolygonzkevm_OptimisticRootFinalized { +type metis_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! + aggregateRoot: metis_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygonzkevm_OptimisticRootFinalized_filter { +input metis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -202159,16 +210973,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: 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 @@ -202186,12 +211000,12 @@ input stagingpolygonzkevm_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] - or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OptimisticRootFinalized_filter] + or: [metis_OptimisticRootFinalized_filter] } -enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { +enum metis_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -202199,25 +211013,25 @@ enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingpolygonzkevm_OrderDirection { +enum metis_OrderDirection { asc desc } -type stagingpolygonzkevm_OriginMessage { +type metis_OriginMessage { id: ID! - transferId: stagingpolygonzkevm_Bytes + transferId: metis_Bytes destinationDomain: BigInt - leaf: stagingpolygonzkevm_Bytes + leaf: metis_Bytes index: BigInt - message: stagingpolygonzkevm_Bytes - root: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + message: metis_Bytes + root: metis_Bytes + transactionHash: metis_Bytes blockNumber: BigInt - rootCount: stagingpolygonzkevm_RootCount + rootCount: metis_RootCount } -input stagingpolygonzkevm_OriginMessage_filter { +input metis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -202226,16 +211040,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: 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 @@ -202244,16 +211058,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: 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 @@ -202262,36 +211076,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: 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 @@ -202320,14 +211134,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_: metis_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OriginMessage_filter] - or: [stagingpolygonzkevm_OriginMessage_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginMessage_filter] + or: [metis_OriginMessage_filter] } -enum stagingpolygonzkevm_OriginMessage_orderBy { +enum metis_OriginMessage_orderBy { id transferId destinationDomain @@ -202342,42 +211156,42 @@ enum stagingpolygonzkevm_OriginMessage_orderBy { rootCount__count } -type stagingpolygonzkevm_OriginTransfer { +type metis_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygonzkevm_Bytes + transferId: metis_Bytes nonce: BigInt - status: stagingpolygonzkevm_TransferStatus - messageHash: stagingpolygonzkevm_Bytes + status: metis_TransferStatus + messageHash: metis_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes + to: metis_Bytes + delegate: metis_Bytes receiveLocal: Boolean - callData: stagingpolygonzkevm_Bytes + callData: metis_Bytes slippage: BigInt - originSender: stagingpolygonzkevm_Bytes + originSender: metis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygonzkevm_Bytes - asset: stagingpolygonzkevm_Asset - transactingAsset: stagingpolygonzkevm_Bytes - message: stagingpolygonzkevm_OriginMessage + canonicalId: metis_Bytes + asset: metis_Asset + transactingAsset: metis_Bytes + message: metis_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: 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: stagingpolygonzkevm_Bytes + txOrigin: metis_Bytes txNonce: BigInt } -input stagingpolygonzkevm_OriginTransfer_filter { +input metis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -202394,16 +211208,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: 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 @@ -202412,20 +211226,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: 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 @@ -202450,40 +211264,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: 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: 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: 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 @@ -202492,16 +211306,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: 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 @@ -202518,16 +211332,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: 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 @@ -202548,17 +211362,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_: 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 @@ -202579,7 +211393,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_: metis_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -202594,37 +211408,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_: 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 @@ -202657,16 +211471,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: 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 @@ -202676,12 +211490,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: metis_BlockChangedFilter + and: [metis_OriginTransfer_filter] + or: [metis_OriginTransfer_filter] } -enum stagingpolygonzkevm_OriginTransfer_orderBy { +enum metis_OriginTransfer_orderBy { id chainId transferId @@ -202734,20 +211548,20 @@ enum stagingpolygonzkevm_OriginTransfer_orderBy { txNonce } -type stagingpolygonzkevm_Relayer { +type metis_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygonzkevm_Bytes + relayer: metis_Bytes } -type stagingpolygonzkevm_RelayerFee { +type metis_RelayerFee { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! + transfer: metis_OriginTransfer! fee: BigInt! - asset: stagingpolygonzkevm_Bytes! + asset: metis_Bytes! } -input stagingpolygonzkevm_RelayerFee_filter { +input metis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -202776,7 +211590,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_: metis_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -202785,23 +211599,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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFee_filter] - or: [stagingpolygonzkevm_RelayerFee_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFee_filter] + or: [metis_RelayerFee_filter] } -enum stagingpolygonzkevm_RelayerFee_orderBy { +enum metis_RelayerFee_orderBy { id transfer transfer__id @@ -202837,20 +211651,20 @@ enum stagingpolygonzkevm_RelayerFee_orderBy { asset } -type stagingpolygonzkevm_RelayerFeesIncrease { +type metis_RelayerFeesIncrease { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! + transfer: metis_OriginTransfer! increase: BigInt - asset: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + asset: metis_Bytes + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_RelayerFeesIncrease_filter { +input metis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -202879,7 +211693,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_: metis_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -202888,36 +211702,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: 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 @@ -202951,12 +211765,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: metis_BlockChangedFilter + and: [metis_RelayerFeesIncrease_filter] + or: [metis_RelayerFeesIncrease_filter] } -enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { +enum metis_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -202998,7 +211812,7 @@ enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygonzkevm_Relayer_filter { +input metis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -203011,34 +211825,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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Relayer_filter] - or: [stagingpolygonzkevm_Relayer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Relayer_filter] + or: [metis_Relayer_filter] } -enum stagingpolygonzkevm_Relayer_orderBy { +enum metis_Relayer_orderBy { id isActive relayer } -type stagingpolygonzkevm_RootCount { +type metis_RootCount { id: ID! count: BigInt } -input stagingpolygonzkevm_RootCount_filter { +input metis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -203056,31 +211870,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: metis_BlockChangedFilter + and: [metis_RootCount_filter] + or: [metis_RootCount_filter] } -enum stagingpolygonzkevm_RootCount_orderBy { +enum metis_RootCount_orderBy { id count } -type stagingpolygonzkevm_RootMessageSent { +type metis_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygonzkevm_Bytes + root: metis_Bytes count: BigInt - caller: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + caller: metis_Bytes + transactionHash: metis_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygonzkevm_RootMessageSent_filter { +input metis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -203105,16 +211919,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: 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 @@ -203123,26 +211937,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: 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 @@ -203176,12 +211990,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: metis_BlockChangedFilter + and: [metis_RootMessageSent_filter] + or: [metis_RootMessageSent_filter] } -enum stagingpolygonzkevm_RootMessageSent_orderBy { +enum metis_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -203195,25 +212009,25 @@ enum stagingpolygonzkevm_RootMessageSent_orderBy { blockNumber } -type stagingpolygonzkevm_Router { +type metis_Router { id: ID! isActive: Boolean! - owner: stagingpolygonzkevm_Bytes - recipient: stagingpolygonzkevm_Bytes - proposedOwner: stagingpolygonzkevm_Bytes + owner: metis_Bytes + recipient: metis_Bytes + proposedOwner: metis_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: metis_AssetBalance_orderBy, orderDirection: metis_OrderDirection, where: metis_AssetBalance_filter): [metis_AssetBalance!]! } -type stagingpolygonzkevm_RouterDailyTVL { +type metis_RouterDailyTVL { id: ID! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + router: metis_Router! + asset: metis_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygonzkevm_RouterDailyTVL_filter { +input metis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -203242,7 +212056,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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -203263,7 +212077,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_: metis_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -203281,12 +212095,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: metis_BlockChangedFilter + and: [metis_RouterDailyTVL_filter] + or: [metis_RouterDailyTVL_filter] } -enum stagingpolygonzkevm_RouterDailyTVL_orderBy { +enum metis_RouterDailyTVL_orderBy { id router router__id @@ -203309,26 +212123,26 @@ enum stagingpolygonzkevm_RouterDailyTVL_orderBy { balance } -type stagingpolygonzkevm_RouterLiquidityEvent { +type metis_RouterLiquidityEvent { id: ID! - type: stagingpolygonzkevm_RouterLiquidityEventType - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + type: metis_RouterLiquidityEventType + router: metis_Router! + asset: metis_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygonzkevm_Bytes + caller: metis_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygonzkevm_Bytes! + transactionHash: metis_Bytes! nonce: BigInt! } -enum stagingpolygonzkevm_RouterLiquidityEventType { +enum metis_RouterLiquidityEventType { Add Remove } -input stagingpolygonzkevm_RouterLiquidityEvent_filter { +input metis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -203337,10 +212151,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: metis_RouterLiquidityEventType + type_not: metis_RouterLiquidityEventType + type_in: [metis_RouterLiquidityEventType!] + type_not_in: [metis_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -203361,7 +212175,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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -203382,7 +212196,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_: metis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -203399,16 +212213,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: 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 @@ -203425,16 +212239,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: 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 @@ -203444,12 +212258,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: metis_BlockChangedFilter + and: [metis_RouterLiquidityEvent_filter] + or: [metis_RouterLiquidityEvent_filter] } -enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { +enum metis_RouterLiquidityEvent_orderBy { id type router @@ -203478,7 +212292,7 @@ enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygonzkevm_Router_filter { +input metis_Router_filter { id: ID id_not: ID id_gt: ID @@ -203491,36 +212305,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: 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 @@ -203529,14 +212343,14 @@ input stagingpolygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygonzkevm_AssetBalance_filter + assetBalances_: metis_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Router_filter] - or: [stagingpolygonzkevm_Router_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Router_filter] + or: [metis_Router_filter] } -enum stagingpolygonzkevm_Router_orderBy { +enum metis_Router_orderBy { id isActive owner @@ -203546,13 +212360,13 @@ enum stagingpolygonzkevm_Router_orderBy { assetBalances } -type stagingpolygonzkevm_Sequencer { +type metis_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygonzkevm_Bytes + sequencer: metis_Bytes } -input stagingpolygonzkevm_Sequencer_filter { +input metis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -203565,35 +212379,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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Sequencer_filter] - or: [stagingpolygonzkevm_Sequencer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Sequencer_filter] + or: [metis_Sequencer_filter] } -enum stagingpolygonzkevm_Sequencer_orderBy { +enum metis_Sequencer_orderBy { id isActive sequencer } -type stagingpolygonzkevm_Setting { +type metis_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygonzkevm_Bytes! + caller: metis_Bytes! } -input stagingpolygonzkevm_Setting_filter { +input metis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -203610,41 +212424,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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Setting_filter] - or: [stagingpolygonzkevm_Setting_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Setting_filter] + or: [metis_Setting_filter] } -enum stagingpolygonzkevm_Setting_orderBy { +enum metis_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygonzkevm_SlippageUpdate { +type metis_SlippageUpdate { id: ID! - transfer: stagingpolygonzkevm_DestinationTransfer! + transfer: metis_DestinationTransfer! slippage: BigInt! - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_SlippageUpdate_filter { +input metis_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -203673,7 +212487,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_: metis_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -203682,26 +212496,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: 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 @@ -203735,12 +212549,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: metis_BlockChangedFilter + and: [metis_SlippageUpdate_filter] + or: [metis_SlippageUpdate_filter] } -enum stagingpolygonzkevm_SlippageUpdate_orderBy { +enum metis_SlippageUpdate_orderBy { id transfer transfer__id @@ -203788,16 +212602,16 @@ enum stagingpolygonzkevm_SlippageUpdate_orderBy { blockNumber } -type stagingpolygonzkevm_SnapshotRoot { +type metis_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygonzkevm_Bytes! + root: metis_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_SnapshotRoot_filter { +input metis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -203814,16 +212628,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: 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 @@ -203849,12 +212663,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: metis_BlockChangedFilter + and: [metis_SnapshotRoot_filter] + or: [metis_SnapshotRoot_filter] } -enum stagingpolygonzkevm_SnapshotRoot_orderBy { +enum metis_SnapshotRoot_orderBy { id spokeDomain root @@ -203863,12 +212677,12 @@ enum stagingpolygonzkevm_SnapshotRoot_orderBy { blockNumber } -type stagingpolygonzkevm_SpokeConnectorMode { +type metis_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygonzkevm_SpokeConnectorMode_filter { +input metis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -203898,17 +212712,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: metis_BlockChangedFilter + and: [metis_SpokeConnectorMode_filter] + or: [metis_SpokeConnectorMode_filter] } -enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { +enum metis_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygonzkevm_TransferStatus { +enum metis_TransferStatus { XCalled Executed Reconciled @@ -203916,9 +212730,9 @@ enum stagingpolygonzkevm_TransferStatus { CompletedFast } -type stagingpolygonzkevm__Block_ { +type metis__Block_ { """The hash of the block""" - hash: stagingpolygonzkevm_Bytes + hash: metis_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -203926,7 +212740,7 @@ type stagingpolygonzkevm__Block_ { } """The type for the top-level _meta field""" -type stagingpolygonzkevm__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 @@ -203934,22 +212748,22 @@ type stagingpolygonzkevm__Meta_ { and therefore asks for the latest block """ - block: stagingpolygonzkevm__Block_! + block: metis__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingzksync_AggregateRoot { +type optimism_AggregateRoot { id: ID! - root: stagingzksync_Bytes! + root: optimism_Bytes! blockNumber: BigInt! } -type stagingzksync_AggregateRootProposed { +type optimism_AggregateRootProposed { id: ID! - aggregateRoot: stagingzksync_Bytes! + aggregateRoot: optimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -203957,7 +212771,7 @@ type stagingzksync_AggregateRootProposed { blockNumber: BigInt } -input stagingzksync_AggregateRootProposed_filter { +input optimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -203966,16 +212780,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: 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 @@ -204017,12 +212831,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: optimism_BlockChangedFilter + and: [optimism_AggregateRootProposed_filter] + or: [optimism_AggregateRootProposed_filter] } -enum stagingzksync_AggregateRootProposed_orderBy { +enum optimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -204032,7 +212846,7 @@ enum stagingzksync_AggregateRootProposed_orderBy { blockNumber } -input stagingzksync_AggregateRoot_filter { +input optimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -204041,16 +212855,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: 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 @@ -204060,47 +212874,42 @@ 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: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum stagingzksync_AggregateRoot_orderBy { +enum optimism_AggregateRoot_orderBy { id root blockNumber } -enum stagingzksync_Aggregation_interval { - hour - day -} - -type stagingzksync_Asset { +type optimism_Asset { id: ID! - key: stagingzksync_Bytes + key: optimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingzksync_Bytes + canonicalId: optimism_Bytes canonicalDomain: BigInt - adoptedAsset: stagingzksync_Bytes - localAsset: stagingzksync_Bytes + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes blockNumber: BigInt - status: stagingzksync_AssetStatus + status: optimism_AssetStatus } -type stagingzksync_AssetBalance { +type optimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + router: optimism_Router! + asset: optimism_Asset! feesEarned: BigInt! } -input stagingzksync_AssetBalance_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -204161,7 +212970,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -204182,7 +212991,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_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -204192,12 +213001,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: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum stagingzksync_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -204223,12 +213032,12 @@ enum stagingzksync_AssetBalance_orderBy { feesEarned } -type stagingzksync_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input stagingzksync_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -204242,17 +213051,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: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum stagingzksync_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input stagingzksync_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -204261,16 +213070,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: 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 @@ -204287,16 +213096,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: 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 @@ -204305,26 +213114,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: 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 @@ -204353,14 +213162,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_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Asset_filter] - or: [stagingzksync_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum stagingzksync_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal @@ -204375,30 +213184,30 @@ enum stagingzksync_Asset_orderBy { status__status } -scalar stagingzksync_BigDecimal +scalar optimism_BigDecimal -input stagingzksync_BlockChangedFilter { +input optimism_BlockChangedFilter { number_gte: Int! } -input stagingzksync_Block_height { - hash: stagingzksync_Bytes +input optimism_Block_height { + hash: optimism_Bytes number: Int number_gte: Int } -scalar stagingzksync_Bytes +scalar optimism_Bytes -type stagingzksync_ConnectorMeta { +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingzksync_Bytes - rootManager: stagingzksync_Bytes - mirrorConnector: stagingzksync_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input stagingzksync_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -204423,43 +213232,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: 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_ConnectorMeta_filter] - or: [stagingzksync_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum stagingzksync_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -204468,48 +213277,48 @@ enum stagingzksync_ConnectorMeta_orderBy { mirrorConnector } -type stagingzksync_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingzksync_Bytes + transferId: optimism_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: 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: stagingzksync_Bytes - delegate: stagingzksync_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: stagingzksync_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingzksync_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingzksync_Bytes - executedTransactionHash: stagingzksync_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingzksync_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: stagingzksync_Bytes - reconciledTransactionHash: stagingzksync_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingzksync_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input stagingzksync_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -204526,16 +213335,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: 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 @@ -204544,17 +213353,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: 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_: stagingzksync_Router_filter + routers_: optimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -204579,40 +213388,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: 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: 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: 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 @@ -204629,16 +213438,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: 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 @@ -204655,16 +213464,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: 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 @@ -204685,7 +213494,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_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -204702,26 +213511,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: 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 @@ -204754,16 +213563,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: 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 @@ -204772,26 +213581,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: 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 @@ -204824,16 +213633,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: 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 @@ -204843,12 +213652,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: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -enum stagingzksync_DestinationTransfer_orderBy { +enum optimism_DestinationTransfer_orderBy { id chainId transferId @@ -204902,16 +213711,16 @@ enum stagingzksync_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingzksync_Int8 +scalar optimism_Int8 -type stagingzksync_OptimisticRootFinalized { +type optimism_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingzksync_Bytes! + aggregateRoot: optimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingzksync_OptimisticRootFinalized_filter { +input optimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -204920,16 +213729,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: 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 @@ -204947,12 +213756,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: optimism_BlockChangedFilter + and: [optimism_OptimisticRootFinalized_filter] + or: [optimism_OptimisticRootFinalized_filter] } -enum stagingzksync_OptimisticRootFinalized_orderBy { +enum optimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -204960,25 +213769,25 @@ enum stagingzksync_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingzksync_OrderDirection { +enum optimism_OrderDirection { asc desc } -type stagingzksync_OriginMessage { +type optimism_OriginMessage { id: ID! - transferId: stagingzksync_Bytes + transferId: optimism_Bytes destinationDomain: BigInt - leaf: stagingzksync_Bytes + leaf: optimism_Bytes index: BigInt - message: stagingzksync_Bytes - root: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes blockNumber: BigInt - rootCount: stagingzksync_RootCount + rootCount: optimism_RootCount } -input stagingzksync_OriginMessage_filter { +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -204987,16 +213796,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: 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 @@ -205005,16 +213814,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: 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 @@ -205023,36 +213832,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: 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 @@ -205081,14 +213890,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_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_OriginMessage_filter] - or: [stagingzksync_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum stagingzksync_OriginMessage_orderBy { +enum optimism_OriginMessage_orderBy { id transferId destinationDomain @@ -205103,42 +213912,42 @@ enum stagingzksync_OriginMessage_orderBy { rootCount__count } -type stagingzksync_OriginTransfer { +type optimism_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingzksync_Bytes + transferId: optimism_Bytes nonce: BigInt - status: stagingzksync_TransferStatus - messageHash: stagingzksync_Bytes + status: optimism_TransferStatus + messageHash: optimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingzksync_Bytes - delegate: stagingzksync_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: stagingzksync_Bytes + callData: optimism_Bytes slippage: BigInt - originSender: stagingzksync_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset - transactingAsset: stagingzksync_Bytes - message: stagingzksync_OriginMessage + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_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: 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: stagingzksync_Bytes + txOrigin: optimism_Bytes txNonce: BigInt } -input stagingzksync_OriginTransfer_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -205155,16 +213964,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: 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 @@ -205173,20 +213982,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: 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 @@ -205211,40 +214020,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: 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: 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: 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 @@ -205253,16 +214062,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: 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 @@ -205279,16 +214088,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: 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 @@ -205309,17 +214118,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_: 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 @@ -205340,7 +214149,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_: optimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -205355,37 +214164,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_: 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 @@ -205418,16 +214227,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: 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 @@ -205437,12 +214246,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: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum stagingzksync_OriginTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId @@ -205495,20 +214304,20 @@ enum stagingzksync_OriginTransfer_orderBy { txNonce } -type stagingzksync_Relayer { +type optimism_Relayer { id: ID! isActive: Boolean! - relayer: stagingzksync_Bytes + relayer: optimism_Bytes } -type stagingzksync_RelayerFee { +type optimism_RelayerFee { id: ID! - transfer: stagingzksync_OriginTransfer! + transfer: optimism_OriginTransfer! fee: BigInt! - asset: stagingzksync_Bytes! + asset: optimism_Bytes! } -input stagingzksync_RelayerFee_filter { +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -205537,7 +214346,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_: optimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -205546,23 +214355,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: 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_RelayerFee_filter] - or: [stagingzksync_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum stagingzksync_RelayerFee_orderBy { +enum optimism_RelayerFee_orderBy { id transfer transfer__id @@ -205598,20 +214407,20 @@ enum stagingzksync_RelayerFee_orderBy { asset } -type stagingzksync_RelayerFeesIncrease { +type optimism_RelayerFeesIncrease { id: ID! - transfer: stagingzksync_OriginTransfer! + transfer: optimism_OriginTransfer! increase: BigInt - asset: stagingzksync_Bytes - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingzksync_RelayerFeesIncrease_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -205640,7 +214449,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_: optimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -205649,36 +214458,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: 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 @@ -205712,12 +214521,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: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum stagingzksync_RelayerFeesIncrease_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -205759,7 +214568,7 @@ enum stagingzksync_RelayerFeesIncrease_orderBy { blockNumber } -input stagingzksync_Relayer_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -205772,34 +214581,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: 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Relayer_filter] - or: [stagingzksync_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum stagingzksync_Relayer_orderBy { +enum optimism_Relayer_orderBy { id isActive relayer } -type stagingzksync_RootCount { +type optimism_RootCount { id: ID! count: BigInt } -input stagingzksync_RootCount_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -205817,31 +214626,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: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -enum stagingzksync_RootCount_orderBy { +enum optimism_RootCount_orderBy { id count } -type stagingzksync_RootMessageSent { +type optimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingzksync_Bytes + root: optimism_Bytes count: BigInt - caller: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingzksync_RootMessageSent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -205866,16 +214675,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: 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 @@ -205884,26 +214693,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: 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 @@ -205937,12 +214746,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: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum stagingzksync_RootMessageSent_orderBy { +enum optimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -205956,25 +214765,25 @@ enum stagingzksync_RootMessageSent_orderBy { blockNumber } -type stagingzksync_Router { +type optimism_Router { id: ID! isActive: Boolean! - owner: stagingzksync_Bytes - recipient: stagingzksync_Bytes - proposedOwner: stagingzksync_Bytes + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_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: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! } -type stagingzksync_RouterDailyTVL { +type optimism_RouterDailyTVL { id: ID! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! balance: BigInt! } -input stagingzksync_RouterDailyTVL_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -206003,7 +214812,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -206024,7 +214833,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_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -206042,12 +214851,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: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } -enum stagingzksync_RouterDailyTVL_orderBy { +enum optimism_RouterDailyTVL_orderBy { id router router__id @@ -206070,26 +214879,26 @@ enum stagingzksync_RouterDailyTVL_orderBy { balance } -type stagingzksync_RouterLiquidityEvent { +type optimism_RouterLiquidityEvent { id: ID! - type: stagingzksync_RouterLiquidityEventType - router: stagingzksync_Router! - asset: stagingzksync_Asset! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! amount: BigInt! balance: BigInt! - caller: stagingzksync_Bytes + caller: optimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingzksync_Bytes! + transactionHash: optimism_Bytes! nonce: BigInt! } -enum stagingzksync_RouterLiquidityEventType { +enum optimism_RouterLiquidityEventType { Add Remove } -input stagingzksync_RouterLiquidityEvent_filter { +input optimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -206098,10 +214907,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: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -206122,7 +214931,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -206143,7 +214952,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_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -206160,16 +214969,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: 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 @@ -206186,16 +214995,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: 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 @@ -206205,12 +215014,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: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] } -enum stagingzksync_RouterLiquidityEvent_orderBy { +enum optimism_RouterLiquidityEvent_orderBy { id type router @@ -206239,7 +215048,7 @@ enum stagingzksync_RouterLiquidityEvent_orderBy { nonce } -input stagingzksync_Router_filter { +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -206252,36 +215061,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: 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 @@ -206290,14 +215099,14 @@ input stagingzksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingzksync_AssetBalance_filter + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Router_filter] - or: [stagingzksync_Router_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum stagingzksync_Router_orderBy { +enum optimism_Router_orderBy { id isActive owner @@ -206307,13 +215116,13 @@ enum stagingzksync_Router_orderBy { assetBalances } -type stagingzksync_Sequencer { +type optimism_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingzksync_Bytes + sequencer: optimism_Bytes } -input stagingzksync_Sequencer_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -206326,35 +215135,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: 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Sequencer_filter] - or: [stagingzksync_Sequencer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -enum stagingzksync_Sequencer_orderBy { +enum optimism_Sequencer_orderBy { id isActive sequencer } -type stagingzksync_Setting { +type optimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingzksync_Bytes! + caller: optimism_Bytes! } -input stagingzksync_Setting_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -206371,41 +215180,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: 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Setting_filter] - or: [stagingzksync_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum stagingzksync_Setting_orderBy { +enum optimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingzksync_SlippageUpdate { +type optimism_SlippageUpdate { id: ID! - transfer: stagingzksync_DestinationTransfer! + transfer: optimism_DestinationTransfer! slippage: BigInt! - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingzksync_SlippageUpdate_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -206434,7 +215243,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_: optimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -206443,26 +215252,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: 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 @@ -206496,12 +215305,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: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum stagingzksync_SlippageUpdate_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -206549,16 +215358,16 @@ enum stagingzksync_SlippageUpdate_orderBy { blockNumber } -type stagingzksync_SnapshotRoot { +type optimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingzksync_Bytes! + root: optimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingzksync_SnapshotRoot_filter { +input optimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -206575,16 +215384,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: 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 @@ -206610,12 +215419,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: optimism_BlockChangedFilter + and: [optimism_SnapshotRoot_filter] + or: [optimism_SnapshotRoot_filter] } -enum stagingzksync_SnapshotRoot_orderBy { +enum optimism_SnapshotRoot_orderBy { id spokeDomain root @@ -206624,12 +215433,12 @@ enum stagingzksync_SnapshotRoot_orderBy { blockNumber } -type stagingzksync_SpokeConnectorMode { +type optimism_SpokeConnectorMode { id: ID! mode: String! } -input stagingzksync_SpokeConnectorMode_filter { +input optimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -206659,17 +215468,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: optimism_BlockChangedFilter + and: [optimism_SpokeConnectorMode_filter] + or: [optimism_SpokeConnectorMode_filter] } -enum stagingzksync_SpokeConnectorMode_orderBy { +enum optimism_SpokeConnectorMode_orderBy { id mode } -enum stagingzksync_TransferStatus { +enum optimism_TransferStatus { XCalled Executed Reconciled @@ -206677,9 +215486,9 @@ enum stagingzksync_TransferStatus { CompletedFast } -type stagingzksync__Block_ { +type optimism__Block_ { """The hash of the block""" - hash: stagingzksync_Bytes + hash: optimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -206687,7 +215496,7 @@ type stagingzksync__Block_ { } """The type for the top-level _meta field""" -type stagingzksync__Meta_ { +type optimism__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -206695,7 +215504,7 @@ type stagingzksync__Meta_ { and therefore asks for the latest block """ - block: stagingzksync__Block_! + block: optimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts index 23543e6968..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/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": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql index 5b35ea481b..06afc39b12 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql @@ -142,11 +142,6 @@ enum arbitrumone_AggregateRoot_orderBy { blockNumber } -enum arbitrumone_Aggregation_interval { - hour - day -} - type arbitrumone_Asset { id: ID! key: arbitrumone_Bytes diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts index 3e145a9740..cee4554b1d 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts @@ -150,10 +150,6 @@ export type arbitrumone_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type arbitrumone_Aggregation_interval = - | 'hour' - | 'day'; - export type arbitrumone_Asset = { id: Scalars['ID']; key?: Maybe; diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts index 23543e6968..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts @@ -1948,32 +1948,6 @@ const schemaAST = { ], "directives": [] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ObjectTypeDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql index d55336fe37..d056601b3e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql @@ -142,11 +142,6 @@ enum base_AggregateRoot_orderBy { blockNumber } -enum base_Aggregation_interval { - hour - day -} - type base_Asset { id: ID! key: base_Bytes diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts index 498812a982..d2e29f44c0 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts @@ -150,10 +150,6 @@ export type base_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type base_Aggregation_interval = - | 'hour' - | 'day'; - export type base_Asset = { id: Scalars['ID']; key?: Maybe; diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/introspectionSchema.ts index 23543e6968..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/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": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/schema.graphql index 3f4fddaa0e..9ea45e1701 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/schema.graphql @@ -142,11 +142,6 @@ enum polygonzkevm_AggregateRoot_orderBy { blockNumber } -enum polygonzkevm_Aggregation_interval { - hour - day -} - type polygonzkevm_Asset { id: ID! key: polygonzkevm_Bytes diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/types.ts index f9ccba8df0..d239d9b974 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_PolygonZkEVM/types.ts @@ -150,10 +150,6 @@ export type polygonzkevm_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type polygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - export type polygonzkevm_Asset = { id: Scalars['ID']; key?: Maybe; diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/introspectionSchema.ts index 23543e6968..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/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": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/schema.graphql index 7b29a082c4..f0979ce466 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/schema.graphql @@ -142,11 +142,6 @@ enum zksync_AggregateRoot_orderBy { blockNumber } -enum zksync_Aggregation_interval { - hour - day -} - type zksync_Asset { id: ID! key: zksync_Bytes diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/types.ts index 1adfedaaf4..794ff9febc 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ZkSync/types.ts @@ -150,10 +150,6 @@ export type zksync_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type zksync_Aggregation_interval = - | 'hour' - | 'day'; - export type zksync_Asset = { id: Scalars['ID']; key?: Maybe; diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts index 1602f115c8..d6de631aae 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts @@ -12262,6 +12262,1137 @@ const schemaAST = { ], "directives": [] }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, { "kind": "ObjectTypeDefinition", "name": { @@ -22225,7 +23356,245 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BaseConnectorMeta_orderBy" + "value": "BaseConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BaseConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BaseConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonZkConnectorMeta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "PolygonZkConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonZkConnectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "PolygonZkConnectorMeta_orderBy" } }, "directives": [] @@ -22255,7 +23624,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BaseConnectorMeta_filter" + "value": "PolygonZkConnectorMeta_filter" } }, "directives": [] @@ -22318,7 +23687,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BaseConnectorMeta" + "value": "PolygonZkConnectorMeta" } } } @@ -22330,7 +23699,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "polygonZkConnectorMeta" + "value": "zkSyncConnectorMeta" }, "arguments": [ { @@ -22403,7 +23772,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta" + "value": "ZkSyncConnectorMeta" } }, "directives": [] @@ -22412,7 +23781,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "polygonZkConnectorMetas" + "value": "zkSyncConnectorMetas" }, "arguments": [ { @@ -22463,7 +23832,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta_orderBy" + "value": "ZkSyncConnectorMeta_orderBy" } }, "directives": [] @@ -22493,7 +23862,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta_filter" + "value": "ZkSyncConnectorMeta_filter" } }, "directives": [] @@ -22556,7 +23925,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta" + "value": "ZkSyncConnectorMeta" } } } @@ -22568,7 +23937,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMeta" + "value": "modeConnectorMeta" }, "arguments": [ { @@ -22641,7 +24010,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "ModeConnectorMeta" } }, "directives": [] @@ -22650,7 +24019,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMetas" + "value": "modeConnectorMetas" }, "arguments": [ { @@ -22701,7 +24070,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_orderBy" + "value": "ModeConnectorMeta_orderBy" } }, "directives": [] @@ -22731,7 +24100,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" + "value": "ModeConnectorMeta_filter" } }, "directives": [] @@ -22794,7 +24163,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "ModeConnectorMeta" } } } @@ -32905,6 +34274,244 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "modeConnectorMeta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "modeConnectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta" + } + } + } + } + }, + "directives": [] + }, { "kind": "FieldDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql index 6cbdd66074..ef79da90d5 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql @@ -882,6 +882,85 @@ enum mainnet_MetisConnectorMeta_orderBy { mirrorConnector } +type mainnet_ModeConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ModeConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ModeConnectorMeta_filter] + or: [mainnet_ModeConnectorMeta_filter] +} + +enum mainnet_ModeConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + type mainnet_OptimismConnectorMeta { id: ID! spokeDomain: BigInt! @@ -1806,6 +1885,32 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [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: mainnet_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( + skip: Int = 0 + first: Int = 100 + 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: mainnet_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( id: ID! """ @@ -2734,6 +2839,32 @@ type Subscription { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [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: mainnet_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( + skip: Int = 0 + first: Int = 100 + 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: mainnet_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( id: ID! """ diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts index b5666c6a1c..751fa1b74e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts @@ -868,6 +868,84 @@ export type mainnet_MetisConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; +export type mainnet_ModeConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_ModeConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ModeConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + export type mainnet_OptimismConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; @@ -1306,6 +1384,8 @@ export type Query = { mainnet_polygonZkConnectorMetas: Array; mainnet_zkSyncConnectorMeta?: Maybe; mainnet_zkSyncConnectorMetas: Array; + mainnet_modeConnectorMeta?: Maybe; + mainnet_modeConnectorMetas: Array; mainnet_rootMessageProcessed?: Maybe; mainnet_rootMessageProcesseds: Array; mainnet_aggregateRootSavedSlow?: Maybe; @@ -1677,6 +1757,24 @@ export type Querymainnet_zkSyncConnectorMetasArgs = { }; +export type Querymainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -2096,6 +2194,8 @@ export type Subscription = { mainnet_polygonZkConnectorMetas: Array; mainnet_zkSyncConnectorMeta?: Maybe; mainnet_zkSyncConnectorMetas: Array; + mainnet_modeConnectorMeta?: Maybe; + mainnet_modeConnectorMetas: Array; mainnet_rootMessageProcessed?: Maybe; mainnet_rootMessageProcesseds: Array; mainnet_aggregateRootSavedSlow?: Maybe; @@ -2467,6 +2567,24 @@ export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { }; +export type Subscriptionmainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + export type Subscriptionmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -2716,6 +2834,10 @@ export type _SubgraphErrorPolicy_ = /** null **/ mainnet_zkSyncConnectorMetas: InContextSdkMethod, /** null **/ + mainnet_modeConnectorMeta: InContextSdkMethod, + /** null **/ + mainnet_modeConnectorMetas: InContextSdkMethod, + /** null **/ mainnet_rootMessageProcessed: InContextSdkMethod, /** null **/ mainnet_rootMessageProcesseds: InContextSdkMethod, @@ -2817,6 +2939,10 @@ export type _SubgraphErrorPolicy_ = /** null **/ mainnet_zkSyncConnectorMetas: InContextSdkMethod, /** null **/ + mainnet_modeConnectorMeta: InContextSdkMethod, + /** null **/ + mainnet_modeConnectorMetas: InContextSdkMethod, + /** null **/ mainnet_rootMessageProcessed: InContextSdkMethod, /** null **/ mainnet_rootMessageProcesseds: InContextSdkMethod, diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts index 986cd8c35f..57450b1a84 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts @@ -127,32 +127,6 @@ const schemaAST = { } ] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ScalarTypeDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql index 3fcf2278d4..9dcbcb127e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql @@ -12,11 +12,6 @@ directive @subgraphId(id: String!) on OBJECT "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." directive @derivedFrom(field: String!) on FIELD_DEFINITION -enum base_swap_Aggregation_interval { - hour - day -} - scalar base_swap_BigDecimal scalar BigInt diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts index a5b261e8ab..cfbf179060 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts @@ -22,10 +22,6 @@ export type Scalars = { base_swap_Int8: any; }; -export type base_swap_Aggregation_interval = - | 'hour' - | 'day'; - export type base_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema.ts index 986cd8c35f..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema.ts @@ -127,157 +127,11 @@ const schemaAST = { } ] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigDecimal" - }, - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigInt" - }, - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Block_height" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "hash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "Bytes" - }, - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "8 bytes signed integer\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Int8" - }, - "directives": [] - }, { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "LpAccount" + "value": "AggregateRoot" }, "fields": [ { @@ -303,7 +157,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "address" + "value": "root" }, "arguments": [], "type": { @@ -322,106 +176,16 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "blockNumber" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccountBalance_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccountBalance_filter" - } - }, - "directives": [] - } - ], + "arguments": [], "type": { "kind": "NonNullType", "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccountBalance" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } }, @@ -435,7 +199,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "LpAccountBalance" + "value": "AggregateRootProposed" }, "fields": [ { @@ -461,7 +225,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "account" + "value": "aggregateRoot" }, "arguments": [], "type": { @@ -470,7 +234,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount" + "value": "Bytes" } } }, @@ -480,7 +244,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token" + "value": "rootTimestamp" }, "arguments": [], "type": { @@ -489,7 +253,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken" + "value": "BigInt" } } }, @@ -499,7 +263,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "endOfDispute" }, "arguments": [], "type": { @@ -508,7 +272,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } } }, @@ -518,14 +282,17 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block" + "value": "domain" }, "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } }, "directives": [] @@ -534,14 +301,17 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "modified" + "value": "timestamp" }, "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } }, "directives": [] @@ -550,14 +320,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "blockNumber" }, "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -570,7 +340,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "LpAccountBalance_filter" + "value": "AggregateRootProposed_filter" }, "fields": [ { @@ -709,13 +479,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account" + "value": "aggregateRoot" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -724,13 +494,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not" + "value": "aggregateRoot_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -739,13 +509,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_gt" + "value": "aggregateRoot_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -754,13 +524,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_lt" + "value": "aggregateRoot_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -769,13 +539,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_gte" + "value": "aggregateRoot_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -784,13 +554,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_lte" + "value": "aggregateRoot_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -799,7 +569,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_in" + "value": "aggregateRoot_in" }, "type": { "kind": "ListType", @@ -809,7 +579,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -820,7 +590,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_in" + "value": "aggregateRoot_not_in" }, "type": { "kind": "ListType", @@ -830,7 +600,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -841,13 +611,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_contains" + "value": "aggregateRoot_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -856,13 +626,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_contains_nocase" + "value": "aggregateRoot_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -871,13 +641,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_contains" + "value": "rootTimestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -886,13 +656,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_contains_nocase" + "value": "rootTimestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -901,13 +671,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_starts_with" + "value": "rootTimestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -916,13 +686,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_starts_with_nocase" + "value": "rootTimestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -931,13 +701,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_starts_with" + "value": "rootTimestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -946,13 +716,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_starts_with_nocase" + "value": "rootTimestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -961,13 +731,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_ends_with" + "value": "rootTimestamp_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -976,13 +752,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_ends_with_nocase" + "value": "rootTimestamp_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -991,13 +773,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_ends_with" + "value": "endOfDispute" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1006,13 +788,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_not_ends_with_nocase" + "value": "endOfDispute_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1021,13 +803,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "account_" + "value": "endOfDispute_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount_filter" + "value": "BigInt" } }, "directives": [] @@ -1036,13 +818,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "endOfDispute_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1051,13 +833,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not" + "value": "endOfDispute_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1066,13 +848,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_gt" + "value": "endOfDispute_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1081,13 +863,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_lt" + "value": "endOfDispute_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1096,13 +884,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_gte" + "value": "endOfDispute_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1111,13 +905,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_lte" + "value": "domain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1126,19 +920,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_in" + "value": "domain_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -1147,19 +935,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_in" + "value": "domain_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -1168,13 +950,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_contains" + "value": "domain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1183,13 +965,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_contains_nocase" + "value": "domain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1198,13 +980,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_contains" + "value": "domain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1213,13 +995,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_contains_nocase" + "value": "domain_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1228,13 +1016,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_starts_with" + "value": "domain_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1243,13 +1037,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_starts_with_nocase" + "value": "timestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1258,13 +1052,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_starts_with" + "value": "timestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1273,13 +1067,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_starts_with_nocase" + "value": "timestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1288,13 +1082,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_ends_with" + "value": "timestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1303,13 +1097,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_ends_with_nocase" + "value": "timestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1318,13 +1112,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_ends_with" + "value": "timestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -1333,13 +1127,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_ends_with_nocase" + "value": "timestamp_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1348,13 +1148,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_" + "value": "timestamp_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpToken_filter" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1363,13 +1169,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "blockNumber" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -1378,13 +1184,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -1393,13 +1199,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -1408,13 +1214,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -1423,13 +1229,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -1438,13 +1244,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -1453,7 +1259,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -1463,7 +1269,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } } } @@ -1474,7 +1280,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -1484,7 +1290,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } } } @@ -1493,30 +1299,147 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "block" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } } }, "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -1525,13 +1448,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gt" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -1540,13 +1463,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lt" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -1555,13 +1478,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gte" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -1570,13 +1493,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lte" + "value": "id_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -1585,7 +1523,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_in" + "value": "id_in" }, "type": { "kind": "ListType", @@ -1595,7 +1533,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } } @@ -1606,7 +1544,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not_in" + "value": "id_not_in" }, "type": { "kind": "ListType", @@ -1616,7 +1554,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } } @@ -1627,13 +1565,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified" + "value": "root" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1642,13 +1580,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_not" + "value": "root_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1657,13 +1595,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_gt" + "value": "root_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1672,13 +1610,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_lt" + "value": "root_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1687,13 +1625,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_gte" + "value": "root_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1702,13 +1640,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_lte" + "value": "root_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1717,7 +1655,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_in" + "value": "root_in" }, "type": { "kind": "ListType", @@ -1727,7 +1665,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -1738,7 +1676,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modified_not_in" + "value": "root_not_in" }, "type": { "kind": "ListType", @@ -1748,7 +1686,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -1759,7 +1697,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "root_contains" }, "type": { "kind": "NamedType", @@ -1774,7 +1712,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not" + "value": "root_not_contains" }, "type": { "kind": "NamedType", @@ -1789,13 +1727,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gt" + "value": "blockNumber" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -1804,13 +1742,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -1819,13 +1757,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -1834,13 +1772,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -1849,19 +1787,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "blockNumber_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -1870,19 +1802,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "blockNumber_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -1891,13 +1817,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_contains" + "value": "blockNumber_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1906,13 +1838,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "blockNumber_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -1949,7 +1887,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance_filter" + "value": "AggregateRoot_filter" } } }, @@ -1967,7 +1905,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance_filter" + "value": "AggregateRoot_filter" } } }, @@ -1980,7 +1918,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "LpAccountBalance_orderBy" + "value": "AggregateRoot_orderBy" }, "values": [ { @@ -1995,7 +1933,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "account" + "value": "root" }, "directives": [] }, @@ -2003,114 +1941,355 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "account__id" + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "account__address" + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token" + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token__id" + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token__address" + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token__decimals" + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token__name" + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token__symbol" + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "fields": [ + { + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "token__totalSupply" + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "amount" }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block" + "value": "locked" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "modified" + "value": "supplied" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "removed" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } }, "directives": [] } ], + "interfaces": [], "directives": [] }, { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "LpAccount_filter" + "value": "AssetBalance_filter" }, "fields": [ { @@ -2249,13 +2428,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address" + "value": "amount" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2264,13 +2443,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_not" + "value": "amount_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2279,13 +2458,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_gt" + "value": "amount_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2294,13 +2473,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_lt" + "value": "amount_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2309,13 +2488,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_gte" + "value": "amount_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2324,13 +2503,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_lte" + "value": "amount_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2339,7 +2518,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_in" + "value": "amount_in" }, "type": { "kind": "ListType", @@ -2349,7 +2528,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -2360,7 +2539,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_not_in" + "value": "amount_not_in" }, "type": { "kind": "ListType", @@ -2370,7 +2549,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -2381,13 +2560,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_contains" + "value": "locked" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2396,13 +2575,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_not_contains" + "value": "locked_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2411,33 +2590,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_" + "value": "locked_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance_filter" + "value": "BigInt" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "locked_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "BigInt" } }, "directives": [] @@ -2446,16 +2620,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "locked_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccount_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -2464,472 +2635,202 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccount_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "LpAccount_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "address" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "balances" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "LpToken" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "address" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" + "value": "locked_lte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals" + "value": "locked_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name" + "value": "locked_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol" + "value": "supplied" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply" + "value": "supplied_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "events" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent" - } - } - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InterfaceTypeDefinition", - "name": { - "kind": "Name", - "value": "LpTokenEvent" - }, - "fields": [ - { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "supplied_gt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "supplied_lt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpToken" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "supplied_gte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "supplied_lte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "supplied_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "supplied_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "directives": [], - "interfaces": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "LpTokenEvent_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "removed" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -2938,13 +2839,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "removed_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -2953,13 +2854,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "removed_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -2968,13 +2869,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "removed_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -2983,13 +2884,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "removed_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -2998,13 +2899,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "removed_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -3013,7 +2914,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "removed_in" }, "type": { "kind": "ListType", @@ -3023,7 +2924,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -3034,7 +2935,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "removed_not_in" }, "type": { "kind": "ListType", @@ -3044,7 +2945,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -3055,7 +2956,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "router" }, "type": { "kind": "NamedType", @@ -3070,7 +2971,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not" + "value": "router_not" }, "type": { "kind": "NamedType", @@ -3085,7 +2986,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_gt" + "value": "router_gt" }, "type": { "kind": "NamedType", @@ -3100,7 +3001,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_lt" + "value": "router_lt" }, "type": { "kind": "NamedType", @@ -3115,7 +3016,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_gte" + "value": "router_gte" }, "type": { "kind": "NamedType", @@ -3130,7 +3031,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_lte" + "value": "router_lte" }, "type": { "kind": "NamedType", @@ -3145,7 +3046,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_in" + "value": "router_in" }, "type": { "kind": "ListType", @@ -3166,7 +3067,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_in" + "value": "router_not_in" }, "type": { "kind": "ListType", @@ -3187,7 +3088,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_contains" + "value": "router_contains" }, "type": { "kind": "NamedType", @@ -3202,7 +3103,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_contains_nocase" + "value": "router_contains_nocase" }, "type": { "kind": "NamedType", @@ -3217,7 +3118,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_contains" + "value": "router_not_contains" }, "type": { "kind": "NamedType", @@ -3232,7 +3133,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_contains_nocase" + "value": "router_not_contains_nocase" }, "type": { "kind": "NamedType", @@ -3247,7 +3148,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_starts_with" + "value": "router_starts_with" }, "type": { "kind": "NamedType", @@ -3262,7 +3163,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_starts_with_nocase" + "value": "router_starts_with_nocase" }, "type": { "kind": "NamedType", @@ -3277,7 +3178,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_starts_with" + "value": "router_not_starts_with" }, "type": { "kind": "NamedType", @@ -3292,7 +3193,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_starts_with_nocase" + "value": "router_not_starts_with_nocase" }, "type": { "kind": "NamedType", @@ -3307,7 +3208,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_ends_with" + "value": "router_ends_with" }, "type": { "kind": "NamedType", @@ -3322,7 +3223,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_ends_with_nocase" + "value": "router_ends_with_nocase" }, "type": { "kind": "NamedType", @@ -3337,7 +3238,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_ends_with" + "value": "router_not_ends_with" }, "type": { "kind": "NamedType", @@ -3352,7 +3253,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_ends_with_nocase" + "value": "router_not_ends_with_nocase" }, "type": { "kind": "NamedType", @@ -3367,13 +3268,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_" + "value": "router_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "Router_filter" } }, "directives": [] @@ -3382,13 +3283,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "asset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -3397,13 +3298,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_not" + "value": "asset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -3412,13 +3313,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_gt" + "value": "asset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -3427,13 +3328,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_lt" + "value": "asset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -3442,13 +3343,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_gte" + "value": "asset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -3457,13 +3358,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_lte" + "value": "asset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -3472,7 +3373,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_in" + "value": "asset_in" }, "type": { "kind": "ListType", @@ -3482,7 +3383,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } } } @@ -3493,7 +3394,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_not_in" + "value": "asset_not_in" }, "type": { "kind": "ListType", @@ -3503,7 +3404,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } } } @@ -3514,13 +3415,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "asset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3529,13 +3430,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not" + "value": "asset_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3544,13 +3445,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gt" + "value": "asset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3559,13 +3460,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lt" + "value": "asset_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3574,13 +3475,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gte" + "value": "asset_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3589,13 +3490,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lte" + "value": "asset_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3604,19 +3505,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_in" + "value": "asset_not_starts_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -3625,19 +3520,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not_in" + "value": "asset_not_starts_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -3646,13 +3535,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "asset_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3661,13 +3550,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "asset_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3676,13 +3565,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "asset_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3691,13 +3580,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "asset_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3706,13 +3595,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "asset_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Asset_filter" } }, "directives": [] @@ -3721,7 +3610,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "feesEarned" }, "type": { "kind": "NamedType", @@ -3736,70 +3625,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transaction" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transaction_not" + "value": "feesEarned_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3808,13 +3640,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gt" + "value": "feesEarned_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3823,13 +3655,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "feesEarned_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3838,13 +3670,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "feesEarned_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3853,13 +3685,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "feesEarned_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3868,7 +3700,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "feesEarned_in" }, "type": { "kind": "ListType", @@ -3878,7 +3710,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -3889,7 +3721,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "feesEarned_not_in" }, "type": { "kind": "ListType", @@ -3899,7 +3731,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -3908,15 +3740,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "transaction_contains" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -3925,13 +3762,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } } }, "directives": [] @@ -3940,205 +3780,115 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "amount" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "locked" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "supplied" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "removed" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "router" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "router__id" }, "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } + "value": "router__isActive" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent_filter" - } - } + "value": "router__owner" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent_filter" - } - } + "value": "router__recipient" }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "LpTokenEvent_orderBy" - }, - "values": [ + }, { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "router__proposedOwner" }, "directives": [] }, @@ -4146,7 +3896,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "router__proposedTimestamp" }, "directives": [] }, @@ -4154,7 +3904,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token__id" + "value": "asset" }, "directives": [] }, @@ -4162,7 +3912,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token__address" + "value": "asset__id" }, "directives": [] }, @@ -4170,7 +3920,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token__decimals" + "value": "asset__key" }, "directives": [] }, @@ -4178,7 +3928,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token__name" + "value": "asset__decimal" }, "directives": [] }, @@ -4186,7 +3936,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token__symbol" + "value": "asset__adoptedDecimal" }, "directives": [] }, @@ -4194,7 +3944,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "token__totalSupply" + "value": "asset__canonicalId" }, "directives": [] }, @@ -4202,7 +3952,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "asset__canonicalDomain" }, "directives": [] }, @@ -4210,7 +3960,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "asset__adoptedAsset" }, "directives": [] }, @@ -4218,7 +3968,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "asset__localAsset" }, "directives": [] }, @@ -4226,7 +3976,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "asset__blockNumber" }, "directives": [] }, @@ -4234,18 +3984,64 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } }, "directives": [] } ], + "interfaces": [], "directives": [] }, { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "AssetStatus_filter" }, "fields": [ { @@ -4384,13 +4180,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address" + "value": "status" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] @@ -4399,13 +4195,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_not" + "value": "status_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] @@ -4414,13 +4210,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_gt" + "value": "status_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } } }, "directives": [] @@ -4429,43 +4231,39 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_lt" + "value": "status_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } } }, "directives": [] }, { "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true }, - "directives": [] - }, - { - "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_lte" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -4474,18 +4272,15 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_in" + "value": "and" }, "type": { "kind": "ListType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" } } }, @@ -4495,64 +4290,67 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "address_not_in" + "value": "or" }, "type": { "kind": "ListType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "address_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "address_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "status" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -4561,13 +4359,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -4576,13 +4374,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -4591,13 +4389,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -4606,13 +4404,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "id_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -4621,13 +4419,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "id_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -4636,7 +4434,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "id_in" }, "type": { "kind": "ListType", @@ -4646,7 +4444,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } } } @@ -4657,7 +4455,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "id_not_in" }, "type": { "kind": "ListType", @@ -4667,7 +4465,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } } } @@ -4678,13 +4476,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains" + "value": "key" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4693,13 +4491,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains_nocase" + "value": "key_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4708,13 +4506,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "key_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4723,13 +4521,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains_nocase" + "value": "key_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4738,13 +4536,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" + "value": "key_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4753,13 +4551,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with_nocase" + "value": "key_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4768,13 +4566,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "key_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -4783,13 +4587,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" + "value": "key_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -4798,13 +4608,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "key_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4813,13 +4623,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" + "value": "key_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -4828,13 +4638,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "decimal" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -4843,13 +4653,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" + "value": "decimal_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -4858,13 +4668,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "decimal_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "BigInt" } }, "directives": [] @@ -4873,13 +4683,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals" + "value": "decimal_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } }, "directives": [] @@ -4888,13 +4698,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_not" + "value": "decimal_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } }, "directives": [] @@ -4903,13 +4713,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_gt" + "value": "decimal_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } }, "directives": [] @@ -4918,14 +4728,41 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_lt" + "value": "decimal_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "decimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, @@ -4933,13 +4770,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_gte" + "value": "adoptedDecimal" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } }, "directives": [] @@ -4948,13 +4785,73 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_lte" + "value": "adoptedDecimal_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -4963,7 +4860,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_in" + "value": "adoptedDecimal_in" }, "type": { "kind": "ListType", @@ -4973,7 +4870,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } } } @@ -4984,7 +4881,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "decimals_not_in" + "value": "adoptedDecimal_not_in" }, "type": { "kind": "ListType", @@ -4994,7 +4891,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } } } @@ -5005,13 +4902,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name" + "value": "canonicalId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5020,13 +4917,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not" + "value": "canonicalId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5035,13 +4932,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_gt" + "value": "canonicalId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5050,13 +4947,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_lt" + "value": "canonicalId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5065,13 +4962,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_gte" + "value": "canonicalId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5080,13 +4977,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_lte" + "value": "canonicalId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5095,7 +4992,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_in" + "value": "canonicalId_in" }, "type": { "kind": "ListType", @@ -5105,7 +5002,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -5116,7 +5013,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_in" + "value": "canonicalId_not_in" }, "type": { "kind": "ListType", @@ -5126,7 +5023,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -5137,13 +5034,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_contains" + "value": "canonicalId_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5152,13 +5049,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_contains_nocase" + "value": "canonicalId_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5167,13 +5064,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_contains" + "value": "canonicalDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -5182,13 +5079,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_contains_nocase" + "value": "canonicalDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -5197,13 +5094,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_starts_with" + "value": "canonicalDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -5212,13 +5109,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_starts_with_nocase" + "value": "canonicalDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -5227,13 +5124,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_starts_with" + "value": "canonicalDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -5242,13 +5139,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_starts_with_nocase" + "value": "canonicalDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -5257,13 +5196,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_ends_with" + "value": "adoptedAsset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5272,13 +5211,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_ends_with_nocase" + "value": "adoptedAsset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5287,13 +5226,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_ends_with" + "value": "adoptedAsset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5302,13 +5241,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "name_not_ends_with_nocase" + "value": "adoptedAsset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5317,13 +5256,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol" + "value": "adoptedAsset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5332,13 +5271,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not" + "value": "adoptedAsset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -5347,13 +5328,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_gt" + "value": "adoptedAsset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5362,13 +5343,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_lt" + "value": "adoptedAsset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5377,13 +5358,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_gte" + "value": "localAsset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5392,13 +5373,73 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_lte" + "value": "localAsset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -5407,7 +5448,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_in" + "value": "localAsset_in" }, "type": { "kind": "ListType", @@ -5417,7 +5458,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -5428,7 +5469,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_in" + "value": "localAsset_not_in" }, "type": { "kind": "ListType", @@ -5438,7 +5479,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -5449,13 +5490,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_contains" + "value": "localAsset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -5464,13 +5505,145 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_contains_nocase" + "value": "localAsset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -5479,7 +5652,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_contains" + "value": "status" }, "type": { "kind": "NamedType", @@ -5494,7 +5667,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_contains_nocase" + "value": "status_not" }, "type": { "kind": "NamedType", @@ -5509,7 +5682,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_starts_with" + "value": "status_gt" }, "type": { "kind": "NamedType", @@ -5524,7 +5697,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_starts_with_nocase" + "value": "status_lt" }, "type": { "kind": "NamedType", @@ -5539,7 +5712,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_starts_with" + "value": "status_gte" }, "type": { "kind": "NamedType", @@ -5554,7 +5727,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_starts_with_nocase" + "value": "status_lte" }, "type": { "kind": "NamedType", @@ -5569,7 +5742,49 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_ends_with" + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" }, "type": { "kind": "NamedType", @@ -5584,7 +5799,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_ends_with_nocase" + "value": "status_contains_nocase" }, "type": { "kind": "NamedType", @@ -5599,7 +5814,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_ends_with" + "value": "status_not_contains" }, "type": { "kind": "NamedType", @@ -5614,7 +5829,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "symbol_not_ends_with_nocase" + "value": "status_not_contains_nocase" }, "type": { "kind": "NamedType", @@ -5629,13 +5844,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply" + "value": "status_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -5644,13 +5859,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_not" + "value": "status_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -5659,13 +5874,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_gt" + "value": "status_not_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -5674,13 +5889,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_lt" + "value": "status_not_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -5689,13 +5904,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_gte" + "value": "status_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -5704,13 +5919,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_lte" + "value": "status_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } }, "directives": [] @@ -5719,19 +5934,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_in" + "value": "status_not_ends_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -5740,19 +5949,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "totalSupply_not_in" + "value": "status_not_ends_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -5761,13 +5964,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "events_" + "value": "status_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTokenEvent_filter" + "value": "AssetStatus_filter" } }, "directives": [] @@ -5804,7 +6007,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "Asset_filter" } } }, @@ -5822,7 +6025,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "Asset_filter" } } }, @@ -5835,7 +6038,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "LpToken_orderBy" + "value": "Asset_orderBy" }, "values": [ { @@ -5850,15 +6053,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "address" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" + "value": "key" }, "directives": [] }, @@ -5866,7 +6061,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__id" + "value": "decimal" }, "directives": [] }, @@ -5874,7 +6069,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__isActive" + "value": "adoptedDecimal" }, "directives": [] }, @@ -5882,7 +6077,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__key" + "value": "canonicalId" }, "directives": [] }, @@ -5890,7 +6085,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__canonicalId" + "value": "canonicalDomain" }, "directives": [] }, @@ -5898,7 +6093,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__domain" + "value": "adoptedAsset" }, "directives": [] }, @@ -5906,7 +6101,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapPool" + "value": "localAsset" }, "directives": [] }, @@ -5914,7 +6109,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__lpToken" + "value": "blockNumber" }, "directives": [] }, @@ -5922,7 +6117,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialA" + "value": "status" }, "directives": [] }, @@ -5930,7 +6125,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureA" + "value": "status__id" }, "directives": [] }, @@ -5938,95 +6133,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__adminFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__virtualPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__invariant" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "decimals" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "symbol" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "totalSupply" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "events" + "value": "status__status" }, "directives": [] } @@ -6034,112 +6141,124 @@ const schemaAST = { "directives": [] }, { - "kind": "ObjectTypeDefinition", + "kind": "ScalarTypeDefinition", "name": { "kind": "Name", - "value": "LpTransferEvent" + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" }, "fields": [ { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "number_gte" }, - "arguments": [], "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken" + "value": "Int" } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "hash" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from" + "value": "number" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to" + "value": "number_gte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "fields": [ { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "fromBalance" + "value": "id" }, "arguments": [], "type": { @@ -6148,7 +6267,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "ID" } } }, @@ -6158,17 +6277,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance" + "value": "spokeDomain" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -6177,17 +6293,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block" + "value": "hubDomain" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -6196,17 +6309,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "amb" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6215,17 +6325,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "rootManager" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6234,38 +6341,27 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "mirrorConnector" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] } ], - "interfaces": [ - { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent" - } - } - ], + "interfaces": [], "directives": [] }, { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "LpTransferEvent_filter" + "value": "ConnectorMeta_filter" }, "fields": [ { @@ -6404,13 +6500,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "spokeDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6419,13 +6515,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not" + "value": "spokeDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6434,13 +6530,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_gt" + "value": "spokeDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6449,13 +6545,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_lt" + "value": "spokeDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6464,13 +6560,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_gte" + "value": "spokeDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6479,13 +6575,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_lte" + "value": "spokeDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6494,7 +6590,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_in" + "value": "spokeDomain_in" }, "type": { "kind": "ListType", @@ -6504,7 +6600,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } } } @@ -6515,7 +6611,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_in" + "value": "spokeDomain_not_in" }, "type": { "kind": "ListType", @@ -6525,7 +6621,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } } } @@ -6536,13 +6632,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_contains" + "value": "hubDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6551,13 +6647,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_contains_nocase" + "value": "hubDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6566,13 +6662,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_contains" + "value": "hubDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6581,13 +6677,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_contains_nocase" + "value": "hubDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6596,13 +6692,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_starts_with" + "value": "hubDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6611,13 +6707,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_starts_with_nocase" + "value": "hubDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -6626,13 +6722,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_starts_with" + "value": "hubDomain_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -6641,13 +6743,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_starts_with_nocase" + "value": "hubDomain_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -6656,13 +6764,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_ends_with" + "value": "amb" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -6671,13 +6779,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_ends_with_nocase" + "value": "amb_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -6686,13 +6794,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_ends_with" + "value": "amb_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -6701,13 +6809,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_not_ends_with_nocase" + "value": "amb_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -6716,13 +6824,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token_" + "value": "amb_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "Bytes" } }, "directives": [] @@ -6731,13 +6839,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount" + "value": "amb_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Bytes" } }, "directives": [] @@ -6746,13 +6854,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_not" + "value": "amb_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -6761,13 +6875,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_gt" + "value": "amb_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -6776,13 +6896,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_lt" + "value": "amb_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Bytes" } }, "directives": [] @@ -6791,13 +6911,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_gte" + "value": "amb_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Bytes" } }, "directives": [] @@ -6806,13 +6926,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_lte" + "value": "rootManager" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Bytes" } }, "directives": [] @@ -6821,19 +6941,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_in" + "value": "rootManager_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6842,19 +6956,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amount_not_in" + "value": "rootManager_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6863,7 +6971,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from" + "value": "rootManager_lt" }, "type": { "kind": "NamedType", @@ -6878,7 +6986,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from_not" + "value": "rootManager_gte" }, "type": { "kind": "NamedType", @@ -6893,7 +7001,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from_gt" + "value": "rootManager_lte" }, "type": { "kind": "NamedType", @@ -6908,52 +7016,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_in" + "value": "rootManager_in" }, "type": { "kind": "ListType", @@ -6974,7 +7037,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from_not_in" + "value": "rootManager_not_in" }, "type": { "kind": "ListType", @@ -6995,7 +7058,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from_contains" + "value": "rootManager_contains" }, "type": { "kind": "NamedType", @@ -7010,7 +7073,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from_not_contains" + "value": "rootManager_not_contains" }, "type": { "kind": "NamedType", @@ -7025,7 +7088,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to" + "value": "mirrorConnector" }, "type": { "kind": "NamedType", @@ -7040,7 +7103,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_not" + "value": "mirrorConnector_not" }, "type": { "kind": "NamedType", @@ -7055,7 +7118,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_gt" + "value": "mirrorConnector_gt" }, "type": { "kind": "NamedType", @@ -7070,7 +7133,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_lt" + "value": "mirrorConnector_lt" }, "type": { "kind": "NamedType", @@ -7085,7 +7148,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_gte" + "value": "mirrorConnector_gte" }, "type": { "kind": "NamedType", @@ -7100,7 +7163,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_lte" + "value": "mirrorConnector_lte" }, "type": { "kind": "NamedType", @@ -7115,7 +7178,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_in" + "value": "mirrorConnector_in" }, "type": { "kind": "ListType", @@ -7136,7 +7199,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_not_in" + "value": "mirrorConnector_not_in" }, "type": { "kind": "ListType", @@ -7157,7 +7220,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_contains" + "value": "mirrorConnector_contains" }, "type": { "kind": "NamedType", @@ -7172,7 +7235,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "to_not_contains" + "value": "mirrorConnector_not_contains" }, "type": { "kind": "NamedType", @@ -7185,15 +7248,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "fromBalance" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BlockChangedFilter" } }, "directives": [] @@ -7202,13 +7270,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_not" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } } }, "directives": [] @@ -7217,221 +7288,262 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_gt" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "value": "spokeDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "value": "hubDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } - } + "value": "amb" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "fromBalance_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } - } + "value": "rootManager" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "toBalance" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + "value": "mirrorConnector" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "fields": [ { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance_not" + "value": "id" }, + "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance_gt" + "value": "chainId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance_lt" + "value": "transferId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance_gte" + "value": "nonce" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance_lte" + "value": "status" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "TransferStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "toBalance_in" + "value": "routers" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "toBalance_not_in" - }, + ], "type": { "kind": "ListType", "type": { @@ -7440,7 +7552,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Router" } } } @@ -7448,11 +7560,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block" + "value": "originDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7463,11 +7576,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_not" + "value": "destinationDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7478,11 +7592,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_gt" + "value": "canonicalDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7493,98 +7608,92 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_lt" + "value": "to" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_gte" + "value": "delegate" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_lte" + "value": "receiveLocal" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Boolean" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_in" + "value": "callData" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block_not_in" + "value": "slippage" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "bumpSlippageCount" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7595,26 +7704,28 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "originSender" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "bridgedAmt" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7625,11 +7736,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "normalizedIn" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7640,83 +7752,76 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "canonicalId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "asset" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Asset" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "amount" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "routersFee" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "executedCaller" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7727,11 +7832,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not" + "value": "executedTransactionHash" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7742,113 +7848,108 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_gt" + "value": "executedTimestamp" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "executedGasPrice" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "executedGasLimit" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "executedBlockNumber" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "executedTxOrigin" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "executedTxNonce" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_contains" + "value": "reconciledCaller" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7859,11 +7960,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "reconciledTransactionHash" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7874,11 +7976,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "reconciledTimestamp" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7889,11 +7992,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_not" + "value": "reconciledGasPrice" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7904,11 +8008,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_gt" + "value": "reconciledGasLimit" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7919,11 +8024,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_lt" + "value": "reconciledBlockNumber" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7934,26 +8040,28 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_gte" + "value": "reconciledTxOrigin" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_lte" + "value": "reconciledTxNonce" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7962,65 +8070,44 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not_in" + "value": "id" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "ID" } }, "directives": [] @@ -8029,16 +8116,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "id_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTransferEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -8047,267 +8131,232 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "id_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTransferEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "LpTransferEvent_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token" + "value": "id_gte" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "token__id" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token__address" + "value": "id_lte" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "token__decimals" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token__name" + "value": "id_in" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "token__symbol" + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "token__totalSupply" + "value": "id_not_in" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amount" + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "from" + "value": "chainId" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fromBalance" + "value": "chainId_not" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "toBalance" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "chainId_gt" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "chainId_gte" }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Defines the order direction, either ascending or descending", - "block": true - }, - "name": { - "kind": "Name", - "value": "OrderDirection" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asc" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "desc" + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "PooledToken" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "chainId_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "chainId_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "PooledToken_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transferId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -8316,13 +8365,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "transferId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -8331,13 +8380,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "transferId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -8346,13 +8395,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "transferId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -8361,13 +8410,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "transferId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -8376,13 +8425,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "transferId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -8391,7 +8440,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "transferId_in" }, "type": { "kind": "ListType", @@ -8401,7 +8450,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -8412,7 +8461,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "transferId_not_in" }, "type": { "kind": "ListType", @@ -8422,7 +8471,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -8433,7 +8482,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "transferId_contains" }, "type": { "kind": "NamedType", @@ -8448,7 +8497,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not" + "value": "transferId_not_contains" }, "type": { "kind": "NamedType", @@ -8463,13 +8512,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_gt" + "value": "nonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -8478,13 +8527,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_lt" + "value": "nonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -8493,13 +8542,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_gte" + "value": "nonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -8508,13 +8557,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_lte" + "value": "nonce_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -8523,7 +8572,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_in" + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" }, "type": { "kind": "ListType", @@ -8533,7 +8612,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -8544,7 +8623,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_in" + "value": "nonce_not_in" }, "type": { "kind": "ListType", @@ -8554,7 +8633,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -8565,13 +8644,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_contains" + "value": "status" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] @@ -8580,33 +8659,34 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_contains" + "value": "status_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "status_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } } }, "directives": [] @@ -8615,15 +8695,18 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "status_not_in" }, "type": { "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PooledToken_filter" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } } } }, @@ -8633,288 +8716,101 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "routers" }, "type": { "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PooledToken_filter" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } } } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "PooledToken_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Query" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "systemInfo" + "value": "routers_contains_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "String" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SystemInfo" + } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "systemInfos" + "value": "routers_not_contains" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SystemInfo_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SystemInfo_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SystemInfo" - } + "value": "String" } } } @@ -8922,1427 +8818,410 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledToken" + "value": "routers_not_contains_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "String" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "PooledToken" + "value": "Router_filter" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens" + "value": "originDomain" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PooledToken_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PooledToken_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PooledToken" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "originDomain_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwaps" + "value": "originDomain_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapAddLiquidityEvent" + "value": "originDomain_gte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapAddLiquidityEvent" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapAddLiquidityEvents" + "value": "originDomain_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapAddLiquidityEvent_filter" + "value": "BigInt" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "BigInt" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapRemoveLiquidityEvent" + "value": "destinationDomain_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapRemoveLiquidityEvents" + "value": "destinationDomain_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapExchange" + "value": "destinationDomain_gte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapExchanges" + "value": "destinationDomain_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapExchange_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange_filter" + "value": "BigInt" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "BigInt" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapExchange" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapDailyVolume" + "value": "canonicalDomain_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapDailyVolumes" + "value": "canonicalDomain_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapDailyVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapDailyVolume_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapDailyVolume" - } + "value": "BigInt" } } } @@ -10350,1903 +9229,689 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapHourlyVolume" + "value": "canonicalDomain_not_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "BigInt" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapHourlyVolumes" + "value": "to_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapHourlyVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapHourlyVolume_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapHourlyVolume" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapWeeklyVolume" + "value": "to_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapWeeklyVolume" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapWeeklyVolumes" + "value": "to_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "Bytes" } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "Bytes" } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpAccount" + "value": "to_not_contains" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpAccounts" + "value": "delegate_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccount_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccount_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccount" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpAccountBalance" + "value": "delegate_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpAccountBalances" + "value": "delegate_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "Bytes" } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance_orderBy" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccountBalance_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpAccountBalance" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken" + "value": "delegate_not_contains" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken" + "value": "Boolean" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokens" + "value": "receiveLocal_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpToken_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "Boolean" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "Boolean" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpToken" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTransferEvent" + "value": "callData_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTransferEvent" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTransferEvents" + "value": "callData_gte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "Bytes" } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTransferEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTransferEvent_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "value": "Bytes" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTransferEvent" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapEvent" + "value": "callData_not_contains" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwapEvents" + "value": "slippage_not" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapTradeVolume" + "value": "slippage_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapTradeVolume" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapTradeVolumes" + "value": "slippage_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapTradeVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapTradeVolume_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapTradeVolume" - } + "value": "BigInt" } } } @@ -12254,237 +9919,20 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenEvent" + "value": "slippage_not_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "lpTokenEvents" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LpTokenEvent" - } + "value": "BigInt" } } } @@ -12492,130 +9940,86 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "_meta" + "value": "bumpSlippageCount" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - } - ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "_Meta_" + "value": "BigInt" } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwap" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "bumpSlippageCount_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "isActive" + "value": "bumpSlippageCount_gt" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Boolean" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key" + "value": "bumpSlippageCount_lt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId" + "value": "bumpSlippageCount_gte" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "bumpSlippageCount_lte" }, - "arguments": [], "type": { "kind": "NamedType", "name": { @@ -12626,152 +10030,152 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool" + "value": "bumpSlippageCount_in" }, - "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken" + "value": "bumpSlippageCount_not_in" }, - "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA" + "value": "originSender" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA" + "value": "originSender_not" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime" + "value": "originSender_gt" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime" + "value": "originSender_lt" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee" + "value": "originSender_gte" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee" + "value": "originSender_lte" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens" + "value": "originSender_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } } } @@ -12779,24 +10183,20 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers" + "value": "originSender_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } } } @@ -12804,203 +10204,131 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "originSender_contains" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees" + "value": "originSender_not_contains" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice" + "value": "bridgedAmt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "bridgedAmt_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "bridgedAmt_gt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "events" + "value": "bridgedAmt_lt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent_filter" - } - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, "type": { "kind": "ListType", "type": { @@ -13009,7 +10337,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent" + "value": "BigInt" } } } @@ -13017,96 +10345,11 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "exchanges" + "value": "bridgedAmt_not_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapExchange_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapExchange_filter" - } - }, - "directives": [] - } - ], "type": { "kind": "ListType", "type": { @@ -13115,7 +10358,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange" + "value": "BigInt" } } } @@ -13123,96 +10366,101 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hourlyVolumes" + "value": "normalizedIn" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapHourlyVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapHourlyVolume_filter" - } - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, "type": { "kind": "ListType", "type": { @@ -13221,7 +10469,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume" + "value": "BigInt" } } } @@ -13229,408 +10477,131 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "dailyVolumes" + "value": "normalizedIn_not_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapDailyVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapDailyVolume_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapDailyVolume" - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "weeklyVolumes" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume" - } - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap" } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider" + "value": "canonicalId" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts" + "value": "canonicalId_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees" + "value": "canonicalId_gt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "canonicalId_lt" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "canonicalId_gte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount" + "value": "canonicalId_lte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "canonicalId_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } } } @@ -13638,111 +10609,67 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "canonicalId_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "canonicalId_contains" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "canonicalId_not_contains" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "interfaces": [ - { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent" - } - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "asset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -13751,13 +10678,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "asset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -13766,13 +10693,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "asset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -13781,13 +10708,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "asset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -13796,13 +10723,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "asset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -13811,13 +10738,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "asset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -13826,7 +10753,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "asset_in" }, "type": { "kind": "ListType", @@ -13836,7 +10763,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -13847,7 +10774,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "asset_not_in" }, "type": { "kind": "ListType", @@ -13857,7 +10784,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -13868,7 +10795,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "asset_contains" }, "type": { "kind": "NamedType", @@ -13883,7 +10810,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "asset_contains_nocase" }, "type": { "kind": "NamedType", @@ -13898,7 +10825,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "asset_not_contains" }, "type": { "kind": "NamedType", @@ -13913,7 +10840,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "asset_not_contains_nocase" }, "type": { "kind": "NamedType", @@ -13928,7 +10855,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "asset_starts_with" }, "type": { "kind": "NamedType", @@ -13943,7 +10870,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "asset_starts_with_nocase" }, "type": { "kind": "NamedType", @@ -13958,19 +10885,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "asset_not_starts_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -13979,19 +10900,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "asset_not_starts_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -14000,7 +10915,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains" + "value": "asset_ends_with" }, "type": { "kind": "NamedType", @@ -14015,7 +10930,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains_nocase" + "value": "asset_ends_with_nocase" }, "type": { "kind": "NamedType", @@ -14030,7 +10945,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "asset_not_ends_with" }, "type": { "kind": "NamedType", @@ -14045,7 +10960,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains_nocase" + "value": "asset_not_ends_with_nocase" }, "type": { "kind": "NamedType", @@ -14060,13 +10975,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" + "value": "asset_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Asset_filter" } }, "directives": [] @@ -14075,13 +10990,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with_nocase" + "value": "amount" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -14090,13 +11005,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "amount_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -14105,13 +11020,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" + "value": "amount_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -14120,13 +11035,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "amount_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -14135,13 +11050,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" + "value": "amount_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -14150,13 +11065,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "amount_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -14165,13 +11080,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" + "value": "amount_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -14180,13 +11101,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "amount_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_filter" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -14195,13 +11122,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider" + "value": "routersFee" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14210,13 +11137,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_not" + "value": "routersFee_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14225,13 +11152,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_gt" + "value": "routersFee_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14240,13 +11167,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_lt" + "value": "routersFee_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14255,13 +11182,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_gte" + "value": "routersFee_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14270,13 +11197,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_lte" + "value": "routersFee_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14285,7 +11212,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_in" + "value": "routersFee_in" }, "type": { "kind": "ListType", @@ -14295,7 +11222,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -14306,7 +11233,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_not_in" + "value": "routersFee_not_in" }, "type": { "kind": "ListType", @@ -14316,7 +11243,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -14327,7 +11254,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_contains" + "value": "executedCaller" }, "type": { "kind": "NamedType", @@ -14342,7 +11269,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_not_contains" + "value": "executedCaller_not" }, "type": { "kind": "NamedType", @@ -14357,19 +11284,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts" + "value": "executedCaller_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14378,19 +11299,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_not" + "value": "executedCaller_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14399,19 +11314,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_contains" + "value": "executedCaller_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14420,19 +11329,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_contains_nocase" + "value": "executedCaller_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14441,7 +11344,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_not_contains" + "value": "executedCaller_in" }, "type": { "kind": "ListType", @@ -14451,7 +11354,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -14462,7 +11365,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_not_contains_nocase" + "value": "executedCaller_not_in" }, "type": { "kind": "ListType", @@ -14472,7 +11375,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -14483,19 +11386,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees" + "value": "executedCaller_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14504,19 +11401,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_not" + "value": "executedCaller_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14525,19 +11416,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_contains" + "value": "executedTransactionHash" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14546,19 +11431,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_contains_nocase" + "value": "executedTransactionHash_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -14567,7 +11461,52 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_not_contains" + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" }, "type": { "kind": "ListType", @@ -14577,7 +11516,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -14588,7 +11527,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_not_contains_nocase" + "value": "executedTransactionHash_not_in" }, "type": { "kind": "ListType", @@ -14598,7 +11537,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -14609,7 +11548,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" }, "type": { "kind": "NamedType", @@ -14624,7 +11593,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_not" + "value": "executedTimestamp_not" }, "type": { "kind": "NamedType", @@ -14639,7 +11608,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_gt" + "value": "executedTimestamp_gt" }, "type": { "kind": "NamedType", @@ -14654,7 +11623,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_lt" + "value": "executedTimestamp_lt" }, "type": { "kind": "NamedType", @@ -14669,7 +11638,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_gte" + "value": "executedTimestamp_gte" }, "type": { "kind": "NamedType", @@ -14684,7 +11653,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_lte" + "value": "executedTimestamp_lte" }, "type": { "kind": "NamedType", @@ -14699,7 +11668,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_in" + "value": "executedTimestamp_in" }, "type": { "kind": "ListType", @@ -14720,7 +11689,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_not_in" + "value": "executedTimestamp_not_in" }, "type": { "kind": "ListType", @@ -14741,7 +11710,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "executedGasPrice" }, "type": { "kind": "NamedType", @@ -14756,7 +11725,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_not" + "value": "executedGasPrice_not" }, "type": { "kind": "NamedType", @@ -14771,7 +11740,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_gt" + "value": "executedGasPrice_gt" }, "type": { "kind": "NamedType", @@ -14786,7 +11755,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_lt" + "value": "executedGasPrice_lt" }, "type": { "kind": "NamedType", @@ -14801,7 +11770,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_gte" + "value": "executedGasPrice_gte" }, "type": { "kind": "NamedType", @@ -14816,7 +11785,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_lte" + "value": "executedGasPrice_lte" }, "type": { "kind": "NamedType", @@ -14831,7 +11800,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_in" + "value": "executedGasPrice_in" }, "type": { "kind": "ListType", @@ -14852,7 +11821,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_not_in" + "value": "executedGasPrice_not_in" }, "type": { "kind": "ListType", @@ -14873,7 +11842,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount" + "value": "executedGasLimit" }, "type": { "kind": "NamedType", @@ -14888,7 +11857,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_not" + "value": "executedGasLimit_not" }, "type": { "kind": "NamedType", @@ -14903,7 +11872,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_gt" + "value": "executedGasLimit_gt" }, "type": { "kind": "NamedType", @@ -14918,7 +11887,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_lt" + "value": "executedGasLimit_lt" }, "type": { "kind": "NamedType", @@ -14933,7 +11902,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_gte" + "value": "executedGasLimit_gte" }, "type": { "kind": "NamedType", @@ -14948,7 +11917,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_lte" + "value": "executedGasLimit_lte" }, "type": { "kind": "NamedType", @@ -14963,91 +11932,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "lpTokenAmount_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "balances" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "balances_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "balances_contains" + "value": "executedGasLimit_in" }, "type": { "kind": "ListType", @@ -15068,7 +11953,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains_nocase" + "value": "executedGasLimit_not_in" }, "type": { "kind": "ListType", @@ -15089,7 +11974,97 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains" + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" }, "type": { "kind": "ListType", @@ -15110,7 +12085,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains_nocase" + "value": "executedBlockNumber_not_in" }, "type": { "kind": "ListType", @@ -15131,13 +12106,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "executedTxOrigin" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15146,13 +12121,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not" + "value": "executedTxOrigin_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15161,13 +12136,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gt" + "value": "executedTxOrigin_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15176,13 +12151,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lt" + "value": "executedTxOrigin_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15191,13 +12166,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gte" + "value": "executedTxOrigin_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15206,13 +12181,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lte" + "value": "executedTxOrigin_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15221,7 +12196,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_in" + "value": "executedTxOrigin_in" }, "type": { "kind": "ListType", @@ -15231,7 +12206,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -15242,7 +12217,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not_in" + "value": "executedTxOrigin_not_in" }, "type": { "kind": "ListType", @@ -15252,7 +12227,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -15263,7 +12238,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" }, "type": { "kind": "NamedType", @@ -15278,7 +12283,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "executedTxNonce_not" }, "type": { "kind": "NamedType", @@ -15293,7 +12298,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "executedTxNonce_gt" }, "type": { "kind": "NamedType", @@ -15308,7 +12313,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "executedTxNonce_lt" }, "type": { "kind": "NamedType", @@ -15323,7 +12328,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "executedTxNonce_gte" }, "type": { "kind": "NamedType", @@ -15338,7 +12343,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "executedTxNonce_lte" }, "type": { "kind": "NamedType", @@ -15353,7 +12358,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "executedTxNonce_in" }, "type": { "kind": "ListType", @@ -15374,7 +12379,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "executedTxNonce_not_in" }, "type": { "kind": "ListType", @@ -15395,7 +12400,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "reconciledCaller" }, "type": { "kind": "NamedType", @@ -15410,7 +12415,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not" + "value": "reconciledCaller_not" }, "type": { "kind": "NamedType", @@ -15425,7 +12430,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gt" + "value": "reconciledCaller_gt" }, "type": { "kind": "NamedType", @@ -15440,7 +12445,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "reconciledCaller_lt" }, "type": { "kind": "NamedType", @@ -15455,7 +12460,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "reconciledCaller_gte" }, "type": { "kind": "NamedType", @@ -15470,7 +12475,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "reconciledCaller_lte" }, "type": { "kind": "NamedType", @@ -15485,7 +12490,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "reconciledCaller_in" }, "type": { "kind": "ListType", @@ -15506,7 +12511,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "reconciledCaller_not_in" }, "type": { "kind": "ListType", @@ -15527,7 +12532,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_contains" + "value": "reconciledCaller_contains" }, "type": { "kind": "NamedType", @@ -15542,7 +12547,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "reconciledCaller_not_contains" }, "type": { "kind": "NamedType", @@ -15557,13 +12562,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "reconciledTransactionHash" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15572,13 +12577,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not" + "value": "reconciledTransactionHash_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15587,13 +12592,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_gt" + "value": "reconciledTransactionHash_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15602,13 +12607,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_lt" + "value": "reconciledTransactionHash_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15617,13 +12622,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_gte" + "value": "reconciledTransactionHash_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15632,13 +12637,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_lte" + "value": "reconciledTransactionHash_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15647,7 +12652,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_in" + "value": "reconciledTransactionHash_in" }, "type": { "kind": "ListType", @@ -15657,7 +12662,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -15668,7 +12673,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not_in" + "value": "reconciledTransactionHash_not_in" }, "type": { "kind": "ListType", @@ -15678,7 +12683,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -15687,20 +12692,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "reconciledTransactionHash_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -15709,16 +12709,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "reconciledTransactionHash_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -15727,408 +12724,541 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "reconciledTimestamp" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapAddLiquidityEvent_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__id" + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__isActive" + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__key" + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__canonicalId" + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__domain" + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapPool" + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__lpToken" + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialA" + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureA" + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialATime" + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureATime" + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapFee" + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__adminFee" + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__virtualPrice" + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__invariant" + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__lpTokenSupply" + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider" + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts" + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees" + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount" + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InterfaceTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapEvent" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "reconciledBlockNumber_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "reconciledBlockNumber_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "directives": [], - "interfaces": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapEvent_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "reconciledTxOrigin" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -16137,13 +13267,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "reconciledTxOrigin_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -16152,13 +13282,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "reconciledTxOrigin_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -16167,13 +13297,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "reconciledTxOrigin_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -16182,13 +13312,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "reconciledTxOrigin_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -16197,13 +13327,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "reconciledTxOrigin_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -16212,7 +13342,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "reconciledTxOrigin_in" }, "type": { "kind": "ListType", @@ -16222,7 +13352,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -16233,7 +13363,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "reconciledTxOrigin_not_in" }, "type": { "kind": "ListType", @@ -16243,7 +13373,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -16254,13 +13384,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "reconciledTxOrigin_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -16269,13 +13399,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "reconciledTxOrigin_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -16284,13 +13414,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "reconciledTxNonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -16299,13 +13429,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "reconciledTxNonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -16314,13 +13444,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "reconciledTxNonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -16329,13 +13459,43 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "reconciledTxNonce_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -16344,7 +13504,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "reconciledTxNonce_in" }, "type": { "kind": "ListType", @@ -16354,7 +13514,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } } } @@ -16365,7 +13525,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "reconciledTxNonce_not_in" }, "type": { "kind": "ListType", @@ -16375,7 +13535,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } } } @@ -16384,15 +13544,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "stableSwap_contains" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BlockChangedFilter" } }, "directives": [] @@ -16401,13 +13566,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains_nocase" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } } }, "directives": [] @@ -16416,604 +13584,524 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "chainId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "transferId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "nonce" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "status" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "routers" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "originDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "destinationDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + "value": "canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_filter" - } + "value": "to" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "delegate" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "receiveLocal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "callData" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "slippage" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "bumpSlippageCount" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "originSender" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "bridgedAmt" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "block_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "normalizedIn" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__key" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__decimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__adoptedDecimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "asset__canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "asset__canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "asset__adoptedAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "asset__localAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_gt" + "value": "asset__blockNumber" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "routersFee" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "executedTransactionHash" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "executedGasPrice" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "fields": [ + { + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "id" }, + "arguments": [], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "aggregateRoot" }, + "arguments": [], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_contains" + "value": "timestamp" }, + "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "blockNumber" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] - }, + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -17022,13 +14110,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -17037,13 +14125,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_gt" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -17052,13 +14140,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_lt" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -17067,13 +14155,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_gte" + "value": "id_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -17082,13 +14170,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_lte" + "value": "id_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -17097,7 +14185,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_in" + "value": "id_in" }, "type": { "kind": "ListType", @@ -17107,7 +14195,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } } @@ -17118,7 +14206,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not_in" + "value": "id_not_in" }, "type": { "kind": "ListType", @@ -17128,7 +14216,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } } @@ -17137,20 +14225,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "aggregateRoot" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -17159,16 +14242,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "aggregateRoot_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -17177,278 +14257,542 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "aggregateRoot_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapEvent_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__id" + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__isActive" + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__key" + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__canonicalId" + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__domain" + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapPool" + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__lpToken" + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialA" + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureA" + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialATime" + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureATime" + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapFee" + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__adminFee" + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__virtualPrice" + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__invariant" + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__lpTokenSupply" + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "blockNumber_lte" }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapExchange" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "blockNumber_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "stableSwap" + "value": "_change_block" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap" + "value": "OptimisticRootFinalized_filter" } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer" + "value": "or" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "OptimisticRootFinalized_filter" } } }, "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "fields": [ { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "boughtId" + "value": "id" }, "arguments": [], "type": { @@ -17457,7 +14801,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } }, @@ -17467,17 +14811,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "tokensBought" + "value": "transferId" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -17486,17 +14827,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "soldId" + "value": "destinationDomain" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -17505,17 +14843,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "tokensSold" + "value": "leaf" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -17524,23 +14859,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "index" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -17549,17 +14875,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "fee" + "value": "message" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -17568,17 +14891,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block" + "value": "root" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -17587,17 +14907,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "transactionHash" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -17606,17 +14923,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "blockNumber" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -17625,17 +14939,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "rootCount" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" } }, "directives": [] @@ -17648,7 +14959,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "StableSwapExchange_filter" + "value": "OriginMessage_filter" }, "fields": [ { @@ -17787,13 +15098,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "transferId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17802,13 +15113,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "transferId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17817,13 +15128,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "transferId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17832,13 +15143,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "transferId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17847,13 +15158,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "transferId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17862,13 +15173,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "transferId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17877,7 +15188,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "transferId_in" }, "type": { "kind": "ListType", @@ -17887,7 +15198,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -17898,7 +15209,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "transferId_not_in" }, "type": { "kind": "ListType", @@ -17908,7 +15219,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -17919,13 +15230,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains" + "value": "transferId_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17934,13 +15245,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains_nocase" + "value": "transferId_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -17949,13 +15260,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "destinationDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -17964,13 +15275,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains_nocase" + "value": "destinationDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -17979,13 +15290,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" + "value": "destinationDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -17994,13 +15305,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with_nocase" + "value": "destinationDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -18009,13 +15320,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "destinationDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -18024,13 +15335,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" + "value": "destinationDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -18039,13 +15350,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "destinationDomain_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -18054,13 +15371,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" + "value": "destinationDomain_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -18069,13 +15392,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "leaf" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -18084,13 +15407,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" + "value": "leaf_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -18099,13 +15422,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "leaf_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "Bytes" } }, "directives": [] @@ -18114,7 +15437,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer" + "value": "leaf_lt" }, "type": { "kind": "NamedType", @@ -18129,7 +15452,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer_not" + "value": "leaf_gte" }, "type": { "kind": "NamedType", @@ -18144,7 +15467,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer_gt" + "value": "leaf_lte" }, "type": { "kind": "NamedType", @@ -18159,52 +15482,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "buyer_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "buyer_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "buyer_in" + "value": "leaf_in" }, "type": { "kind": "ListType", @@ -18225,7 +15503,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer_not_in" + "value": "leaf_not_in" }, "type": { "kind": "ListType", @@ -18246,7 +15524,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer_contains" + "value": "leaf_contains" }, "type": { "kind": "NamedType", @@ -18261,7 +15539,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "buyer_not_contains" + "value": "leaf_not_contains" }, "type": { "kind": "NamedType", @@ -18276,7 +15554,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId" + "value": "index" }, "type": { "kind": "NamedType", @@ -18291,7 +15569,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_not" + "value": "index_not" }, "type": { "kind": "NamedType", @@ -18306,7 +15584,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_gt" + "value": "index_gt" }, "type": { "kind": "NamedType", @@ -18321,7 +15599,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_lt" + "value": "index_lt" }, "type": { "kind": "NamedType", @@ -18336,7 +15614,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_gte" + "value": "index_gte" }, "type": { "kind": "NamedType", @@ -18351,7 +15629,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_lte" + "value": "index_lte" }, "type": { "kind": "NamedType", @@ -18366,7 +15644,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_in" + "value": "index_in" }, "type": { "kind": "ListType", @@ -18387,7 +15665,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "boughtId_not_in" + "value": "index_not_in" }, "type": { "kind": "ListType", @@ -18408,13 +15686,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought" + "value": "message" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18423,13 +15701,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_not" + "value": "message_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18438,13 +15716,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_gt" + "value": "message_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18453,13 +15731,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_lt" + "value": "message_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18468,13 +15746,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_gte" + "value": "message_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18483,13 +15761,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_lte" + "value": "message_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18498,7 +15776,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_in" + "value": "message_in" }, "type": { "kind": "ListType", @@ -18508,7 +15786,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18519,7 +15797,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensBought_not_in" + "value": "message_not_in" }, "type": { "kind": "ListType", @@ -18529,7 +15807,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18540,13 +15818,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId" + "value": "message_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18555,13 +15833,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_not" + "value": "message_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18570,13 +15848,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_gt" + "value": "root" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18585,13 +15863,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_lt" + "value": "root_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18600,13 +15878,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_gte" + "value": "root_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18615,13 +15893,43 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_lte" + "value": "root_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -18630,7 +15938,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_in" + "value": "root_in" }, "type": { "kind": "ListType", @@ -18640,7 +15948,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18651,7 +15959,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "soldId_not_in" + "value": "root_not_in" }, "type": { "kind": "ListType", @@ -18661,7 +15969,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18672,13 +15980,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold" + "value": "root_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18687,13 +15995,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_not" + "value": "root_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18702,13 +16010,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_gt" + "value": "transactionHash" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18717,13 +16025,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_lt" + "value": "transactionHash_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18732,13 +16040,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_gte" + "value": "transactionHash_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18747,13 +16055,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_lte" + "value": "transactionHash_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18762,19 +16070,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_in" + "value": "transactionHash_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -18783,19 +16085,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokensSold_not_in" + "value": "transactionHash_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -18804,7 +16100,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "transactionHash_in" }, "type": { "kind": "ListType", @@ -18814,7 +16110,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18825,7 +16121,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not" + "value": "transactionHash_not_in" }, "type": { "kind": "ListType", @@ -18835,7 +16131,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18846,19 +16142,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains" + "value": "transactionHash_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -18867,19 +16157,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains_nocase" + "value": "transactionHash_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -18888,19 +16172,88 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains" + "value": "blockNumber" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -18909,7 +16262,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains_nocase" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -18930,13 +16283,34 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee" + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -18945,13 +16319,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_not" + "value": "rootCount_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -18960,13 +16334,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_gt" + "value": "rootCount_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -18975,13 +16349,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_lt" + "value": "rootCount_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -18990,13 +16364,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_gte" + "value": "rootCount_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19005,13 +16379,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_lte" + "value": "rootCount_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19020,7 +16394,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_in" + "value": "rootCount_in" }, "type": { "kind": "ListType", @@ -19030,7 +16404,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -19041,7 +16415,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_not_in" + "value": "rootCount_not_in" }, "type": { "kind": "ListType", @@ -19051,7 +16425,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -19062,13 +16436,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "rootCount_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19077,13 +16451,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not" + "value": "rootCount_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19092,13 +16466,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gt" + "value": "rootCount_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19107,13 +16481,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lt" + "value": "rootCount_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19122,13 +16496,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gte" + "value": "rootCount_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19137,13 +16511,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lte" + "value": "rootCount_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19152,19 +16526,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_in" + "value": "rootCount_not_starts_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -19173,19 +16541,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not_in" + "value": "rootCount_not_starts_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -19194,13 +16556,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "rootCount_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19209,13 +16571,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "rootCount_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19224,13 +16586,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "rootCount_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19239,13 +16601,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "rootCount_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -19254,28 +16616,33 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "rootCount_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "RootCount_filter" } }, "directives": [] }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "BlockChangedFilter" } }, "directives": [] @@ -19284,18 +16651,15 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "and" }, "type": { "kind": "ListType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" } } }, @@ -19305,176 +16669,178 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "or" }, "type": { "kind": "ListType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transferId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "destinationDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "leaf" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "message" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "transactionHash" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "rootCount" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "fields": [ + { + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "id" }, + "arguments": [], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_contains" + "value": "chainId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "transferId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -19485,11 +16851,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "nonce" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -19500,41 +16867,44 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_not" + "value": "status" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "TransferStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_gt" + "value": "messageHash" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_lt" + "value": "originDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -19545,11 +16915,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_gte" + "value": "destinationDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -19560,11 +16931,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_lte" + "value": "canonicalDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -19575,431 +16947,313 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_in" + "value": "to" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce_not_in" + "value": "delegate" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "_change_block" + "value": "receiveLocal" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Boolean" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "and" + "value": "callData" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapExchange_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "or" + "value": "slippage" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapExchange_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapExchange_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "originSender" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__id" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__isActive" + "value": "bridgedAmt" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__key" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__canonicalId" + "value": "normalizedIn" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__domain" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapPool" + "value": "canonicalId" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpToken" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialA" + "value": "asset" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureA" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__initialATime" + "value": "transactingAsset" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureATime" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__swapFee" + "value": "message" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__adminFee" + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__virtualPrice" + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap__invariant" + "value": "relayerFees" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "buyer" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "boughtId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "tokensBought" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "soldId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "tokensSold" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "balances" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "fee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transaction" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "StableSwap" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "provider" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "Bytes" - } + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "tokenAmounts" - }, - "arguments": [], + ], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" } } } @@ -20010,20 +17264,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "fees" + "value": "initialRelayerFeeAsset" }, "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20032,14 +17280,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "caller" }, "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -20048,17 +17296,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "transactionHash" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20067,17 +17312,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount" + "value": "timestamp" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -20086,23 +17328,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "gasPrice" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -20111,17 +17344,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "block" + "value": "gasLimit" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -20130,17 +17360,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "blockNumber" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -20149,17 +17376,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "txOrigin" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20168,38 +17392,27 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "txNonce" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] } ], - "interfaces": [ - { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapEvent" - } - } - ], + "interfaces": [], "directives": [] }, { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_filter" + "value": "OriginTransfer_filter" }, "fields": [ { @@ -20338,13 +17551,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "chainId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20353,13 +17566,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "chainId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20368,13 +17581,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "chainId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20383,13 +17596,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "chainId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20398,13 +17611,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "chainId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20413,13 +17626,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "chainId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20428,7 +17641,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "chainId_in" }, "type": { "kind": "ListType", @@ -20438,7 +17651,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } } } @@ -20449,7 +17662,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "chainId_not_in" }, "type": { "kind": "ListType", @@ -20459,7 +17672,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } } } @@ -20470,13 +17683,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains" + "value": "transferId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20485,13 +17698,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains_nocase" + "value": "transferId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20500,13 +17713,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "transferId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20515,13 +17728,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains_nocase" + "value": "transferId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20530,13 +17743,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" + "value": "transferId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20545,13 +17758,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with_nocase" + "value": "transferId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20560,13 +17773,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "transferId_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -20575,13 +17794,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" + "value": "transferId_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -20590,13 +17815,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "transferId_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20605,13 +17830,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" + "value": "transferId_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -20620,13 +17845,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "nonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20635,13 +17860,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" + "value": "nonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -20650,13 +17875,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "nonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "BigInt" } }, "directives": [] @@ -20665,13 +17890,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider" + "value": "nonce_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -20680,13 +17905,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_not" + "value": "nonce_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -20695,13 +17920,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_gt" + "value": "nonce_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -20710,13 +17935,40 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_lt" + "value": "nonce_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -20725,13 +17977,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_gte" + "value": "status" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] @@ -20740,13 +17992,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_lte" + "value": "status_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] @@ -20755,7 +18007,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_in" + "value": "status_in" }, "type": { "kind": "ListType", @@ -20765,7 +18017,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } } } @@ -20776,7 +18028,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_not_in" + "value": "status_not_in" }, "type": { "kind": "ListType", @@ -20786,7 +18038,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } } } @@ -20797,7 +18049,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_contains" + "value": "messageHash" }, "type": { "kind": "NamedType", @@ -20812,7 +18064,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider_not_contains" + "value": "messageHash_not" }, "type": { "kind": "NamedType", @@ -20827,19 +18079,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts" + "value": "messageHash_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20848,19 +18094,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_not" + "value": "messageHash_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20869,19 +18109,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_contains" + "value": "messageHash_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20890,103 +18124,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenAmounts_contains_nocase" + "value": "messageHash_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenAmounts_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenAmounts_not_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "fees" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "fees_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -20995,7 +18139,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_contains" + "value": "messageHash_in" }, "type": { "kind": "ListType", @@ -21005,7 +18149,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -21016,7 +18160,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_contains_nocase" + "value": "messageHash_not_in" }, "type": { "kind": "ListType", @@ -21026,7 +18170,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -21037,19 +18181,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_not_contains" + "value": "messageHash_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21058,19 +18196,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees_not_contains_nocase" + "value": "messageHash_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21079,7 +18211,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "originDomain" }, "type": { "kind": "NamedType", @@ -21094,7 +18226,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_not" + "value": "originDomain_not" }, "type": { "kind": "NamedType", @@ -21109,7 +18241,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_gt" + "value": "originDomain_gt" }, "type": { "kind": "NamedType", @@ -21124,7 +18256,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_lt" + "value": "originDomain_lt" }, "type": { "kind": "NamedType", @@ -21139,7 +18271,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_gte" + "value": "originDomain_gte" }, "type": { "kind": "NamedType", @@ -21154,7 +18286,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_lte" + "value": "originDomain_lte" }, "type": { "kind": "NamedType", @@ -21169,7 +18301,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_in" + "value": "originDomain_in" }, "type": { "kind": "ListType", @@ -21190,7 +18322,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_not_in" + "value": "originDomain_not_in" }, "type": { "kind": "ListType", @@ -21211,7 +18343,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "destinationDomain" }, "type": { "kind": "NamedType", @@ -21226,7 +18358,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_not" + "value": "destinationDomain_not" }, "type": { "kind": "NamedType", @@ -21241,7 +18373,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_gt" + "value": "destinationDomain_gt" }, "type": { "kind": "NamedType", @@ -21256,7 +18388,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_lt" + "value": "destinationDomain_lt" }, "type": { "kind": "NamedType", @@ -21271,7 +18403,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_gte" + "value": "destinationDomain_gte" }, "type": { "kind": "NamedType", @@ -21286,7 +18418,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_lte" + "value": "destinationDomain_lte" }, "type": { "kind": "NamedType", @@ -21301,7 +18433,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_in" + "value": "destinationDomain_in" }, "type": { "kind": "ListType", @@ -21322,7 +18454,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_not_in" + "value": "destinationDomain_not_in" }, "type": { "kind": "ListType", @@ -21343,7 +18475,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount" + "value": "canonicalDomain" }, "type": { "kind": "NamedType", @@ -21358,7 +18490,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_not" + "value": "canonicalDomain_not" }, "type": { "kind": "NamedType", @@ -21373,7 +18505,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_gt" + "value": "canonicalDomain_gt" }, "type": { "kind": "NamedType", @@ -21388,7 +18520,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_lt" + "value": "canonicalDomain_lt" }, "type": { "kind": "NamedType", @@ -21403,7 +18535,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_gte" + "value": "canonicalDomain_gte" }, "type": { "kind": "NamedType", @@ -21418,7 +18550,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_lte" + "value": "canonicalDomain_lte" }, "type": { "kind": "NamedType", @@ -21433,7 +18565,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_in" + "value": "canonicalDomain_in" }, "type": { "kind": "ListType", @@ -21454,7 +18586,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenAmount_not_in" + "value": "canonicalDomain_not_in" }, "type": { "kind": "ListType", @@ -21475,19 +18607,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "to" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21496,19 +18622,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not" + "value": "to_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21517,19 +18637,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains" + "value": "to_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21538,19 +18652,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains_nocase" + "value": "to_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21559,7 +18667,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains" + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" }, "type": { "kind": "ListType", @@ -21569,7 +18707,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -21580,7 +18718,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains_nocase" + "value": "to_not_in" }, "type": { "kind": "ListType", @@ -21590,7 +18728,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -21601,13 +18739,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block" + "value": "to_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21616,13 +18754,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not" + "value": "to_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21631,13 +18769,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gt" + "value": "delegate" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21646,13 +18784,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lt" + "value": "delegate_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21661,13 +18799,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_gte" + "value": "delegate_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21676,13 +18814,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_lte" + "value": "delegate_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21691,19 +18829,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_in" + "value": "delegate_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21712,19 +18844,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "block_not_in" + "value": "delegate_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -21733,13 +18859,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "delegate_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -21748,13 +18880,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "delegate_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -21763,13 +18901,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "delegate_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21778,13 +18916,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "delegate_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -21793,13 +18931,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "receiveLocal" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Boolean" } }, "directives": [] @@ -21808,13 +18946,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "receiveLocal_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Boolean" } }, "directives": [] @@ -21823,7 +18961,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "receiveLocal_in" }, "type": { "kind": "ListType", @@ -21833,7 +18971,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Boolean" } } } @@ -21844,7 +18982,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "receiveLocal_not_in" }, "type": { "kind": "ListType", @@ -21854,7 +18992,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Boolean" } } } @@ -21865,7 +19003,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction" + "value": "callData" }, "type": { "kind": "NamedType", @@ -21880,7 +19018,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not" + "value": "callData_not" }, "type": { "kind": "NamedType", @@ -21895,7 +19033,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gt" + "value": "callData_gt" }, "type": { "kind": "NamedType", @@ -21910,7 +19048,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lt" + "value": "callData_lt" }, "type": { "kind": "NamedType", @@ -21925,7 +19063,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_gte" + "value": "callData_gte" }, "type": { "kind": "NamedType", @@ -21940,7 +19078,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_lte" + "value": "callData_lte" }, "type": { "kind": "NamedType", @@ -21955,7 +19093,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_in" + "value": "callData_in" }, "type": { "kind": "ListType", @@ -21976,7 +19114,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_in" + "value": "callData_not_in" }, "type": { "kind": "ListType", @@ -21997,7 +19135,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_contains" + "value": "callData_contains" }, "type": { "kind": "NamedType", @@ -22012,7 +19150,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transaction_not_contains" + "value": "callData_not_contains" }, "type": { "kind": "NamedType", @@ -22027,7 +19165,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce" + "value": "slippage" }, "type": { "kind": "NamedType", @@ -22042,7 +19180,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not" + "value": "slippage_not" }, "type": { "kind": "NamedType", @@ -22057,7 +19195,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_gt" + "value": "slippage_gt" }, "type": { "kind": "NamedType", @@ -22072,7 +19210,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_lt" + "value": "slippage_lt" }, "type": { "kind": "NamedType", @@ -22087,7 +19225,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_gte" + "value": "slippage_gte" }, "type": { "kind": "NamedType", @@ -22102,7 +19240,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_lte" + "value": "slippage_lte" }, "type": { "kind": "NamedType", @@ -22117,7 +19255,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_in" + "value": "slippage_in" }, "type": { "kind": "ListType", @@ -22138,7 +19276,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "nonce_not_in" + "value": "slippage_not_in" }, "type": { "kind": "ListType", @@ -22157,20 +19295,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "originSender" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -22179,16 +19312,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "originSender_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -22197,283 +19327,205 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "originSender_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__isActive" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__key" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__canonicalId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__domain" + "value": "originSender_lt" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapPool" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__lpToken" + "value": "originSender_gte" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialA" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureA" + "value": "originSender_lte" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialATime" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__futureATime" + "value": "originSender_in" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapFee" + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__adminFee" + "value": "originSender_not_in" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__virtualPrice" + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__invariant" + "value": "originSender_contains" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "provider" + "value": "originSender_not_contains" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "tokenAmounts" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fees" + "value": "bridgedAmt" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "invariant" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "bridgedAmt_not" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "lpTokenAmount" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "bridgedAmt_gt" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "block" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "bridgedAmt_lt" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transaction" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "StableSwap_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "bridgedAmt_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -22482,13 +19534,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "bridgedAmt_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -22497,13 +19549,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "bridgedAmt_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -22512,13 +19570,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "bridgedAmt_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -22527,13 +19591,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "normalizedIn" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -22542,13 +19606,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "normalizedIn_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -22557,19 +19621,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "normalizedIn_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -22578,19 +19636,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "normalizedIn_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -22599,13 +19651,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "isActive" + "value": "normalizedIn_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Boolean" + "value": "BigInt" } }, "directives": [] @@ -22614,13 +19666,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "isActive_not" + "value": "normalizedIn_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Boolean" + "value": "BigInt" } }, "directives": [] @@ -22629,7 +19681,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "isActive_in" + "value": "normalizedIn_in" }, "type": { "kind": "ListType", @@ -22639,7 +19691,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Boolean" + "value": "BigInt" } } } @@ -22650,7 +19702,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "isActive_not_in" + "value": "normalizedIn_not_in" }, "type": { "kind": "ListType", @@ -22660,7 +19712,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Boolean" + "value": "BigInt" } } } @@ -22671,7 +19723,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key" + "value": "canonicalId" }, "type": { "kind": "NamedType", @@ -22686,7 +19738,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_not" + "value": "canonicalId_not" }, "type": { "kind": "NamedType", @@ -22701,7 +19753,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_gt" + "value": "canonicalId_gt" }, "type": { "kind": "NamedType", @@ -22716,7 +19768,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_lt" + "value": "canonicalId_lt" }, "type": { "kind": "NamedType", @@ -22731,7 +19783,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_gte" + "value": "canonicalId_gte" }, "type": { "kind": "NamedType", @@ -22746,7 +19798,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_lte" + "value": "canonicalId_lte" }, "type": { "kind": "NamedType", @@ -22761,7 +19813,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_in" + "value": "canonicalId_in" }, "type": { "kind": "ListType", @@ -22782,7 +19834,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_not_in" + "value": "canonicalId_not_in" }, "type": { "kind": "ListType", @@ -22803,7 +19855,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_contains" + "value": "canonicalId_contains" }, "type": { "kind": "NamedType", @@ -22818,7 +19870,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "key_not_contains" + "value": "canonicalId_not_contains" }, "type": { "kind": "NamedType", @@ -22833,13 +19885,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId" + "value": "asset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22848,13 +19900,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_not" + "value": "asset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22863,13 +19915,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_gt" + "value": "asset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22878,13 +19930,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_lt" + "value": "asset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22893,13 +19945,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_gte" + "value": "asset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22908,13 +19960,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_lte" + "value": "asset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22923,7 +19975,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_in" + "value": "asset_in" }, "type": { "kind": "ListType", @@ -22933,7 +19985,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -22944,7 +19996,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_not_in" + "value": "asset_not_in" }, "type": { "kind": "ListType", @@ -22954,7 +20006,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -22965,13 +20017,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_contains" + "value": "asset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22980,13 +20032,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "canonicalId_not_contains" + "value": "asset_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -22995,13 +20047,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "asset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23010,13 +20062,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_not" + "value": "asset_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23025,13 +20077,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_gt" + "value": "asset_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23040,13 +20092,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_lt" + "value": "asset_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23055,13 +20107,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_gte" + "value": "asset_not_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23070,13 +20122,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_lte" + "value": "asset_not_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23085,19 +20137,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_in" + "value": "asset_ends_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -23106,19 +20152,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_not_in" + "value": "asset_ends_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -23127,13 +20167,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool" + "value": "asset_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23142,13 +20182,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_not" + "value": "asset_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23157,13 +20197,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_gt" + "value": "asset_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Asset_filter" } }, "directives": [] @@ -23172,7 +20212,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_lt" + "value": "transactingAsset" }, "type": { "kind": "NamedType", @@ -23187,7 +20227,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_gte" + "value": "transactingAsset_not" }, "type": { "kind": "NamedType", @@ -23202,7 +20242,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_lte" + "value": "transactingAsset_gt" }, "type": { "kind": "NamedType", @@ -23217,7 +20257,52 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_in" + "value": "transactingAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset_in" }, "type": { "kind": "ListType", @@ -23238,7 +20323,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_not_in" + "value": "transactingAsset_not_in" }, "type": { "kind": "ListType", @@ -23259,7 +20344,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_contains" + "value": "transactingAsset_contains" }, "type": { "kind": "NamedType", @@ -23274,7 +20359,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapPool_not_contains" + "value": "transactingAsset_not_contains" }, "type": { "kind": "NamedType", @@ -23289,13 +20374,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken" + "value": "message" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23304,13 +20389,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_not" + "value": "message_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23319,13 +20404,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_gt" + "value": "message_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23334,13 +20419,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_lt" + "value": "message_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23349,13 +20434,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_gte" + "value": "message_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23364,13 +20449,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_lte" + "value": "message_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23379,7 +20464,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_in" + "value": "message_in" }, "type": { "kind": "ListType", @@ -23389,7 +20474,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -23400,7 +20485,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_not_in" + "value": "message_not_in" }, "type": { "kind": "ListType", @@ -23410,7 +20495,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -23421,28 +20506,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpToken_contains" + "value": "message_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "lpToken_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -23451,13 +20521,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA" + "value": "message_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23466,13 +20536,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA_not" + "value": "message_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23481,13 +20551,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA_gt" + "value": "message_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23496,13 +20566,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA_lt" + "value": "message_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23511,13 +20581,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA_gte" + "value": "message_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23526,55 +20596,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialA_lte" + "value": "message_not_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "initialA_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "initialA_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "value": "String" } }, "directives": [] @@ -23583,13 +20611,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA" + "value": "message_not_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23598,13 +20626,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA_not" + "value": "message_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23613,13 +20641,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA_gt" + "value": "message_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23628,13 +20656,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA_lt" + "value": "message_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23643,13 +20671,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA_gte" + "value": "message_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -23658,55 +20686,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureA_lte" + "value": "message_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "futureA_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "futureA_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "value": "OriginMessage_filter" } }, "directives": [] @@ -23715,7 +20701,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime" + "value": "bumpRelayerFeeCount" }, "type": { "kind": "NamedType", @@ -23730,7 +20716,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_not" + "value": "bumpRelayerFeeCount_not" }, "type": { "kind": "NamedType", @@ -23745,7 +20731,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_gt" + "value": "bumpRelayerFeeCount_gt" }, "type": { "kind": "NamedType", @@ -23760,7 +20746,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_lt" + "value": "bumpRelayerFeeCount_lt" }, "type": { "kind": "NamedType", @@ -23775,7 +20761,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_gte" + "value": "bumpRelayerFeeCount_gte" }, "type": { "kind": "NamedType", @@ -23790,7 +20776,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_lte" + "value": "bumpRelayerFeeCount_lte" }, "type": { "kind": "NamedType", @@ -23805,7 +20791,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_in" + "value": "bumpRelayerFeeCount_in" }, "type": { "kind": "ListType", @@ -23826,7 +20812,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialATime_not_in" + "value": "bumpRelayerFeeCount_not_in" }, "type": { "kind": "ListType", @@ -23847,28 +20833,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "futureATime_not" + "value": "relayerFees" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -23877,13 +20854,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime_gt" + "value": "relayerFees_not" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -23892,13 +20875,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime_lt" + "value": "relayerFees_contains" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -23907,13 +20896,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime_gte" + "value": "relayerFees_contains_nocase" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -23922,13 +20917,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime_lte" + "value": "relayerFees_not_contains" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -23937,7 +20938,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime_in" + "value": "relayerFees_not_contains_nocase" }, "type": { "kind": "ListType", @@ -23947,7 +20948,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -23958,19 +20959,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "futureATime_not_in" + "value": "relayerFees_" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" } }, "directives": [] @@ -23979,13 +20974,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee" + "value": "initialRelayerFeeAsset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -23994,13 +20989,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_not" + "value": "initialRelayerFeeAsset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24009,13 +21004,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_gt" + "value": "initialRelayerFeeAsset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24024,13 +21019,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_lt" + "value": "initialRelayerFeeAsset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24039,13 +21034,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_gte" + "value": "initialRelayerFeeAsset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24054,13 +21049,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_lte" + "value": "initialRelayerFeeAsset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24069,7 +21064,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_in" + "value": "initialRelayerFeeAsset_in" }, "type": { "kind": "ListType", @@ -24079,7 +21074,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -24090,7 +21085,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "swapFee_not_in" + "value": "initialRelayerFeeAsset_not_in" }, "type": { "kind": "ListType", @@ -24100,7 +21095,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -24111,13 +21106,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee" + "value": "initialRelayerFeeAsset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24126,13 +21121,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_not" + "value": "initialRelayerFeeAsset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24141,13 +21136,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_gt" + "value": "caller" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24156,13 +21151,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_lt" + "value": "caller_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24171,13 +21166,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_gte" + "value": "caller_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24186,13 +21181,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_lte" + "value": "caller_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -24201,19 +21196,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_in" + "value": "caller_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24222,19 +21211,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFee_not_in" + "value": "caller_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24243,7 +21226,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens" + "value": "caller_in" }, "type": { "kind": "ListType", @@ -24264,7 +21247,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens_not" + "value": "caller_not_in" }, "type": { "kind": "ListType", @@ -24285,61 +21268,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens_contains" + "value": "caller_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "pooledTokens_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "pooledTokens_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24348,19 +21283,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens_not_contains_nocase" + "value": "caller_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24369,19 +21298,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers" + "value": "transactionHash" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24390,19 +21313,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers_not" + "value": "transactionHash_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24411,19 +21328,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers_contains" + "value": "transactionHash_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24432,19 +21343,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers_contains_nocase" + "value": "transactionHash_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24453,19 +21358,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers_not_contains" + "value": "transactionHash_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24474,19 +21373,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers_not_contains_nocase" + "value": "transactionHash_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24495,7 +21388,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "transactionHash_in" }, "type": { "kind": "ListType", @@ -24505,7 +21398,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -24516,7 +21409,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not" + "value": "transactionHash_not_in" }, "type": { "kind": "ListType", @@ -24526,7 +21419,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -24537,19 +21430,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains" + "value": "transactionHash_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24558,19 +21445,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_contains_nocase" + "value": "transactionHash_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -24579,19 +21460,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains" + "value": "timestamp" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -24600,19 +21475,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balances_not_contains_nocase" + "value": "timestamp_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -24621,19 +21490,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees" + "value": "timestamp_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -24642,19 +21505,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees_not" + "value": "timestamp_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -24663,19 +21520,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees_contains" + "value": "timestamp_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -24684,19 +21535,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees_contains_nocase" + "value": "timestamp_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -24705,7 +21550,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees_not_contains" + "value": "timestamp_in" }, "type": { "kind": "ListType", @@ -24726,7 +21571,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "adminFees_not_contains_nocase" + "value": "timestamp_not_in" }, "type": { "kind": "ListType", @@ -24747,7 +21592,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice" + "value": "gasPrice" }, "type": { "kind": "NamedType", @@ -24762,7 +21607,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_not" + "value": "gasPrice_not" }, "type": { "kind": "NamedType", @@ -24777,7 +21622,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_gt" + "value": "gasPrice_gt" }, "type": { "kind": "NamedType", @@ -24792,7 +21637,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_lt" + "value": "gasPrice_lt" }, "type": { "kind": "NamedType", @@ -24807,7 +21652,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_gte" + "value": "gasPrice_gte" }, "type": { "kind": "NamedType", @@ -24822,7 +21667,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_lte" + "value": "gasPrice_lte" }, "type": { "kind": "NamedType", @@ -24837,7 +21682,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_in" + "value": "gasPrice_in" }, "type": { "kind": "ListType", @@ -24858,7 +21703,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice_not_in" + "value": "gasPrice_not_in" }, "type": { "kind": "ListType", @@ -24879,7 +21724,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "gasLimit" }, "type": { "kind": "NamedType", @@ -24894,7 +21739,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_not" + "value": "gasLimit_not" }, "type": { "kind": "NamedType", @@ -24909,7 +21754,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_gt" + "value": "gasLimit_gt" }, "type": { "kind": "NamedType", @@ -24924,7 +21769,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_lt" + "value": "gasLimit_lt" }, "type": { "kind": "NamedType", @@ -24939,7 +21784,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_gte" + "value": "gasLimit_gte" }, "type": { "kind": "NamedType", @@ -24954,7 +21799,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_lte" + "value": "gasLimit_lte" }, "type": { "kind": "NamedType", @@ -24969,7 +21814,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_in" + "value": "gasLimit_in" }, "type": { "kind": "ListType", @@ -24990,7 +21835,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "invariant_not_in" + "value": "gasLimit_not_in" }, "type": { "kind": "ListType", @@ -25011,7 +21856,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "blockNumber" }, "type": { "kind": "NamedType", @@ -25026,7 +21871,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", @@ -25041,7 +21886,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", @@ -25056,7 +21901,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", @@ -25071,7 +21916,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", @@ -25086,7 +21931,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", @@ -25101,7 +21946,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -25122,7 +21967,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -25143,13 +21988,145 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "events_" + "value": "txOrigin" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent_filter" + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -25158,13 +22135,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "exchanges_" + "value": "txOrigin_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange_filter" + "value": "Bytes" } }, "directives": [] @@ -25173,13 +22150,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hourlyVolumes_" + "value": "txNonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume_filter" + "value": "BigInt" } }, "directives": [] @@ -25188,13 +22165,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "dailyVolumes_" + "value": "txNonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume_filter" + "value": "BigInt" } }, "directives": [] @@ -25203,13 +22180,100 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "weeklyVolumes_" + "value": "txNonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapWeeklyVolume_filter" + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -25246,7 +22310,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "OriginTransfer_filter" } } }, @@ -25264,7 +22328,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "OriginTransfer_filter" } } }, @@ -25277,7 +22341,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "StableSwap_orderBy" + "value": "OriginTransfer_orderBy" }, "values": [ { @@ -25292,7 +22356,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "isActive" + "value": "chainId" }, "directives": [] }, @@ -25300,7 +22364,119 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "key" + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" }, "directives": [] }, @@ -25316,7 +22492,15 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" }, "directives": [] }, @@ -25324,7 +22508,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "swapPool" + "value": "asset__key" }, "directives": [] }, @@ -25332,7 +22516,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "lpToken" + "value": "asset__decimal" }, "directives": [] }, @@ -25340,7 +22524,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "initialA" + "value": "asset__adoptedDecimal" }, "directives": [] }, @@ -25348,7 +22532,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "futureA" + "value": "asset__canonicalId" }, "directives": [] }, @@ -25356,7 +22540,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "initialATime" + "value": "asset__canonicalDomain" }, "directives": [] }, @@ -25364,7 +22548,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "futureATime" + "value": "asset__adoptedAsset" }, "directives": [] }, @@ -25372,7 +22556,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "swapFee" + "value": "asset__localAsset" }, "directives": [] }, @@ -25380,7 +22564,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "adminFee" + "value": "asset__blockNumber" }, "directives": [] }, @@ -25388,7 +22572,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "pooledTokens" + "value": "transactingAsset" }, "directives": [] }, @@ -25396,7 +22580,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "tokenPrecisionMultipliers" + "value": "message" }, "directives": [] }, @@ -25404,7 +22588,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "balances" + "value": "message__id" }, "directives": [] }, @@ -25412,7 +22596,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "adminFees" + "value": "message__transferId" }, "directives": [] }, @@ -25420,7 +22604,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "virtualPrice" + "value": "message__destinationDomain" }, "directives": [] }, @@ -25428,7 +22612,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "invariant" + "value": "message__leaf" }, "directives": [] }, @@ -25436,7 +22620,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "lpTokenSupply" + "value": "message__index" }, "directives": [] }, @@ -25444,7 +22628,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "events" + "value": "message__message" }, "directives": [] }, @@ -25452,7 +22636,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "exchanges" + "value": "message__root" }, "directives": [] }, @@ -25460,7 +22644,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hourlyVolumes" + "value": "message__transactionHash" }, "directives": [] }, @@ -25468,7 +22652,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "dailyVolumes" + "value": "message__blockNumber" }, "directives": [] }, @@ -25476,7 +22660,87 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "weeklyVolumes" + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" }, "directives": [] } @@ -25487,14 +22751,14 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "Subscription" + "value": "Query" }, "fields": [ { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "systemInfo" + "value": "asset" }, "arguments": [ { @@ -25567,7 +22831,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SystemInfo" + "value": "Asset" } }, "directives": [] @@ -25576,7 +22840,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "systemInfos" + "value": "assets" }, "arguments": [ { @@ -25627,7 +22891,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SystemInfo_orderBy" + "value": "Asset_orderBy" } }, "directives": [] @@ -25657,7 +22921,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SystemInfo_filter" + "value": "Asset_filter" } }, "directives": [] @@ -25720,7 +22984,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SystemInfo" + "value": "Asset" } } } @@ -25732,7 +22996,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "pooledToken" + "value": "assetStatus" }, "arguments": [ { @@ -25805,7 +23069,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PooledToken" + "value": "AssetStatus" } }, "directives": [] @@ -25814,7 +23078,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "pooledTokens" + "value": "assetStatuses" }, "arguments": [ { @@ -25865,7 +23129,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PooledToken_orderBy" + "value": "AssetStatus_orderBy" } }, "directives": [] @@ -25895,7 +23159,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PooledToken_filter" + "value": "AssetStatus_filter" } }, "directives": [] @@ -25958,7 +23222,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "PooledToken" + "value": "AssetStatus" } } } @@ -25970,7 +23234,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "assetBalance" }, "arguments": [ { @@ -26043,7 +23307,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap" + "value": "AssetBalance" } }, "directives": [] @@ -26052,7 +23316,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwaps" + "value": "assetBalances" }, "arguments": [ { @@ -26103,7 +23367,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_orderBy" + "value": "AssetBalance_orderBy" } }, "directives": [] @@ -26133,7 +23397,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "AssetBalance_filter" } }, "directives": [] @@ -26196,7 +23460,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap" + "value": "AssetBalance" } } } @@ -26208,7 +23472,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapAddLiquidityEvent" + "value": "router" }, "arguments": [ { @@ -26281,7 +23545,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapAddLiquidityEvent" + "value": "Router" } }, "directives": [] @@ -26290,7 +23554,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapAddLiquidityEvents" + "value": "routers" }, "arguments": [ { @@ -26341,7 +23605,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapAddLiquidityEvent_orderBy" + "value": "Router_orderBy" } }, "directives": [] @@ -26371,7 +23635,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapAddLiquidityEvent_filter" + "value": "Router_filter" } }, "directives": [] @@ -26434,7 +23698,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapAddLiquidityEvent" + "value": "Router" } } } @@ -26446,7 +23710,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapRemoveLiquidityEvent" + "value": "routerDailyTVL" }, "arguments": [ { @@ -26519,7 +23783,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent" + "value": "RouterDailyTVL" } }, "directives": [] @@ -26528,7 +23792,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapRemoveLiquidityEvents" + "value": "routerDailyTVLs" }, "arguments": [ { @@ -26579,7 +23843,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_orderBy" + "value": "RouterDailyTVL_orderBy" } }, "directives": [] @@ -26609,7 +23873,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent_filter" + "value": "RouterDailyTVL_filter" } }, "directives": [] @@ -26672,7 +23936,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapRemoveLiquidityEvent" + "value": "RouterDailyTVL" } } } @@ -26684,7 +23948,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapExchange" + "value": "routerLiquidityEvent" }, "arguments": [ { @@ -26757,7 +24021,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange" + "value": "RouterLiquidityEvent" } }, "directives": [] @@ -26766,7 +24030,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapExchanges" + "value": "routerLiquidityEvents" }, "arguments": [ { @@ -26817,7 +24081,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange_orderBy" + "value": "RouterLiquidityEvent_orderBy" } }, "directives": [] @@ -26847,7 +24111,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange_filter" + "value": "RouterLiquidityEvent_filter" } }, "directives": [] @@ -26910,7 +24174,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapExchange" + "value": "RouterLiquidityEvent" } } } @@ -26922,7 +24186,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapDailyVolume" + "value": "setting" }, "arguments": [ { @@ -26995,7 +24259,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume" + "value": "Setting" } }, "directives": [] @@ -27004,7 +24268,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapDailyVolumes" + "value": "settings" }, "arguments": [ { @@ -27055,7 +24319,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume_orderBy" + "value": "Setting_orderBy" } }, "directives": [] @@ -27085,7 +24349,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume_filter" + "value": "Setting_filter" } }, "directives": [] @@ -27148,7 +24412,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume" + "value": "Setting" } } } @@ -27160,7 +24424,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapHourlyVolume" + "value": "relayer" }, "arguments": [ { @@ -27233,7 +24497,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume" + "value": "Relayer" } }, "directives": [] @@ -27242,7 +24506,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapHourlyVolumes" + "value": "relayers" }, "arguments": [ { @@ -27293,7 +24557,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume_orderBy" + "value": "Relayer_orderBy" } }, "directives": [] @@ -27323,7 +24587,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume_filter" + "value": "Relayer_filter" } }, "directives": [] @@ -27386,7 +24650,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapHourlyVolume" + "value": "Relayer" } } } @@ -27398,7 +24662,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapWeeklyVolume" + "value": "sequencer" }, "arguments": [ { @@ -27471,7 +24735,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapWeeklyVolume" + "value": "Sequencer" } }, "directives": [] @@ -27480,7 +24744,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapWeeklyVolumes" + "value": "sequencers" }, "arguments": [ { @@ -27531,7 +24795,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapWeeklyVolume_orderBy" + "value": "Sequencer_orderBy" } }, "directives": [] @@ -27561,7 +24825,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapWeeklyVolume_filter" + "value": "Sequencer_filter" } }, "directives": [] @@ -27624,7 +24888,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapWeeklyVolume" + "value": "Sequencer" } } } @@ -27636,7 +24900,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpAccount" + "value": "relayerFee" }, "arguments": [ { @@ -27709,7 +24973,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount" + "value": "RelayerFee" } }, "directives": [] @@ -27718,7 +24982,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpAccounts" + "value": "relayerFees" }, "arguments": [ { @@ -27769,7 +25033,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount_orderBy" + "value": "RelayerFee_orderBy" } }, "directives": [] @@ -27799,7 +25063,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount_filter" + "value": "RelayerFee_filter" } }, "directives": [] @@ -27862,7 +25126,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccount" + "value": "RelayerFee" } } } @@ -27874,7 +25138,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpAccountBalance" + "value": "originTransfer" }, "arguments": [ { @@ -27947,7 +25211,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance" + "value": "OriginTransfer" } }, "directives": [] @@ -27956,7 +25220,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpAccountBalances" + "value": "originTransfers" }, "arguments": [ { @@ -28007,7 +25271,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance_orderBy" + "value": "OriginTransfer_orderBy" } }, "directives": [] @@ -28037,7 +25301,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance_filter" + "value": "OriginTransfer_filter" } }, "directives": [] @@ -28100,7 +25364,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpAccountBalance" + "value": "OriginTransfer" } } } @@ -28112,7 +25376,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpToken" + "value": "destinationTransfer" }, "arguments": [ { @@ -28185,7 +25449,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken" + "value": "DestinationTransfer" } }, "directives": [] @@ -28194,7 +25458,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTokens" + "value": "destinationTransfers" }, "arguments": [ { @@ -28245,7 +25509,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_orderBy" + "value": "DestinationTransfer_orderBy" } }, "directives": [] @@ -28275,7 +25539,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken_filter" + "value": "DestinationTransfer_filter" } }, "directives": [] @@ -28338,7 +25602,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpToken" + "value": "DestinationTransfer" } } } @@ -28350,7 +25614,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTransferEvent" + "value": "originMessage" }, "arguments": [ { @@ -28423,7 +25687,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTransferEvent" + "value": "OriginMessage" } }, "directives": [] @@ -28432,7 +25696,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTransferEvents" + "value": "originMessages" }, "arguments": [ { @@ -28483,7 +25747,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTransferEvent_orderBy" + "value": "OriginMessage_orderBy" } }, "directives": [] @@ -28513,7 +25777,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTransferEvent_filter" + "value": "OriginMessage_filter" } }, "directives": [] @@ -28576,7 +25840,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTransferEvent" + "value": "OriginMessage" } } } @@ -28588,7 +25852,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapEvent" + "value": "aggregateRoot" }, "arguments": [ { @@ -28661,7 +25925,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent" + "value": "AggregateRoot" } }, "directives": [] @@ -28670,7 +25934,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwapEvents" + "value": "aggregateRoots" }, "arguments": [ { @@ -28721,7 +25985,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent_orderBy" + "value": "AggregateRoot_orderBy" } }, "directives": [] @@ -28751,7 +26015,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent_filter" + "value": "AggregateRoot_filter" } }, "directives": [] @@ -28814,7 +26078,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwapEvent" + "value": "AggregateRoot" } } } @@ -28826,7 +26090,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapTradeVolume" + "value": "connectorMeta" }, "arguments": [ { @@ -28899,7 +26163,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapTradeVolume" + "value": "ConnectorMeta" } }, "directives": [] @@ -28908,7 +26172,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapTradeVolumes" + "value": "connectorMetas" }, "arguments": [ { @@ -28959,7 +26223,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapTradeVolume_orderBy" + "value": "ConnectorMeta_orderBy" } }, "directives": [] @@ -28989,7 +26253,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapTradeVolume_filter" + "value": "ConnectorMeta_filter" } }, "directives": [] @@ -29052,7 +26316,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapTradeVolume" + "value": "ConnectorMeta" } } } @@ -29064,7 +26328,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTokenEvent" + "value": "rootCount" }, "arguments": [ { @@ -29137,7 +26401,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTokenEvent" + "value": "RootCount" } }, "directives": [] @@ -29146,7 +26410,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "lpTokenEvents" + "value": "rootCounts" }, "arguments": [ { @@ -29197,7 +26461,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTokenEvent_orderBy" + "value": "RootCount_orderBy" } }, "directives": [] @@ -29227,7 +26491,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTokenEvent_filter" + "value": "RootCount_filter" } }, "directives": [] @@ -29290,7 +26554,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "LpTokenEvent" + "value": "RootCount" } } } @@ -29300,18 +26564,36 @@ const schemaAST = { }, { "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, "name": { "kind": "Name", - "value": "_meta" + "value": "rootMessageSent" }, "arguments": [ { "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, "name": { "kind": "Name", "value": "block" @@ -29324,80 +26606,195 @@ const schemaAST = { } }, "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "_Meta_" + "value": "RootMessageSent" } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapDailyVolume" - }, - "fields": [ + }, { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id" + "value": "rootMessageSents" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "StableSwap" - } + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } } } }, @@ -29407,435 +26804,15943 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "volume" + "value": "relayerFeesIncrease" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "BigDecimal" - } - } - }, - "directives": [] - } - ], - "interfaces": [ - { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapTradeVolume" - } - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapDailyVolume_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "RelayerFeesIncrease" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "relayerFeesIncreases" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "RelayerFeesIncrease_orderBy" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "OrderDirection" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_contains_nocase" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "slippageUpdate" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_contains_nocase" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "SlippageUpdate" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" + "value": "slippageUpdates" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_starts_with_nocase" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "snapshotRoot" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "SnapshotRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "snapshotRoots" }, - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__initialRelayerFeeAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__gasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__gasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__txNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "fee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "increase" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__initialRelayerFeeAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__gasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__gasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__txNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "increase" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "relayer_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootCount" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootCount_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootCount_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance" + } + } + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "isActive_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -29844,13 +42749,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -29859,13 +42764,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" } }, "directives": [] @@ -29874,13 +42779,454 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -29889,13 +43235,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "count_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "StableSwap_filter" + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -30036,13 +43424,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume" + "value": "blockNumber" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -30051,13 +43439,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -30066,13 +43454,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -30081,13 +43469,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -30096,13 +43484,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -30111,13 +43499,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } }, "directives": [] @@ -30126,7 +43514,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -30136,7 +43524,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } } } @@ -30147,7 +43535,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "volume_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -30157,7 +43545,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "BigInt" } } } @@ -30196,7 +43584,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume_filter" + "value": "SnapshotRoot_filter" } } }, @@ -30214,7 +43602,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "SwapDailyVolume_filter" + "value": "SnapshotRoot_filter" } } }, @@ -30227,7 +43615,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "SwapDailyVolume_orderBy" + "value": "SnapshotRoot_orderBy" }, "values": [ { @@ -30242,103 +43630,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__isActive" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__key" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__canonicalId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__domain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapPool" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpToken" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapFee" + "value": "spokeDomain" }, "directives": [] }, @@ -30346,7 +43638,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__adminFee" + "value": "root" }, "directives": [] }, @@ -30354,23 +43646,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "stableSwap__virtualPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__invariant" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" + "value": "count" }, "directives": [] }, @@ -30386,7 +43662,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "volume" + "value": "blockNumber" }, "directives": [] } @@ -30397,7 +43673,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "SwapHourlyVolume" + "value": "SpokeConnectorMode" }, "fields": [ { @@ -30423,45 +43699,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "volume" + "value": "mode" }, "arguments": [], "type": { @@ -30470,29 +43708,21 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "String" } } }, "directives": [] } ], - "interfaces": [ - { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapTradeVolume" - } - } - ], + "interfaces": [], "directives": [] }, { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "SwapHourlyVolume_filter" + "value": "SpokeConnectorMode_filter" }, "fields": [ { @@ -30631,7 +43861,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "mode" }, "type": { "kind": "NamedType", @@ -30646,7 +43876,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "mode_not" }, "type": { "kind": "NamedType", @@ -30661,7 +43891,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "mode_gt" }, "type": { "kind": "NamedType", @@ -30676,7 +43906,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "mode_lt" }, "type": { "kind": "NamedType", @@ -30691,7 +43921,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "mode_gte" }, "type": { "kind": "NamedType", @@ -30706,7 +43936,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "mode_lte" }, "type": { "kind": "NamedType", @@ -30721,7 +43951,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "mode_in" }, "type": { "kind": "ListType", @@ -30742,7 +43972,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "mode_not_in" }, "type": { "kind": "ListType", @@ -30763,7 +43993,22 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains" + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" }, "type": { "kind": "NamedType", @@ -30778,7 +44023,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_contains_nocase" + "value": "mode_not_contains" }, "type": { "kind": "NamedType", @@ -30793,7 +44038,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains" + "value": "mode_not_contains_nocase" }, "type": { "kind": "NamedType", @@ -30808,7 +44053,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_contains_nocase" + "value": "mode_starts_with" }, "type": { "kind": "NamedType", @@ -30823,7 +44068,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with" + "value": "mode_starts_with_nocase" }, "type": { "kind": "NamedType", @@ -30838,7 +44083,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_starts_with_nocase" + "value": "mode_not_starts_with" }, "type": { "kind": "NamedType", @@ -30853,7 +44098,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "mode_not_starts_with_nocase" }, "type": { "kind": "NamedType", @@ -30868,7 +44113,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" + "value": "mode_ends_with" }, "type": { "kind": "NamedType", @@ -30883,7 +44128,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "mode_ends_with_nocase" }, "type": { "kind": "NamedType", @@ -30898,7 +44143,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with_nocase" + "value": "mode_not_ends_with" }, "type": { "kind": "NamedType", @@ -30913,7 +44158,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "mode_not_ends_with_nocase" }, "type": { "kind": "NamedType", @@ -30921,144 +44166,809 @@ const schemaAST = { "kind": "Name", "value": "String" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" - }, + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "assetStatus" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_filter" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "AssetStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "assetStatuses" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "assetBalance" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "AssetBalance" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "assetBalances" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_in" - }, + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance" + } } } } @@ -31066,427 +44976,238 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "router" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Router" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "volume_in" + "value": "routers" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "SwapHourlyVolume_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "SwapHourlyVolume_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapHourlyVolume_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__isActive" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__key" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__canonicalId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__domain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapPool" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpToken" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__adminFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__virtualPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__invariant" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InterfaceTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapTradeVolume" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, "name": { "kind": "Name", - "value": "StableSwap" - } + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } } } }, @@ -31496,137 +45217,472 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "volume" + "value": "routerDailyTVL" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "BigDecimal" - } + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - } - ], - "directives": [], - "interfaces": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapTradeVolume_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "RouterDailyTVL" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not" + "value": "routerDailyTVLs" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_gt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_lt" + "value": "routerLiquidityEvent" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "RouterLiquidityEvent" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_lte" + "value": "routerLiquidityEvents" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_in" - }, + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } } } } @@ -31634,326 +45690,951 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "setting" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_starts_with_nocase" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Setting" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "settings" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "relayer" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_ends_with_nocase" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Relayer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "relayers" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "sequencer" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_filter" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Sequencer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "sequencers" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "relayerFee" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "RelayerFee" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "relayerFees" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_in" - }, + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } } } } @@ -31961,419 +46642,238 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "originTransfer" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "OriginTransfer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "volume_in" + "value": "originTransfers" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "SwapTradeVolume_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "SwapTradeVolume_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapTradeVolume_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__isActive" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__key" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__canonicalId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__domain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapPool" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpToken" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__adminFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__virtualPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__invariant" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, "name": { "kind": "Name", - "value": "ID" - } + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer" + } + } } } }, @@ -32383,185 +46883,472 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "destinationTransfer" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, "name": { "kind": "Name", - "value": "BigDecimal" - } - } - }, - "directives": [] - } - ], - "interfaces": [ - { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SwapTradeVolume" - } - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "DestinationTransfer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "destinationTransfers" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "originMessage" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "OriginMessage" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "originMessages" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } } } } @@ -32569,110 +47356,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap" + "value": "aggregateRoot" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "AggregateRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_gt" + "value": "aggregateRoots" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_gte" + "value": "connectorMeta" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "ConnectorMeta" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_in" + "value": "connectorMetas" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } } } } @@ -32680,326 +47832,951 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_in" + "value": "rootCount" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_starts_with_nocase" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "RootCount" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_starts_with" + "value": "rootCounts" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_starts_with_nocase" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_ends_with" + "value": "rootMessageSent" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_ends_with_nocase" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "RootMessageSent" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_not_ends_with" + "value": "rootMessageSents" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap_not_ends_with_nocase" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "stableSwap_" + "value": "relayerFeesIncrease" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "StableSwap_filter" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "RelayerFeesIncrease" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "relayerFeesIncreases" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "slippageUpdate" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "SlippageUpdate" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "slippageUpdates" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_in" - }, + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + } } } } @@ -33007,427 +48784,238 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "snapshotRoot" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "SnapshotRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "volume_in" + "value": "snapshotRoots" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "volume_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigDecimal" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "SwapWeeklyVolume_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "SwapWeeklyVolume_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "SwapWeeklyVolume_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__isActive" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__key" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__canonicalId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__domain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapPool" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpToken" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureA" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__initialATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__futureATime" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__swapFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__adminFee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__virtualPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__invariant" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "stableSwap__lpTokenSupply" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "volume" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SystemInfo" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, "name": { "kind": "Name", - "value": "ID" - } + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + } + } } } }, @@ -33437,137 +49025,472 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "swapCount" + "value": "spokeConnectorMode" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "BigInt" - } + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "SystemInfo_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "SpokeConnectorMode" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "spokeConnectorModes" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "aggregateRootProposed" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "AggregateRootProposed" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "aggregateRootProposeds" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" - }, + ], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + } } } } @@ -33575,284 +49498,237 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "optimisticRootFinalized" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "OptimisticRootFinalized" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "exchangeCount_in" + "value": "optimisticRootFinalizeds" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "exchangeCount_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "OptimisticRootFinalized_orderBy" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "swapCount_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + } } } } @@ -33860,76 +49736,74 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "description": { "kind": "StringValue", - "value": "Filter for the block changed event.", + "value": "Access to subgraph metadata", "block": true }, "name": { "kind": "Name", - "value": "_change_block" + "value": "_meta" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "_Meta_" } }, "directives": [] - }, + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SystemInfo_filter" - } - } + "value": "XCalled" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "SystemInfo_filter" - } - } + "value": "Executed" }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "SystemInfo_orderBy" - }, - "values": [ + }, { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "Reconciled" }, "directives": [] }, @@ -33937,7 +49811,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "exchangeCount" + "value": "CompletedSlow" }, "directives": [] }, @@ -33945,7 +49819,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "swapCount" + "value": "CompletedFast" }, "directives": [] } diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/schema.graphql index 0325e508be..2433b0efd6 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/schema.graphql @@ -12,50 +12,161 @@ directive @subgraphId(id: String!) on OBJECT "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." directive @derivedFrom(field: String!) on FIELD_DEFINITION -enum polygonzkevm_swap_Aggregation_interval { - hour - day +type polygonzkevm_swap_AggregateRoot { + id: ID! + root: polygonzkevm_swap_Bytes! + blockNumber: BigInt! } -scalar polygonzkevm_swap_BigDecimal - -scalar BigInt - -input polygonzkevm_swap_BlockChangedFilter { - number_gte: Int! +type polygonzkevm_swap_AggregateRootProposed { + id: ID! + aggregateRoot: polygonzkevm_swap_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input polygonzkevm_swap_Block_height { - hash: polygonzkevm_swap_Bytes - number: Int - number_gte: Int +input polygonzkevm_swap_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: polygonzkevm_swap_Bytes + aggregateRoot_not: polygonzkevm_swap_Bytes + aggregateRoot_gt: polygonzkevm_swap_Bytes + aggregateRoot_lt: polygonzkevm_swap_Bytes + aggregateRoot_gte: polygonzkevm_swap_Bytes + aggregateRoot_lte: polygonzkevm_swap_Bytes + aggregateRoot_in: [polygonzkevm_swap_Bytes!] + aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] + aggregateRoot_contains: polygonzkevm_swap_Bytes + aggregateRoot_not_contains: polygonzkevm_swap_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRootProposed_filter] + or: [polygonzkevm_swap_AggregateRootProposed_filter] } -scalar polygonzkevm_swap_Bytes +enum polygonzkevm_swap_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} -""" -8 bytes signed integer +input polygonzkevm_swap_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRoot_filter] + or: [polygonzkevm_swap_AggregateRoot_filter] +} -""" -scalar polygonzkevm_swap_Int8 +enum polygonzkevm_swap_AggregateRoot_orderBy { + id + root + blockNumber +} -type polygonzkevm_swap_LpAccount { +type polygonzkevm_swap_Asset { id: ID! - address: polygonzkevm_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_LpAccountBalance_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_LpAccountBalance_filter): [polygonzkevm_swap_LpAccountBalance!]! + key: polygonzkevm_swap_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: polygonzkevm_swap_Bytes + canonicalDomain: BigInt + adoptedAsset: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes + blockNumber: BigInt + status: polygonzkevm_swap_AssetStatus } -type polygonzkevm_swap_LpAccountBalance { +type polygonzkevm_swap_AssetBalance { id: ID! - account: polygonzkevm_swap_LpAccount! - token: polygonzkevm_swap_LpToken! - amount: polygonzkevm_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: polygonzkevm_swap_Bytes + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! + feesEarned: BigInt! } -input polygonzkevm_swap_LpAccountBalance_filter { +input polygonzkevm_swap_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -64,107 +175,126 @@ input polygonzkevm_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_: polygonzkevm_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_: polygonzkevm_swap_LpToken_filter - amount: polygonzkevm_swap_BigDecimal - amount_not: polygonzkevm_swap_BigDecimal - amount_gt: polygonzkevm_swap_BigDecimal - amount_lt: polygonzkevm_swap_BigDecimal - amount_gte: polygonzkevm_swap_BigDecimal - amount_lte: polygonzkevm_swap_BigDecimal - amount_in: [polygonzkevm_swap_BigDecimal!] - amount_not_in: [polygonzkevm_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: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygonzkevm_swap_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpAccountBalance_filter] - or: [polygonzkevm_swap_LpAccountBalance_filter] + and: [polygonzkevm_swap_AssetBalance_filter] + or: [polygonzkevm_swap_AssetBalance_filter] } -enum polygonzkevm_swap_LpAccountBalance_orderBy { +enum polygonzkevm_swap_AssetBalance_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - modified - transaction + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -input polygonzkevm_swap_LpAccount_filter { +type polygonzkevm_swap_AssetStatus { + id: ID! + status: Boolean +} + +input polygonzkevm_swap_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -173,51 +303,22 @@ input polygonzkevm_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygonzkevm_swap_Bytes - address_not: polygonzkevm_swap_Bytes - address_gt: polygonzkevm_swap_Bytes - address_lt: polygonzkevm_swap_Bytes - address_gte: polygonzkevm_swap_Bytes - address_lte: polygonzkevm_swap_Bytes - address_in: [polygonzkevm_swap_Bytes!] - address_not_in: [polygonzkevm_swap_Bytes!] - address_contains: polygonzkevm_swap_Bytes - address_not_contains: polygonzkevm_swap_Bytes - balances_: polygonzkevm_swap_LpAccountBalance_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpAccount_filter] - or: [polygonzkevm_swap_LpAccount_filter] + and: [polygonzkevm_swap_AssetStatus_filter] + or: [polygonzkevm_swap_AssetStatus_filter] } -enum polygonzkevm_swap_LpAccount_orderBy { +enum polygonzkevm_swap_AssetStatus_orderBy { id - address - balances -} - -type polygonzkevm_swap_LpToken { - id: ID! - address: polygonzkevm_swap_Bytes! - stableSwap: polygonzkevm_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: polygonzkevm_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_LpTokenEvent_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_LpTokenEvent_filter): [polygonzkevm_swap_LpTokenEvent!]! -} - -interface polygonzkevm_swap_LpTokenEvent { - id: ID! - token: polygonzkevm_swap_LpToken! - amount: polygonzkevm_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + status } -input polygonzkevm_swap_LpTokenEvent_filter { +input polygonzkevm_swap_Asset_filter { id: ID id_not: ID id_gt: ID @@ -226,92 +327,146 @@ input polygonzkevm_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_: polygonzkevm_swap_LpToken_filter - amount: polygonzkevm_swap_BigDecimal - amount_not: polygonzkevm_swap_BigDecimal - amount_gt: polygonzkevm_swap_BigDecimal - amount_lt: polygonzkevm_swap_BigDecimal - amount_gte: polygonzkevm_swap_BigDecimal - amount_lte: polygonzkevm_swap_BigDecimal - amount_in: [polygonzkevm_swap_BigDecimal!] - amount_not_in: [polygonzkevm_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: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 + 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_: polygonzkevm_swap_AssetStatus_filter """Filter for the block changed event.""" _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpTokenEvent_filter] - or: [polygonzkevm_swap_LpTokenEvent_filter] + and: [polygonzkevm_swap_Asset_filter] + or: [polygonzkevm_swap_Asset_filter] } -enum polygonzkevm_swap_LpTokenEvent_orderBy { +enum polygonzkevm_swap_Asset_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar polygonzkevm_swap_BigDecimal + +scalar BigInt + +input polygonzkevm_swap_BlockChangedFilter { + number_gte: Int! +} + +input polygonzkevm_swap_Block_height { + hash: polygonzkevm_swap_Bytes + number: Int + number_gte: Int +} + +scalar polygonzkevm_swap_Bytes + +type polygonzkevm_swap_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes } -input polygonzkevm_swap_LpToken_filter { +input polygonzkevm_swap_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -320,142 +475,109 @@ input polygonzkevm_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygonzkevm_swap_Bytes - address_not: polygonzkevm_swap_Bytes - address_gt: polygonzkevm_swap_Bytes - address_lt: polygonzkevm_swap_Bytes - address_gte: polygonzkevm_swap_Bytes - address_lte: polygonzkevm_swap_Bytes - address_in: [polygonzkevm_swap_Bytes!] - address_not_in: [polygonzkevm_swap_Bytes!] - address_contains: polygonzkevm_swap_Bytes - address_not_contains: polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - totalSupply_not: polygonzkevm_swap_BigDecimal - totalSupply_gt: polygonzkevm_swap_BigDecimal - totalSupply_lt: polygonzkevm_swap_BigDecimal - totalSupply_gte: polygonzkevm_swap_BigDecimal - totalSupply_lte: polygonzkevm_swap_BigDecimal - totalSupply_in: [polygonzkevm_swap_BigDecimal!] - totalSupply_not_in: [polygonzkevm_swap_BigDecimal!] - events_: polygonzkevm_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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpToken_filter] - or: [polygonzkevm_swap_LpToken_filter] + and: [polygonzkevm_swap_ConnectorMeta_filter] + or: [polygonzkevm_swap_ConnectorMeta_filter] } -enum polygonzkevm_swap_LpToken_orderBy { +enum polygonzkevm_swap_ConnectorMeta_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events -} - -type polygonzkevm_swap_LpTransferEvent implements polygonzkevm_swap_LpTokenEvent { + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type polygonzkevm_swap_DestinationTransfer { id: ID! - token: polygonzkevm_swap_LpToken! - amount: polygonzkevm_swap_BigDecimal! - from: polygonzkevm_swap_Bytes! - to: polygonzkevm_swap_Bytes! - fromBalance: polygonzkevm_swap_BigDecimal! - toBalance: polygonzkevm_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: polygonzkevm_swap_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes + receiveLocal: Boolean + callData: polygonzkevm_swap_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: polygonzkevm_swap_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset + amount: BigInt + routersFee: BigInt + executedCaller: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: polygonzkevm_swap_Bytes + executedTxNonce: BigInt + reconciledCaller: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: polygonzkevm_swap_Bytes + reconciledTxNonce: BigInt } -input polygonzkevm_swap_LpTransferEvent_filter { +input polygonzkevm_swap_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -464,45 +586,67 @@ input polygonzkevm_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_: polygonzkevm_swap_LpToken_filter - amount: polygonzkevm_swap_BigDecimal - amount_not: polygonzkevm_swap_BigDecimal - amount_gt: polygonzkevm_swap_BigDecimal - amount_lt: polygonzkevm_swap_BigDecimal - amount_gte: polygonzkevm_swap_BigDecimal - amount_lte: polygonzkevm_swap_BigDecimal - amount_in: [polygonzkevm_swap_BigDecimal!] - amount_not_in: [polygonzkevm_swap_BigDecimal!] - from: polygonzkevm_swap_Bytes - from_not: polygonzkevm_swap_Bytes - from_gt: polygonzkevm_swap_Bytes - from_lt: polygonzkevm_swap_Bytes - from_gte: polygonzkevm_swap_Bytes - from_lte: polygonzkevm_swap_Bytes - from_in: [polygonzkevm_swap_Bytes!] - from_not_in: [polygonzkevm_swap_Bytes!] - from_contains: polygonzkevm_swap_Bytes - from_not_contains: polygonzkevm_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: polygonzkevm_swap_Bytes to_not: polygonzkevm_swap_Bytes to_gt: polygonzkevm_swap_Bytes @@ -513,30 +657,347 @@ input polygonzkevm_swap_LpTransferEvent_filter { to_not_in: [polygonzkevm_swap_Bytes!] to_contains: polygonzkevm_swap_Bytes to_not_contains: polygonzkevm_swap_Bytes - fromBalance: polygonzkevm_swap_BigDecimal - fromBalance_not: polygonzkevm_swap_BigDecimal - fromBalance_gt: polygonzkevm_swap_BigDecimal - fromBalance_lt: polygonzkevm_swap_BigDecimal - fromBalance_gte: polygonzkevm_swap_BigDecimal - fromBalance_lte: polygonzkevm_swap_BigDecimal - fromBalance_in: [polygonzkevm_swap_BigDecimal!] - fromBalance_not_in: [polygonzkevm_swap_BigDecimal!] - toBalance: polygonzkevm_swap_BigDecimal - toBalance_not: polygonzkevm_swap_BigDecimal - toBalance_gt: polygonzkevm_swap_BigDecimal - toBalance_lt: polygonzkevm_swap_BigDecimal - toBalance_gte: polygonzkevm_swap_BigDecimal - toBalance_lte: polygonzkevm_swap_BigDecimal - toBalance_in: [polygonzkevm_swap_BigDecimal!] - toBalance_not_in: [polygonzkevm_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!] + 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: 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 + 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: 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter + 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: 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 + 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: 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 + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + 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] +} + +enum polygonzkevm_swap_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 polygonzkevm_swap_Int8 + +type polygonzkevm_swap_OptimisticRootFinalized { + id: ID! + aggregateRoot: polygonzkevm_swap_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input polygonzkevm_swap_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: 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 @@ -545,48 +1006,25 @@ input polygonzkevm_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_LpTransferEvent_filter] - or: [polygonzkevm_swap_LpTransferEvent_filter] + and: [polygonzkevm_swap_OptimisticRootFinalized_filter] + or: [polygonzkevm_swap_OptimisticRootFinalized_filter] } -enum polygonzkevm_swap_LpTransferEvent_orderBy { +enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + aggregateRoot timestamp - transaction - nonce + blockNumber } """Defines the order direction, either ascending or descending""" @@ -595,12 +1033,20 @@ enum polygonzkevm_swap_OrderDirection { desc } -type polygonzkevm_swap_PooledToken { +type polygonzkevm_swap_OriginMessage { id: ID! - asset: polygonzkevm_swap_Bytes! + transferId: polygonzkevm_swap_Bytes + destinationDomain: BigInt + leaf: polygonzkevm_swap_Bytes + index: BigInt + message: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + blockNumber: BigInt + rootCount: polygonzkevm_swap_RootCount } -input polygonzkevm_swap_PooledToken_filter { +input polygonzkevm_swap_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -609,29 +1055,698 @@ input polygonzkevm_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - 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 + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: polygonzkevm_swap_RootCount_filter """Filter for the block changed event.""" _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_PooledToken_filter] - or: [polygonzkevm_swap_PooledToken_filter] + and: [polygonzkevm_swap_OriginMessage_filter] + or: [polygonzkevm_swap_OriginMessage_filter] } -enum polygonzkevm_swap_PooledToken_orderBy { +enum polygonzkevm_swap_OriginMessage_orderBy { id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type polygonzkevm_swap_OriginTransfer { + id: ID! + chainId: BigInt + transferId: polygonzkevm_swap_Bytes + nonce: BigInt + status: polygonzkevm_swap_TransferStatus + messageHash: polygonzkevm_swap_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes + receiveLocal: Boolean + callData: polygonzkevm_swap_Bytes + slippage: BigInt + originSender: polygonzkevm_swap_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + 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: 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: polygonzkevm_swap_Bytes + txNonce: BigInt +} + +input polygonzkevm_swap_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter + 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 + 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_: polygonzkevm_swap_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_: 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 + 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: 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 + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + 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] +} + +enum polygonzkevm_swap_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } type Query { - polygonzkevm_swap_systemInfo( + 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: polygonzkevm_swap_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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_AssetStatus!]! + polygonzkevm_swap_assetBalance( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_AssetBalance!]! + polygonzkevm_swap_router( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_Router!]! + polygonzkevm_swap_routerDailyTVL( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_RouterDailyTVL!]! + polygonzkevm_swap_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_RouterLiquidityEvent!]! + polygonzkevm_swap_setting( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_Setting!]! + polygonzkevm_swap_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -641,13 +1756,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SystemInfo - polygonzkevm_swap_systemInfos( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SystemInfo_orderBy + orderBy: polygonzkevm_swap_Relayer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SystemInfo_filter + 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. """ @@ -656,8 +1771,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SystemInfo!]! - polygonzkevm_swap_pooledToken( + ): [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. @@ -667,13 +1782,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_PooledToken - polygonzkevm_swap_pooledTokens( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_PooledToken_orderBy + orderBy: polygonzkevm_swap_Sequencer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_PooledToken_filter + 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. """ @@ -682,8 +1797,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_PooledToken!]! - polygonzkevm_swap_stableSwap( + ): [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. @@ -693,13 +1808,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwap - polygonzkevm_swap_stableSwaps( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwap_orderBy + orderBy: polygonzkevm_swap_RelayerFee_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwap_filter + 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. """ @@ -708,8 +1823,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwap!]! - polygonzkevm_swap_stableSwapAddLiquidityEvent( + ): [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. @@ -719,13 +1834,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapAddLiquidityEvent - polygonzkevm_swap_stableSwapAddLiquidityEvents( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy + orderBy: polygonzkevm_swap_OriginTransfer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapAddLiquidityEvent_filter + 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. """ @@ -734,8 +1849,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapAddLiquidityEvent!]! - polygonzkevm_swap_stableSwapRemoveLiquidityEvent( + ): [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. @@ -745,13 +1860,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapRemoveLiquidityEvent - polygonzkevm_swap_stableSwapRemoveLiquidityEvents( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy + orderBy: polygonzkevm_swap_DestinationTransfer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter + 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. """ @@ -760,8 +1875,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapRemoveLiquidityEvent!]! - polygonzkevm_swap_stableSwapExchange( + ): [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. @@ -771,13 +1886,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapExchange - polygonzkevm_swap_stableSwapExchanges( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapExchange_orderBy + orderBy: polygonzkevm_swap_OriginMessage_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapExchange_filter + 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. """ @@ -786,8 +1901,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapExchange!]! - polygonzkevm_swap_swapDailyVolume( + ): [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. @@ -797,13 +1912,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapDailyVolume - polygonzkevm_swap_swapDailyVolumes( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy + orderBy: polygonzkevm_swap_AggregateRoot_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapDailyVolume_filter + 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. """ @@ -812,8 +1927,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapDailyVolume!]! - polygonzkevm_swap_swapHourlyVolume( + ): [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. @@ -823,13 +1938,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapHourlyVolume - polygonzkevm_swap_swapHourlyVolumes( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy + orderBy: polygonzkevm_swap_ConnectorMeta_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapHourlyVolume_filter + 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. """ @@ -838,8 +1953,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapHourlyVolume!]! - polygonzkevm_swap_swapWeeklyVolume( + ): [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. @@ -849,13 +1964,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapWeeklyVolume - polygonzkevm_swap_swapWeeklyVolumes( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy + orderBy: polygonzkevm_swap_RootCount_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapWeeklyVolume_filter + 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. """ @@ -864,8 +1979,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapWeeklyVolume!]! - polygonzkevm_swap_lpAccount( + ): [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. @@ -875,13 +1990,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpAccount - polygonzkevm_swap_lpAccounts( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccount_orderBy + orderBy: polygonzkevm_swap_RootMessageSent_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccount_filter + 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. """ @@ -890,8 +2005,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpAccount!]! - polygonzkevm_swap_lpAccountBalance( + ): [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. @@ -901,13 +2016,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpAccountBalance - polygonzkevm_swap_lpAccountBalances( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccountBalance_orderBy + orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccountBalance_filter + 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. """ @@ -916,8 +2031,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpAccountBalance!]! - polygonzkevm_swap_lpToken( + ): [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. @@ -927,13 +2042,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpToken - polygonzkevm_swap_lpTokens( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpToken_orderBy + orderBy: polygonzkevm_swap_SlippageUpdate_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpToken_filter + 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. """ @@ -942,8 +2057,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpToken!]! - polygonzkevm_swap_lpTransferEvent( + ): [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. @@ -953,13 +2068,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpTransferEvent - polygonzkevm_swap_lpTransferEvents( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTransferEvent_orderBy + orderBy: polygonzkevm_swap_SnapshotRoot_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTransferEvent_filter + 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. """ @@ -968,8 +2083,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpTransferEvent!]! - polygonzkevm_swap_stableSwapEvent( + ): [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. @@ -979,13 +2094,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapEvent - polygonzkevm_swap_stableSwapEvents( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapEvent_orderBy + orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapEvent_filter + 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. """ @@ -994,8 +2109,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapEvent!]! - polygonzkevm_swap_swapTradeVolume( + ): [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. @@ -1005,13 +2120,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapTradeVolume - polygonzkevm_swap_swapTradeVolumes( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapTradeVolume_orderBy + orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapTradeVolume_filter + 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. """ @@ -1020,8 +2135,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapTradeVolume!]! - polygonzkevm_swap_lpTokenEvent( + ): [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. @@ -1031,13 +2146,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpTokenEvent - polygonzkevm_swap_lpTokenEvents( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTokenEvent_orderBy + orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTokenEvent_filter + 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. """ @@ -1046,56 +2161,128 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpTokenEvent!]! + ): [polygonzkevm_swap_OptimisticRootFinalized!]! """Access to subgraph metadata""" polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ } -type polygonzkevm_swap_StableSwap { - id: ID! - isActive: Boolean - key: polygonzkevm_swap_Bytes! - canonicalId: polygonzkevm_swap_Bytes - domain: BigInt - swapPool: polygonzkevm_swap_Bytes - lpToken: polygonzkevm_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [polygonzkevm_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_StableSwapEvent_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_StableSwapEvent_filter): [polygonzkevm_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_StableSwapExchange_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_StableSwapExchange_filter): [polygonzkevm_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_SwapHourlyVolume_filter): [polygonzkevm_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_SwapDailyVolume_filter): [polygonzkevm_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_SwapWeeklyVolume_filter): [polygonzkevm_swap_SwapWeeklyVolume!] -} - -type polygonzkevm_swap_StableSwapAddLiquidityEvent implements polygonzkevm_swap_StableSwapEvent { +type polygonzkevm_swap_Relayer { + id: ID! + isActive: Boolean! + relayer: polygonzkevm_swap_Bytes +} + +type polygonzkevm_swap_RelayerFee { + id: ID! + transfer: polygonzkevm_swap_OriginTransfer! + fee: BigInt! + asset: polygonzkevm_swap_Bytes! +} + +input polygonzkevm_swap_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_: polygonzkevm_swap_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: 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFee_filter] + or: [polygonzkevm_swap_RelayerFee_filter] +} + +enum polygonzkevm_swap_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 polygonzkevm_swap_RelayerFeesIncrease { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - provider: polygonzkevm_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: polygonzkevm_swap_OriginTransfer! + increase: BigInt + asset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input polygonzkevm_swap_StableSwapAddLiquidityEvent_filter { +input polygonzkevm_swap_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -1104,87 +2291,65 @@ input polygonzkevm_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_: polygonzkevm_swap_StableSwap_filter - provider: polygonzkevm_swap_Bytes - provider_not: polygonzkevm_swap_Bytes - provider_gt: polygonzkevm_swap_Bytes - provider_lt: polygonzkevm_swap_Bytes - provider_gte: polygonzkevm_swap_Bytes - provider_lte: polygonzkevm_swap_Bytes - provider_in: [polygonzkevm_swap_Bytes!] - provider_not_in: [polygonzkevm_swap_Bytes!] - provider_contains: polygonzkevm_swap_Bytes - provider_not_contains: polygonzkevm_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_: polygonzkevm_swap_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: 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 @@ -1193,72 +2358,161 @@ input polygonzkevm_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapAddLiquidityEvent_filter] - or: [polygonzkevm_swap_StableSwapAddLiquidityEvent_filter] + and: [polygonzkevm_swap_RelayerFeesIncrease_filter] + or: [polygonzkevm_swap_RelayerFeesIncrease_filter] } -enum polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygonzkevm_swap_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 polygonzkevm_swap_Relayer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: polygonzkevm_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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Relayer_filter] + or: [polygonzkevm_swap_Relayer_filter] +} + +enum polygonzkevm_swap_Relayer_orderBy { + id + isActive + relayer } -interface polygonzkevm_swap_StableSwapEvent { +type polygonzkevm_swap_RootCount { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + count: BigInt +} + +input polygonzkevm_swap_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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootCount_filter] + or: [polygonzkevm_swap_RootCount_filter] +} + +enum polygonzkevm_swap_RootCount_orderBy { + id + count +} + +type polygonzkevm_swap_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: polygonzkevm_swap_Bytes + count: BigInt + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input polygonzkevm_swap_StableSwapEvent_filter { +input polygonzkevm_swap_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -1267,35 +2521,60 @@ input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -1304,72 +2583,69 @@ input polygonzkevm_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapEvent_filter] - or: [polygonzkevm_swap_StableSwapEvent_filter] + and: [polygonzkevm_swap_RootMessageSent_filter] + or: [polygonzkevm_swap_RootMessageSent_filter] } -enum polygonzkevm_swap_StableSwapEvent_orderBy { +enum polygonzkevm_swap_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 polygonzkevm_swap_StableSwapExchange { +type polygonzkevm_swap_Router { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - buyer: polygonzkevm_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_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!]! +} + +type polygonzkevm_swap_RouterDailyTVL { + id: ID! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input polygonzkevm_swap_StableSwapExchange_filter { +input polygonzkevm_swap_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -1378,91 +2654,48 @@ input polygonzkevm_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_: polygonzkevm_swap_StableSwap_filter - buyer: polygonzkevm_swap_Bytes - buyer_not: polygonzkevm_swap_Bytes - buyer_gt: polygonzkevm_swap_Bytes - buyer_lt: polygonzkevm_swap_Bytes - buyer_gte: polygonzkevm_swap_Bytes - buyer_lte: polygonzkevm_swap_Bytes - buyer_in: [polygonzkevm_swap_Bytes!] - buyer_not_in: [polygonzkevm_swap_Bytes!] - buyer_contains: polygonzkevm_swap_Bytes - buyer_not_contains: polygonzkevm_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_: polygonzkevm_swap_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -1471,79 +2704,63 @@ input polygonzkevm_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_not_contains: polygonzkevm_swap_Bytes - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapExchange_filter] - or: [polygonzkevm_swap_StableSwapExchange_filter] + and: [polygonzkevm_swap_RouterDailyTVL_filter] + or: [polygonzkevm_swap_RouterDailyTVL_filter] } -enum polygonzkevm_swap_StableSwapExchange_orderBy { +enum polygonzkevm_swap_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 polygonzkevm_swap_StableSwapRemoveLiquidityEvent implements polygonzkevm_swap_StableSwapEvent { +type polygonzkevm_swap_RouterLiquidityEvent { id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - provider: polygonzkevm_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: polygonzkevm_swap_RouterLiquidityEventType + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! + amount: BigInt! + balance: BigInt! + caller: polygonzkevm_swap_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! nonce: BigInt! } -input polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter { +enum polygonzkevm_swap_RouterLiquidityEventType { + Add + Remove +} + +input polygonzkevm_swap_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -1552,87 +2769,86 @@ input polygonzkevm_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_: polygonzkevm_swap_StableSwap_filter - provider: polygonzkevm_swap_Bytes - provider_not: polygonzkevm_swap_Bytes - provider_gt: polygonzkevm_swap_Bytes - provider_lt: polygonzkevm_swap_Bytes - provider_gte: polygonzkevm_swap_Bytes - provider_lte: polygonzkevm_swap_Bytes - provider_in: [polygonzkevm_swap_Bytes!] - provider_not_in: [polygonzkevm_swap_Bytes!] - provider_contains: polygonzkevm_swap_Bytes - provider_not_contains: polygonzkevm_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: 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 + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygonzkevm_swap_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygonzkevm_swap_Asset_filter + 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: 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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -1641,16 +2857,16 @@ input polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygonzkevm_swap_Bytes - transaction_not: polygonzkevm_swap_Bytes - transaction_gt: polygonzkevm_swap_Bytes - transaction_lt: polygonzkevm_swap_Bytes - transaction_gte: polygonzkevm_swap_Bytes - transaction_lte: polygonzkevm_swap_Bytes - transaction_in: [polygonzkevm_swap_Bytes!] - transaction_not_in: [polygonzkevm_swap_Bytes!] - transaction_contains: polygonzkevm_swap_Bytes - transaction_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 nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -1661,43 +2877,40 @@ input polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter { nonce_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter] + and: [polygonzkevm_swap_RouterLiquidityEvent_filter] + or: [polygonzkevm_swap_RouterLiquidityEvent_filter] } -enum polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum polygonzkevm_swap_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 polygonzkevm_swap_StableSwap_filter { +input polygonzkevm_swap_Router_filter { id: ID id_not: ID id_gt: ID @@ -1710,191 +2923,607 @@ input polygonzkevm_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - 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 - 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 - 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: polygonzkevm_swap_Bytes - swapPool_not: polygonzkevm_swap_Bytes - swapPool_gt: polygonzkevm_swap_Bytes - swapPool_lt: polygonzkevm_swap_Bytes - swapPool_gte: polygonzkevm_swap_Bytes - swapPool_lte: polygonzkevm_swap_Bytes - swapPool_in: [polygonzkevm_swap_Bytes!] - swapPool_not_in: [polygonzkevm_swap_Bytes!] - swapPool_contains: polygonzkevm_swap_Bytes - swapPool_not_contains: polygonzkevm_swap_Bytes - lpToken: polygonzkevm_swap_Bytes - lpToken_not: polygonzkevm_swap_Bytes - lpToken_gt: polygonzkevm_swap_Bytes - lpToken_lt: polygonzkevm_swap_Bytes - lpToken_gte: polygonzkevm_swap_Bytes - lpToken_lte: polygonzkevm_swap_Bytes - lpToken_in: [polygonzkevm_swap_Bytes!] - lpToken_not_in: [polygonzkevm_swap_Bytes!] - lpToken_contains: polygonzkevm_swap_Bytes - lpToken_not_contains: polygonzkevm_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: [polygonzkevm_swap_Bytes!] - pooledTokens_not: [polygonzkevm_swap_Bytes!] - pooledTokens_contains: [polygonzkevm_swap_Bytes!] - pooledTokens_contains_nocase: [polygonzkevm_swap_Bytes!] - pooledTokens_not_contains: [polygonzkevm_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygonzkevm_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_: polygonzkevm_swap_StableSwapEvent_filter - exchanges_: polygonzkevm_swap_StableSwapExchange_filter - hourlyVolumes_: polygonzkevm_swap_SwapHourlyVolume_filter - dailyVolumes_: polygonzkevm_swap_SwapDailyVolume_filter - weeklyVolumes_: polygonzkevm_swap_SwapWeeklyVolume_filter + 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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: polygonzkevm_swap_AssetBalance_filter """Filter for the block changed event.""" _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_StableSwap_filter] - or: [polygonzkevm_swap_StableSwap_filter] + and: [polygonzkevm_swap_Router_filter] + or: [polygonzkevm_swap_Router_filter] } -enum polygonzkevm_swap_StableSwap_orderBy { +enum polygonzkevm_swap_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 polygonzkevm_swap_Sequencer { + id: ID! + isActive: Boolean! + sequencer: polygonzkevm_swap_Bytes +} + +input polygonzkevm_swap_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: 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Sequencer_filter] + or: [polygonzkevm_swap_Sequencer_filter] +} + +enum polygonzkevm_swap_Sequencer_orderBy { + id + isActive + sequencer +} + +type polygonzkevm_swap_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: polygonzkevm_swap_Bytes! +} + +input polygonzkevm_swap_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: 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Setting_filter] + or: [polygonzkevm_swap_Setting_filter] +} + +enum polygonzkevm_swap_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type polygonzkevm_swap_SlippageUpdate { + id: ID! + transfer: polygonzkevm_swap_DestinationTransfer! + slippage: BigInt! + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input polygonzkevm_swap_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_: polygonzkevm_swap_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: 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 + 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SlippageUpdate_filter] + or: [polygonzkevm_swap_SlippageUpdate_filter] +} + +enum polygonzkevm_swap_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 polygonzkevm_swap_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: polygonzkevm_swap_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input polygonzkevm_swap_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: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SnapshotRoot_filter] + or: [polygonzkevm_swap_SnapshotRoot_filter] +} + +enum polygonzkevm_swap_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type polygonzkevm_swap_SpokeConnectorMode { + id: ID! + mode: String! +} + +input polygonzkevm_swap_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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SpokeConnectorMode_filter] + or: [polygonzkevm_swap_SpokeConnectorMode_filter] +} + +enum polygonzkevm_swap_SpokeConnectorMode_orderBy { + id + mode } type Subscription { - polygonzkevm_swap_systemInfo( + 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: polygonzkevm_swap_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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_AssetStatus!]! + polygonzkevm_swap_assetBalance( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_AssetBalance!]! + polygonzkevm_swap_router( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_Router!]! + polygonzkevm_swap_routerDailyTVL( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_RouterDailyTVL!]! + polygonzkevm_swap_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_RouterLiquidityEvent!]! + polygonzkevm_swap_setting( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: polygonzkevm_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygonzkevm_swap_Setting!]! + polygonzkevm_swap_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1904,13 +3533,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SystemInfo - polygonzkevm_swap_systemInfos( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SystemInfo_orderBy + orderBy: polygonzkevm_swap_Relayer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SystemInfo_filter + 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. """ @@ -1919,8 +3548,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SystemInfo!]! - polygonzkevm_swap_pooledToken( + ): [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. @@ -1930,13 +3559,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_PooledToken - polygonzkevm_swap_pooledTokens( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_PooledToken_orderBy + orderBy: polygonzkevm_swap_Sequencer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_PooledToken_filter + 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. """ @@ -1945,8 +3574,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_PooledToken!]! - polygonzkevm_swap_stableSwap( + ): [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. @@ -1956,13 +3585,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwap - polygonzkevm_swap_stableSwaps( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwap_orderBy + orderBy: polygonzkevm_swap_RelayerFee_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwap_filter + 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. """ @@ -1971,8 +3600,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwap!]! - polygonzkevm_swap_stableSwapAddLiquidityEvent( + ): [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. @@ -1982,13 +3611,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapAddLiquidityEvent - polygonzkevm_swap_stableSwapAddLiquidityEvents( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy + orderBy: polygonzkevm_swap_OriginTransfer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapAddLiquidityEvent_filter + 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. """ @@ -1997,8 +3626,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapAddLiquidityEvent!]! - polygonzkevm_swap_stableSwapRemoveLiquidityEvent( + ): [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. @@ -2008,13 +3637,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapRemoveLiquidityEvent - polygonzkevm_swap_stableSwapRemoveLiquidityEvents( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy + orderBy: polygonzkevm_swap_DestinationTransfer_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter + 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. """ @@ -2023,8 +3652,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapRemoveLiquidityEvent!]! - polygonzkevm_swap_stableSwapExchange( + ): [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. @@ -2034,13 +3663,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapExchange - polygonzkevm_swap_stableSwapExchanges( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapExchange_orderBy + orderBy: polygonzkevm_swap_OriginMessage_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapExchange_filter + 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. """ @@ -2049,8 +3678,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapExchange!]! - polygonzkevm_swap_swapDailyVolume( + ): [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. @@ -2060,13 +3689,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapDailyVolume - polygonzkevm_swap_swapDailyVolumes( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapDailyVolume_orderBy + orderBy: polygonzkevm_swap_AggregateRoot_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapDailyVolume_filter + 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. """ @@ -2075,8 +3704,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapDailyVolume!]! - polygonzkevm_swap_swapHourlyVolume( + ): [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. @@ -2086,13 +3715,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapHourlyVolume - polygonzkevm_swap_swapHourlyVolumes( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapHourlyVolume_orderBy + orderBy: polygonzkevm_swap_ConnectorMeta_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapHourlyVolume_filter + 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. """ @@ -2101,8 +3730,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapHourlyVolume!]! - polygonzkevm_swap_swapWeeklyVolume( + ): [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. @@ -2112,13 +3741,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapWeeklyVolume - polygonzkevm_swap_swapWeeklyVolumes( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapWeeklyVolume_orderBy + orderBy: polygonzkevm_swap_RootCount_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapWeeklyVolume_filter + 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. """ @@ -2127,8 +3756,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapWeeklyVolume!]! - polygonzkevm_swap_lpAccount( + ): [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. @@ -2138,13 +3767,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpAccount - polygonzkevm_swap_lpAccounts( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccount_orderBy + orderBy: polygonzkevm_swap_RootMessageSent_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccount_filter + 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. """ @@ -2153,8 +3782,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpAccount!]! - polygonzkevm_swap_lpAccountBalance( + ): [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. @@ -2164,13 +3793,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpAccountBalance - polygonzkevm_swap_lpAccountBalances( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpAccountBalance_orderBy + orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpAccountBalance_filter + 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. """ @@ -2179,8 +3808,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpAccountBalance!]! - polygonzkevm_swap_lpToken( + ): [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. @@ -2190,13 +3819,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpToken - polygonzkevm_swap_lpTokens( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpToken_orderBy + orderBy: polygonzkevm_swap_SlippageUpdate_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpToken_filter + 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. """ @@ -2205,8 +3834,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpToken!]! - polygonzkevm_swap_lpTransferEvent( + ): [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. @@ -2216,13 +3845,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpTransferEvent - polygonzkevm_swap_lpTransferEvents( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTransferEvent_orderBy + orderBy: polygonzkevm_swap_SnapshotRoot_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTransferEvent_filter + 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. """ @@ -2231,8 +3860,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpTransferEvent!]! - polygonzkevm_swap_stableSwapEvent( + ): [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. @@ -2242,13 +3871,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_StableSwapEvent - polygonzkevm_swap_stableSwapEvents( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_StableSwapEvent_orderBy + orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_StableSwapEvent_filter + 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. """ @@ -2257,8 +3886,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_StableSwapEvent!]! - polygonzkevm_swap_swapTradeVolume( + ): [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. @@ -2268,13 +3897,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SwapTradeVolume - polygonzkevm_swap_swapTradeVolumes( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SwapTradeVolume_orderBy + orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SwapTradeVolume_filter + 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. """ @@ -2283,8 +3912,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SwapTradeVolume!]! - polygonzkevm_swap_lpTokenEvent( + ): [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. @@ -2294,13 +3923,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_LpTokenEvent - polygonzkevm_swap_lpTokenEvents( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_LpTokenEvent_orderBy + orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_LpTokenEvent_filter + 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. """ @@ -2309,370 +3938,17 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_LpTokenEvent!]! + ): [polygonzkevm_swap_OptimisticRootFinalized!]! """Access to subgraph metadata""" polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ } -type polygonzkevm_swap_SwapDailyVolume implements polygonzkevm_swap_SwapTradeVolume { - id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! -} - -input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapDailyVolume_filter] - or: [polygonzkevm_swap_SwapDailyVolume_filter] -} - -enum polygonzkevm_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 polygonzkevm_swap_SwapHourlyVolume implements polygonzkevm_swap_SwapTradeVolume { - id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! -} - -input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapHourlyVolume_filter] - or: [polygonzkevm_swap_SwapHourlyVolume_filter] -} - -enum polygonzkevm_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 polygonzkevm_swap_SwapTradeVolume { - stableSwap: polygonzkevm_swap_StableSwap! - timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! -} - -input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapTradeVolume_filter] - or: [polygonzkevm_swap_SwapTradeVolume_filter] -} - -enum polygonzkevm_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 polygonzkevm_swap_SwapWeeklyVolume implements polygonzkevm_swap_SwapTradeVolume { - id: ID! - stableSwap: polygonzkevm_swap_StableSwap! - timestamp: BigInt! - volume: polygonzkevm_swap_BigDecimal! -} - -input polygonzkevm_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_: polygonzkevm_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: polygonzkevm_swap_BigDecimal - volume_not: polygonzkevm_swap_BigDecimal - volume_gt: polygonzkevm_swap_BigDecimal - volume_lt: polygonzkevm_swap_BigDecimal - volume_gte: polygonzkevm_swap_BigDecimal - volume_lte: polygonzkevm_swap_BigDecimal - volume_in: [polygonzkevm_swap_BigDecimal!] - volume_not_in: [polygonzkevm_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SwapWeeklyVolume_filter] - or: [polygonzkevm_swap_SwapWeeklyVolume_filter] -} - -enum polygonzkevm_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 polygonzkevm_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input polygonzkevm_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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SystemInfo_filter] - or: [polygonzkevm_swap_SystemInfo_filter] -} - -enum polygonzkevm_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount +enum polygonzkevm_swap_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } type polygonzkevm_swap__Block_ { diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/types.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/types.ts index fcd416fda1..e9b0cbb1f9 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_PolygonZkEvm/types.ts @@ -22,46 +22,23 @@ export type Scalars = { polygonzkevm_swap_Int8: any; }; -export type polygonzkevm_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygonzkevm_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type polygonzkevm_swap_LpAccount = { +export type polygonzkevm_swap_AggregateRoot = { id: Scalars['ID']; - address: Scalars['polygonzkevm_swap_Bytes']; - balances: Array; -}; - - -export type polygonzkevm_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['polygonzkevm_swap_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_LpAccountBalance = { +export type polygonzkevm_swap_AggregateRootProposed = { id: Scalars['ID']; - account: polygonzkevm_swap_LpAccount; - token: polygonzkevm_swap_LpToken; - amount: Scalars['polygonzkevm_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type polygonzkevm_swap_LpAccountBalance_filter = { +export type polygonzkevm_swap_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70,106 +47,72 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_LpAccountBalance_orderBy = +export type polygonzkevm_swap_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 polygonzkevm_swap_LpAccount_filter = { +export type polygonzkevm_swap_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178,59 +121,187 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_LpAccount_orderBy = +export type polygonzkevm_swap_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type polygonzkevm_swap_LpToken = { +export type polygonzkevm_swap_Asset = { id: Scalars['ID']; - address: Scalars['polygonzkevm_swap_Bytes']; - stableSwap: polygonzkevm_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['polygonzkevm_swap_BigDecimal']; - events: Array; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; +export type polygonzkevm_swap_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; + feesEarned: Scalars['BigInt']; +}; -export type polygonzkevm_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type polygonzkevm_swap_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 polygonzkevm_swap_LpTokenEvent = { +export type polygonzkevm_swap_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 polygonzkevm_swap_AssetStatus = { id: Scalars['ID']; - token: polygonzkevm_swap_LpToken; - amount: Scalars['polygonzkevm_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + status?: Maybe; }; -export type polygonzkevm_swap_LpTokenEvent_filter = { +export type polygonzkevm_swap_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -239,91 +310,162 @@ export type polygonzkevm_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_LpTokenEvent_orderBy = +export type polygonzkevm_swap_AssetStatus_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'status'; + +export type polygonzkevm_swap_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 polygonzkevm_swap_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type polygonzkevm_swap_LpToken_filter = { +export type polygonzkevm_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygonzkevm_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygonzkevm_swap_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type polygonzkevm_swap_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -332,141 +474,117 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_LpToken_orderBy = +export type polygonzkevm_swap_ConnectorMeta_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type polygonzkevm_swap_LpTransferEvent = polygonzkevm_swap_LpTokenEvent & { - id: Scalars['ID']; - token: polygonzkevm_swap_LpToken; - amount: Scalars['polygonzkevm_swap_BigDecimal']; - from: Scalars['polygonzkevm_swap_Bytes']; - to: Scalars['polygonzkevm_swap_Bytes']; - fromBalance: Scalars['polygonzkevm_swap_BigDecimal']; - toBalance: Scalars['polygonzkevm_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type polygonzkevm_swap_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 polygonzkevm_swap_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_LpTransferEvent_filter = { +export type polygonzkevm_swap_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -475,45 +593,67 @@ export type polygonzkevm_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; + 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; @@ -524,30 +664,340 @@ export type polygonzkevm_swap_LpTransferEvent_filter = { 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>; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_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 polygonzkevm_swap_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 polygonzkevm_swap_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type polygonzkevm_swap_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -556,60 +1006,213 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_LpTransferEvent_orderBy = +export type polygonzkevm_swap_OptimisticRootFinalized_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; /** Defines the order direction, either ascending or descending */ export type polygonzkevm_swap_OrderDirection = | 'asc' | 'desc'; -export type polygonzkevm_swap_PooledToken = { +export type polygonzkevm_swap_OriginMessage = { id: Scalars['ID']; - asset: Scalars['polygonzkevm_swap_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type polygonzkevm_swap_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 polygonzkevm_swap_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_PooledToken_filter = { +export type polygonzkevm_swap_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -618,446 +1221,939 @@ export type polygonzkevm_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; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_PooledToken_orderBy = +export type polygonzkevm_swap_OriginTransfer_orderBy = | 'id' - | 'asset'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; export type Query = { - polygonzkevm_swap_systemInfo?: Maybe; - polygonzkevm_swap_systemInfos: Array; - polygonzkevm_swap_pooledToken?: Maybe; - polygonzkevm_swap_pooledTokens: Array; - polygonzkevm_swap_stableSwap?: Maybe; - polygonzkevm_swap_stableSwaps: Array; - polygonzkevm_swap_stableSwapAddLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapAddLiquidityEvents: Array; - polygonzkevm_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapRemoveLiquidityEvents: Array; - polygonzkevm_swap_stableSwapExchange?: Maybe; - polygonzkevm_swap_stableSwapExchanges: Array; - polygonzkevm_swap_swapDailyVolume?: Maybe; - polygonzkevm_swap_swapDailyVolumes: Array; - polygonzkevm_swap_swapHourlyVolume?: Maybe; - polygonzkevm_swap_swapHourlyVolumes: Array; - polygonzkevm_swap_swapWeeklyVolume?: Maybe; - polygonzkevm_swap_swapWeeklyVolumes: Array; - polygonzkevm_swap_lpAccount?: Maybe; - polygonzkevm_swap_lpAccounts: Array; - polygonzkevm_swap_lpAccountBalance?: Maybe; - polygonzkevm_swap_lpAccountBalances: Array; - polygonzkevm_swap_lpToken?: Maybe; - polygonzkevm_swap_lpTokens: Array; - polygonzkevm_swap_lpTransferEvent?: Maybe; - polygonzkevm_swap_lpTransferEvents: Array; - polygonzkevm_swap_stableSwapEvent?: Maybe; - polygonzkevm_swap_stableSwapEvents: Array; - polygonzkevm_swap_swapTradeVolume?: Maybe; - polygonzkevm_swap_swapTradeVolumes: Array; - polygonzkevm_swap_lpTokenEvent?: Maybe; - polygonzkevm_swap_lpTokenEvents: Array; + polygonzkevm_swap_asset?: Maybe; + polygonzkevm_swap_assets: Array; + polygonzkevm_swap_assetStatus?: Maybe; + polygonzkevm_swap_assetStatuses: Array; + polygonzkevm_swap_assetBalance?: Maybe; + polygonzkevm_swap_assetBalances: Array; + polygonzkevm_swap_router?: Maybe; + polygonzkevm_swap_routers: Array; + polygonzkevm_swap_routerDailyTVL?: Maybe; + polygonzkevm_swap_routerDailyTVLs: Array; + polygonzkevm_swap_routerLiquidityEvent?: Maybe; + polygonzkevm_swap_routerLiquidityEvents: Array; + polygonzkevm_swap_setting?: Maybe; + polygonzkevm_swap_settings: Array; + polygonzkevm_swap_relayer?: Maybe; + polygonzkevm_swap_relayers: Array; + polygonzkevm_swap_sequencer?: Maybe; + polygonzkevm_swap_sequencers: Array; + polygonzkevm_swap_relayerFee?: Maybe; + polygonzkevm_swap_relayerFees: Array; + polygonzkevm_swap_originTransfer?: Maybe; + polygonzkevm_swap_originTransfers: Array; + polygonzkevm_swap_destinationTransfer?: Maybe; + polygonzkevm_swap_destinationTransfers: Array; + polygonzkevm_swap_originMessage?: Maybe; + polygonzkevm_swap_originMessages: Array; + polygonzkevm_swap_aggregateRoot?: Maybe; + polygonzkevm_swap_aggregateRoots: Array; + polygonzkevm_swap_connectorMeta?: Maybe; + polygonzkevm_swap_connectorMetas: Array; + polygonzkevm_swap_rootCount?: Maybe; + polygonzkevm_swap_rootCounts: Array; + polygonzkevm_swap_rootMessageSent?: Maybe; + polygonzkevm_swap_rootMessageSents: Array; + polygonzkevm_swap_relayerFeesIncrease?: Maybe; + polygonzkevm_swap_relayerFeesIncreases: Array; + polygonzkevm_swap_slippageUpdate?: Maybe; + polygonzkevm_swap_slippageUpdates: Array; + polygonzkevm_swap_snapshotRoot?: Maybe; + polygonzkevm_swap_snapshotRoots: Array; + polygonzkevm_swap_spokeConnectorMode?: Maybe; + polygonzkevm_swap_spokeConnectorModes: Array; + polygonzkevm_swap_aggregateRootProposed?: Maybe; + polygonzkevm_swap_aggregateRootProposeds: Array; + polygonzkevm_swap_optimisticRootFinalized?: Maybe; + polygonzkevm_swap_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygonzkevm_swap__meta?: Maybe; }; -export type Querypolygonzkevm_swap_systemInfoArgs = { +export type Querypolygonzkevm_swap_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_systemInfosArgs = { +export type Querypolygonzkevm_swap_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_pooledTokenArgs = { +export type Querypolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_pooledTokensArgs = { +export type Querypolygonzkevm_swap_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapArgs = { +export type Querypolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapsArgs = { +export type Querypolygonzkevm_swap_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapAddLiquidityEventArgs = { +export type Querypolygonzkevm_swap_routerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapAddLiquidityEventsArgs = { +export type Querypolygonzkevm_swap_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapExchangeArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapExchangesArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapDailyVolumeArgs = { +export type Querypolygonzkevm_swap_settingArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapDailyVolumesArgs = { +export type Querypolygonzkevm_swap_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapHourlyVolumeArgs = { +export type Querypolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapHourlyVolumesArgs = { +export type Querypolygonzkevm_swap_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapWeeklyVolumeArgs = { +export type Querypolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapWeeklyVolumesArgs = { +export type Querypolygonzkevm_swap_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpAccountArgs = { +export type Querypolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpAccountsArgs = { +export type Querypolygonzkevm_swap_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpAccountBalanceArgs = { +export type Querypolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpAccountBalancesArgs = { +export type Querypolygonzkevm_swap_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTokenArgs = { +export type Querypolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTokensArgs = { +export type Querypolygonzkevm_swap_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTransferEventArgs = { +export type Querypolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTransferEventsArgs = { +export type Querypolygonzkevm_swap_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapEventArgs = { +export type Querypolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_stableSwapEventsArgs = { +export type Querypolygonzkevm_swap_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapTradeVolumeArgs = { +export type Querypolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_swapTradeVolumesArgs = { +export type Querypolygonzkevm_swap_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTokenEventArgs = { +export type Querypolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_lpTokenEventsArgs = { +export type Querypolygonzkevm_swap_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap__metaArgs = { +export type Querypolygonzkevm_swap_rootMessageSentArgs = { + id: Scalars['ID']; block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['polygonzkevm_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 polygonzkevm_swap_StableSwapeventsArgs = { + +export type Querypolygonzkevm_swap_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_StableSwapexchangesArgs = { +export type Querypolygonzkevm_swap_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_StableSwaphourlyVolumesArgs = { +export type Querypolygonzkevm_swap_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_StableSwapdailyVolumesArgs = { +export type Querypolygonzkevm_swap_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_StableSwapweeklyVolumesArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + +export type polygonzkevm_swap_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type polygonzkevm_swap_RelayerFee = { + id: Scalars['ID']; + transfer: polygonzkevm_swap_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['polygonzkevm_swap_Bytes']; }; -export type polygonzkevm_swap_StableSwapAddLiquidityEvent = polygonzkevm_swap_StableSwapEvent & { +export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - provider: Scalars['polygonzkevm_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + transfer: polygonzkevm_swap_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_StableSwapAddLiquidityEvent_filter = { +export type polygonzkevm_swap_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1066,87 +2162,65 @@ export type polygonzkevm_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>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -1155,71 +2229,412 @@ export type polygonzkevm_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_StableSwapAddLiquidityEvent_orderBy = +export type polygonzkevm_swap_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygonzkevm_swap_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 polygonzkevm_swap_StableSwapEvent = { +export type polygonzkevm_swap_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type polygonzkevm_swap_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_RootCount_orderBy = + | 'id' + | 'count'; + +export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygonzkevm_swap_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type polygonzkevm_swap_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygonzkevm_swap_RouterDailyTVL = { + id: Scalars['ID']; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - block: Scalars['BigInt']; + type?: Maybe; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_swap_StableSwapEvent_filter = { +export type polygonzkevm_swap_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygonzkevm_swap_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1228,35 +2643,86 @@ export type polygonzkevm_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; @@ -1265,16 +2731,16 @@ export type polygonzkevm_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; @@ -1285,51 +2751,112 @@ export type polygonzkevm_swap_StableSwapEvent_filter = { nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_StableSwapEvent_orderBy = +export type polygonzkevm_swap_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 polygonzkevm_swap_StableSwapExchange = { +export type polygonzkevm_swap_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 polygonzkevm_swap_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type polygonzkevm_swap_Sequencer = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - buyer: Scalars['polygonzkevm_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['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type polygonzkevm_swap_StableSwapExchange_filter = { +export type polygonzkevm_swap_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1338,91 +2865,145 @@ export type polygonzkevm_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>; + 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 polygonzkevm_swap_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type polygonzkevm_swap_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['polygonzkevm_swap_Bytes']; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type polygonzkevm_swap_SlippageUpdate = { + id: Scalars['ID']; + transfer: polygonzkevm_swap_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_swap_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; @@ -1431,78 +3012,93 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_StableSwapExchange_orderBy = +export type polygonzkevm_swap_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 polygonzkevm_swap_StableSwapRemoveLiquidityEvent = polygonzkevm_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - provider: Scalars['polygonzkevm_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; +export type polygonzkevm_swap_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['polygonzkevm_swap_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_StableSwapRemoveLiquidityEvent_filter = { +export type polygonzkevm_swap_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1511,87 +3107,32 @@ export type polygonzkevm_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; @@ -1600,62 +3141,34 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type polygonzkevm_swap_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 polygonzkevm_swap_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; -export type polygonzkevm_swap_StableSwap_filter = { +export type polygonzkevm_swap_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1664,877 +3177,512 @@ export type polygonzkevm_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_swap_StableSwap_orderBy = +export type polygonzkevm_swap_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 Subscription = { - polygonzkevm_swap_systemInfo?: Maybe; - polygonzkevm_swap_systemInfos: Array; - polygonzkevm_swap_pooledToken?: Maybe; - polygonzkevm_swap_pooledTokens: Array; - polygonzkevm_swap_stableSwap?: Maybe; - polygonzkevm_swap_stableSwaps: Array; - polygonzkevm_swap_stableSwapAddLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapAddLiquidityEvents: Array; - polygonzkevm_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygonzkevm_swap_stableSwapRemoveLiquidityEvents: Array; - polygonzkevm_swap_stableSwapExchange?: Maybe; - polygonzkevm_swap_stableSwapExchanges: Array; - polygonzkevm_swap_swapDailyVolume?: Maybe; - polygonzkevm_swap_swapDailyVolumes: Array; - polygonzkevm_swap_swapHourlyVolume?: Maybe; - polygonzkevm_swap_swapHourlyVolumes: Array; - polygonzkevm_swap_swapWeeklyVolume?: Maybe; - polygonzkevm_swap_swapWeeklyVolumes: Array; - polygonzkevm_swap_lpAccount?: Maybe; - polygonzkevm_swap_lpAccounts: Array; - polygonzkevm_swap_lpAccountBalance?: Maybe; - polygonzkevm_swap_lpAccountBalances: Array; - polygonzkevm_swap_lpToken?: Maybe; - polygonzkevm_swap_lpTokens: Array; - polygonzkevm_swap_lpTransferEvent?: Maybe; - polygonzkevm_swap_lpTransferEvents: Array; - polygonzkevm_swap_stableSwapEvent?: Maybe; - polygonzkevm_swap_stableSwapEvents: Array; - polygonzkevm_swap_swapTradeVolume?: Maybe; - polygonzkevm_swap_swapTradeVolumes: Array; - polygonzkevm_swap_lpTokenEvent?: Maybe; - polygonzkevm_swap_lpTokenEvents: Array; + polygonzkevm_swap_asset?: Maybe; + polygonzkevm_swap_assets: Array; + polygonzkevm_swap_assetStatus?: Maybe; + polygonzkevm_swap_assetStatuses: Array; + polygonzkevm_swap_assetBalance?: Maybe; + polygonzkevm_swap_assetBalances: Array; + polygonzkevm_swap_router?: Maybe; + polygonzkevm_swap_routers: Array; + polygonzkevm_swap_routerDailyTVL?: Maybe; + polygonzkevm_swap_routerDailyTVLs: Array; + polygonzkevm_swap_routerLiquidityEvent?: Maybe; + polygonzkevm_swap_routerLiquidityEvents: Array; + polygonzkevm_swap_setting?: Maybe; + polygonzkevm_swap_settings: Array; + polygonzkevm_swap_relayer?: Maybe; + polygonzkevm_swap_relayers: Array; + polygonzkevm_swap_sequencer?: Maybe; + polygonzkevm_swap_sequencers: Array; + polygonzkevm_swap_relayerFee?: Maybe; + polygonzkevm_swap_relayerFees: Array; + polygonzkevm_swap_originTransfer?: Maybe; + polygonzkevm_swap_originTransfers: Array; + polygonzkevm_swap_destinationTransfer?: Maybe; + polygonzkevm_swap_destinationTransfers: Array; + polygonzkevm_swap_originMessage?: Maybe; + polygonzkevm_swap_originMessages: Array; + polygonzkevm_swap_aggregateRoot?: Maybe; + polygonzkevm_swap_aggregateRoots: Array; + polygonzkevm_swap_connectorMeta?: Maybe; + polygonzkevm_swap_connectorMetas: Array; + polygonzkevm_swap_rootCount?: Maybe; + polygonzkevm_swap_rootCounts: Array; + polygonzkevm_swap_rootMessageSent?: Maybe; + polygonzkevm_swap_rootMessageSents: Array; + polygonzkevm_swap_relayerFeesIncrease?: Maybe; + polygonzkevm_swap_relayerFeesIncreases: Array; + polygonzkevm_swap_slippageUpdate?: Maybe; + polygonzkevm_swap_slippageUpdates: Array; + polygonzkevm_swap_snapshotRoot?: Maybe; + polygonzkevm_swap_snapshotRoots: Array; + polygonzkevm_swap_spokeConnectorMode?: Maybe; + polygonzkevm_swap_spokeConnectorModes: Array; + polygonzkevm_swap_aggregateRootProposed?: Maybe; + polygonzkevm_swap_aggregateRootProposeds: Array; + polygonzkevm_swap_optimisticRootFinalized?: Maybe; + polygonzkevm_swap_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygonzkevm_swap__meta?: Maybe; }; -export type Subscriptionpolygonzkevm_swap_systemInfoArgs = { +export type Subscriptionpolygonzkevm_swap_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_systemInfosArgs = { +export type Subscriptionpolygonzkevm_swap_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_pooledTokenArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_pooledTokensArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapsArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_routerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionpolygonzkevm_swap_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapExchangesArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_settingArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapDailyVolumesArgs = { +export type Subscriptionpolygonzkevm_swap_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapHourlyVolumesArgs = { +export type Subscriptionpolygonzkevm_swap_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapWeeklyVolumesArgs = { +export type Subscriptionpolygonzkevm_swap_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpAccountArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpAccountsArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpAccountBalancesArgs = { +export type Subscriptionpolygonzkevm_swap_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTokenArgs = { +export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTokensArgs = { +export type Subscriptionpolygonzkevm_swap_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTransferEventArgs = { +export type Subscriptionpolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTransferEventsArgs = { +export type Subscriptionpolygonzkevm_swap_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapEventArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_stableSwapEventsArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_swapTradeVolumesArgs = { +export type Subscriptionpolygonzkevm_swap_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTokenEventArgs = { +export type Subscriptionpolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_lpTokenEventsArgs = { +export type Subscriptionpolygonzkevm_swap_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap__metaArgs = { +export type Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_SwapDailyVolume = polygonzkevm_swap_SwapTradeVolume & { + +export type Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 Subscriptionpolygonzkevm_swap_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 polygonzkevm_swap_SwapHourlyVolume = polygonzkevm_swap_SwapTradeVolume & { +export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 Subscriptionpolygonzkevm_swap_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 polygonzkevm_swap_SwapTradeVolume = { - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; -}; - -export type polygonzkevm_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 polygonzkevm_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 Subscriptionpolygonzkevm_swap_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type polygonzkevm_swap_SwapWeeklyVolume = polygonzkevm_swap_SwapTradeVolume & { + +export type Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - stableSwap: polygonzkevm_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygonzkevm_swap_BigDecimal']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 Subscriptionpolygonzkevm_swap_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 polygonzkevm_swap_SystemInfo = { +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_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 Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type polygonzkevm_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; + +export type Subscriptionpolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + +export type polygonzkevm_swap_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; export type polygonzkevm_swap__Block_ = { /** The hash of the block */ @@ -2569,69 +3717,97 @@ export type _SubgraphErrorPolicy_ = export type QuerySdk = { /** null **/ - polygonzkevm_swap_systemInfo: InContextSdkMethod, + polygonzkevm_swap_asset: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assets: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetStatus: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetStatuses: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetBalance: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetBalances: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_router: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routers: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerDailyTVL: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerDailyTVLs: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_setting: InContextSdkMethod, /** null **/ - polygonzkevm_swap_systemInfos: InContextSdkMethod, + polygonzkevm_swap_settings: InContextSdkMethod, /** null **/ - polygonzkevm_swap_pooledToken: InContextSdkMethod, + polygonzkevm_swap_relayer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_pooledTokens: InContextSdkMethod, + polygonzkevm_swap_relayers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwap: InContextSdkMethod, + polygonzkevm_swap_sequencer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwaps: InContextSdkMethod, + polygonzkevm_swap_sequencers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapAddLiquidityEvent: InContextSdkMethod, + polygonzkevm_swap_relayerFee: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapAddLiquidityEvents: InContextSdkMethod, + polygonzkevm_swap_relayerFees: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapRemoveLiquidityEvent: InContextSdkMethod, + polygonzkevm_swap_originTransfer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapRemoveLiquidityEvents: InContextSdkMethod, + polygonzkevm_swap_originTransfers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapExchange: InContextSdkMethod, + polygonzkevm_swap_destinationTransfer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapExchanges: InContextSdkMethod, + polygonzkevm_swap_destinationTransfers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapDailyVolume: InContextSdkMethod, + polygonzkevm_swap_originMessage: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapDailyVolumes: InContextSdkMethod, + polygonzkevm_swap_originMessages: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapHourlyVolume: InContextSdkMethod, + polygonzkevm_swap_aggregateRoot: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapHourlyVolumes: InContextSdkMethod, + polygonzkevm_swap_aggregateRoots: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapWeeklyVolume: InContextSdkMethod, + polygonzkevm_swap_connectorMeta: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapWeeklyVolumes: InContextSdkMethod, + polygonzkevm_swap_connectorMetas: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccount: InContextSdkMethod, + polygonzkevm_swap_rootCount: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccounts: InContextSdkMethod, + polygonzkevm_swap_rootCounts: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccountBalance: InContextSdkMethod, + polygonzkevm_swap_rootMessageSent: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccountBalances: InContextSdkMethod, + polygonzkevm_swap_rootMessageSents: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpToken: InContextSdkMethod, + polygonzkevm_swap_relayerFeesIncrease: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTokens: InContextSdkMethod, + polygonzkevm_swap_relayerFeesIncreases: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTransferEvent: InContextSdkMethod, + polygonzkevm_swap_slippageUpdate: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTransferEvents: InContextSdkMethod, + polygonzkevm_swap_slippageUpdates: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapEvent: InContextSdkMethod, + polygonzkevm_swap_snapshotRoot: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapEvents: InContextSdkMethod, + polygonzkevm_swap_snapshotRoots: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapTradeVolume: InContextSdkMethod, + polygonzkevm_swap_spokeConnectorMode: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapTradeVolumes: InContextSdkMethod, + polygonzkevm_swap_spokeConnectorModes: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTokenEvent: InContextSdkMethod, + polygonzkevm_swap_aggregateRootProposed: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTokenEvents: InContextSdkMethod, + polygonzkevm_swap_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_optimisticRootFinalizeds: InContextSdkMethod, /** Access to subgraph metadata **/ polygonzkevm_swap__meta: InContextSdkMethod }; @@ -2642,69 +3818,97 @@ export type _SubgraphErrorPolicy_ = export type SubscriptionSdk = { /** null **/ - polygonzkevm_swap_systemInfo: InContextSdkMethod, + polygonzkevm_swap_asset: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assets: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetStatus: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetStatuses: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetBalance: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_assetBalances: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_router: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routers: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerDailyTVL: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerDailyTVLs: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_setting: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_settings: InContextSdkMethod, + /** null **/ + polygonzkevm_swap_relayer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_systemInfos: InContextSdkMethod, + polygonzkevm_swap_relayers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_pooledToken: InContextSdkMethod, + polygonzkevm_swap_sequencer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_pooledTokens: InContextSdkMethod, + polygonzkevm_swap_sequencers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwap: InContextSdkMethod, + polygonzkevm_swap_relayerFee: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwaps: InContextSdkMethod, + polygonzkevm_swap_relayerFees: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapAddLiquidityEvent: InContextSdkMethod, + polygonzkevm_swap_originTransfer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapAddLiquidityEvents: InContextSdkMethod, + polygonzkevm_swap_originTransfers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapRemoveLiquidityEvent: InContextSdkMethod, + polygonzkevm_swap_destinationTransfer: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapRemoveLiquidityEvents: InContextSdkMethod, + polygonzkevm_swap_destinationTransfers: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapExchange: InContextSdkMethod, + polygonzkevm_swap_originMessage: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapExchanges: InContextSdkMethod, + polygonzkevm_swap_originMessages: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapDailyVolume: InContextSdkMethod, + polygonzkevm_swap_aggregateRoot: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapDailyVolumes: InContextSdkMethod, + polygonzkevm_swap_aggregateRoots: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapHourlyVolume: InContextSdkMethod, + polygonzkevm_swap_connectorMeta: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapHourlyVolumes: InContextSdkMethod, + polygonzkevm_swap_connectorMetas: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapWeeklyVolume: InContextSdkMethod, + polygonzkevm_swap_rootCount: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapWeeklyVolumes: InContextSdkMethod, + polygonzkevm_swap_rootCounts: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccount: InContextSdkMethod, + polygonzkevm_swap_rootMessageSent: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccounts: InContextSdkMethod, + polygonzkevm_swap_rootMessageSents: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccountBalance: InContextSdkMethod, + polygonzkevm_swap_relayerFeesIncrease: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpAccountBalances: InContextSdkMethod, + polygonzkevm_swap_relayerFeesIncreases: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpToken: InContextSdkMethod, + polygonzkevm_swap_slippageUpdate: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTokens: InContextSdkMethod, + polygonzkevm_swap_slippageUpdates: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTransferEvent: InContextSdkMethod, + polygonzkevm_swap_snapshotRoot: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTransferEvents: InContextSdkMethod, + polygonzkevm_swap_snapshotRoots: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapEvent: InContextSdkMethod, + polygonzkevm_swap_spokeConnectorMode: InContextSdkMethod, /** null **/ - polygonzkevm_swap_stableSwapEvents: InContextSdkMethod, + polygonzkevm_swap_spokeConnectorModes: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapTradeVolume: InContextSdkMethod, + polygonzkevm_swap_aggregateRootProposed: InContextSdkMethod, /** null **/ - polygonzkevm_swap_swapTradeVolumes: InContextSdkMethod, + polygonzkevm_swap_aggregateRootProposeds: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTokenEvent: InContextSdkMethod, + polygonzkevm_swap_optimisticRootFinalized: InContextSdkMethod, /** null **/ - polygonzkevm_swap_lpTokenEvents: InContextSdkMethod, + polygonzkevm_swap_optimisticRootFinalizeds: InContextSdkMethod, /** Access to subgraph metadata **/ polygonzkevm_swap__meta: InContextSdkMethod }; diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema.ts index 986cd8c35f..57450b1a84 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema.ts @@ -127,32 +127,6 @@ const schemaAST = { } ] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ScalarTypeDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/schema.graphql index f882a0cdf7..ed94353899 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/schema.graphql @@ -12,11 +12,6 @@ directive @subgraphId(id: String!) on OBJECT "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." directive @derivedFrom(field: String!) on FIELD_DEFINITION -enum zksync_swap_Aggregation_interval { - hour - day -} - scalar zksync_swap_BigDecimal scalar BigInt diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/types.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/types.ts index 71af43e47c..9d08a97ea8 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_ZkSyncEra/types.ts @@ -22,10 +22,6 @@ export type Scalars = { zksync_swap_Int8: any; }; -export type zksync_swap_Aggregation_interval = - | 'hour' - | 'day'; - export type zksync_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; diff --git a/packages/agents/router/src/config.ts b/packages/agents/router/src/config.ts index fbf39ba212..9eebf5327e 100644 --- a/packages/agents/router/src/config.ts +++ b/packages/agents/router/src/config.ts @@ -26,7 +26,7 @@ const DEFAULT_CACHE_POLL_INTERVAL = 20_000; const DEFAULT_AUCTION_ROUND_DEPTH = 3; //Router MQ limits -const DEFAULT_ROUTER_MQ_RETRY_LIMIT = 20; +export const DEFAULT_ROUTER_MQ_RETRY_LIMIT = 20; const DEFAULT_ROUTER_MQ_HEARTBEAT_LIMIT = 10; const DEFAULT_ROUTER_MQ_FAILAFTER_LIMIT = 10; diff --git a/packages/agents/router/src/setup.ts b/packages/agents/router/src/setup.ts index 44614cf72a..a739fd15fd 100644 --- a/packages/agents/router/src/setup.ts +++ b/packages/agents/router/src/setup.ts @@ -4,11 +4,14 @@ import { ChainData, createMethodContext, Logger, RequestContext } from "@connext import rabbit from "foo-foo-mq"; import { MQConnectionClosed, MQConnectionFailed } from "./errors"; +import { DEFAULT_ROUTER_MQ_RETRY_LIMIT } from "./config"; export const XCALL_QUEUE = "xcalls"; export const MQ_EXCHANGE = "router"; export const XCALL_MESSAGE_TYPE = "xcall"; +let routerRetryLimit = DEFAULT_ROUTER_MQ_RETRY_LIMIT; + export const setupCache = async ( host: string | undefined, port: number | undefined, @@ -53,9 +56,21 @@ export const setupMq = async ( await rabbit.on("closed", function () { throw new MQConnectionClosed(); }); - - await rabbit.on("failed", function () { - throw new MQConnectionFailed(); + await rabbit.on("failed", async function () { + if (routerRetryLimit > 0) { + routerRetryLimit--; + logger.warn("MQ connection failed, retrying", requestContext, methodContext, { + uri, + routerRetryLimit, + }); + try { + await rabbit.retry(); + } catch (err: unknown) { + throw new MQConnectionFailed(err as Error); + } + } else { + throw new MQConnectionFailed(); + } }); await rabbit.on("unreachable", async function () {